@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;700;800&family=Noto+Sans+SC:wght@400;500;700&display=swap');

:root {
    --bg: #0e0e10;
    --surface: #1a1a1e;
    --surface-2: #24242a;
    --text: #f5f5f7;
    --muted: #9a9aa3;
    --grad: linear-gradient(135deg, #ff8a3d, #ff2d95 45%, #7b5cff);
    --grad-hover: linear-gradient(135deg, #ff9a55, #ff4aa5 45%, #8f72ff);
    --radius-lg: 20px;
    --glow: 0 0 24px rgba(255, 45, 149, 0.35);
    --header-bg: rgba(14, 14, 16, 0.88);
    --border: rgba(255, 255, 255, 0.08);
}

* {
    padding: 0px;
    margin: 0px auto;
}
html {
    height: 100%;
}
body {
    font-family: 'Nunito', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    background-size: 100% auto;
    line-height: 180%;
    color: var(--text);
    background-color: var(--bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
img {
    border: none;
}

a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #ff8a3d;
    text-decoration: none;
}
ul {
    list-style: none;
}
.tleftLogo {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 20px;
    color: var(--text);
    text-indent: 0;
    background: url('../new-img/120-1.png') no-repeat center / contain;
    border-radius: 12px;
    overflow: hidden;
}

.tleftLogo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo-text {
    height: 65px;
    width: 388px;
    line-height: 65px;
    font-size: 25px;
    color: var(--text);
    text-indent: 69px;
}

#footer_box {
    text-align: center;
    padding: 28px 0;
    color: var(--muted);
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
}
.mainbox {
    width: 1200px;
    background: #fff;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 6px;
}
.mainbox h1 {
    padding: 80px 0px;
    font-size: 48px;
    line-height: 140%;
}
.mainbox h2 {
    margin-bottom: 30px;
    font-weight: 500;
}
.mainbox h2 span {
    background: #de0f0f;
    color: #fff;
    padding: 2px 60px;
    border-radius: 30px;
    text-align: center;
}
.mainbox p {
    width: 640px;
    background: #f7f8f9;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px 10px 20px 10px;
    border: 1px solid #d1d2d3;
    border-bottom: 2px solid #c1c2c3;
    border-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}
.mainbox p a {
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #e1e2e3;
    border-bottom: 2px solid #ccc;
    color: #c00;
}
.tuijian2 {
    margin: 5px auto;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    display: flex;
}
.mtop {
    margin-top: 20px;
}
.tuijian2 b {
    font-size: 22px;
    font-weight: 400;
}
.tuijian2 li {
    font-size: 14px;
    text-align: left;
    margin: 0px 5px;
}

.mtop {
    margin-top: 20px;
}
.tuijian2 b {
    font-size: 22px;
    font-weight: 400;
}
.tuijian2 li {
    font-size: 14px;
    text-align: left;
    margin: 0px 5px;
}
.tleft img {
    width: 150px;
    border-radius: 10px;
}
.tleft {
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.tright {
    color: var(--muted);
    line-height: 52px;
}
.nav-right {
    padding: 0;
    position: static;
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.tright a {
    font-size: 16px;
    padding: 0px 10px;
}
.tright span {
    float: right;
    line-height: 36px;
    margin-top: 10px;
}
.tright span a {
    font-size: 12px;
    padding: 0px 5px;
    color: #039;
}
#pay {
    background: #fa7272;
    padding: 0px 24px;
    border-radius: 4px;
    display: block;
    float: right;
    color: #fff;
    margin-left: 10px;
    line-height: 36px;
}
#pay:hover {
    color: #ff7;
    background: #f05251;
}
#pay2 {
    background: #a7c976;
    padding: 0px 24px;
    border-radius: 4px;
    display: block;
    float: right;
    color: #fff;
    margin-left: 10px;
    line-height: 36px;
}
#pay2:hover {
    color: #ff7;
    background: #83a84f;
}

a.menu,
a.menu2 {
    display: block;
    border-bottom: 3px solid transparent;
    padding: 9px 10px 0px 10px;
    float: left;
    font-weight: 600;
    color: var(--text);
    position: relative;
}
a.menu:hover,
a.menu2 {
    border-bottom-color: transparent;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
a.menu:hover::after,
a.menu2::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    border-radius: 3px;
    background: var(--grad);
}

