@charset "utf-8";
/*通用样式*/
*,a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{ padding: 0; margin: 0; border: 0; font-weight: normal; font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;  list-style:none;}
html, body { position: relative; height: 100%;}
input,textarea { outline: none; border: none; box-sizing: border-box; background: none;}
body{ background:#fff; font:normal 12px/22px "微软雅黑";  }
img{ border:0;  }
a{ text-decoration:none; color:#000;  }
a:hover{ color:red;  }
.clear { clear:both;}
div { box-sizing:border-box;}
.clearfix::after { content: ''; clear: both; display: block; height: 0;}
/* CSS Document */
.payCountdownRow { display: flex; align-items: center;}
.webLogo img { width: 100px; display: block; margin: 0 auto;}
.pageBox { min-height: 100vh; background: url(../images/banner.jpg) center no-repeat; background-size: cover;
display: flex; justify-content:center; align-items: center;}
.contBox { gap: 20px; width: 1300px; align-items: stretch; margin: 0 auto; max-width: 92%; max-height: 90vh; display: flex; justify-content: space-between; overflow: hidden;}
.containerTop { position: relative; background: #ffffff; border-radius: 20px; padding: 30px 20px 40px;}
.container { flex: 1; min-height: 0;}
.topInfor { display: flex; justify-content: space-between; align-items: center;}
.topInfor p img { display: block; margin-right: 5px; width: 24px;}
.topInfor p {display: flex; align-items: center; font-size: 16px; color: #666;}
.topInfor p input { height: 24px; font-size: 16px;margin-top: 3px;  display: block; padding: 0; color: #666;}
.dateInp {width: 32px; text-align: center;}
.topInfor p input.kf { width: 120px;}
.userInfor {font-size: 16px; display: flex; margin:3.38vw auto; justify-content: center; align-items: center; flex-direction: column;}
.userIcon { margin-bottom: 10px; border: 2px solid #eee; border-radius: 50%;}
.userIcon img { display: block; margin: 0 auto; width: 80px; height: 80px; border-radius: 50%; object-fit: cover;}
.userInfor input { font-size: 16px; padding: 0; width: 60px;}
.buttonFlex { gap: 10px; display: flex; justify-content: center; align-items: center;}
.buttonFlex a { box-sizing: border-box; height: 44px; transition: all .4s; gap:10px; border-radius: 4px; padding: 0 10px; line-height: 40px; font-size: 16px; color: #2f7cfe; border: 2px solid #2f7cfe; display: flex; justify-content: center; align-items: center;}
.buttonFlex a img { width: 24px;}
.buttonFlex a:hover { color: #ffffff; background: #2f7cfe;}
.bottomBtn { gap: 10px; margin-top: 20px; display: flex; justify-content: center; align-items: center;}
.bottomBtn a { background: #2f7cfe; padding: 0 10px; transition: all .4s; gap:10px; border-radius: 4px; line-height: 40px; font-size: 16px; color: #ffffff; border: 2px solid #2f7cfe; display: flex; justify-content: center; align-items: center;}
.bottomBtn a img {  width: 24px;filter: brightness(0) invert(1);}
.dn { display: none;}
/* containerBottom 信息卡片区域 */
.containerBottom {  margin-top: 20px;}
.infoCards { display: flex; gap: 16px; justify-content: space-between; flex-wrap: wrap;}
.infoCard { flex: 1; min-width: 140px; background: rgba(255,255,255,0.95); border-radius: 12px; padding:32px 16px; display: flex; flex-direction: column; align-items: flex-start; gap:16px;}
.infoCardIcon { display: flex; align-items: center; justify-content: center;}
.infoCardIcon svg { display: block;}
.infoCardLabel { font-size: 14px; color: #64748b;}
.infoCardValue { font-size: 16px; font-weight: 600; color: #1e293b; width: 100%; padding: 0; border: none; background: none;}
.bottomInputRow { margin-top: 16px;}
.bottomInput { width: 100%; height: 44px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.5); background: rgba(255,255,255,0.95); padding: 0 14px; font-size: 15px; color: #334155;}
.bottomInput::placeholder { color: #94a3b8;}
.phoneImg { width: 320px;}
.phoneImg img { display: block; width: 100%;border-radius: 60px;}
.controlBtn { right: 20px; top: 60px; position: absolute;}
.controlBtn a { margin-top: 10px; background: #2f7cfe; padding: 0 10px; transition: all .4s; gap:10px; border-radius: 4px; line-height: 30px; font-size: 14px; color: #ffffff; border: 2px solid #2f7cfe; display: flex; justify-content: center; align-items: center;}
.buttonFlex a.get {border: none; color: #ffffff; background-image: linear-gradient(110deg,#00F9E5 44%,#2D60FF); color: #333;}
.rechargeBtn { background: #2f7cfe; color: #fff; border: 2px solid #2f7cfe; padding: 0 16px; height: 32px; line-height: 28px; font-size: 14px; font-weight: 600; border-radius: 4px; cursor: pointer; transition: all .4s; font-family: 'Microsoft YaHei', Arial, sans-serif; display: inline-flex; align-items: center; gap: 6px; }
.rechargeBtn .rechargeIcon { flex-shrink: 0; }
.rechargeBtn:hover { opacity: 0.9; }
/* 账号充值弹窗 */
.rechargeOverlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9999; display: flex; justify-content: center; align-items: center; padding: 20px; }
.rechargeOverlay.dn { display: none; }
.rechargeModal { position: relative; background: #fff; border-radius: 16px; padding: 24px 30px 30px; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.rechargeClose { position: absolute; right: 16px; top: 16px; width: 32px; height: 32px; border: none; background: #f1f5f9; color: #64748b; font-size: 24px; line-height: 1; cursor: pointer; border-radius: 8px; transition: all .3s; }
.rechargeClose:hover { background: #e2e8f0; color: #334155; }
.rechargeTitle { font-size: 18px; font-weight: 600; color: #1e293b; margin-bottom: 20px; }
.rechargeItem { margin-bottom: 18px; }
.rechargeLabel { display: block; font-size: 14px; font-weight: 600; color: #334155; margin-bottom: 8px; }
.rechargeQty { display: inline-flex; align-items: center; margin: 0 10px; vertical-align: middle; }
.rechargeQty .qtyBtn { width: 28px; height: 28px; border: 2px solid #2f7cfe; background: #fff; color: #2f7cfe; font-size: 18px; cursor: pointer; border-radius: 4px; line-height: 1; transition: all .3s; }
.rechargeQty .qtyBtn:hover { background: #2f7cfe; color: #fff; }
.rechargeQty input { width: 50px; height: 28px; border: 2px solid #e2e8f0; text-align: center; font-size: 14px; margin: 0 4px; border-radius: 4px; color: #334155; }
.rechargeQty input:focus { border-color: #2f7cfe; }
.rechargePrice { font-size: 14px; font-weight: 600; color: #94a3b8; }
.rechargeNote { font-size: 12px; color: #94a3b8; margin-top: 6px; margin-left: 0; }
.rechargeCardOpt { display: flex; gap: 16px; flex-wrap: wrap; }
.rechargeCardOpt label { font-size: 14px; color: #334155; cursor: pointer; }
.rechargePayRow { margin: 12px 0; font-size: 14px; color: #334155; }
.rechargePayRowInline { display: flex; align-items: center; gap: 10px; }
.rechargePayRowInline span { margin: 0;}
.rechargePayTypeImg { height: 36px; width: auto; }
.rechargeTotal { font-size: 18px; font-weight: 700; color: #2f7cfe; }
.rechargePayBtn { margin-top: 20px; width: 100%; height: 44px; background: #2f7cfe; border: 2px solid #2f7cfe; border-radius: 8px; color: #fff; font-size: 16px; cursor: pointer; transition: all .3s; font-family: inherit; }
.rechargePayBtn:hover { opacity: 0.9; }
/* 支付弹窗 */
.payOverlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 10000; display: flex; justify-content: center; align-items: center; padding: 20px; }
.payOverlay.dn { display: none; }
.payModal { position: relative; background: #fff; border-radius: 16px; padding: 24px 30px 30px; max-width: 360px; width: 100%; box-shadow: 0 10px 40px rgba(0,0,0,0.2); text-align: center; }
.payClose { position: absolute; right: 16px; top: 16px; width: 32px; height: 32px; border: none; background: #f1f5f9; color: #64748b; font-size: 24px; line-height: 1; cursor: pointer; border-radius: 8px; transition: all .3s; }
.payClose:hover { background: #e2e8f0; color: #334155; }
.payTitle { font-size: 18px; font-weight: 600; color: #1e293b; margin: 0 0 12px 0; }
.payCountdownRow { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 16px 0; font-size: 14px; color: #475569; }
.payCountdownIcon { display: inline-flex; flex-shrink: 0; color: #64748b; }
.payCountdownIcon svg { display: block; vertical-align: middle; }
.payCountdownText #payCountdown { font-variant-numeric: tabular-nums; font-weight: 600; color: #e6a23c; }
.payQrBox { background: #fff; border: 2px solid #e2e8f0; border-radius: 12px; padding: 16px; display: inline-block; margin-bottom: 12px; }
.payAmountRow { margin: 0 0 16px 0; font-size: 24px; font-weight: 700; color: #e6a23c; }
.payAmountValue { font-weight: 700; color: #e6a23c; }
.payQrBox img { display: block; width: 200px; height: 200px; }
.payAddressRow { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.payAddress { font-size: 14px; color: #64748b; word-break: break-all; flex: 1; min-width: 0; }
.payCopyBtn { background: #2f7cfe; color: #fff; border: 2px solid #2f7cfe; padding: 0 20px; height: 36px; line-height: 32px; font-size: 14px; border-radius: 4px; cursor: pointer; flex-shrink: 0; transition: all .3s; font-family: inherit; }
.payCopyBtn:hover { opacity: 0.9; }
/* 通用提示弹窗 */
.notifyOverlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 12000; display: flex; justify-content: center; align-items: center; padding: 20px; }
.notifyOverlay.dn { display: none; }
.notifyModal { position: relative; background: #fff; border-radius: 16px; padding: 24px 26px 20px; max-width: 340px; width: 100%; box-shadow: 0 10px 40px rgba(0,0,0,0.2); text-align: center; }
.notifyTitle { font-size: 18px; font-weight: 600; color: #1e293b; margin-bottom: 12px; }
.notifyBody { font-size: 14px; color: #475569; margin-bottom: 18px; line-height: 1.6; }
.notifyBtn { min-width: 120px; height: 38px; padding: 0 24px; background: #2f7cfe; border: 2px solid #2f7cfe; border-radius: 999px; color: #fff; font-size: 14px; cursor: pointer; transition: all .3s; font-family: inherit; }
.notifyBtn:hover { opacity: 0.9; }
/* 厅卡接码 */
.hallCardPanel { width: 100%; }
.hallCardBox { background: #fff; border-radius: 12px; padding: 20px; border: 1px solid #e2e8f0; }
.hallCardHeader { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 16px; }
.hallCardTitle { font-size: 16px; font-weight: 600; color: #1e293b; margin: 0; }
.hallCardRemain { display: inline-flex; align-items: center; margin-left: 12px; font-size: 14px; font-weight: 500; color: #64748b; }
.hallCardRemainIcon { margin-right: 4px; flex-shrink: 0; vertical-align: middle; }
.hallCardTag { display: inline-flex; align-items: center; margin-left: 10px; padding: 2px 10px; font-size: 12px; font-weight: 500; color: #2f7cfe; background: rgba(47,124,254,0.1); border-radius: 4px; }
.hallCardBtns { display: flex; gap: 10px; flex-wrap: wrap; }
.hallCardBtn { background: #2f7cfe; color: #fff; border: 2px solid #2f7cfe; padding: 0 16px; height: 32px; line-height: 28px; font-size: 14px; border-radius: 4px; cursor: pointer; transition: all .3s; font-family: inherit; }
.hallCardBtn:hover { opacity: 0.9; }
.hallCardOpts { display: flex; align-items: center; gap: 12px; }
.hallCardOpts label { font-size: 14px; color: #334155; cursor: pointer; }
.hallCardLabel { font-size: 14px; color: #64748b; }
.hallCardTableWrap { margin-bottom: 16px; overflow-x: auto; }
.hallCardTable { width: 100%; border-collapse: collapse; font-size: 14px; }
.hallCardTable th, .hallCardTable td { padding: 10px 12px; text-align: left; border: 1px solid #e2e8f0; }
.hallCardTable th { background: #f8fafc; color: #334155; font-weight: 600; }
.hallCardTable tbody tr:hover { background: #f8fafc; }
.hallCardStatus { display: flex; align-items: center; gap: 6px; }
.statusDot { width: 8px; height: 8px; border-radius: 50%; background: #2f7cfe; display: inline-block; }
.hallCardLog { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.hallCardLogTitle { padding: 8px 12px; background: #f8fafc; font-size: 14px; font-weight: 600; color: #334155; }
.hallCardLogContent { padding: 12px; max-height: 120px; overflow-y: auto; font-size: 13px; color: #334155; line-height: 1.8; }
/* 注册页样式 */
.registerFormBox { max-width: 420px; margin: 0 auto; position: relative; }
.registerTitle { font-size: 22px; font-weight: 600; color: #1e293b; text-align: center; margin-bottom: 28px; }
.registerForm .formItem { margin-bottom: 20px; }
.registerForm .formItem label { display: block; font-size: 14px; color: #64748b; margin-bottom: 8px; }
.regInput { width: 100%; height: 44px; border-radius: 8px; border: 2px solid #e2e8f0; background: #f8fafc; padding: 0 14px; font-size: 15px; color: #334155; box-sizing: border-box; }
.regInput:focus { border-color: #2f7cfe; background: #fff; }
.regInput::placeholder { color: #94a3b8; }
.registerInviteTip { font-size: 13px; color: #64748b; margin: 16px 0 0 0; }
.registerBtnWrap { margin-top: 20px; }
.registerBtn { width: 100%; height: 44px; background: #2f7cfe; border: 2px solid #2f7cfe; border-radius: 4px; font-size: 16px; color: #fff; cursor: pointer; transition: all .4s; font-family: 'Microsoft YaHei', Arial, sans-serif; }
.registerBtn:hover { opacity: 0.9; }
.backLogin { text-align: center; margin-top: 20px; font-size: 14px; }
.backLogin a { color: #2f7cfe; }
.backLogin a:hover { color: #1d5fd6; }
.contactServiceBtn { position: absolute; right: 20px; bottom: 20px; background: #2f7cfe; color: #fff; border: 2px solid #2f7cfe; padding: 0 16px; height: 32px; line-height: 28px; font-size: 14px; border-radius: 4px; cursor: pointer; transition: all .3s; font-family: inherit; }
.contactServiceBtn:hover { opacity: 0.9; }
.contactOverlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9999; display: flex; justify-content: center; align-items: center; padding: 20px; }
.contactOverlay.dn { display: none; }
.contactModal { position: relative; background: #fff; border-radius: 16px; padding: 24px 30px 30px; max-width: 360px; width: 100%; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.contactClose { position: absolute; right: 16px; top: 16px; width: 32px; height: 32px; border: none; background: #f1f5f9; color: #64748b; font-size: 24px; line-height: 1; cursor: pointer; border-radius: 8px; transition: all .3s; }
.contactClose:hover { background: #e2e8f0; color: #334155; }
.contactTitle { font-size: 18px; font-weight: 600; color: #1e293b; margin: 0 0 20px 0; }
.contactBody p { font-size: 14px; color: #334155; margin: 8px 0; }

/* 登录页样式 */
.loginFormBox { max-width: 420px; margin: 0 auto; }
.loginTitle { font-size: 22px; font-weight: 600; color: #1e293b; text-align: center; margin-bottom: 28px; }
.loginForm .formItem { margin-bottom: 20px; }
.loginForm .formItem label { display: block; font-size: 14px; color: #64748b; margin-bottom: 8px; }
.loginBtnWrap { margin-top: 28px; }
.toRegister { text-align: center; margin-top: 20px; font-size: 14px; }
.toRegister a { color: #2f7cfe; }
.toRegister a:hover { color: #1d5fd6; }
/* 线路选择单选样式 */
.routeRadioGroup { display: flex; gap: 12px; flex-wrap: wrap; align-items: stretch; min-height: 44px; }
.routeOption { display: flex; align-items: center; cursor: pointer; }
.routeOption input { display: none; }
.routeLabel { display: flex; align-items: center; justify-content: center; height: 44px; padding: 0 20px; border: 2px solid #e2e8f0; border-radius: 8px; background: #f8fafc; font-size: 15px; color: #334155; transition: all .3s; box-sizing: border-box; }
.routeOption input:checked + .routeLabel { border-color: #2f7cfe; background: rgba(47,124,254,0.08); color: #2f7cfe; font-weight: 500; }
.routeLabel:hover { border-color: #94a3b8; }

/* 无限私信页面样式 */
.msgNavTabs { align-items: center; display: flex; gap: 4px; margin-bottom: 20px; }
.msgNavTabs p { font-size: 20px; margin-right: 10px; color: #333333;}
.msgTab { display: flex; align-items: center; gap: 6px; padding:4px 12px; border-radius: 8px; font-size: 14px; color: #64748b; background: #f1f5f9; transition: all .3s; }
.msgTab:hover { background: #e2e8f0; color: #334155; }
.msgTab.active { background: #2f7cfe; color: #fff; }
.msgTab svg { flex-shrink: 0; }
.msgActionBtns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.msgBtn { padding: 0 16px; height: 36px; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all .3s; font-family: 'Microsoft YaHei', Arial, sans-serif; }
.msgBtnBlue { background: #2f7cfe; color: #fff; }
.msgBtnBlue:hover { opacity: 0.9; }
.msgBtnRed { background: #ef4444; color: #fff; }
.msgBtnRed:hover { opacity: 0.9; }
.msgBtnGreen { background: #22c55e; color: #fff; }
.msgBtnGreen:hover { opacity: 0.9; }
.msgBtnYellow { background: #eab308; color: #333; }
.msgBtnYellow:hover { opacity: 0.9; }
.msgBtnPurple { background: #8b5cf6; color: #fff; }
.msgBtnPurple:hover { opacity: 0.9; }
.msgTableWrap { overflow-x: auto; }
.msgTable { min-height: 400px; width: 100%; border-collapse: collapse; font-size: 14px; }
.msgTable th, .msgTable td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #e2e8f0; vertical-align: middle; }
.msgTable th { background: #f8fafc; color: #334155; font-weight: 600; }
.msgTable tbody tr:hover { background: #f8fafc; }
.msgTable .colChk { width: 40px; }
.msgTable .colCk { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.msgAvatar { width: 36px; height: 36px; border-radius: 50%; background: #e2e8f0; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #64748b; }
.msgAvatarGray { background: #cbd5e1; color: #64748b; }
.msgAvatarBlue { background: #3b82f6; color: #fff; }
.msgLink { color: #2f7cfe; }
.msgLink:hover { color: #1d5fd6; text-decoration: underline; }
.msgStatus { display: inline-block; padding: 4px 10px; background: #22c55e; color: #fff; border-radius: 4px; font-size: 12px; }

/* 私信tab内容 - 左右分栏 */
.msgPageBox { width: 100%; }
.msgPageBox:has(.msgPrivateLayout) { display: flex; flex-direction: column; min-height: 0; }
.msgContainerTop { padding: 20px; }
.msgContainerTop:has(.msgPrivateLayout) { display: flex; flex-direction: column; flex: 1; min-height: 0; overflow: hidden; }
.msgPrivateLayout { display: flex; gap: 20px; flex: 1; min-height: 0; overflow: hidden; }
.msgPrivateLeft { width: 320px; flex-shrink: 0; background: #f8fafc; border-radius: 12px; padding: 20px; overflow-y: auto; align-self: stretch; }
.msgPrivateRight { flex: 1; min-width: 0; display: flex; flex-direction: column; background: #fff; border-radius: 12px; padding: 20px; border: 1px solid #e2e8f0; }
.msgSection { margin-bottom: 24px; }
.msgSection:last-child { margin-bottom: 0; }
.msgSectionTitle { font-size: 14px; font-weight: 600; color: #334155; margin-bottom: 12px; }
.msgTextarea { width: 100%; min-height: 120px; padding: 12px; border: 2px solid #e2e8f0; border-radius: 8px; font-size: 14px; resize: vertical; box-sizing: border-box; font-family: inherit; }
.msgTextarea:focus { border-color: #2f7cfe; outline: none; }
.msgSecuidBtns { display: flex; gap: 10px; margin-top: 10px; }
.msgBtnGray { background: #94a3b8; color: #fff; }
.msgBtnGray:hover { opacity: 0.9; }
.msgBtnSm { padding: 0 12px; height: 32px; font-size: 13px; }
.msgRadioGroup { display: flex; flex-direction: column; gap: 8px; }
.msgRadioOpt { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 14px; color: #334155; }
.msgRadioOpt input { width: 16px; height: 16px; }
.msgToggleRow { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-size: 14px; }
.msgSwitch { position: relative; width: 44px; height: 24px; background: #cbd5e1; border-radius: 12px; cursor: pointer; transition: background .3s; }
.msgSwitch input { display: none; }
.msgSwitch:has(input:checked) { background: #2f7cfe; }
.msgSwitchSlid { position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: .3s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.msgSwitch input:checked + .msgSwitchSlid { left: 22px; }
.msgFieldRow { margin-bottom: 10px; }
.msgFieldRow label { display: block; font-size: 13px; color: #64748b; margin-bottom: 4px; }
.msgInput { width: 100%; height: 36px; padding: 0 12px; border: 2px solid #e2e8f0; border-radius: 6px; font-size: 14px; box-sizing: border-box; }
.msgInputFull { margin-top: 8px; }
.msgTip { font-size: 12px; color: #94a3b8; margin-top: 6px; }
.msgCardBox { display: flex; flex-direction: column; gap: 12px; }
.msgCardItem { padding: 20px; border: 2px dashed #cbd5e1; border-radius: 8px; text-align: center; }
.msgCardPlaceholder { font-size: 14px; color: #2f7cfe; cursor: pointer; }
.msgCardVerified { font-size: 12px; color: #22c55e; margin-top: 6px; }
.msgRangeInput { display: flex; align-items: center; gap: 6px; font-size: 14px; }
.msgRangeInput input { width: 60px; height: 36px; padding: 0 8px; border: 2px solid #e2e8f0; border-radius: 6px; text-align: center; }
.msgProgressRow { display: flex; align-items: center; gap: 10px; margin: 12px 0; font-size: 14px; }
.msgProgressBar { flex: 1; height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; }
.msgProgressFill { height: 100%; background: #2f7cfe; transition: width .3s; }
.msgBtnStart { width: 100%; margin-top: 8px; }
.msgLogLink { display: block; margin-top: 10px; font-size: 13px; color: #2f7cfe; }
.msgRecordHeader { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.msgRecordHeader .msgSectionTitle { margin-bottom: 0; margin-right: auto; }
.msgRefreshIcon { color: #64748b; cursor: pointer; }
.msgRecordCount { font-size: 13px; color: #64748b; }
.msgRecordWrap { overflow-y: auto; flex: 1; min-height: 300px; }
.msgStatusSend { background: #eab308; color: #333; }
.webLogo { text-align: center; color: #ffffff; margin-bottom: 40px; font-size: 20px;} 
.flexRight { display: flex; align-items: center; gap:60px;}
@media screen and  (max-width:1200px){
}

@media screen and  (max-width:780px){

}
