/* ============================================================
   会员体系样式（login / member / recharge 页）
   依赖 common.css + style190708.css，沿用站点视觉语言
   ============================================================ */

/* 通用页面外壳 */
.page-wrap{background:#f5f6f8;min-height:calc(100vh - 479px);padding:329px 0 60px;min-width:1200px;}
.page-wrap .main{width:1200px;margin:0 auto;}
.page-card{background:#fff;border-radius:6px;box-shadow:0 2px 12px rgba(20,40,60,.06);padding:40px 50px;}

/* 通用标题 */
.page-title{font-size:30px;color:#172c33;font-weight:bold;line-height:50px;margin-bottom:8px;}
.page-sub{font-size:14px;color:#888;margin-bottom:28px;}

/* ============================================================
   login.html 登录/注册
   ============================================================ */
.auth-wrap{background:#f5f6f8;min-height:calc(100vh - 479px);padding:329px 0 60px;min-width:1200px;}
.auth-box{width:420px;margin:20px auto 0;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(20,40,60,.10);overflow:hidden;}
.auth-tabs{overflow:hidden;border-bottom:1px solid #eee;}
.auth-tabs .tab{float:left;width:50%;text-align:center;font-size:18px;line-height:54px;color:#888;cursor:pointer;background:#fafafa;border-bottom:2px solid transparent;transition:.2s;}
.auth-tabs .tab.active{color:#c0392b;background:#fff;border-bottom-color:#c0392b;font-weight:bold;}
.auth-body{padding:30px 36px 36px;}
.auth-body .pane{display:none;}
.auth-body .pane.active{display:block;}
.field{margin-bottom:18px;}
.field label{display:block;font-size:14px;color:#555;margin-bottom:6px;}
.field label i{color:#d44141;font-style:normal;margin-left:3px;}
.field .inp{display:block;width:100%;height:42px;box-sizing:border-box;padding:0 12px;border:1px solid #d9dce1;border-radius:4px;font-size:14px;color:#333;outline:none;transition:.2s;}
.field .inp:focus{border-color:#c0392b;box-shadow:0 0 0 2px rgba(192,57,43,.08);}
.field .msg{font-size:12px;color:#d44141;margin-top:5px;min-height:14px;}
.field .msg.ok{color:#27ae60;}
.auth-btn{display:block;width:100%;height:46px;background:#c0392b;color:#fff;font-size:16px;border:none;border-radius:4px;cursor:pointer;letter-spacing:2px;transition:.2s;}
.auth-btn:hover{background:#a93226;}
.auth-btn:disabled{background:#ccc;cursor:not-allowed;}
.auth-agree{font-size:12px;color:#888;margin:6px 0 18px;}
.auth-agree a{color:#c0392b;}
.auth-tip{text-align:center;font-size:13px;color:#999;margin-top:16px;}
.auth-tip a{color:#c0392b;}
.auth-notice{background:#fff8e1;border:1px solid #ffecb3;border-radius:4px;padding:10px 14px;font-size:12px;color:#8d6e00;margin-bottom:20px;}

/* ============================================================
   member.html 会员中心
   ============================================================ */
.member-head{overflow:hidden;margin-bottom:24px;}
.member-head .ava{float:left;width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#c0392b,#e67e22);color:#fff;text-align:center;line-height:72px;font-size:30px;margin-right:20px;}
.member-head .info{float:left;}
.member-head .info h2{font-size:24px;color:#172c33;line-height:38px;}
.member-head .info p{font-size:13px;color:#999;}
.member-head .ops{float:right;text-align:right;}
.member-head .ops .btn{display:inline-block;padding:8px 22px;font-size:14px;border-radius:4px;margin-left:10px;cursor:pointer;}
.member-head .ops .btn-recharge{background:#c0392b;color:#fff;}
.member-head .ops .btn-recharge:hover{background:#a93226;}
.member-head .ops .btn-logout{background:#fff;color:#666;border:1px solid #ddd;}
.member-head .ops .btn-logout:hover{border-color:#c0392b;color:#c0392b;}

.stat-row{overflow:hidden;margin-bottom:24px;}
.stat-card{float:left;width:32%;margin-right:2%;background:#fff;border-radius:6px;padding:24px 22px;box-shadow:0 2px 12px rgba(20,40,60,.06);}
.stat-card:last-child{margin-right:0;}
.stat-card h4{font-size:14px;color:#999;font-weight:normal;margin-bottom:10px;}
.stat-card .num{font-size:30px;color:#c0392b;font-weight:bold;}
.stat-card .num small{font-size:14px;color:#999;font-weight:normal;margin-left:4px;}
.stat-card .sub{font-size:12px;color:#bbb;margin-top:8px;}

.balance-box{background:#fff;border-radius:6px;padding:26px 30px;margin-bottom:24px;box-shadow:0 2px 12px rgba(20,40,60,.06);}
.balance-box h3{font-size:16px;color:#172c33;margin-bottom:18px;border-left:4px solid #c0392b;padding-left:10px;}
.balance-list{overflow:hidden;}
.balance-item{float:left;width:48%;margin-right:4%;box-sizing:border-box;border:1px solid #eef0f3;border-radius:6px;padding:20px 24px;}
.balance-item:last-child{margin-right:0;}
.balance-item .gn{font-size:15px;color:#555;margin-bottom:8px;}
.balance-item .gd{font-size:30px;color:#e67e22;font-weight:bold;}
.balance-item .gd small{font-size:13px;color:#999;font-weight:normal;margin-left:4px;}

.orders-box{background:#fff;border-radius:6px;padding:26px 30px;box-shadow:0 2px 12px rgba(20,40,60,.06);}
.orders-box h3{font-size:16px;color:#172c33;margin-bottom:18px;border-left:4px solid #c0392b;padding-left:10px;}
.orders-table{width:100%;border-collapse:collapse;}
.orders-table th,.orders-table td{border:1px solid #eef0f3;padding:11px 12px;font-size:13px;text-align:left;}
.orders-table th{background:#f7f8fa;color:#555;font-weight:normal;}
.orders-table tr:nth-child(even) td{background:#fafbfc;}
.orders-table .empty{text-align:center;color:#bbb;padding:40px 0;}
.orders-table .tag{display:inline-block;padding:2px 10px;border-radius:10px;background:#e8f6ef;color:#27ae60;font-size:12px;}

/* ============================================================
   recharge.html 充值
   ============================================================ */
.rc-section{margin-bottom:30px;}
.rc-section h3{font-size:16px;color:#172c33;margin-bottom:16px;padding-left:10px;border-left:4px solid #c0392b;}
.rc-section h3 .step{display:inline-block;width:22px;height:22px;background:#c0392b;color:#fff;border-radius:50%;text-align:center;line-height:22px;font-size:13px;margin-right:8px;}

.game-cards{overflow:hidden;}
.game-card{float:left;width:46%;margin-right:4%;box-sizing:border-box;border:2px solid #e7e9ec;border-radius:8px;padding:22px 24px;cursor:pointer;transition:.2s;position:relative;}
.game-card:last-child{margin-right:0;}
.game-card:hover{border-color:#e8a99e;}
.game-card.active{border-color:#c0392b;background:#fdf3f2;}
.game-card .gn{font-size:20px;color:#172c33;font-weight:bold;margin-bottom:6px;}
.game-card .gd{font-size:13px;color:#888;line-height:1.6;}
.game-card .cur{font-size:12px;color:#e67e22;margin-top:8px;}
.game-card .tick{position:absolute;top:14px;right:16px;width:20px;height:20px;background:#c0392b;color:#fff;border-radius:50%;text-align:center;line-height:20px;font-size:13px;display:none;}
.game-card.active .tick{display:block;}

.tier-list{overflow:hidden;}
.tier-item{float:left;width:15.2%;margin-right:1.6%;box-sizing:border-box;border:2px solid #e7e9ec;border-radius:8px;padding:18px 0;text-align:center;cursor:pointer;transition:.2s;}
.tier-item:last-child{margin-right:0;}
.tier-item:hover{border-color:#e8a99e;}
.tier-item.active{border-color:#c0392b;background:#fdf3f2;}
.tier-item .amt{font-size:22px;color:#c0392b;font-weight:bold;}
.tier-item .amt small{font-size:13px;font-weight:normal;}
.tier-item .dia{font-size:12px;color:#888;margin-top:4px;}

.pay-list{overflow:hidden;}
.pay-item{float:left;width:160px;margin-right:16px;border:2px solid #e7e9ec;border-radius:8px;padding:14px 18px;cursor:pointer;transition:.2s;box-sizing:border-box;}
.pay-item:hover{border-color:#e8a99e;}
.pay-item.active{border-color:#c0392b;background:#fdf3f2;}
.pay-item .pn{font-size:15px;color:#333;}
.pay-item .pm{font-size:12px;color:#999;margin-top:3px;}

.rc-summary{background:#f7f8fa;border-radius:6px;padding:20px 26px;margin-bottom:22px;font-size:14px;color:#555;line-height:2;}
.rc-summary b{color:#c0392b;font-weight:bold;}
.rc-summary .dia-num{font-size:22px;color:#e67e22;font-weight:bold;}
.rc-actions{text-align:center;}
.rc-actions .btn{display:inline-block;padding:12px 46px;font-size:16px;border-radius:4px;cursor:pointer;border:none;}
.rc-actions .btn-submit{background:#c0392b;color:#fff;letter-spacing:2px;}
.rc-actions .btn-submit:hover{background:#a93226;}
.rc-actions .btn-submit:disabled{background:#ccc;cursor:not-allowed;}

.rc-userbar{font-size:13px;color:#888;margin-bottom:20px;text-align:right;}
.rc-userbar b{color:#c0392b;}

/* 成功弹层 */
.rc-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:99999;display:none;}
.rc-mask.show{display:block;}
.rc-modal{position:fixed;top:50%;left:50%;width:420px;margin-left:-210px;background:#fff;border-radius:10px;z-index:100000;display:none;overflow:hidden;}
.rc-modal.show{display:block;top:50%;margin-top:-200px;}
.rc-modal .ic{width:72px;height:72px;margin:32px auto 0;background:#27ae60;border-radius:50%;color:#fff;text-align:center;line-height:72px;font-size:42px;}
.rc-modal h3{text-align:center;font-size:22px;color:#172c33;margin:18px 0 6px;}
.rc-modal .desc{text-align:center;font-size:14px;color:#888;margin-bottom:18px;}
.rc-modal .od{background:#f7f8fa;margin:0 30px;padding:16px 20px;border-radius:6px;font-size:13px;color:#555;line-height:2;}
.rc-modal .od b{color:#e67e22;}
.rc-modal .acts{text-align:center;margin:22px 0 28px;}
.rc-modal .acts .btn{display:inline-block;padding:9px 24px;font-size:14px;border-radius:4px;cursor:pointer;margin:0 6px;}
.rc-modal .acts .btn-p{background:#c0392b;color:#fff;}
.rc-modal .acts .btn-p:hover{background:#a93226;}
.rc-modal .acts .btn-s{background:#fff;color:#666;border:1px solid #ddd;}

/* 通用内联提示 */
.inline-tip{font-size:13px;color:#999;margin:10px 0;}
.inline-tip.err{color:#d44141;}
.inline-tip.ok{color:#27ae60;}
