body.vipTipsDialogOpen { overflow: hidden; }
.vipTipsDialog { position: fixed; z-index: 100000; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(0, 0, 0, .55); }
.vipTipsDialog.hidden { display: none; }
.vipTipsDialog .vipTipsDialogPanel { position: relative; max-width: 100%; }
.vipTipsDialog .vipTipsDialogClose { position: absolute; z-index: 2; top: 12px; right: 14px; border: 0; background: transparent; color: #999; font-size: 30px; line-height: 1; cursor: pointer; }
.vipTipsDialog .newVipTips, .vipTipsDialog .vipTips { display: flex; align-items: center; justify-content: center; }
