body {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-decoration: none;
    font-size: 12px;
    font-family: PingFang-SC-Regular, 'Helvetica Neue', Helvetica, 'microsoft yahei', sans-serif;
}

html,
body {
    height: 100%;
}

em {
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
}

i {
    font-style: normal;
}

input {
    outline: none;
}

.fontc {
    color: var(--text-warn);
}

#footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
    text-align: center;
    max-width: 428px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cl {
    clear: both;
}

#footer ul {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

body a {
    color: white;
}

a {
    text-decoration: none;
}

a:-webkit-any-link {
    cursor: pointer;
}


select:focus {
    outline: none;
}

#footer li {
    float: left;
    text-align: center;
    height: 100%;
}

#footer li img {
    margin: auto;
    display: block;
    overflow: hidden;
    position: relative;
    height: 24px;
    width: 24px;
    padding: 5px 0 2px;
}

#wbody {
    max-width: 428px;
    margin: 0 auto;
}

.likebody {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    padding-top: 4.6em;
    padding-bottom: 60px;
    max-width: 428px;
    overflow: hidden;
}

.slote {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.sflash {
    display: block;
    width: 100%;
}

.topIcon {
    box-sizing: border-box;
    color: var(--text-link);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    line-height: 18px;
    z-index: 20;
    padding: 1em 1.2em;
    max-width: 428px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 42px;
}

.cenIcon {
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 18px;
}

.leftIcon {
    display: inline-block;
    _zoom: 1;
    position: relative;
    float: left;
}

.rightIcon {
    display: inline-block;
    _zoom: 1;
    position: relative;
    float: right;
}

.flashlhh {
    float: left;
    width: 25%;
    margin: 0 0 10px;
    font-size: 13px;
    text-align: center;
}

.hddiv {
    margin: 0 auto 0;
    overflow: hidden;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    border-radius: 0 0 6px 6px;
    padding-top: 0.5rem;
}

.hd {
    float: left;
    width: 30.7%;
    margin: 0;
    margin: 2% 0 0 2%;
}


.daishenhe {
    float: right;
    width: 100%;
    border-radius: 0 0 6px 6px;
}

.niuitu {
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 20px;
}

.newgg {
    height: 30px;
    font-size: 13px;
    line-height: 40px;
}

.dival {
    margin: auto;
    background: var(--bg-white-card);
    text-align: center;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.8;
    color: var(--text-black);
    max-width: 80%;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 10px 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}


.jiejie {
    width: 100%;
    float: left;
    border-radius: 6px;
}

.mobile-rule-page {
    padding: 12px;
    box-sizing: border-box;
    min-height: 100vh;
}

.mobile-rule-page .Content {
    padding: 0;
    margin: 0;
}

.mobile-rule-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-rule-header,
.mobile-rule-card {
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.mobile-rule-header {
    line-height: 1.75;
    font-size: 14px;
}

.mobile-rule-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-rule-title:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    border-radius: 999px;
}

.mobile-rule-grid {
    display: grid;
    gap: 10px;
}

.mobile-rule-grid.cols-1 {
    grid-template-columns: 1fr;
}

.mobile-rule-grid.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-rule-grid.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-rule-grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-rule-item {
    border-radius: 12px;
    padding: 12px 10px;
    line-height: 1.7;
    word-break: break-all;
}

.mobile-rule-item strong {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 600;
}

.mobile-rule-item p {
    margin: 0;
}

.mobile-rule-badge {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: var(--text-primary);
}

.mobile-rule-card.mobile-rule-highlight {
    padding: 16px;
}

.mobile-rule-card.mobile-rule-highlight .mobile-rule-item {
    background: transparent;
    border: none;
    padding: 0;
}

.mobile-rule-page .kj {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 2px;
    vertical-align: middle;
}

.mobile-rule-page .hja {
    display: inline-block;
    font-weight: 700;
    margin: 0 4px;
    vertical-align: middle;
}

.mobile-rule-page .mh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 999px;
    font-weight: 700;
    vertical-align: middle;
    font-size: 16px;
}

.mobile-rule-page .table,
.mobile-rule-page table,
.mobile-rule-page tbody,
.mobile-rule-page tr,
.mobile-rule-page td {
    all: unset;
}

.mobile-rule-page br {
    line-height: 1.8;
}