.download {
    width: 830px;
    margin: 10px auto 30px auto;
    height: 90px;
}
.pimage {
    width: 1200px;
    /* margin: 30px auto 30px auto; */
    padding-top: 30px;
    min-height: 200px;
    color: #fff;
}
.pimage h2 {
    text-align: left;
    font-size: 60px;
    height: 60px;
}
.pimage img {
    width: 280px;
    border-radius: 10px;
    margin: 0px 28px 0px 8px;
}
.pimage div {
    margin-bottom: 20px;
    padding: 0px 90px;
    zoom: 1;
}
.pimage div::after {
    content: '\0020';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
}
.pimage div span {
    display: block;
    float: left;
    width: 900px;
    font-size: 16px;
    color: #f1f2f3;
}
.pimage div span hr {
    margin: 20px 0px;
    height: 0px;
    border-top: 1px solid #d1d2d3;
}
.pimage div span b {
    font-size: 24px;
}
.pimage div span small {
    color: #f05251;
    font-size: 16px;
}
.pimage div img {
    float: left;
    width: 80px;
}

.gamebox {
    width: 1200px;
    margin: 20px auto 0px auto;
}
.gamebox div {
    float: left;
    padding: 30px 20px;
    border: 1px solid #e1e2e3;
    background: #fff;
    border-radius: 6px;
}
.gamebox div hr {
    border: 0px;
    height: 0px;
    border-top: 1px solid #e1e2e3;
    margin: 10px 0px 30px 0px;
}
.gamebox div img {
    border-radius: 6px;
}
.gamebox div span {
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}
.gamebox div span b {
    font-size: 24px;
}
.gamebox div span small {
    font-size: 16px;
    color: #f05251;
}

.box4 {
    width: 250px !important;
    display: block;
    margin: 30px 0px 30px 40px !important;
}
.box4 img {
    width: 250px;
}

.link {
    width: 1200px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #818283;
}
.link img {
    height: 42px;
    margin: 0px 10px;
}
.link hr {
    border: 0px;
    height: 0px;
    border-top: 1px solid #e1e2e3;
    margin: 10px 0px 30px 0px;
}

.btn02 {
    padding: 10px 20px;
    background: #509c26;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
}
.btn02:hover {
    background: #438c1a;
    color: #ff7;
}
.btn03 {
    padding: 10px 20px;
    background: #26699c;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
}
.btn03:hover {
    background: #185889;
    color: #ff7;
}
.btn04 {
    padding: 10px 20px;
    background: #f1f2f3;
    font-size: 14px;
    color: #313233;
    border-radius: 6px;
}
.btn04:hover {
    background: #e1e2e3;
    color: #313233;
}

.pay {
    width: 1200px;
    margin: 30px auto;
    padding-top: 30px;
}
.paytitle {
    text-align: left;
    font-size: 20px;
    height: 40px;
    background: #ad2010;
    margin-right: 50px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 5px;
    border-bottom: 4px solid #8d170a;
    padding: 10px 0px 0px 20px;
}
.paybox {
    width: 1100px;
    font-size: 12px;
    background: #fff;
    color: #919293;
    border: 1px solid #e1e2e3;
    border-radius: 10px;
    border-left: 6px solid #f05251;
    float: left;
    margin: 5px !important;
    padding: 10px 20px;
}
.paybox b {
    font-size: 20px;
    font-weight: 500;
    color: #f05251;
    margin-bottom: 10px;
}
.paybox li {
    float: right;
    list-style: none;
    text-align: center;
    font-size: 30px;
    color: #f05251;
    margin-top: 20px;
}
.paybox button {
    display: block;
    margin: 5px 5px 10px 5px;
    background: #f05251;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
}
.paybox span {
    display: block;
    float: left;
    margin-right: 10px;
}

.gamepic {
    padding: 30px;
    width: 1000px;
}
.gamepic img {
    margin: 10px 0px;
}

.gamebg {
    background: #f1f2f3 none no-repeat center 75px;
    background-size: auto 530px;
}
.gamebg2 {
    background: #f1f2f3 none no-repeat center 75px;
    background-size: auto 530px;
}
.gamebg3 {
    background: #f1f2f3 none no-repeat center 75px;
    background-size: auto 530px;
}
.gamebg5 {
    background: #f1f2f3 none no-repeat center 75px;
    background-size: auto 530px;
}
.gamebg6 {
    background: #f1f2f3 none no-repeat center 75px;
    background-size: auto 530px;
}
.gamebg7 {
    background: #f1f2f3 none no-repeat center 75px;
    background-size: auto 530px;
}

