.game-page .game-select{display:grid;gap:8px;text-align:left;color:#cbd3e6;font-size:13px}.game-page .game-select select{width:100%;height:46px;padding:0 12px;color:#fff;background:#111f43;border:1px solid #345080;border-radius:5px}.game-page .game-state{min-height:46px;margin:0;padding:12px;color:#ffc67a;background:#152342;border-radius:5px;text-align:center}.game-page .game-state.ok{color:#72dab5}.game-page .primary:disabled{cursor:not-allowed;opacity:.55}.game-page .game-back{height:44px;color:#aebad2;background:transparent}.xh-lobby{min-height:100%;padding:18px 12px 24px;background:linear-gradient(180deg,#081536,#050d25)}.xh-lobby-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.xh-lobby-head small{color:#5f8fff;font-size:10px;letter-spacing:1.5px}.xh-lobby-head h2{margin:5px 0 4px;font-size:22px}.xh-lobby-head p{margin:0;color:#8795b1;font-size:12px}.xh-lobby-head button{padding:7px 12px;color:#78a0ff;background:#14264d;border:1px solid #294377;border-radius:16px;font-size:12px}.xh-game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.xh-game-grid button{min-width:0;padding:0 0 10px;overflow:hidden;text-align:left;background:#101c3c;border:1px solid #1e315a;border-radius:8px}.xh-game-grid img{width:100%;height:120px;display:block;object-fit:cover}.xh-game-grid span,.xh-game-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xh-game-grid span{padding:9px 9px 3px;font-size:13px}.xh-game-grid small{padding:0 9px;color:#6e91df;font-size:10px}.xh-page-state{min-height:330px;display:grid;place-content:center;justify-items:center;gap:12px;color:#8997b2;text-align:center;font-size:13px;line-height:1.6}.xh-page-state i{width:27px;height:27px;border:2px solid #253a68;border-top-color:#5686ff;border-radius:50%;animation:xh-spin .8s linear infinite}.xh-page-state.error{color:#ff939f}.xh-page-state button{padding:8px 16px;color:#fff;background:#315edc;border-radius:5px}.xh-lobby>.game-back{width:100%;margin-top:16px;background:transparent;color:#8e9bb5}.game-page.xh-game-detail{display:block;padding:0 0 28px;text-align:left;background:linear-gradient(180deg,#091638,#050d24)}.xh-game-toolbar{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #17264a}.xh-game-toolbar button{padding:8px 0;background:transparent;color:#aebbd2}.xh-game-toolbar span{padding:4px 9px;color:#7fa5ff;background:#152853;border-radius:12px;font-size:11px}.xh-game-hero{height:153px;display:flex;align-items:center;gap:16px;padding:17px 18px;background:radial-gradient(circle at 20% 20%,#244a9d,#0c1836 65%)}.game-page .xh-game-hero img{width:112px;height:112px;margin:0;border-radius:11px;box-shadow:0 12px 30px #0006}.xh-game-hero small{color:#769fff;font-size:11px}.xh-game-hero h2{margin:7px 0;font-size:18px}.xh-game-hero p{margin:0;color:#a3afc6;font-size:12px;text-align:left}.xh-tabs{height:48px;display:flex;border-bottom:1px solid #1b2b50}.xh-tabs button{width:33.333%;background:transparent;color:#8f9db7;font-size:13px}.xh-tabs button.on{color:#fff;border-bottom:2px solid #4f7fff}.xh-panel{padding:20px 17px}.xh-panel>p{color:#95a2ba;font-size:13px;line-height:1.7;text-align:left}.xh-wallet,.xh-balance-card{padding:18px;background:linear-gradient(135deg,#172a59,#0f1d40);border:1px solid #284177;border-radius:9px}.xh-wallet span,.xh-balance-card span,.xh-wallet-pair span{display:block;color:#94a2bb;font-size:12px}.xh-wallet b,.xh-balance-card b{display:block;margin-top:9px;color:#fff;font-size:24px}.xh-balance-card{min-height:145px;display:grid;align-content:center}.xh-balance-card small{margin-top:10px;color:#667796;font-size:11px}.xh-wallet-pair{display:grid;grid-template-columns:1fr 30px 1fr;align-items:center;gap:7px}.xh-wallet-pair>div{min-width:0;padding:13px 10px;background:#101f43;border:1px solid #263c6a;border-radius:7px}.xh-wallet-pair b{display:block;margin-top:7px;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:13px;white-space:nowrap}.xh-wallet-pair i{text-align:center;color:#6691fb;font-style:normal}.xh-direction{height:42px;display:flex;margin:17px 0;background:#101c3b;border-radius:6px;padding:3px}.xh-direction button{width:50%;background:transparent;color:#8796b1;border-radius:4px}.xh-direction button.on{color:#fff;background:#315edc}.xh-transfer label{display:grid;gap:8px;color:#c4ccdc;font-size:13px}.xh-transfer input{height:47px;padding:0 12px;color:#fff;background:#101d3c;border:1px solid #2b426f;border-radius:5px;outline:0;font:inherit}.xh-transfer input:focus{border-color:#4e7cff}.xh-risk-note{padding:10px 11px;color:#cfb37d!important;background:#2e291b;border-radius:5px;font-size:11px!important}.xh-alert{margin:13px 17px 0;padding:11px 12px;border-radius:5px;font-size:12px;line-height:1.55}.xh-panel .xh-alert{margin:13px 0 0}.xh-alert.error{color:#ff9aa5;background:#361b2b}.xh-alert.success{color:#71dbb4;background:#12372f}@keyframes xh-spin{to{transform:rotate(360deg)}}@media(max-width:340px){.xh-game-grid{gap:8px}.xh-game-grid img{height:104px}.xh-game-hero{padding:14px}.game-page .xh-game-hero img{width:98px;height:98px}.xh-panel{padding:17px 13px}}.profile-field{display:block;margin:14px 0;color:#cbd1df;font-size:14px}.profile-field input{display:block;width:100%;height:46px;margin-top:7px;padding:0 12px;border:1px solid #30446e;border-radius:5px;background:#101d3d;color:#fff;font:inherit}.profile-field input:focus{outline:2px solid #4c7cff;border-color:transparent}:root{font-family:Arial,Microsoft YaHei,sans-serif;color:#fff;background:#030c25}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 50% 30%,#192e63,#020916 62%)}button{font:inherit;color:inherit;border:0;cursor:pointer}.shell{min-height:100vh;display:grid;place-items:center}.phone{width:min(100vw,390px);height:min(100dvh,844px);min-height:630px;position:relative;overflow:hidden;background:#050e2a;box-shadow:0 0 55px #000}.content{position:absolute;top:0;right:0;bottom:64px;left:0;overflow:auto;scrollbar-width:none}.content::-webkit-scrollbar{display:none}.strip{height:44px;background:linear-gradient(100deg,#151d41,#38284c);display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:12px}.strip b{padding:8px 15px;background:#4374f9;border-radius:3px;font-size:14px}header{height:61px;display:flex;align-items:center;position:relative;padding:0 10px;background:#070f2c;z-index:2}header img{width:109px;height:auto}header strong{position:absolute;left:0;right:0;text-align:center;font-size:17px}.back{width:24px;font-size:43px;font-weight:200;margin-right:11px;z-index:1;background:transparent;color:#dbe1ff}.head-help{margin-left:auto;background:transparent;font-size:34px;line-height:1;transform:rotate(35deg)}.hero{height:218px;overflow:hidden}.hero img{height:100%;width:100%;object-fit:cover}.member{height:74px;background:#090f29;display:flex;gap:6px;align-items:center;padding:7px 10px;flex-wrap:wrap;font-size:11px}.member img{width:46px;height:16px;object-fit:contain}.member b{font-size:13px}.member span{width:100%;color:#4e80ff;font-size:16px;font-weight:700}.member button{margin-top:-28px;margin-left:auto;background:transparent;font-size:11px}.tabs{height:45px;display:flex;align-items:end;gap:18px;white-space:nowrap;overflow:hidden;padding:0 10px 8px}.tabs button{padding:0 0 7px;background:transparent;color:#b7bfd4;font-size:14px}.tabs button.selected,.cats button.selected{color:#fff;border-bottom:3px solid #4c7cff}.home section{padding:0 10px}.home h2{font-size:18px;margin:5px 0 8px}.home em{color:#76c538;font-style:normal;margin-right:3px}.games{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.games button{padding:0;background:#101934;border-radius:3px;overflow:hidden;aspect-ratio:1}.games img{width:100%;height:100%;object-fit:cover}nav{height:65px;position:absolute;bottom:0;left:0;right:0;z-index:5;background:linear-gradient(#17203d,#0b1330);display:flex;justify-content:space-around;padding:0 5px}nav button{width:20%;background:transparent;display:grid;place-items:center;align-content:end;font-size:13px;padding-bottom:6px}nav img{height:46px;max-width:68px;object-fit:contain;margin-bottom:-8px;filter:drop-shadow(0 2px 2px #000)}.translate{position:absolute;right:8px;top:80px;z-index:8;border-radius:50%;width:30px;height:30px;background:#a96488;color:#f3cad6;font-size:12px}.discount{padding:25px 10px 20px;background:#06112c;min-height:100%}.switch{height:52px;border-radius:6px;background:#2a365f;display:flex;align-items:center;justify-content:space-around;color:#d3d7e8}.switch b{color:#5c8aff;border-bottom:2px solid #4f7cff;height:52px;display:flex;align-items:center}.switch button{background:transparent;color:#d3d7e8;font-size:16px}.cats{display:flex;gap:21px;overflow:hidden;height:50px;align-items:center;white-space:nowrap}.cats button{background:transparent;color:#bbc2d2;height:50px}.discount article{background:#1a2548;border-radius:5px;overflow:hidden;margin-bottom:12px}.discount article>img{width:100%;height:135px;object-fit:cover;display:block}.discount article div{height:71px;padding:11px 13px;position:relative}.discount small{display:block;color:#b4bbcc;font-size:12px;margin-top:10px}.discount article button{position:absolute;right:10px;top:21px;background:transparent;color:#d4d7e2;font-size:13px}.agent{padding:0 15px 18px;background:#090d31;min-height:100%}.visual{height:405px;margin:0 -15px 12px;position:relative;overflow:hidden;background:#40134f}.visual img{width:100%;height:100%;object-fit:cover;opacity:.86}.visual h1{position:absolute;bottom:8px;left:0;right:0;text-align:center;font-size:28px;line-height:1.15;text-shadow:0 3px 4px #111;margin:0}.visual h1 b{font-size:38px}.agent h3{font-size:16px;margin:15px 0 6px}.agent p{color:#bfc1d1;margin:4px 0;font-size:14px}.agent table{margin:12px 0;width:100%;border-collapse:collapse;text-align:center;font-size:14px}.agent th,.agent td{border:1px solid #d9d9e5;padding:6px}.agent th{background:#fff;color:#32415f}.primary{width:100%;height:56px;border-radius:4px;background:#3d70fb;font-size:17px;margin-top:12px}.vip{min-height:100%;padding:22px 20px;background:linear-gradient(#060d25,#091537)}.vcard{height:157px;border-radius:10px;background:linear-gradient(135deg,#434654,#161d34 70%);padding:26px 20px;display:flex;flex-direction:column;gap:15px}.vcard b{font-size:36px;color:#ddd}.vcard span{font-size:13px;color:#d7d8dd;line-height:1.4}.vip h2{color:#ffe08a;margin:30px 0 5px;font-size:23px}.vip>p{font-size:13px;color:#ffd874;margin:0}.perks{display:flex;justify-content:space-between;border-top:1px solid #17223e;margin-top:15px;padding-top:12px}.perks button{background:transparent;color:#fff;text-align:center;width:20%;font-size:11px;padding:0}.progress{display:flex;justify-content:space-between;margin-top:25px;align-items:center;font-size:12px;border-bottom:7px solid #e7d9c1;padding-bottom:3px}.progress b{color:#f4d886;font-size:18px}.need{margin-top:16px;padding:10px;background:#121b39;border-left:2px solid #f1cf78;display:flex;flex-direction:column;gap:7px;font-size:13px}.need strong{float:right;margin-left:auto;color:#f4d887}.vip h3{font-size:15px;margin:20px 0 10px}.vip h3 small{float:right;font-weight:400;color:#a3a9bb}.benefit{width:100%;padding:12px;background:#1c2542;border-left:3px solid #e5c875;margin-bottom:9px;display:flex;justify-content:space-between;align-items:center;color:#fff;text-align:left}.benefit i{font-style:normal;color:#f5d26b}.benefit span{background:linear-gradient(90deg,#b0a18a,#7d6b57);padding:7px 18px;border-radius:20px;font-size:13px}.user{padding:12px 10px 18px;background:#060f2d;min-height:100%}.identity{height:76px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.identity img{width:52px;height:18px;object-fit:contain}.identity b{font-size:18px}.identity span{width:100%;font-size:18px;color:#4c7eff;font-weight:700}.quick{height:67px;background:linear-gradient(120deg,#0c3b76,#24478a);border-radius:5px;display:flex;justify-content:space-around;align-items:center;text-align:center;font-size:13px}.quick button{width:25%;line-height:1.7;background:transparent;color:#fff}.ubanner{width:100%;height:108px;object-fit:cover;margin:12px 0;border-radius:4px}.menu{background:linear-gradient(145deg,#112653,#0a1737);border-radius:8px;padding:56px 12px 22px;display:grid;grid-template-columns:repeat(3,1fr);gap:48px 20px}.menu button{background:transparent;color:#d0d2df;font-size:15px}.user .primary{margin-top:17px;height:51px}.detail,.center,.form-page,.records,.notices,.game-page{min-height:100%;padding:20px;background:#07112d}.detail>img{width:100%;height:185px;object-fit:cover;border-radius:7px}.detail h2{font-size:21px;margin:20px 0 10px}.detail p,.detail li{color:#c3c9db;font-size:14px;line-height:1.8}.detail h3{margin-top:18px}.detail hr{border:0;border-top:1px solid #253354}.center-tabs{height:50px;border-radius:7px;background:#1c2a4e;display:flex;margin-bottom:25px}.center-tabs button{background:transparent;width:50%;font-size:16px}.center-tabs .selected{color:#70a0ff;border-bottom:3px solid #4b7cff}.center h2{font-size:20px}.center label{display:block;color:#cfd5e3;font-size:14px;margin:20px 0}.center input,.center select{margin-top:8px;width:100%;height:48px;border:1px solid #30446e;background:#101d3d;border-radius:5px;color:#fff;padding:0 12px;font:inherit}.hint{color:#8491ad;font-size:13px;line-height:1.7}.form-page h2{font-size:20px;margin:0 0 17px}.form-row{height:58px;display:flex;align-items:center;border-bottom:1px solid #1e3155;gap:12px}.form-row span{color:#cbd1df}.form-row b{margin-left:auto;font-size:14px;color:#8c98b5}.form-row button{background:transparent;font-size:26px;color:#8390ac}.empty{height:390px;display:grid;place-content:center;text-align:center;gap:14px;color:#71809e}.empty:first-letter{font-size:56px}.empty b{font-size:17px;color:#c5cbdb}.empty button{background:#223866;border-radius:5px;padding:10px 35px;margin-top:5px}.notice{width:100%;min-height:72px;background:#111e40;border-bottom:1px solid #253758;text-align:left;padding:13px 35px 13px 13px;position:relative}.notice b,.notice span{display:block}.notice b{font-size:15px}.notice span{color:#939fbb;font-size:12px;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice i{position:absolute;right:15px;top:24px;font-size:24px;color:#8290ad}.game-page{display:grid;align-content:start;gap:16px;text-align:center;padding-top:70px}.game-page img{width:180px;height:180px;object-fit:cover;border-radius:10px;margin:auto}.game-page p{color:#aab4ca;line-height:1.7;text-align:left}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#020818c9;display:grid;place-items:center;padding:25px}.dialog{position:relative;width:100%;border-radius:11px;background:#17264b;padding:28px 20px 20px;box-shadow:0 20px 50px #000}.dialog h2{margin:0 0 10px}.dialog p{color:#bdc8df}.dialog input{width:100%;height:45px;background:#0d1835;border:1px solid #405686;border-radius:4px;color:#fff;padding:0 12px;font:inherit}.dialog .primary{height:46px}.close{position:absolute;right:12px;top:8px;background:transparent;font-size:28px}.chat{padding:11px;background:#233862;border-radius:5px;font-size:13px;color:#dbe4ff;margin:12px 0}.toast{position:absolute;z-index:30;bottom:82px;left:20px;right:20px;text-align:center;background:#273c6b;padding:12px;border-radius:7px;box-shadow:0 8px 30px #000;font-size:13px}@media(min-width:600px){.phone{height:844px}.shell{padding:20px}.content{top:0;right:0;bottom:65px;left:0}}.login-phone{background:#06102b url(/assets/pg88/9e63c4d7323b87c5.jpg) center/cover no-repeat}.login-page{height:100%;min-height:630px;position:relative;overflow:auto;padding:0 24px 22px;background:linear-gradient(180deg,#040c2a40,#030a1fed 44%,#050c23);scrollbar-width:none}.login-page::-webkit-scrollbar{display:none}.login-top{height:82px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.login-top img{width:124px;height:auto;filter:drop-shadow(0 3px 10px #0008)}.login-top button{width:34px;height:34px;border:1px solid #52658e;border-radius:50%;background:#0a1538aa;color:#aebbd6;font-size:27px;line-height:26px}.login-visual{height:145px;position:relative;margin:0 -24px;overflow:hidden}.login-visual:before{content:"";position:absolute;width:250px;height:250px;left:70px;top:-75px;border:1px solid #5485ff42;border-radius:50%;box-shadow:0 0 70px #245cff2b,inset 0 0 45px #274fbe22}.login-visual i{position:absolute;width:205px;height:74px;left:91px;bottom:13px;border-radius:50%;background:radial-gradient(ellipse,#2b5dff80,transparent 68%);filter:blur(8px)}.login-88{position:absolute;z-index:1;left:50%;top:10px;transform:translate(-50%) skew(-7deg);font:italic 900 78px/1 Arial;color:#dce8ff;text-shadow:-4px 5px 0 #3d6ffb,0 0 18px #58a6ff,8px 8px 0 #132e78;letter-spacing:-14px;padding-right:14px}.login-chip{position:absolute;z-index:1;font-size:38px;text-shadow:0 0 12px currentColor}.chip-one{left:42px;top:52px;color:#5090ff;transform:rotate(-24deg)}.chip-two{right:48px;top:23px;color:#f54879;transform:rotate(18deg)}.login-glow{position:absolute;border-radius:50%;filter:blur(30px);pointer-events:none}.login-glow-one{width:140px;height:140px;left:-78px;top:120px;background:#244dca55}.login-glow-two{width:120px;height:120px;right:-65px;top:255px;background:#86285f35}.login-card{position:relative;z-index:2}.login-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.login-title h1{margin:0;font-size:25px}.login-title button{background:transparent;color:#78a0ff;font-size:14px;padding:8px 0}.login-field{height:50px;margin-bottom:13px;display:flex;align-items:center;border:1px solid #28385e;border-radius:5px;background:#f4f6fb;overflow:hidden;box-shadow:0 7px 18px #0002}.login-field>span{width:47px;color:#72809c;text-align:center;font-size:20px}.login-field input{height:100%;min-width:0;flex:1;border:0;outline:0;background:transparent;color:#19223a;font:15px Arial,Microsoft YaHei,sans-serif;padding:0}.login-field input::placeholder{color:#9da6b9}.login-field:focus-within{border-color:#4d7cff;box-shadow:0 0 0 2px #4d7cff26}.password-toggle{height:100%;width:46px;background:transparent;color:#7886a2;font-size:20px}.captcha-field input{text-transform:uppercase}.captcha-code{align-self:stretch;width:104px;background:repeating-linear-gradient(-18deg,#e7edff 0,#e7edff 4px,#cbd8ff 5px,#f7f9ff 8px);color:#234dbe;font:italic 800 20px/1 Georgia,serif;letter-spacing:3px;text-shadow:1px 1px #fff;transform:none}.forgot{display:block;margin:-2px 0 11px auto;padding:5px 0;background:transparent;color:#7ba1ff;font-size:13px}.login-error{min-height:18px;margin:-3px 0 8px;color:#ff8f9d;font-size:13px}.login-submit{width:100%;height:50px;border-radius:5px;background:linear-gradient(90deg,#315eef,#4b82ff);box-shadow:0 9px 24px #245af43d;font-size:17px;font-weight:700}.login-submit:disabled{opacity:.65;cursor:wait}.register-tip,.service-tip{text-align:center;color:#9ca8c1;font-size:13px;margin:15px 0 0}.register-tip button,.service-tip button{padding:0;background:transparent;color:#72a0ff}.service-tip{margin-top:11px}.login-footer{text-align:center;color:#586681;font-size:11px;margin-top:28px}.session-loading{height:100%;display:grid;place-content:center;justify-items:center;gap:22px;color:#aebbd2;font-size:14px}.session-loading img{width:145px}.session-loading:after{content:"";width:26px;height:26px;border:2px solid #273a67;border-top-color:#4c7cff;border-radius:50%;animation:login-spin .8s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}@media(max-height:700px){.login-top{height:65px}.login-visual{height:105px}.login-visual:before{top:-105px}.login-88{top:0;font-size:62px}.login-chip{font-size:31px}.login-title{margin-bottom:12px}.login-field{height:46px;margin-bottom:10px}.login-footer{margin-top:16px}}.operation-empty,.operation-state{min-height:360px;display:grid;place-content:center;justify-items:center;gap:12px;color:#7f8daa;text-align:center;font-size:13px}.operation-state{min-height:100%;background:#07112d}.operation-state i{width:27px;height:27px;border:2px solid #263a67;border-top-color:#4f7fff;border-radius:50%;animation:operation-spin .8s linear infinite}.operation-state.error{color:#ff929d}.operation-state button{padding:8px 17px;color:#fff;background:#315fdc;border-radius:5px}.agent-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.agent-summary span{padding:12px;color:#aeb9d0;background:#151f48;border-radius:6px;font-size:12px}.agent-summary b{display:block;margin-top:5px;color:#fff;font-size:17px}.support-success,.support-error{margin:10px 0;padding:9px 10px;border-radius:5px;font-size:12px}.support-success{color:#70dbb4;background:#12372e}.support-error{color:#ff9aa5;background:#361b2b}.benefit:disabled{opacity:.78;cursor:not-allowed}@keyframes operation-spin{to{transform:rotate(360deg)}}