@media (max-width:480px) {
    .mobile-rule-page {
        padding: 10px;
    }

    .mobile-rule-card,
    .mobile-rule-header {
        border-radius: 14px;
        padding: 12px;
    }


    .mobile-rule-page .kj {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .mobile-rule-page .mh {
        height: 32px;
        min-width: 32px;
        padding: 0 8px;
    }
}

.jiejiexh {
    padding: 3% 3% 0% 3%;
    letter-spacing: 3px;
    font-size: 13px;
    line-height: 28px;
    min-height: 500px;
}

.titlefangdao {
    text-align: center;
    font-weight: bolder;
}




.addtime {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}

.shijian {
    border-bottom: 1px solid var(--border-soft);
    margin: 10px 0;
    width: 100%;
}

.content {
    margin-top: 10px;
    width: 96%;
    margin: auto;
}

.jiejiexh .ss {
    height: 100px;
    text-align: right;
    padding-right: 10%;
    margin-top: 80px;
}

.jiange {
    float: left;
    width: 48%;
    margin: 1% 1% 1% 1%;
}



.sssfa {
    font-size: 16px;
    display: block;
    top: 0;
    width: 94%;
    border-radius: 8px;
    float: left;
    padding: 3%;
    background-color: var(--bg-card);
    color: var(--text-main);
}

.aasa {
    border-radius: 50%;
    width: 34%;
    float: left;
}

.aaaa {
    display: inline-block;
    width: 66%;
    float: right;
    height: 4em;
    margin-top: 0rem;
}

.sssfa .user {
    font-size: 14px;
    font-family: "STFangsong";
    margin-top: 10px;
    font-weight: bold;
}

.sssfa .qq {
    font-size: 10px;
    font-family: "STFangsong";
    margin-top: 0.2em;
}

.sssfa .lx {
    margin-top: 0.2em;
}

.sssfa .qq .s0 {
    background-color: #d633ff;
    border: 1px solid #e683ff;
}

.sssfa .qq .s1 {
    background-color: #FD5957;
    border: 1px solid #FD8682;
}

.sssfa .qq .s2 {
    background-color: #33CCC7;
    border: 1px solid #67DADD;
}

.sssfa .qq .s3 {
    background-color: #F1B636;
    border: 1px solid #F5CA6C;
}

.sssfa .qq div {
    display: inline-block;
    color: white;
    text-align: center;
    border-radius: 3px;
    font-size: 10px;
}

.sssfa .text {
    text-align: center;
    font-size: 13px;
    float: left;
    width: 100%;
    line-height: 24px;
}


.supertopIcon {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto;
    max-width: 428px;
    margin-bottom: 10px;
}

.gwfss {
    color: var(--text-sub-2);
    line-height: 28px;
}

.gwfss a {
    display: inline-block;
    _zoom: 1;
    width: 40%;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    font-family: "微软雅黑";
    border: 1px solid var(--text-sub-2);
}

.gg1 {
    color: var(--text-dark-on-light);
    background-color: var(--bg-light-gray);
}

.gg2 {
    color: var(--text-muted);
}

.hdjs {
    background: url(/img/end.png)no-repeat right top;
    background-size: 16%;
}

.activity {
    width: 92%;
    margin: auto;

}

.activity .cell {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}

.activity .cell .tu {
    width: 100%;
    border-radius: 8px;
}

.activity .cell .icon {
    width: 14px;
    margin-top: -4px
}

.activity .cell .activeTime {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.activity .cell .name {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 34px;
    left: 18px;
    max-width: 50%;
}

.activity .cell .name .title {
    font-size: 20px;
    line-height: 30px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    background: linear-gradient(30deg, rgba(234, 200, 142, .98), rgba(255, 232, 200, .98));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.activeDetail {
    position: relative;
    width: 100%;
}

.activeBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 264px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: -1;
}

.active-title {
    width: 68%;
    height: 260px;
    padding-bottom: 39px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.active-title .title {
    font-size: 25px;
    line-height: 34px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    background: linear-gradient(30deg, rgba(234, 200, 142, .98), rgba(255, 232, 200, .98));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active-title .time {
    display: flex;
    align-items: center;
    padding: 8px 0 0;
    line-height: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--text-link);
}

.active-title .time img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 11px;
    height: 11px;
    margin-right: 4px;
    vertical-align: middle;
}

.content-box {
    padding: 0px 10px 0;
    margin-top: -74px;
}

.detail {
    position: relative;
    z-index: 9;
}

.detail .detail-box {
    width: 100%;
    background: var(--bg-panel);
    border-radius: 15px;
}

.detail .active-info {
    margin-bottom: 12px;
}

.detail .active-info .info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 39px;
    background: linear-gradient(90deg, var(--bg-panel-gradient-from), var(--bg-panel-gradient-to));
    border-radius: 8px 8px 0px 0px;
}

.detail .active-info .info .line {
    width: 1px;
    height: 13px;
    background: hsla(0, 0%, 100%, .22);
}

.detail .detail-box .cards {
    padding: 15px 18px 18px;
}

.detail .detail-box .cards {
    margin-bottom: 28px;
}

.detail .detail-box .cards .logo1 {
    width: 97px;
    height: 27px;
    background: url(/image/hd/content-bg.png) no-repeat 50%;
    background-size: 100% 100%;
}

.detail .detail-box .cards .text {
    margin-left: 20px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: var(--text-link);
    white-space: nowrap;
}

.detail .detail-box .cards .logo2 {
    width: 100px;
    height: 27px;
    background: url(/image/hd/award-details-bg.png) no-repeat 50%;
    background-size: 100% 100%;
}

.detail .detail-box .cards .logo3 {
    width: 139px;
    height: 27px;
    background: url(/image/hd/rules-bg.png) no-repeat 50%;
    background-size: 100% 100%;
}

.detail .detail-box .cards .title {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.detail .detail-box .cards .text {
    margin-left: 20px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.detail .detail-box .cards .rules {
    line-height: 25px;
}

.gclass {
    width: 82%;
    border-radius: 6px;
    margin: 8px auto 0%;
    padding: 0 0 3% 0;
    text-align: center;
    display: none;
    float: right;
    height: 480px;
}

.gnclass {
    border-bottom: 0.1em dotted var(--border-color);
    font-size: 14px;
    padding: 10px 0;
    color: var(--text-primary);
}

.gclass ul {
    padding: 17px 0;
    text-align: left;
}

.gc li {
    border-radius: 5px;
    text-align: center;
    width: 32%;
    line-height: 130%;
    display: inline-block;
}

.gameskuan {
    position: relative;
    width: 100%;
    font-size: 13px;
    margin: 10px 2px;
}

.gameskuan img {
    display: block;
    margin: auto;
    width: 64px;
    margin-bottom: 5px;
}

.menu {
    height: 38px;
}

.menu ul {
    font-size: 0px;
}

.menu ul li {

    display: inline-block;
    width: 30%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    color: white;
    font-size: 100%;
    white-space: nowrap;
    background-color: hsla(0, 0%, 100%, .03);
    font-size: 13px;
}

.menu .off {
    background: var(--bg-card-soft);
}

.hi1left {
    float: left;
    width: 100%;
    overflow: hidden;
}

.h3-2 {
    padding: 0% 0% 0% 12%;
    background: var(--bg-tag-muted);
    color: var(--text-link);
    font-size: 130%;
    float: left;
    width: 100%;
    min-width: 481px;
}

.top30ull {
    font-size: 14px;
    margin-top: 3em;
    margin-bottom: 10px;
}

.top30ull .r {
    color: white;
    border-bottom: 0.1em dotted #2d3a56;
}

.top30ull .r {
    color: var(--text-link);
    border-bottom: 0.1em dotted var(--border-soft-3);
    float: none;
    width: inherit;
    text-align: center;
    cursor: pointer;
    background-color: var(--bg-white-card);
    height: 27px;
    line-height: 27px;
    font-size: 100%;
    white-space: nowrap;
}

.thumbnail {
    display: inline-block;
    background-color: #fff;
    width: 44%;
    border-radius: 8px;
    box-shadow: 1px 1px 8px rgba(136, 0, 0, 0.3);
    margin: 2%;
    padding: 1%;
    float: left;
}

.thumbnail .caption {
    padding: 9px;
    color: var(--text-gray-dark);
}

#gift h3 {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#gift p span.dou {
    font-size: 16px;
    color: var(--text-orange);
    font-weight: 600;
    padding: 0px 18px;
    background: url(../img/Coin.png) right center no-repeat scroll rgba(0, 0, 0, 0);
}

#gift p {
    text-align: center;
}

.gift_w {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.head_div {
    width: 15%;
    text-align: center;
    float: left;
    padding: 1%;
}

.info_div {
    font-size: 110%;
    float: left;
    height: 90%;
    line-height: 90%;
    width: 40%;
}



.info_div p {
    height: 20%;
}

.rone {
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: flow-root;
}

.inpuyt {
    margin-bottom: 10px;
    padding: 1.2em 4% 1.2em 4%;
    border-radius: 6px;
    height: 24px;
    line-height: 24px;
}

.inpuyt2 {
    margin-bottom: -1px;
    height: 24px;
    line-height: 24px;
    padding: 1em 2% 1em 2%;
}

.sautopress_select {
    font-size: 12px;
    padding: 6px 12px 6px 6px;
    border-radius: 6px;
    border: 1px solid var(--border-input);
    background-color: var(--bg-input);
    color: var(--text-link);
}

.tims {
    padding: 2%;
    line-height: 24px;
}

.tial {
    text-align: center;
}

.zikuan {
    font-size: 14px;
    width: 120;
    text-align: left;
    display: inline-block;
    _zoom: 1;
    float: left;
}

.zuorikuan {
    margin-left: 80px;
}

.inputstyle {
    height: 24px;
    line-height: 24px;
    width: 100%;
    outline: none;
    border: 0;
    font-size: 14px;
    color: var(--text-link);
}

.inputstyle1 {
    height: 32px;
    outline: none;
    font-size: 14px;
    background-color: var(--bg-input);
    color: var(--text-link);
    border-radius: 6px;
    text-indent: 12px;
    width: 60%;
    margin-top: -4px;
    border: 1px solid var(--border-input);
}


.loginbut {
    color: var(--text-link);
    width: 100%;
    border: none;
    text-align: center;
    margin: auto;
    cursor: pointer;
    border-radius: 6px;
    height: 48px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: linear-gradient(90deg, #ffdda4 0%, #f7c86c 100%);
    color: #2b1b00;
    box-shadow: 0 8px 18px rgba(255, 221, 164, .18);
}

.smsstyle {
   cursor: pointer;
    display: inline-block;
    width: 60px;
    text-align: center;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid rgba(255, 221, 164, .28);
    background: rgba(255, 221, 164, .14);
    color: #ffdda4;
}

.wtabel {
    width: 100%;
    font-size: 12px;
    border-radius: 6px;
}

.wtabel>tbody>tr:nth-of-type(even) {
    background-color: var(--bg-body-alt);
}

.wtabel tr th {
    text-align: center;
    padding: 5px;
    height: 22px;
    color: var(--text-sub-2);
}

.wtabel tr td {
    text-align: center;
    padding: 14px 0px;
    border-bottom: 1px solid var(--bg-body);
}

.wtabel1 {
    font-size: 12px;
}

.wtabel1 tr th {
    text-align: center;
    height: 42px;
    color: var(--text-sub-2);
}

.wtabel1 tr td {
    text-align: center;
    border-bottom: 0.1em dotted var(--border-soft-2);
    line-height: 160%;
    padding: 6px 0;
}

.wtabe {
    width: 100%;
    font-size: 12px;
    border-radius: 6px;
}

.wtabe tr th {
    text-align: center;
    padding: 5px;
    height: 22px;
    color: var(--text-sub-2);
}

.wtabe tr td {
    text-align: center;
    padding: 8px 0;
    height: 24px;
}

.tanchu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -moz-opacity: 0.7;
    opacity: 0.7;
    background: var(--bg-overlay);
    max-width: 428px;
    margin: auto;
    right: 0;
}

.hdneirong {
    position: fixed;
    border-radius: 20px;
    border: 1px solid var(--border-modal);
    top: 5%;
    width: 94%;
    bottom: 12%;
    z-index: 999;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    max-width: 400px;
}

.info {
    text-align: center;
}

.info .nr {
    background-color: var(--bg-body-alt);
    width: 96%;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-box-shadow: 0px 0px 5px var(--shadow-inset) inset;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0) inset;
    text-align: center;
    padding: 3% 0;
    height: 64%;
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
    color: var(--text-link);
    border: none;
}

.tanchuclok {
    position: fixed;
    border: 1px solid var(--border-modal);
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: var(--bg-body-alt);
    border-radius: 50%;
    font-weight: bold;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    bottom: 5%;
    margin: auto;
}

.hdneirong .bt {
    height: 34px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    margin-top: 10px;
    color: var(--text-warn);
}

.hdneirong .sj {
    text-align: center;
    line-height: 26px;
}

.logindiv {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted-2);
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.right_w {
    float: right;
}

.left_w {
    float: left;
}

.forgetpass_div {
    margin: 12px 0;
    font-size: 14px;
}

.forgetpass_q {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--bg-btn-orange);
    color: var(--text-link);
    border-radius: 50%;
    margin-left: 5%;
    margin-right: 3%;
}

.div_1 {
    position: absolute;
    top: 12%;
    left: 0%;
    width: 100%;
    height: 65%;
    float: left;
}

.head_div_member {
    width: 24%;
    text-align: center;
    float: left;
}

.info_div_1 {
    float: left;
    height: 100%;
    color: var(--text-main);
    width: 42%;
    padding-left: 2%;
    font-size: 14px;
}

.info_div_1 .idst {
    display: inline-block;
    width: 110px;
    height: 30px;
    color: var(--text-soft);
    border-radius: 15px;
    line-height: 30px;
    padding-left: 14px;
    margin-top: 12PX;
    FONT-SIZE: 13PX;
}

.info_div_1 .idst img {
    width: 14px;
    margin-left: 10px;
    margin-top: -2px;
}




.statusdiv {
    height: 95%;
    float: right;
    padding-top: 3%;
    width: 28%;
    text-align: right;
}

.coindiv {
    padding: 2% 0% 2% 5%;
    width: 95%;
    font-family: "黑体";
    color: var(--text-link);
    float: left;
    border-radius: 14px 14px 0 0;
    font-size: 12px;
    border-bottom: 1px solid var(--border-panel);
}

.coindiv_l {
    width: 60%;
    display: inline-block;
    font-size: 13px;
}



.coindiv_r {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 17px;
}

.coindiv_r .cs {
    display: inline-block;
    width: 40%;
    text-align: center;
    line-height: 30px;
}

.coindiv_c {
    float: left;
    width: 100%;
    padding: 20px 0 4px;
    margin-bottom: 15px;
    border-radius: 14px;
}

.coindiv_c .gfy {
    position: absolute;
    text-align: center;
    left: 15%;
    width: 51px;
    background: url(/img/member/backRate-icon.png) no-repeat 50%;
    background-size: contain;
    color: var(--text-black);
    font-size: 12px;
    line-height: 14px;
}

.coindiv_c .ls {
    line-height: 54px;
    margin: 0 7%;
    font-size: 14px;
    cursor: pointer;
}

.coindiv_c .ls .icon {
    font-size: 16px;
    margin-right: 10px;
    width: 20px;
    display: inline-block;
}

.coindiv_c .ls .mr {
    float: right;
    font-size: 22px;
    color: var(--text-muted-3);
}

.coindiv_c .cs {
    width: 25%;
    text-align: center;
    line-height: 34px;
    float: left;
}

.coindiv .icon {
    color: var(--text-link);
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: var(--bg-success);
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    float: left;
    margin-top: 0px;
}

.coindiv span {
    color: var(--text-warn);
}








.w25 {
    width: 25%;
}

.fl {
    float: left;
}

.memberinfodiv .m_content ul,
.spreadinfodiv .m_content ul,
.welfareinfodiv .m_content ul {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 2px;
}


.pagination {
    padding: 12px 0 12px;
}

.pagination>li {
    display: inline;
    height: 34px;
}