.tiempk {
}
.tiempk img {
    width: 100%;
}
.buttom {
    width: 1200px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    height: 80px;
    padding-top: 20px;
    color: #666;
    line-height: 24px;
}
.buttom b {
    font-size: 14px;
    display: block;
    color: #f05251;
}
.btn {
    display: block;
    float: left;
    margin: 10px 5px;
    background: var(--grad);
    background-size: 160% 160%;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    padding: 3px 9px;
    box-sizing: border-box;
    border: none;
    box-shadow: 0 6px 18px rgba(255, 45, 149, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.35s ease;
}
.btn:hover {
    color: #fff;
    background-position: 100% 50%;
    box-shadow: var(--glow);
    transform: scale(1.03);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 80px;
    text-align: center;
    margin: 0px;
    padding: 5px 0px;
    font-weight: 300;
    box-sizing: border-box;
    background-color: var(--header-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.js-silder {
    position: relative;
    min-width: 320px;
}
.silder-scroll {
    width: 100%;
    overflow: hidden;
}
.silder-main {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.silder-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.silder-main-img .img {
    display: block;
    width: 100%;
    height: 300px;
    background: #e8e8e8 repeat-x center / auto 300px;
}
.js-silder-ctrl {
    width: 100%;
    text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next {
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: '宋体';
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev {
    left: 0;
    text-align: left;
}
.silder-ctrl-next {
    right: 0;
    text-align: right;
}
.silder-ctrl-prev > span,
.silder-ctrl-next > span {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.silder-ctrl-prev > span {
    left: 0;
}
.silder-ctrl-next > span {
    right: 0;
}
.silder-ctrl-con {
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
}
.silder-ctrl-con > span {
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}
.silder-ctrl-con.active > span {
    background-color: #f05251;
}

@media (max-width: 768px) {
    .silder-ctrl-prev,
    .silder-ctrl-next {
        width: 10%;
        font-size: 26px;
        margin-top: -25px;
    }
    .silder-ctrl-con {
        width: 14px;
        height: 14px;
        padding: 0;
        margin: 0 5px;
    }
    .silder-ctrl-con > span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }
}

.con_mode p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.con_mode em {
    font-size: 16px;
    line-height: 30px;
    text-indent: 4em;
    display: block;
    font-style: normal;
}

.con_mode h1 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}

.con_mode h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.czTab {
    height: 36px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 36px;
}
.czTab a {
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 15px;
}
.czTab a.act {
    background: #ad2010;
    color: #fff;
}

.mhMain {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.mhMain p {
    text-align: center;
    line-height: 108px;
    font-size: 30px;
    font-weight: bold;
}
.mhMain img {
    width: 800px;
}

/* 实名认证/注册/登录 */
.main_box {
    padding: 30px 20px 60px;
    border: 1px solid #e1e2e3;
    background: #fff;
    border-radius: 6px;
    max-width: 1200px;
    margin: 60px auto;
    box-sizing: border-box;
}
.box-l .sq-qr-msg-p a:hover {
    text-decoration: underline;
}
.box-l .sq-qr-xz {
    width: 100%;
    text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
#mm,
#r-dialog,
#zh {
    background: url(../img/dl-ico.png) no-repeat;
}
#sfzh,
#r-dialog,
#zsxm {
    background: url(../img/dialog-yz.png) no-repeat;
}
#mm,
#sfzh,
#zsxm,
#r-dialog,
#zh {
    width: 100%;
    border: 1px solid #e8e8e8;
    height: 34px;
    color: #494949;
    line-height: 34px;
    border-radius: 3px;
    margin-bottom: 24px;
    text-indent: 40px;
    flex: 1;
}
#mm input,
#sfzh input,
#zsxm input,
#zh input {
    border: 0;
    line-height: 34px;
    height: 34px;
    width: 224px;
    float: left;
    padding-left: 38px;
    background: 0 0;
    text-indent: 0;
}
#zsxm {
    background-position: 10px 9px;
}
#sfzh {
    background-position: 10px -50px;
}
#zsxm.on {
    background-position: 10px -104px;
}
#sfzh.on {
    background-position: 10px -163px;
}
#zh {
    background-position: 9px 7px;
}
#mm.on,
#sfzh.on,
#zsxm.on,
#zh.on {
    outline: 0;
    border: 1px solid #494949;
}
#mm {
    background-position: 9px -41px;
}
#zh.on {
    background-position: 9px -91px;
}
#mm.on {
    background-position: 9px -139px;
}
#zh button {
    float: right;
    height: 100%;
    padding: 0 12px;
    background: #fff;
    color: #c43d7a;
    border: 1px solid #ff2d95;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease, color 0.2s ease;
}
#zh button:hover {
    box-shadow: var(--glow);
    transform: scale(1.03);
    color: #ff2d95;
}
.dl-yzm input:focus {
    outline: 0;
    border: 1px solid #494949;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
.dl-yzm {
    width: 100%;
    float: left;
    position: relative;
    height: 48px;
}
.dl-yzm input {
    width: 565px;
    background: 0 0;
    text-indent: 10px;
    float: left;
    border: 1px solid #e8e8e8;
    height: 34px;
    border-radius: 3px;
}
.dl-yzm img {
    float: left;
    height: 35px;
}
.dl-vt {
    color: red;
    position: absolute;
    right: -30px;
    top: 17px;
}
.bd-xy {
    color: #888;
    height: 48px;
    width: 100%;
    float: left;
}
.bd-xy label {
    float: left;
}
.bd-xy input {
    width: 13px;
    height: 13px;
    margin-top: 8px;
    float: left;
    margin-right: 4px;
}
.bd-xy a {
    float: left;
    color: #888;
}
.bd-xy a:hover {
    color: #fe5700;
}
.register {
    /* width: 416px;
					height: 446px; */
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -208px;
    top: 50%;
    margin-top: -223px;
    z-index: 999;
    border-radius: 4px;
}
.register-box {
    width: 662px;
    margin: 0 auto;
}
.register-tit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #2e2e2e;
    margin-bottom: 22px;
}
.register-rt {
    color: #888;
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding-top: 20px;
}
.register-rt a {
    color: #fe5600;
}
.tolog-btn {
    background: var(--grad);
    background-size: 160% 160%;
    border: 0;
    width: 100%;
    height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 14px;
    box-shadow: 0 6px 18px rgba(255, 45, 149, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.35s ease;
}
.tolog-btn:hover,
#r-dialog .tolog-btn:hover {
    color: #fff;
    background-position: 100% 50%;
    box-shadow: var(--glow);
    transform: scale(1.03);
}
.apCont {
    padding: 20px;
}