.pagination>li>a,
.pagination>li>span {
    height: 26px;
    width: 26px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    min-width: 14px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    box-shadow: 0px 0px 3px var(--shadow-dark);
}

#currentpage {
    background: var(--bg-current-page);
    cursor: not-allowed;
    box-shadow: 0px 0px 2px var(--shadow-dark);
    color: var(--text-link);
}

.text-center {
    text-align: center;
}

.pagination #PB_Page_Select {
    height: 28px;
    padding-left: 14px;
    padding-right: 14px;
    text-decoration: none;
    display: inline-block;
    color: var(--text-link);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    min-width: 14px;
    padding: 0 5px;
    margin: 0 5px 0 5px;
    border-radius: 6px;
    background-color: var(--bg-body-alt);
    border: 1px solid var(--border-input);
}

.wqhone {
    position: fixed;
    padding-top: 10px;
    border-bottom: 1px solid var(--border-light-2);
    width: 58px;
    vertical-align: top;
    top: 9em;
    bottom: 49px;
    text-align: center;
}

.wqhone a {
    display: inline-block;
    _zoom: 1;
    text-align: center;
    cursor: pointer;
    width: 56px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.wqhthree {
    background-color: var(--bg-chip);
    color: var(--text-dark-on-light);
}

.good_ur_r_txt {
    border: 1px solid var(--bg-accent-soft);
    margin: auto;
    border-radius: 4px;
    background: var(--bg-white-card);
    width: 70%;
    padding: 3%;
    text-align: left;
    font-size: 12px;
    color: var(--text-muted);
}

.good_ur_coopy {
    display: inline-block;
    width: 50%;
    background-color: var(--bg-ball);
    color: var(--text-link);
    font-size: 120%;
    margin: 10px;
    text-align: center;
    border-radius: 16px;
    font-weight: bold;
    padding: 1.2%;
}

.good_a {
    color: var(--text-primary);
    font-size: 13px;
    width: 80%;
    margin: auto;
    text-align: left;
    line-height: 26px;
    padding-bottom: 5px;
}

.good_a .yqfl {
    display: inline-block;
    background: linear-gradient(135deg, #f0acdc, #ef36b7);
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}

.good_ur_r {
    width: 93%;
    margin: auto;
    background: var(--bg-white-card);
    border-radius: 0 0 12px 12px;
    text-align: center;
    margin-top: -1px;
    padding-top: 2px;
}

.bjys {
    background: #4c21d2;
    background: -webkit-linear-gradient(#4c21d2, #4764f8);
    background: -o-linear-gradient(#4c21d2, #4764f8);
    background: linear-gradient(#4c21d2, #4764f8);
}

.lqbut {
    -webkit-appearance: none;
    width: 50%;
    color: var(--text-link);
    border: none;
    background-color: var(--bg-accent-soft);
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    margin: 10px;
    line-height: 38px;
    height: 38px;
}

.ss_conn {
    width: 18px;
    position: absolute;
    top: 1em;
    right: 14%;
}

.ssdiv {
    position: fixed;
    width: 100%;
    max-width: 428px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.kdsx_conn {
    width: 18px;
    position: absolute;
    z-index: 100;
    top: 1em;
    right: 22%;
    z-index: 100;
}

.mmb {
    position: fixed;
    width: 100%;
    top: 2.5em;
    max-width: 428px;
    left: 0;
    right: 0;
    margin: auto;
}

.mmbbor {
    width: 100%;
    color: var(--text-link);
}

.mmbbor .inpuyt {
    margin-bottom: 12px;
    line-height: 24px;
    padding: 1em 2% 1em 2%;
    width: 66%;
    margin: auto;
    border: none;
}

.inputmoney {
    display: inline-block;
    width: 14%;
    margin: 0 0.5% 0;
    text-align: center;
    background-color: #7987a7;
    line-height: 26px;
    border: 1px solid #7987a7;
    border-radius: 3px;
}

.sspos {
    height: 100%;
    width: 96%;
    background-color: var(--bg-chip);
    border: 1px solid var(--bg-chip);
    border-bottom: 1px solid var(--border-light-2);
}

.sspos i {
    color: var(--text-negative);
    padding: 0 3px;
    margin: 5px;
    background-color: var(--bg-white-card);
    border-bottom: 1px solid var(--border-light-2);
}

.sspos em {
    color: var(--text-negative);
    margin: 5px;
    font-style: normal;
}

.kjxx {
    font-size: 13px;
    border-color: var(--border-accent);
}

.kjxx_x {
    font-size: 12px;
    color: var(--text-sub-2);
}

.tznum_f {
    font-size: 15px;
}

.tznum_ww {
    font-size: 14px;
}

.table {
    width: 100%;
    border-radius: 6px;
}

.tabless {
    color: var(--text-gray-2);
}

.table_list {
    border-color: #0060b0;
    border-collapse: collapse;
    margin: auto;
}

.table_list tbody {
    color: var(--text-gray-2);
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.trend .table_list th {
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: var(--text-sub-2);
}

.timeh th {
    color: var(--text-warn);
    background-image: none;
    font-weight: normal;
}

.table_list th {
    padding: 0;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.font_color_2 th {
    color: var(--text-link);
}

.black777 {
    color: var(--text-link);
}

.table_list td.black777 {
    color: var(--text-link);
    min-width: 90px;
}

.table_list .tdbg3 {
    font-size: 12px;
    min-width: 60px;
    color: var(--text-link);
}

.table_list td {
    font-size: 12px;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 28px;
    border: solid 1px var(--border-soft-3);
}

.table_list th.black777,
.table_list td.black777 {
    color: var(--text-link);
    min-width: 90px;
}

.bgnum {
    background: var(--bg-accent-soft);
}

.bgqiu {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 3px;
    border-radius: 3px;
}

.table_list tr {
    color: var(--text-link);
}

.table_list td span.bgkai01 {
    background: var(--bg-ball);
    color: #FFF;
}

.table_list td span.bgkai02 {
    background: none repeat scroll 0 0 #FF3333;
    color: #FFF;
}

.table_list td span.bgkai03 {
    background: none repeat scroll 0 0 #660099;
    color: #FFF;
}

.table_list td span.bgkai04 {
    background: none repeat scroll 0 0 #FF9900;
    color: #FFF;
}

.table_list td span.bgkai05 {
    background: none repeat scroll 0 0 #FF0099;
    color: #FFF;
}

.table_list td span.bgkai06 {
    background: none repeat scroll 0 0 #00CC00;
    color: white;
}

.table_list td span.bgkai07 {
    background: none repeat scroll 0 0 #0033CC;
    color: #FFF;
}

.table_list td span.bgkai08 {
    background: none repeat scroll 0 0 #ff820c;
    color: #FFF;
}

.table_list td span.bgkai09 {
    background: none repeat scroll 0 0 #660099;
    color: #FFF;
}

.table_list td span.bgkai10 {
    background: none repeat scroll 0 0 #21949f;
    color: #FFF;
}

.table_list td span.bgkai11 {
    background: none repeat scroll 0 0 #a329ac;
    color: #FFF;
}

.table_list td span.bgkai12 {
    background: none repeat scroll 0 0 #dd388c;
    color: #FFF;
}

.table_list td span.bgkai13 {
    background: none repeat scroll 0 0 #808080;
    color: #FFF;
}

.table_list td em.final {
    background: #89a3ff;
    border-radius: 50%;
    width: 22px;
    line-height: 22px;
    margin: 3px;
}

.table_list td em {
    background: var(--text-warn);
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    word-spacing: normal;
}

.table_list td em.final i {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: normal;
}

.table_list td em.regular1 {
    background-position: -4px 0px;
}

.table_list td em.regular2 {
    background-position: -4px -25px;
}

.table_list td em.regular3 {
    background-position: -4px -50px;
}

.table_list td em.regular4 {
    background-position: -4px -75px;
}

.table_list td em.regular5 {
    background-position: -4px -100px;
}

.table_list td em.regular6 {
    background-position: -4px -125px;
}

.table_list td em.regular7 {
    background-position: -4px -150px;
}

.table_list td em.regular8 {
    background-position: -4px -175px;
}

.table_list td em.regular9 {
    background-position: -4px -200px;
}

.table_list td em.regular10 {
    background-position: -4px -225px;
}

.sc1 {
    color: #f00;
}

.sc2 {
    color: #00c6ff;
}

.qqqnum {
    background-color: #FF696C;
    width: 23px;
    height: 23px;
    line-height: 22px;
    color: white;
    font-size: 1.2em;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: -2px;
    box-shadow: rgb(207, 207, 207) 2px 2px 1px;
    border-radius: 50%;
}

.table_list_gz {
    border-color: #0060b0;
    border: solid 1px #ddd;
    width: 100%;
    margin: auto;
}

.table_list_gz td {
    width: -webkit-fill-available;
    text-align: center;
    border: solid 1px #3e485c;
    padding: 2% 0;
}

.kjgz_font {
    font-size: 10px;
}

.kj {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #6f749f;
    margin: 0 1.2%;
    color: white;
}

.kjnum {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #89a3ff;
    margin: 0 1.2%;
    color: white;
}

.tznum {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #b5b5b5;
    margin: 0 1.2%;
    color: white;
}

.tznum2 {
    display: inline-block;
    width: 40px;
    line-height: 38px;
    height: 40px;
    border: 1px solid #4f6086;
    border-radius: 50%;
    margin: 0 1.2%;
    transition: border ease 0.2s, box-shadow cubic-bezier(0.25, 0.1, 0.7, 0.33) 0.2s, background-color ease 0.8s;
    box-sizing: border-box;
}

.tznum3 {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 1.2%;
    border: 1px solid #4f6086;
}

.kjnumber {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #6f749f;
    margin: 0 1.2%;
    color: white;
}

.hja {
    /*display: inline-block;*/
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
}

.mh {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #0095c6;
    margin: 0 1.2%;
    background-color: #89a3ff;
    color: white;
}

.z5 {
    background-color: #2398d2;
    background: linear-gradient(to top, #0F74A6, #0ea8f4);
}

.z4 {
    background-color: #EC5E05;
    background: linear-gradient(to top, #EC5E05, #ff934f);
}

.z3 {
    background-color: #0037c5;
    background: linear-gradient(to top, #002a97, #174dd8);
}

.z2 {
    background-color: #1DA107;
    background: linear-gradient(to top, #1DA107, #21e900);
}

.z1 {
    background-color: #C00000;
    background: linear-gradient(to top, #C00000, #ff0000);
}

.n1 {
    background-color: #D3034D;
}

.n2 {
    background-color: #076FA3;
}

.pkcar01 {
    background: #CB0403;
}

.pkcar02 {
    background: #DD9901;
}

.pkcar03 {
    background: #06A996;
}

.pkcar04 {
    background: #B20EC6;
}

.pkcar05 {
    background: #2354E0;
}

.pkcar06 {
    background: #28A607;
}

.pkcar07 {
    background: #3E3E3E;
}

.pkcar08 {
    background: #6936FF;
}

.pkcar09 {
    background: #72B30F;
}

.pkcar10 {
    background: #DF165D;
}

.pkcar-mc {
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
}

.fksc-num {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    margin: 0.3%;
}

.danshuang {
    background-color: #DA299B;
}

.daxiao {
    background-color: #38B1B7;
}

.autoTzCancel {
    background-color: #30c027;
}



.sdlfsl {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 428px;
    margin: auto;
    background: #000;
    opacity: 0.5;
}

.popup {
    position: fixed;
    width: 100%;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0px;
    max-width: 428px;
    margin: auto;
}

.popup-body {
    padding-bottom: 5%;
}

.tablelog {
    width: 90%;
    margin: auto;
    border-radius: 10px;
    padding: 0 3%;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0) inset;
    background-color: #18213a;
}

.tableti {
    color: #7987a7;
}

.tableti span {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: 2% 0;
}

.tabel {
    width: 100%;
}

.tabel td {
    border-bottom: solid 1px #3e485c;
    padding: 2% 0;
    text-align: center;
    width: 25%;
}

.tabel th {
    border-bottom: 1px solid #ececec;
    padding: 2% 0;
    text-align: center;
    font-weight: 100;
}

.showmoney {
    width: 60%;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
    border-radius: 20px;
    color: #fff;
    background: none repeat scroll 0 0 rgb(95 95 95 / 65%);
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
}

.showmoney a {
    color: white;
    text-decoration: underline;
}

.yt {
    position: fixed;
    border-radius: 20px;
    top: 4%;
    width: 94%;
    z-index: 999;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    max-width: 410px;
}

.yt .qs {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    margin: 10px 0;
}

.yt .je {}

.xxsz {
    position: fixed;
    border-radius: 20px;
    top: 0;
    bottom: 0;
    width: 90%;
    z-index: 999;
    margin: auto;
    background-color: rgba(28, 37, 65);
    left: 0px;
    right: 0px;
    text-align: center;
    max-width: 380px;
    height: 400px;
    width: 90%;
}

.tz {
    position: fixed;
    border-radius: 15px 15px 0 0;
    bottom: 50px;
    width: 100%;
    z-index: 999;
    margin: auto;
    background-color: #F3F3F3;
    left: 0px;
    right: 0px;
    text-align: center;
    max-width: 428px;
}

.wwnumcolor1 {
    background-color: #DA299B;
}

.wwnumcolor6 {
    background-color: #DA299B;
}

.wwnumcolor2 {
    background-color: #38B1B7;
}

.wwnumcolor7 {
    background-color: #38B1B7;
}

.wwnumcolor3 {
    background-color: #FF6A00;
}

.wwnumcolor4 {
    background-color: #FF6A00;
}

.wwnumcolor8 {
    background-color: #FF6A00;
}

.wwnumcolor9 {
    background-color: #FF6A00;
}

.wwnumcolor5 {
    background-color: #B92A2A;
}

.wwnumcolor10 {
    background-color: #B92A2A;
}

.numcolor1 {
    background-color: #FDBE17;
}

.numcolor2 {
    background-color: #5495d1;
}

.numcolor3 {
    background-color: #6A6A6A;
}

.numcolor4 {
    background-color: #FE6D09;
}

.numcolor5 {
    background-color: #0FB6FB;
}

.numcolor6 {
    background-color: #7C51E8;
}

.numcolor7 {
    background-color: #B175B1;
}

.numcolor8 {
    background-color: #F62F2F;
}

.numcolor9 {
    background-color: #C30000;
}

.numcolor10 {
    background-color: #57B000;
}

.gamejc {
    display: inline-block;
    width: 86%;
    padding: 5px 0;
    text-align: center;
    color: white;
    background-color: #89a3ff;
    border-radius: 50px;
}

.gamekjz {
    display: inline-block;
    width: 86%;
    padding: 5px 0;
    text-align: center;
    color: white;
    background-color: #ffa900;
    border-radius: 50px;
}

.pkpx {
    display: table;
    margin: auto;
}

.pkpx span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.num_game10_span {
    display: inline-block;
    min-width: 14px;
    text-align: center;
}

.smodelxzms {
    margin: 3% auto;
    padding: 16px 0;
    text-align: center;
    border-radius: 7px;
}

.smodeljia {}

.smogl {
    border-radius: 6px;
    margin-bottom: 3%;
}

.smogl .p1 {
    padding: 2% 2% 0 4%;
    height: 30px;
    line-height: 30px;
}

.smogl .p2 {
    padding: 2% 2% 2% 4%;
    height: 26px;
    line-height: 26px;
}

.smogl .p3 {
    width: 10%;
    display: inline-block;
    height: 54px;
    text-align: center;
    margin: 3% 0;
    line-height: 54px;
    float: right;
}

.smogl .mosname {
    color: #ffdda4;
    margin-left: 2%;
}

.smogl .gmsc {
    float: right;
    border: solid 1px #3e485c;
    line-height: 20px;
    padding: 1% 2%;
    border-radius: 5px;
    margin: 0 1%;
}

.upmodname {
    position: fixed;
    border-radius: 7px;
    border: 1px solid #333;
    top: 0;
    width: 80%;
    bottom: 0;
    z-index: 999;
    margin: auto;
    background-color: #ffffff;
    left: 0px;
    right: 0px;
    text-align: center;
    height: 140px;
    color: #888;
    max-width: 360px;
}

.upmodname .p1 {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
}

.upmodname .p2 {
    width: 84%;
    border: 1px solid #ececec;
    height: 26px;
    border-radius: 5px;
    margin-top: 7px;
    padding-left: 2%;
}

.upmodname .p3 {
    height: 45px;
    line-height: 45px;
    text-align: right;
}

.upmodname .p3 a {
    color: blue;
    margin-right: 34px;
}

.delbj {
    padding: 3%;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.delbj span {
    position: absolute;
    left: 74%;
    margin-top: 6px;
}

.delbj .a1 {
    width: 38%;
    padding: 8px;
    border-radius: 50px;
    color: white;
    text-align: center;
    box-shadow: 1px 1px 1px #000 inset;
    border: none;
    background: #2d354a;
}

.mode {
    overflow: hidden;
    border-top: 1px solid #151e34;
}

.mode ul {
    overflow: hidden;
    padding: 1% 2% 1%;
}

.mode ul li {
    display: inline-block;
    width: 15%;
    padding: 0.8%;
    float: left;
    text-align: center;
    list-style: none;
}

.mode ul li a {
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    background-color: #2b354f;
    box-sizing: border-box;
    border: 2px solid #2b354f;
    line-height: 28px;
    height: 32px;
}

.mode .fjstyle {
    width: 17%;
    padding: 1.4%;
}

.tzbs {
    overflow: hidden;
    border-top: 1px solid #151e34;
    padding: 1% 2% 2%;
}

.tzbs li {
    display: inline-block;
    width: 15%;
    padding: 0.8%;
    float: left;
    text-align: center;
    list-style: none;
}

.tzbs li a {
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    background-color: #2b354f;
    border: 1px solid #2b354f;
    line-height: 30px;
    height: 32px;
    box-sizing: border-box;
}

.supers {
    overflow: hidden;
    padding-bottom: 2%;
}

.supers .menus {
    height: 27px;
}

.supers .menus ul {
    text-align: center;
    margin: 0 0 0 22%;
    width: 100%;
}

.supers .menus ul li {
    float: left;
    width: 26%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    font-size: 100%;
    white-space: nowrap;
    padding: 1%;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px;
}

.supers .menus .off {
    background-color: rgb(228, 18, 18);
    box-shadow: rgb(0, 0, 0) 0px 0px 2px inset;
}

.rightTz {
    width: 100%;
    max-height: 180px;
    display: table;
}

.rightTz ul {
    padding: 0%;
    max-height: 73px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rightTz ul::-webkit-scrollbar {
    display: none;
}

.rightTz ul li {
    display: inline-block;
    float: left;
    text-align: center;
    list-style: none;
    min-width: 12%;
    width: auto;
}

.rightTz .a2 {
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    padding: 0px 10px;
}

.rightTz .a1 {
    padding: 2% 0;
    width: 32%;
    display: inline-block;
    margin: 3%;
    box-shadow: 0px 0px 3px #000;
    border-radius: 6px;
}

.rightTz .aspan {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tztable {
    width: 49.9%;
    margin-top: 1px;
}

.tztable tr td {
    text-align: center;
    border-bottom: 1px solid #151e34;
    padding: 7px 0 7px 6px;
    height: 24px;
    white-space: nowrap;
}

.tztable tr th {
    text-align: center;
    border-bottom: 1px solid #151e34;
    padding: 2px;
    height: 24px;
    white-space: nowrap;
}

.tztable tr td input {
    width: 88%;
    padding: 5px 0;
    border-radius: 5px;
    color: #ffdda4;
    box-shadow: 1px 1px 1px #000 inset;
    text-indent: 5px;
    border: none;
    background: #2d354a;
}

.multiple {
    display: inline-block;
    min-width: 40px;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 3px 3px;
    cursor: pointer;
}

.tznum_q {
    width: 100%;
    padding: 1% 0;
    border-top: 1px solid #151e34;
}

.tznum_q .a1 {
    display: inline-block;
    text-align: left;
    margin: auto;
    padding: 0% 2% 0% 2%;
    width: 96%;
}

.tznum_q .a1 .a2 {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    line-height: 3.4em;
}

.tznum_q .a1 .a2 span {
    text-align: center;
}

.Content {
    overflow: hidden;
}

.criterion {
    border-radius: 15px 15px 0 0;
    width: 100%;
    margin: auto;
}

.tzbs li .jiyuan {
    border: 1px solid #ffdda4;
    border-radius: 20px;
    color: #ffdda4;
}

.mui-switch {
    width: 44px;
    height: 21px;
    position: relative;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    box-shadow: inset 0 0 2px 2px #161525;
}

.mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
}

mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch:before {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #18213a;
    box-shadow: 1px 1px 1px 1px #000000;
}

.mui-switch:checked:before {
    left: 21px;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}



.mui-switch1 {
    width: 40px;
    height: 21px;
    position: relative;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    box-shadow: inset 0 0 2px 2px #161525;
}

.mui-switch1:checked {
    background-color: #e4e000;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
    box-shadow: #e4e000 0 0 0 16px inset;
}

mui-switch1.mui-switch-anim1 {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
    box-shadow: #e4e000 0 0 0 16px inset;
}

.mui-switch1:before {
    width: 23px;
    height: 23px;
    position: absolute;
    top: -2px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #18213a;
    box-shadow: 1px 1px 1px 1px #000000;
    content: "\f0a2";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    line-height: 23px;
}

.mui-switch1:checked:before {
    left: 17px;
}

.mui-switch1.mui-switch-anim1:before {
    transition: left 0.5s;
}

.mui-switch1.mui-switch-anim1:checked:before {
    transition: left 0.5s;
}

.mui-switch2 {
    width: 40px;
    height: 21px;
    position: relative;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    box-shadow: inset 0 0 2px 2px #161525;
}

.mui-switch2:checked {
    background-color: white;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
    box-shadow: white 0 0 0 16px inset;
}

mui-switch2.mui-switch-anim1 {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
    box-shadow: white 0 0 0 16px inset;
}

.mui-switch2:before {
    width: 23px;
    height: 23px;
    position: absolute;
    top: -2px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #18213a;
    box-shadow: 1px 1px 1px 1px #000000;
    content: "刮";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    line-height: 23px;
}

.mui-switch2:checked:before {
    left: 17px;
}

.mui-switch2.mui-switch-anim1:before {
    transition: left 0.5s;
}

.mui-switch2.mui-switch-anim1:checked:before {
    transition: left 0.5s;
}

.ooos {
    position: absolute;
    right: 15%;
    top: -1px;
}

.tztop {
    padding: 5px 0 5px 3%;
    text-align: left;
    border-radius: 12px 12px 0 0;
}

.tztop .a2 {
    width: 74%;
    display: inline-block;
}

.tztop .a1 {
    display: inline-block;
    text-align: center;
    width: 22%;
    vertical-align: middle;
}

.tzbottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    max-width: 428px;
    border-top: 1px solid #151e34;
}

.tzmoney {
    height: 50px;
    padding-left: 2%;
}

.tzmoney img {
    width: 34px;
    vertical-align: middle;
    margin-top: 8px;
}

.tzmoney .jiyuan {
    width: 11%;
    display: inline-block;
    text-align: center;
}

.tzbottom .lefts {
    display: inline-block;
    width: 36%;
    height: 40px;
    padding: 5px 0;
    line-height: 20px;
    text-align: left;
    float: left;
    margin-left: 4%;
}

.tzbottom .rights {
    display: inline-block;
    width: 36%;
    float: right;
    height: 50px;
    text-align: right;
    margin-right: 4%;
}

.tzbottom .rights .a1 {
    display: inline-block;
    line-height: 34px;
    background: #7590f0;
    border-radius: 5px;
    width: 70px;
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
}

.tzbottom .a2 {
    text-align: center;
    display: inline-block;
    background: #7590f0;
    line-height: 34px;
    width: 34px;
    border-radius: 50%;
    font-size: 12px;
    margin-top: 8px;
    color: white;
    margin-right: 6%;
    cursor: pointer;
}


.tzbottom a {
    color: white;
}

.yyy {
    display: inline-block;
    background: #ffa600;
    color: white;
    margin-left: 2%;
    border-radius: 5px;
    float: left;
    margin-top: 8px;
    height: 28px;
    line-height: 28px;
    padding: 3px;
}

.yyy span {
    font-size: 12px;
    margin: 0 3px;
}

.yyy img {
    height: 28px;
}

.mode #more {
    color: #ffdda4;
    font-weight: bold;
}

.countdown {}

.countdown em {
    color: #ffdda4;
}

.state {
    width: 20%;
}

.indexnew {
    padding: 3% 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ffffff1a;
    margin-top: 8px;
    border-radius: 6px 6px 0 0;
}

.indexnew img {
    width: 4.4%;
    vertical-align: middle;
    margin-right: 1%;
}

.indexnew span {
    vertical-align: middle;
}

.betHelp {
    max-width: 100%;
    margin: auto;
    display: none;
    border-bottom: 1px solid #ddd;
    z-index: 100002;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #eee;
}

.betHelp td {
    width: 20%;
    border-radius: 5px;
    text-align: center;
    height: 46px;
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, .3) inset;
    cursor: pointer;
}

.betHelp .inputnum {
    font-size: 16px;
    float: left;
    margin-left: 2%;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background: #fff;
    cursor: not-allowed;
    border-radius: 5px;
    margin-top: 8px;
    width: 47%;
    padding: 0 3%;
    box-shadow: 0px 0px 4px #000 inset;
    color: #888;
}

.betHelp .delects {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, .3) inset;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 8px;
    width: 18%;
    text-align: center;
    margin-left: 2.5%;
    font-size: 16px;
    float: left;
}

.xzapps {
    width: 100%;
    height: 100%;
    background: url(/img/appBg.jpg);
    background-size: cover;
}

.xzapps img {
    display: block;
    background-size: 100%;
    width: 9em;
    margin: 0 auto;
    border-radius: 20px;
}

.xzapps h1 {
    text-align: center;
    font-size: 1.8em;
    margin: 0.5em;
    color: #fff;
    font-weight: 100;
}

.xzapps p {
    color: white;
    text-align: center;
    font-size: 14px;
}

.xzapps .ios {
    display: block;
    margin: 0 auto;
    width: 16rem;
    text-align: center;
    color: white;
    border: 0.04651rem solid white;
    border-radius: .45em;
    font-size: 17px;
    height: 47px;
    line-height: 47px;
    position: relative;
    margin-top: 3em;
    margin-bottom: 1.2em;
}

.xzapps .azsm {
    color: yellow;
    text-align: center;
    font-size: 16px;
}

.xzapps-tw {
    width: 100%;
    margin-top: 0;
}

.xzapps-tw img {
    margin-bottom: 1.5em;
    width: 100%;
}


.xieyi-box {
    padding: 3%;
    line-height: 24px;
    letter-spacing: 2px;
    border-radius: 10px;
}

.hdlqdiv {
    padding: 3% 0;
    width: 100%;
    border-radius: 6px;
}

.hdlqdiv p {
    padding: 6px 0;
    width: 92%;
    margin: auto;
}

.hdlqdiv .a {
    width: 50%;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 6px;
    margin-left: 6px;
    border: 2px solid #2c3855;
}

.hdtext {
    width: 94%;
    letter-spacing: 1px;
    padding: 3%;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;

}

.hdtext .bt {
    font-size: 14px;
    margin-bottom: 6px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #89a3ff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    line-height: 32px;
}

.demo {
    position: relative;
    margin: auto;
}

.demo .stat {
    left: 36%;
    position: absolute;
    top: 32.5%;
    width: 27%;
    cursor: pointer;
}

.lot_bg_3 {
    position: relative;
    width: 100%;
    background-color: #661e50;
}

.bigzjjl {
    background-color: #d02d48;
    padding-bottom: 15px;
}

.cjjl {
    margin-left: 10%;
    padding: 1% 0;
    color: white;
}

.cjjlss1 {
    padding: 2%;
    text-align: left;
    margin: 15px auto;
    width: 80%;
    background-color: #0000003b;
    border-radius: 10px;
    min-height: 100px;
}

.cjjlss1 p {
    margin-left: 10px;
    padding: 1% 0;
}

.tip {
    text-align: center;
}

.tip ul {
    padding: 0;
    padding: 1%;
}

.tip ul li {
    font-family: "宋体";
    font-weight: bold;
    padding: 1%;
}

.tip input {
    width: 24%;
    text-indent: 4px;
    border: none;
    outline: none;
}

.tip .inputsure {
    font-weight: 100;
    background-color: #ffa619;
    padding: 2px 1%;
}

.biggz {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

.biggz .a1 {
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
}

.biggz p {
    padding: 0.2em 0;
}

.statimg {
    position: absolute;
    top: 9%;
    left: 33.3%;
    width: 33%;
    transform: rotate(0);
}

.zsclass {
    display: inline-block;
    background-color: #8f8f8f;
    padding: 2px 6px;
    line-height: 20px;
    margin: auto 1%;
    border-radius: 20px;
    color: white;
    text-decoration: underline;
}

.zsclass_b {
    background-color: #ff3c02;
}

.target-fix {
    position: relative;
    top: -3em;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
}

.tztable tr th.target-fix {
    position: relative;
    top: -3em;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
}

.txffcm {
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    line-height: 34px;
}

.txffcm a {
    width: 20%;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    color: #888;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #000000;
    overflow: auto;
    z-index: 1;
    bottom: 86px;
    right: 0;
    opacity: 0.8;
    width: 20%;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
}

.dropdown-content a {
    width: 100%;
    display: block;
    line-height: 30px;
    color: white;
}

.show {
    display: block;
}

.gamecd {
    margin: auto;
    font-size: 13px;
    margin-bottom: 10px;
}

.gamecd div {
    display: inline-block;
    width: 18.4%;
    text-align: center;
    margin: 0 2% 0 0;
    background-color: var(--bg-tag-muted);
    border-radius: 6px;
    line-height: 30px;
    height: 30px;
}

.gamejrxx {
    margin: 10px auto 10px;
}

.gamejrxx div {
    display: inline-block;
    width: 31%;
    text-align: center;
    margin: 0 2% 0 0;
    padding: 6px 0;
    border-radius: 6px;
    font-size: 13px;
}

.gamejrxx div li {
    line-height: 20px;
}

.gamejrxx div span {
    line-height: 20px;
}

.cd {
    color: var(--text-warn);
}

.fw {
    font-weight: bold;
}

.mt {}

#mainmc {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--bg-body);
    opacity: 0;
    z-index: -1;
    max-width: 428px;
    margin: auto;
}

.main_box {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma;
}

.main_box .close {
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
}

.main_box .box {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 30%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--shadow-dark);
    padding-bottom: 4%;
}

.main_box .box .bg_in {
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
    bottom: 0.3rem;
    right: 0.3rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.main_box .box .bg_in .title {
    color: var(--text-primary);
    font-size: 20px;
    text-align: center;
    padding: 0.25rem 0;
}

.main_box .box .content {
    z-index: 10;
    position: relative;
    width: 13rem;
    height: 6rem;
    margin: 2rem auto 0 auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    max-width: 330px;
    max-height: 180px;
    box-shadow: 0px 0px 10px var(--shadow-dark);
}

#mask_img_bg {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    bottom: 0.2rem;
    right: 0.2rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
}

#mask_img_bg i {
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#mask_img_bg .kjnum {
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#mask_img_bg .num_game10_span {
    font-size: 26px;
}

#mask_img_bg .fksc-num {
    width: 38px;
    line-height: 38px;
    height: 38px;
    font-size: 22px;
}

#gamenum {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

#gamenum .pkpx em {}

.main_box .box .close {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

#mask_img_bg img {
    width: 5.3rem;
    height: 5.5rem;
    margin: 0 auto;
    display: block;
}

#redux {
    z-index: 22;
    position: absolute;
    padding: 0.2rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
}

.main_box .show {
    display: none;
    position: absolute;
    left: 50%;
    top: 31%;
    width: 286px;
    height: 245px;
    margin-left: -143px;
    z-index: 99;
}

.main_box .show .show_bg {
    width: 286px;
    height: 245px;
}

.main_box .show .show_bg1 {
    width: 239px;
    height: 138px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -120px;
    z-index: 110;
}

.main_box .show .show_food {
    width: 116.5px;
    height: 121.5px;
    position: absolute;
    top: 74px;
    left: 50%;
    margin-left: -60px;
    z-index: 100;
}

.main_box .show .btn {
    display: inline-block;
    width: 180px;
    height: 37px;
    position: absolute;
    bottom: 10px;
    left: 48px;
    z-index: 200;
}

.main_box .mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-overlay-soft);
    z-index: 98;
}

.iconwp {
  text-align: center;
    margin: 6px auto 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px 0px;
    background: linear-gradient(135deg, var(--bg-accent), var(--bg-panel-gradient-from));
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    margin-bottom: 8px;
}

.icontxt {
    color: var(--text-link);
}

.fonticon {
    font-family: FontAwesome;
}

.indexicon {
    font-size: 26px;
}

.indexzxkf {
    position: fixed;
    right: 0;
    width: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dhicon {
    font-size: 23px;
    display: block;
    margin-top: 5px;
}

.dhfont {
    font-size: 12px;
}

.dhc {
    color: var(--text-muted-2);
}

.dhcolor {
    color: var(--text-link);
}

.ranktopBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 341px;
    background: url(/img/top_bg.png) no-repeat 50%;
    background-size: 100% 100%;
    z-index: -1;
    max-width: 428px;
    margin: auto;
}

.ranktop {
    height: 121px;
    background: url(/img/rank_top_bg.png) no-repeat 50%;
    background-size: 100% 100%;
    padding: 32px 29px 0;
}

.ranktop .title {
    width: 55%;
    line-height: 25px;
    font-size: 26px;
    font-weight: bolder;
    color: var(--text-link);
}

.ranktop .text {
    padding-top: 20px;
    font-size: 12px;
    color: var(--text-rank-sub);
}

.tabletop {
    width: 96.8%;
    position: absolute;
    left: 1.6%;
    right: 1.6%;
    margin-top: -5px;
    max-width: 412px;
    margin: -5px auto 0;
}

#navMenu {
    width: 16%;
    text-align: center;
    float: left;
}

#navMenu li {
    margin: 8px 0;
    padding: 7px 0;
    border-radius: 6px;
}



#navMenu img {
    width: 25px;
    display: block;
    margin: auto;
}

.active {
    display: block;
}

.selectstyle {
    padding: 6px 12px 6px 6px;
    border-radius: 6px;
    border: 1px solid var(--border-input);
    background-color: var(--bg-card-soft);
    color: var(--text-link);
}

.selectstyle1 {
    padding: 6px 12px 6px 6px;
    border-radius: 6px;
    border: 1px solid var(--border-soft-2);
    color: var(--text-link);
}

.provider .title {
    padding-left: 18px;
    margin: 21px 0 18px;
    font-size: 20px;
    color: var(--text-link);
}

.provider .title {
    padding-left: 18px;
    margin: 21px 0 18px;
    font-size: 20px;
    color: var(--text-link);
}

.provider .tips {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 6px;
    padding-left: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.provider .tips1 {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 6px;
    padding-left: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.provider .tips1 span {
    display: inline-block;
    width: 20px;
    background-color: var(--bg-white-card);
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    color: var(--text-deep);
    height: 20px;
    line-height: 20px;
}

.provider .cell {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 10px 0;
}

.provider .line {
    margin: 6px auto;
    width: calc(100% - 30px);
    height: 1px;
    background: var(--border-light-3);
}

.provider .notes {
    position: relative;
    font-size: 12px;
    color: var(--text-link);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    font-weight: 400;
    padding-left: 17px;
    margin-bottom: 10px;
    line-height: 24px;
}

.provider .notes div::before {
    content: "• ";
    /* 添加点号作为伪元素的内容 */
    position: absolute;
    /* 将伪元素放置于文本之前 */
    left: 0em;
    /* 调整点号与文本的间距 */
    font-size: 14px;
}

#mb_box {
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    filter: Alpha(opacity=60);
    background-color: var(--bg-overlay);
    top: 0;
    left: 0;
    opacity: 0.6;
}

#mb_con {
    z-index: 999999;
    position: fixed;
    background-color: var(--bg-body);
    border-radius: 8px;
    padding: 37px 0px 14px;
    text-align: center;
    width: 92%;
    max-width: 390px;
    box-sizing: border-box;
}

#mb_con img {
    border-radius: 50%;
    width: 68px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -74px auto 0;
    background-color: var(--bg-body);
}