.apCont .contHid {
    position: relative;
    height: 1180px;
    overflow: hidden;
}

.apCont .cont {
    padding: 6px 0 0;
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.apCont .cont a {
    line-height: 25px;
    text-indent: 0;
    color: #ffa200;
}

.apCont .cont a:hover {
    border-bottom: 0.01px solid #ffa200;
}

.apCont .cont p {
    line-height: 26px;
    color: #666;
    margin-bottom: 16px;
}

.apCont .cont br {
    height: 2px;
}

.apCont .cont img {
    max-width: 788px;
    display: block;
    margin: 0 auto;
    padding: 25px 0px 38px;
}

.apCont .cont p img {
    max-width: 788px;
    display: block;
    margin: 0 auto;
    padding: 25px 0px 38px;
}

.apCont .cont h3 {
    margin-bottom: 16px;
    line-height: 34px;
    font-size: 18px;
    color: var(--text);
    font-weight: 700;
    padding: 0 0 0 18px;
    border-left: 4px solid transparent;
    border-image: var(--grad) 1;
    background-color: var(--surface-2);
}
#footer_box {
    width: 100%;
    background: var(--surface);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.4);
    z-index: 100;
    color: var(--muted);
    margin-top: auto;
    flex-shrink: 0;
}
#footer_box a {
    color: var(--muted);
}
#footer_box a:hover {
    color: #ff8a3d;
}
.nav-right a {
    color: var(--text);
    font-weight: 600;
}
.nav-right a:hover {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tright {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.tright .menu {
    white-space: nowrap;
    margin: 0 10px;
}

.nav-right {
    margin-left: 20px;
}
.tuijian2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    width: auto;
    padding: 0 0 0 16px;
    box-sizing: border-box;
}

.nav-panel {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
}

.tright {
    display: flex;
    justify-content: flex-end;
}
.pt-100 {
    padding-top: 100px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface-2);
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    margin: 0;
}