#mb_tit {
    text-align: center;
    font-size: 13px;
}

/*#mb_tit:before, #mb_tit:after {
        content: "";
        width: 120;
        border-top: 1px #bfbfbf dotted;
        display: inline-block;
        vertical-align: middle;
    }*/

/*#mb_tit:before {
        margin-right: 10px;
    }

    #mb_tit:after {
        margin-left: 10px;
    }*/

#mb_msg {
    padding: 3%;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    max-height: 434px;
}

#mb_ico {
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
    border: 1px solid var(--border-modal);
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    border-radius: 12px;
    font-family: 微软雅黑;
}

#mb_btnbox {
    margin: 0px 0px 10px 0;
    text-align: center;
    margin-top: 6px;
}

#mb_btn_ok,
#mb_btn_no {
    width: 120px;
    height: 30px;
    color: var(--text-link);
    border: none;
    border-radius: 4px;
}

#mb_btn_ok {
    background-color: var(--bg-shortcut);
}

#mb_btn_no {
    background-color: var(--bg-neutral-btn);
    margin-right: 40px;
}

#mb_ico {
    background-color: var(--bg-modal-close);
    color: var(--text-black);
}

#mb_ico:hover {
    background-color: var(--text-negative);
    color: var(--text-link);
}

.rgames {
    display: inline-block;
    text-align: center;
    margin: 6px 1%;
    background-color: var(--bg-card);
    border-radius: 6px;
    line-height: 30px;
    height: 30px;
    padding: 0px 6px;
}