.page-seo-title {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 12px auto 16px;
    padding: 0 4px;
    font-size: 22px;
    font-weight: 800;
    color: var(--text);
    line-height: 1.4;
    box-sizing: border-box;
}

.page-seo-title--spaced {
    padding-top: 100px;
    margin-top: 0;
}

/* 白底内容区：覆盖全局浅色正文，保证可读性 */
.main_box,
.pay,
#contact,
.news-detail-container,
.about-container,
.apCont,
.game-con,
.tab_main,
.con,
.gamebox,
.content-box {
    color: #1a1a1e;
}
.main_box a,
#contact a,
.news-detail-container a,
.about-container a,
.apCont a,
.game-con a {
    color: #c43d7a;
}
.main_box a:hover,
#contact a:hover,
.news-detail-container a:hover {
    color: #ff2d95;
}
.main_box span,
.con span,
.tab_main span,
#contact span {
    color: inherit;
}

/* Weelife 主題按鈕（表單 CTA） */
.theme-btn,
.gopay,
.issue-btn,
.submit-btn {
    background: var(--grad);
    background-size: 160% 160%;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(255, 45, 149, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.35s ease;
}
.theme-btn:hover,
.gopay:hover,
.issue-btn:hover,
.submit-btn:hover {
    color: #fff !important;
    background-position: 100% 50%;
    box-shadow: var(--glow);
    transform: scale(1.03);
}

/* 下載／全屏等膠囊按鈕 */
.game-info .game-down a.android,
.fullscreen-toggle {
    background: var(--grad) !important;
    background-size: 160% 160% !important;
    color: #fff !important;
    border: none;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(255, 45, 149, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.35s ease;
}
.game-info .game-down a.android:hover,
.fullscreen-toggle:hover {
    color: #fff !important;
    background-position: 100% 50%;
    box-shadow: var(--glow);
    transform: scale(1.03);
}

/* 次要按鈕：發送驗證碼 */
#send-code-btn,
#zh button {
    background: #fff;
    color: #c43d7a !important;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(#fff, #fff), var(--grad);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
#send-code-btn:hover,
#zh button:hover {
    box-shadow: var(--glow);
    transform: scale(1.03);
    color: #ff2d95 !important;
}

/* 手機版：漢堡選單 / 頁腳 / 內容區 */
@media (max-width: 768px) {
    .header {
        height: auto;
        min-height: 56px;
        padding: 8px 0;
    }

    .tuijian2 {
        margin: 0;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .tuijian2 ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        width: 100%;
    }

    .nav-bar {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .tleft {
        padding-left: 0;
    }

    .nav-toggle {
        display: flex;
    }

    .header.nav-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .header.nav-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .header.nav-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .nav-panel {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 8px 12px 16px;
        box-sizing: border-box;
        border-top: 1px solid var(--border);
        background: var(--header-bg);
    }

    .header.nav-open .nav-panel {
        display: flex;
    }

    .tright {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch;
        justify-content: flex-start;
        line-height: 1.4;
        width: 100%;
    }

    .tright .menu,
    .tright a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 12px 10px;
        font-size: 15px;
        text-align: left;
        box-sizing: border-box;
        border-bottom: 1px solid var(--border);
    }

    .nav-right {
        position: static;
        margin: 8px 0 0;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: stretch;
        gap: 10px;
    }

    .nav-right a {
        flex: 1;
        text-align: center;
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 10px 8px !important;
        border-bottom: 1px solid var(--border) !important;
    }

    .pt-100 {
        padding-top: 72px;
    }

    .page-seo-title {
        margin-top: 12px;
        font-size: 18px;
        width: calc(100% - 24px);
    }

    .page-seo-title--spaced {
        padding-top: 72px;
    }

    .main_box,
    .content-box,
    .pay,
    .about-container,
    .news-detail-container,
    #contact {
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 14px;
        padding-right: 14px;
        max-width: calc(100% - 24px);
        box-sizing: border-box;
    }

    #footer_box {
        padding: 16px 12px 24px;
        box-sizing: border-box;
    }

    #footer_box .footer_in,
    #footer_box p,
    #footer_box div {
        font-size: 12px;
        line-height: 1.6;
        word-break: break-word;
        overflow-wrap: anywhere;
        padding: 0 4px;
        box-sizing: border-box;
    }
}