.tznumcoin {
    display: inline-block;
    width: 20%;
    margin: 3px 6px;
    border-radius: 6px;
    line-height: 22px;
    font-size: 12px;
}

.tznumcoin .num {
    display: block;
    background-color: var(--bg-panel);
    border-radius: 6px 6px 0 0;
}

.tznumcoin .pl {
    display: block;
    background: var(--bg-body);
}

.tznumcoin .tzp {
    display: block;
}

.tznumcoin .hdp {
    display: block;
    color: var(--text-warn);
}

.tznumcoin .so {}

.tztime {
    display: none;
}

.Edit ul.new {
    padding: 10px;
    border-radius: 10px;
}


.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    z-index: 1000;
}

.loaddiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 428px;
    margin: auto;
    background: var(--bg-overlay);
    opacity: 0.3;
    z-index: -1;
}

.loader {
    border: 0.2em dotted currentcolor;
    border-radius: 50%;
    -webkit-animation: 2s loader linear infinite;
    animation: 2s loader linear infinite;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*充值*/
.recharge-content {
    position: relative;
}

.recharge-content .box {
    margin-top: 18px;
    padding: 20px;
    border-radius: 14px;
}

.recharge-content .box .titleLogo {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-bottom: 42px;
}

.recharge-content .box .symbol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #596684;
    margin-bottom: 39px;
}

.recharge-content .box .symbol img {
    width: 18px;
    height: 18px;
    margin-left: 7px;
}

.recharge-content .box .rmbTips {
    margin-bottom: 19px;
}

.recharge-content .box .rmbTips .title {
    color: #fff;
    margin-bottom: 5px;
}

.recharge-content .box .rmbTips .tip {
    color: #7987a7;
    text-align: left;
}

.recharge-content .box .rmbTips .tip span {
    color: #87b7ff;
}

.recharge-content .box .selectType {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.recharge-content .box .selectType .reType {
    width: 65%;
    height: 40px;
    background: #28334d;
    border-radius: 10px;
    line-height: 40px;
    color: white;
    text-indent: 10px;
    border: none;
}

.recharge-content .box .selectType .protocol {
    width: calc(35% - 9px);
    height: 40px;
    background: #28334d;
    border-radius: 10px;
    line-height: 40px;
    color: white;
    border: none;
    text-indent: 10px;
}

.recharge-content .box .selectType .protocol .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recharge-content .box .selectType .protocol .content .text {
    flex: 1;
    margin-left: 6px;
}

.recharge-content .box .address {
    color: #7987a7;
    text-align: center;
    margin-top: 20px;
}

.recharge-content .box .fukuan {
    color: #7987a7;
    font-size: 15px;
    text-align: center;
}

.recharge-content .box .text {
    font-size: 13px;
}

.recharge-content .box .text img {
    width: 14px;
    margin-right: 5px;
}

.recharge-content .box .cz {
    color: #7987a7;
}

.recharge-content .box .cz #xnhl {
    color: wheat;
    font-size: 14px;
}

.recharge-content .box .cz #yjzz {
    line-height: 30px;
    color: wheat;
    font-size: 14px;
}

.recharge-content .box .je {
    font-size: 0;
    margin: 12px 0;
}

.recharge-content .box .cz .mon {
    color: #7987a7;
    display: inline-block;
    width: 23%;
    background-color: #28334d;
    text-align: center;
    line-height: 34px;
    border-radius: 8px;
    font-size: 13px;
    margin: 1%;
    cursor: pointer;
    font-weight: 700;
}

.recharge-content .box .cz .inputmon {
    outline: none;
    width: 48%;
    height: 34px;
    border: 2px solid #28334d;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    display: inline-block;
    margin: 1%;
    color: white;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.recharge-content .box .fukuan .content {
    margin: 13px 0;
    width: 100%;
    height: 40px;
    border: 2px solid #28334d;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-indent: 10px;
}

.recharge-content .box .fukuan .content #dzsl {
    color: wheat;
}

.recharge-content .box .fukuan .content img {
    width: 19px;
    height: 19px;
    margin-right: 9px;
}

.recharge-content .box .address .content {
    margin: 13px 0;
    width: 100%;
    height: 40px;
    border: 2px solid #28334d;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-indent: 10px;
}

.recharge-content .box .address .content img {
    width: 19px;
    height: 19px;
    margin-right: 9px;
}

.recharge-content .box .qrcode {
    width: 100%;
    min-height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #28334d;
    border-radius: 13px;
}

.recharge-content .box .qrcode .qrIcon .code {
    margin: 0 auto;
    background: white;
    height: 104px;
    width: 104px;
    border-radius: 14px;
}

.recharge-content .box .qrcode .text {
    flex: 1;
    color: #7987a7;
    -webkit-transform: scale(.91);
    transform: scale(.91);
    line-height: 28px;
    font-size: 14px;
}

.recharge-content .box .qrcode .text img {
    width: 10px;
    height: 10px;
}

.recharge-content .box .qrcode .text span {
    padding-left: 5px;
}

.recharge-content .box .qrcode .qrIcon {
    width: 104px;
    height: 104px;
    flex: 0;
    margin-left: 14px;
}

.recharge-content .box .gz {
    line-height: 22px;
    margin-top: 10px;
}

.recharge-content .goldIcon {
    position: absolute;
    width: 100px;
    height: 83px;
    top: 0px;
    right: 0px;
}

.message {
    margin-bottom: 18px;
    padding: 8px;
    border-radius: 6px;
    font-size: 14px;
    color: #aeaeae;
    letter-spacing: 1px;
    position: relative;
}

.message .yd {
    color: white;
    font-size: 14px;
    padding: 5px;
    float: right;
    background: #151e34;
    width: 100px;
    text-align: center;
    border-radius: 0 6px 0 0;
    margin: -8px;
    text-decoration: underline;
    cursor: pointer;
}

.message .time {
    padding: 5px;
    font-weight: 500;

}

.message .tittle {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 5px 15px;
    color: white;

}

.message .conten {
    padding: 0 0.29333rem;
    font-weight: 500;
    padding-bottom: 0.29333rem;

}

.messagecount {
    position: absolute;
    display: inline-block;
    background: #ff5d2c;
    border-radius: 50%;
    color: white;
    right: 13%;
    top: 12%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.ico-num {
    position: absolute;
    display: inline-block;
    background-color: #ff4d18;
    border-radius: 50%;
    color: white;
    right: 5%;
    top: 13%;
    width: 8px;
    height: 8px;
    text-align: center;
}
.mobile-rule-page {
    background: var(--bg-body);
}

.mobile-rule-header,
.mobile-rule-card {
    background: var(--bg-card);
    color: var(--text-main);
}

.mobile-rule-title {
    color: var(--text-main);
}

.mobile-rule-title:before {
    background: var(--bg-accent-soft);
}

.mobile-rule-item {
    background: var(--bg-tz);
    border: 1px solid var(--border-soft);
    color: var(--text-main);
}

.mobile-rule-item strong {
    color: var(--text-sub);
}


.mobile-rule-card.mobile-rule-highlight {
    background: var(--bg-panel);
}

.mobile-rule-page .kj {
    background: var(--bg-chip);
    color: var(--text-link);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.mobile-rule-page .hja {
    color: var(--text-sub-2);
}

.mobile-rule-page .mh {
    background: var(--bg-accent);
    color: var(--text-primary);
}

:-ms-input-placeholder {
    color: var(--text-placeholder);
}

.wtabe > tbody > tr:nth-of-type(even) {
    background-color: var(--bg-body-alt);
}

.menu .off {
    background: var(--bg-card-soft);
}

.theme-text-sub-2 { color: var(--text-sub-2); }
.theme-text-muted { color: var(--text-muted); }
.theme-text-muted-2 { color: var(--text-muted-2); }
.theme-text-muted-3 { color: var(--text-muted-3); }
.theme-text-soft { color: var(--text-soft); }
.theme-text-dark { color: var(--text-dark-on-light); }
.theme-text-negative { color: var(--text-negative); }
.theme-text-info { color: var(--text-info); }
.theme-text-orange { color: var(--text-orange); }
.theme-bg-panel { background-color: var(--bg-panel); }
.theme-bg-white-card { background-color: var(--bg-white-card); }
.theme-border-soft { border-color: var(--border-soft); }

/* ============================================================
   以下从 PHP 内联 <style> 提取
   ============================================================ */

/* --- index.php: 轮播 & 焦点指示器 --- */
.slider {
    display: block;
    border-radius: 6px;
}

.focus span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--text-muted);
    font-size: 0;
}

.focus span.current {
    background: var(--text-link);
}

/* --- index.php: 游戏分类 / 现代布局 --- */
.category {
    display: none;
}

.active {
    display: block;
}

.phone-game-modern-pc {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 74px;
    height: 34px;
    padding: 0 12px;
    background: var(--bg-modern-pc);
    color: var(--text-link);
    border-radius: 18px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 3px 8px var(--shadow-modern-pc);
}

.phone-game-modern-section {
    padding: 12px;
    background: var(--bg-card);
    border-radius: 14px;
    margin-top: 8px;
}

.phone-game-modern-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-light-3);
}

.phone-game-modern-marker {
    width: 4px;
    height: 18px;
    border-radius: 6px;
    background: var(--bg-modern-marker);
    margin-right: 9px;
}

.phone-game-modern-title-wrap {
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

.phone-game-modern-title-box {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.phone-game-modern-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-link);
}

.phone-game-modern-period {
    margin-top: 4px;
    font-size: 11px;
    color: var(--text-sub);
    line-height: 1.2;
    white-space: nowrap;
}

.phone-game-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.phone-game-modern-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    padding: 8px 5px;
    background: var(--bg-tz);
    border-radius: 6px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    box-shadow: 0 2px 2px var(--shadow-dark);
}

.phone-game-modern-card.is-wide {
    grid-column: 1 / -1;
}

@media (max-width: 360px) {
    .phone-game-modern-grid {
        gap: 8px;
    }

    .phone-game-modern-card {
        min-height: 38px;
        font-size: 11px;
    }

    .phone-game-modern-pc {
        min-width: 68px;
        padding: 0 10px;
        font-size: 12px;
    }
}

/* --- recharge.php / usdt_withdraw.php: USDT 弹窗 & 提现日志 --- */
.usdt-popup-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-overlay-soft);
    z-index: 9999;
    padding: 56px 14px 24px;
    box-sizing: border-box;
    max-width: 428px;
    margin: auto;
}

.usdt-popup-box {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: var(--bg-card);
    border: 1px solid var(--border-panel);
}

.usdt-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    color: var(--text-link);
    font-size: 15px;
    border-bottom: 1px solid var(--border-panel);
}

.usdt-popup-header a {
    color: var(--text-primary);
    font-size: 13px;
}

.usdt-popup-body {
    padding: 14px;
    overflow-y: auto;
    max-height: calc(100vh - 140px);
}

.withdraw-log-list {
    margin-top: 4px;
}

.withdraw-log-item {
    padding: 12px;
    border: 1px solid var(--border-panel);
    border-radius: 12px;
    margin-bottom: 10px;
    line-height: 22px;
}

.withdraw-log-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.withdraw-log-order {
    color: var(--text-link);
    word-break: break-all;
}

.withdraw-log-status {
    color: var(--text-warn);
}

.withdraw-log-status.done {
    color: var(--text-positive);
}

.withdraw-log-status.cancel {
    color: var(--text-negative);
}

.withdraw-log-row {
    color: var(--text-sub);
    word-break: break-all;
}

.withdraw-log-empty {
    text-align: center;
    color: var(--text-sub);
    padding: 14px 0;
}

.withdraw-log-cancel {
    display: inline-block;
    margin-top: 6px;
    color: var(--text-warn);
    text-decoration: underline;
}

/* --- usdt_withdraw.php: USDT 提现 专属 --- */
.usdt-top-btn {
    line-height: 18px;
    border-radius: 12px;
    color: var(--text-deep);
    background: var(--bg-white-card);
    float: right;
    font-size: 26px;
    width: 18px;
    margin-right: 5px;
}

.usdt-page-box {
    color: var(--text-sub);
}

.usdt-tips .title {
    color: var(--text-primary);
}

.usdt-link {
    margin-left: 10px;
    text-decoration: underline;
    color: var(--text-primary);
}

.usdt-select {
    height: 24px;
    width: 100%;
}

.withdraw-empty-tip {
    margin-top: 8px;
    color: var(--text-warn);
    font-size: 12px;
}

.usdt-summary-box {
    overflow: hidden;
}

.usdt-fee-note {
    line-height: 22px;
    color: var(--text-sub);
    margin-bottom: 10px;
}

.withdraw-order-card {
    margin-top: 16px;
    padding: 12px;
    border-radius: 12px;
    background: var(--bg-card-soft);
    color: var(--text-sub);
    line-height: 24px;
}

.withdraw-order-title {
    color: var(--text-primary);
    font-size: 14px;
    margin-bottom: 6px;
}

.usdt-gray-btn {
    background: var(--bg-btn-muted);
    width: 94%;
    border: 0.1px solid;
    margin-top: 15px;
}

.usdt-disabled-btn {
    background: var(--bg-neutral-btn);
}

.usdt-manage-tip {
    color: var(--text-warn);
    font-size: 12px;
    margin-bottom: 10px;
}

.usdt-address-item {
    padding: 12px;
    border: 1px solid var(--border-panel);
    border-radius: 12px;
    margin-bottom: 10px;
}

.usdt-address-main {
    margin-bottom: 10px;
}

.usdt-address-title {
    color: var(--text-link);
    font-size: 14px;
    margin-bottom: 6px;
}

.usdt-default-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 11px;
    color: var(--text-deep);
    background: var(--text-warn);
    border-radius: 10px;
}

.usdt-status-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 11px;
    border-radius: 10px;
}

.usdt-status-disabled {
    color: var(--text-link);
    background: var(--bg-neutral-btn);
}

.usdt-address-text,
.usdt-address-remark {
    color: var(--text-sub);
    font-size: 12px;
    word-break: break-all;
    line-height: 20px;
}

.usdt-address-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.usdt-enable-btn,
.usdt-disable-btn,
.usdt-delete-btn {
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
}

.usdt-enable-btn {
    color: var(--text-positive);
}

.usdt-disable-btn {
    color: var(--text-warn);
}

.usdt-delete-btn {
    color: var(--text-negative);
}

.withdraw-address-form {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid var(--border-panel);
    border-radius: 12px;
}

.withdraw-address-title {
    color: var(--text-primary);
    font-size: 14px;
    margin-bottom: 10px;
}

.usdt-popup-input {
    margin-bottom: 10px;
}

.usdt-add-btn {
    margin-top: 12px;
    background: var(--bg-btn-muted);
}

.zuorikuan {
    font-size: 13px;
}

.zikuan {
    font-size: 13px;
}

/* --- merchants.php: 商户页 --- */
.merchants-page {
    padding-top: 4.9em;
}

.merchants-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.merchants-hero {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 16px;
    background: linear-gradient(135deg, var(--bg-card), var(--bg-card-soft));
    border: 1px solid var(--border-soft);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.merchants-hero:after {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--bg-accent-soft) 0%, transparent 70%);
    opacity: .18;
    pointer-events: none;
}

.merchants-hero-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 8px;
}

.merchants-hero-desc {
    font-size: 12px;
    line-height: 1.8;
    color: var(--text-sub);
}

.merchants-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.merchants-stat {
    border-radius: 14px;
    padding: 10px 8px;
    text-align: center;
    background: var(--bg-stat);
    border: 1px solid var(--border-light-3);
}

.merchants-stat strong {
    display: block;
    font-size: 16px;
    color: var(--text-main);
    margin-bottom: 4px;
}

.merchants-stat span {
    display: block;
    font-size: 11px;
    color: var(--text-sub);
}

.merchants-section-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-main);
    margin: 4px 2px 0;
}

.merchants-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.merchants-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 14px;
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.merchants-card:active {
    transform: scale(.985);
}

.merchants-card--action {
    background: linear-gradient(135deg, var(--bg-card), var(--bg-accent));
}

.merchants-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.merchants-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 56px;
    border: 1px solid var(--border-light-3);
    background: var(--bg-body-alt);
    display: flex;
    align-items: center;
    justify-content: center;
}

.merchants-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.merchants-meta {
    flex: 1;
    min-width: 0;
}

.merchants-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.4;
    word-break: break-all;
}

.merchants-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 10px;
    margin-top: 8px;
    border-radius: 999px;
    font-size: 11px;
    background: var(--bg-accent);
    color: var(--text-primary);
}

.merchants-summary {
    margin-top: 12px;
    font-size: 12px;
    color: var(--text-sub);
    line-height: 1.7;
    min-height: 40px;
    word-break: break-all;
}

.merchants-foot {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.merchants-qq {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--text-sub);
}

.merchants-qq-value {
    color: var(--text-warn);
    font-weight: 700;
}

.merchants-copy {
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: .92;
}

.merchants-go {
    font-size: 12px;
    color: var(--text-primary);
    white-space: nowrap;
}

.merchants-empty {
    padding: 32px 16px;
    text-align: center;
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    color: var(--text-sub);
    line-height: 1.8;
}

/* --- mtype.php: 代理客服面板 --- */
.agent-chat-launcher {
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 10000;
    background: var(--bg-agent-chat-btn);
    color: var(--text-link);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 6px 20px var(--shadow-agent-chat);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 0;
}

.agent-chat-launcher:hover {
    transform: scale(1.1);
    background: var(--bg-agent-chat-btn-hover);
    box-shadow: 0 8px 25px var(--shadow-agent-chat);
}

.agent-chat-badge {
    display: none;
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 999px;
    background: var(--bg-badge);
    color: var(--text-link);
    font-size: 12px;
    text-align: center;
    padding: 0 6px;
    font-weight: 600;
    box-shadow: 0 2px 8px var(--shadow-badge);
    margin-left: 0;
}

.agent-chat-mask {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: none;
    background: var(--bg-overlay-soft);
    backdrop-filter: blur(2px);
}

.agent-chat-panel {
    position: fixed;
    inset: 0;
    height: 100dvh;
    max-height: 100dvh;
    background: var(--bg-body);
    border: 0;
    z-index: 9999;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    padding-top: env(safe-area-inset-top, 0);
}

.agent-chat-panel.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    margin: 0 auto;
    max-width: 428px;
}

.agent-chat-top {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: var(--bg-panel);
    color: var(--text-main);
    border-bottom: 1px solid var(--border-panel);
}

.agent-chat-close {
    background: transparent;
    border: none;
    color: var(--text-sub);
    cursor: pointer;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.agent-chat-close:hover {
    background: var(--bg-card-soft);
    color: var(--text-link);
}

.agent-chat-frame {
    width: 100%;
    height: calc(100dvh - 44px);
    max-height: calc(100dvh - 44px);
    border: 0;
}

.agent-chat-icon {
    font-size: 20px;
    position: relative;
}

/* --- smbinfo.php: 代理资料卡 --- */
.agent-profile-card {
    background: var(--bg-card);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(31, 54, 88, 0.12);
    overflow: hidden;
}

.agent-profile-head {
    padding: 18px 16px 14px;
    color: var(--text-link);
    background: linear-gradient(135deg, var(--bg-card), var(--bg-card-soft));
}

.agent-profile-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.agent-profile-subtitle {
    margin-top: 6px;
    font-size: 12px;
    color: var(--text-sub);
}

.agent-profile-section {
    padding: 14px;
}

.agent-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
    margin-bottom: 14px;
}

.agent-profile-stat {
    border-radius: 12px;
    padding: 10px 12px;
    background: var(--bg-tz);
    border: 1px solid var(--border-soft);
    color: var(--text-main);
}

.agent-profile-stat-label {
    font-size: 12px;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.agent-profile-stat-value {
    font-size: 15px;
    font-weight: bold;
    word-break: break-all;
}

.agent-form-row {
    margin-bottom: 12px;
}

.agent-form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: var(--text-sub);
    font-weight: bold;
}

.agent-form-input {
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    transition: all .2s ease;
    background: var(--bg-tz);
    border: 1px solid var(--border-soft);
    color: var(--text-main);
}

.agent-form-input:focus {
    border-color: var(--text-primary);
    box-shadow: 0 0 0 3px var(--shadow-focus);
}

.agent-form-tip {
    color: var(--text-muted-2);
    font-size: 12px;
    margin-top: 3px;
}

.agent-links-box {
    line-height: 1.9;
    background: var(--bg-card-soft);
    border-radius: 12px;
    padding: 12px;
    border: 1px dashed var(--border-soft);
    color: var(--text-main);
    word-break: break-all;
}

.agent-save-bar {
    padding: 0 14px 16px;
}

.agent-avatar-panel {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 14px;
    background: var(--bg-tz);
    border: 1px solid var(--border-soft);
}

.agent-avatar-preview {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--bg-card-soft);
    border: 1px solid var(--border-soft);
    flex: 0 0 68px;
}

.agent-avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.agent-avatar-actions {
    flex: 1;
    min-width: 0;
}

.agent-avatar-buttons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.agent-avatar-btn {
    height: 30px;
    padding: 0 14px;
    border: none;
    border-radius: 999px;
    background: var(--text-sub);
    color: var(--text-link);
    font-size: 13px;
}

.agent-avatar-file {
    display: none;
}

.agent-avatar-name {
    font-size: 12px;
    color: var(--text-muted-2);
    word-break: break-all;
}

.agent-save-btn {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 999px;
    background: var(--bg-accent-soft);
    color: var(--text-link);
    font-size: 15px;
    font-weight: bold;
}

/* --- active.php: 活动详情表格 --- */
.active-detail-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 6px;
    font-size: 12px;
    background-color: var(--bg-accent);
}

.active-detail-table > tbody > tr:nth-of-type(odd) {
    background-color: var(--bg-card-soft);
}

.active-detail-table tr th {
    text-align: center;
    height: 38px;
    color: var(--text-sub-2);
}

.active-detail-table tr td {
    text-align: center;
    height: 38px;
}

/* --- strend.php: 走势图 --- */
.trend .table_list th.trend-th-compact {
    height: 28px;
}

/* --- swinstat.php: 统计表额外间距 --- */
.wtabel.bc tr td {
    padding: 7px 0;
}

/* --- bigwheel.php: 覆写likebody --- */
.likebody-fullwidth {
    width: 100%;
    padding-top: 3.3em;
}

/* --- smbinfo.php: 各处覆写 --- */
.likebody-fullwidth-nopad {
    width: 100%;
}

.inpuyt-flat {
    border-radius: 0;
}