body {
    background: var(--light-color);
    opacity: 0;

    --main-bg-color: #fcdb51;
    --sub-bg-color: #fbc537;
    --sub-font-color: rgb(242, 187, 92);
    --main-light-color: #539aeb;
    --main-dark-color: #456dba;
    --main-font-color: rgb(234, 172, 87);
    --main-border-color: #a1a1a1;

    --main-dark-font-color: #09090b;

    --main-op-light-color: rgb(242, 187, 92);
    --main-op-dark-color: rgb(234, 172, 87);
    --main-op-font-color: black;
    --main-op-border-color: rgb(234, 172, 87);

    --success-light-color: #58e1af;
    --success-dark-color: #3fd89e;
    --success-font-color: rgb(13, 115, 84);
    --success-border-color: rgb(13, 115, 84);

    --danger-light-color: rgb(248, 132, 133);
    --danger-dark-color: rgb(249, 133, 123);
    --danger-font-color: #a92323;
    --danger-border-color: #a92323;

    --gray-light-color: #eeeeee;
    --gray-dark-color: #dddddd;
    --gray-font-color: #a1a1a1;
    --gray-border-color: #a1a1a1;

    --apply-card-background: #f9f8fd;
}

@-webkit-keyframes show {
    100% {
        opacity: 1;
    }
}

@font-face {
    font-family: myFontU;
    src: url('https://update.arbdgame.com/css/bd_trade/fonts/11058_U.TTF') ;

}

@font-face {
    font-family: myFontM;
    src: url('https://update.arbdgame.com/css/bd_trade/fonts/AVANTGARDEITCBYBT-MEDIUM.TTF') ;

}

a:active {
    transform: scale(.95);
}

body,
html,
section {
    height: 100%;
}

.bgOrg {
    background: #fff58f;
    background: -moz-linear-gradient(top, #fff58f 0, #fbbf49 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff58f), color-stop(100%, #fbbf49));
    background: -webkit-linear-gradient(top, #fff58f 0, #fbbf49 100%);
    background: -o-linear-gradient(top, #fff58f 0, #fbbf49 100%);
    background: -ms-linear-gradient(top, #fff58f 0, #fbbf49 100%);
    background: linear-gradient(to bottom, #fff58f 0, #fbbf49 100%);
    color: #d9701a;
    text-align: center;
}

.bgBlue {
    background: #c7fff3;
    background: -moz-linear-gradient(top, #c7fff3 0, #73f2d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c7fff3), color-stop(100%, #73f2d7));
    background: -webkit-linear-gradient(top, #c7fff3 0, #73f2d7 100%);
    background: -o-linear-gradient(top, #c7fff3 0, #73f2d7 100%);
    background: -ms-linear-gradient(top, #c7fff3 0, #73f2d7 100%);
    background: linear-gradient(to bottom, #c7fff3 0, #73f2d7 100%);
    color: #258d75;
    text-align: center;
}

.bgBlue2 {
    background: #6ec8e7;
    background: -moz-linear-gradient(top, #6ec8e7 0, #348dcc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6ec8e7), color-stop(100%, #348dcc));
    background: -webkit-linear-gradient(top, #6ec8e7 0, #348dcc 100%);
    background: -o-linear-gradient(top, #6ec8e7 0, #348dcc 100%);
    background: -ms-linear-gradient(top, #6ec8e7 0, #348dcc 100%);
    background: linear-gradient(to bottom, #6ec8e7 0, #348dcc 100%);
    color: #fff;
    text-align: center;
}

.exceptionWrapper {
    height: 100%
}


.userInfo .list {
    background: #FFBB72;
    justify-content: start;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    direction: ltr;
    flex-grow: 1;
}

.userInfo .list li {
    position: relative;
    width: 50%;
    text-align: center;
    font-size: .38rem;
    color: #c24e01;
    line-height: 1.2;
}

.userInfo .list li .icoBonus {
    margin-right: 5px;
    height: 36px;
    vertical-align: initial;
}

.userInfo .list li:first-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -.01rem;
    margin-top: -.26rem;
    width: .02rem;
    height: .52rem;
    background: #f6aa58;
}

.userInfo .list .con-bot {
    font-size: .22rem;
    color: #d7680e;
}

.userInfo .icoRefresh {
    top: 50%;
    left: .4rem;
    margin-top: -.13rem;
    width: .25rem;
    height: .27rem;
    background-image: url("../../images/bd_trade/bonus/ico_refresh.png");
}

.itemTop {
    padding: 0 .1rem;
    box-sizing: border-box;
}

.itemTop .itemVip {
    top: .77rem;
    right: 1.3rem;
}

.itemTop .icoVip {
    position: absolute;
    width: 1.15rem;
    height: .42rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.itemTop .vip01 {
    background-image: url(../../images/bd_trade/vip_s_01.png);
}

.itemTop .vip01Gray {
    background-image: url(../../images/bd_trade/vip_s_01_gray.png);
}

.itemTop .vip02 {
    background-image: url(../../images/bd_trade/vip_s_02.png);
}

.itemTop .vip03 {
    background-image: url(../../images/bd_trade/vip_s_03.png);
}

.itemTop .vip04 {
    background-image: url(../../images/bd_trade/vip_s_04.png);
}

.itemTop .vip05 {
    background-image: url(../../images/bd_trade/vip_s_05.png);
}

.itemTop .icoBigVip {
    position: absolute;
    width: 1.45rem;
    height: .55rem;
    margin-top: 0.15rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.itemTop .icoReturn {
    top: 50%;
    right: .3rem;
    margin-top: -.25rem;
    width: .49rem;
    height: .5rem;
    background-image: url("../../images/bd_trade/apply/ico_return.png");
}

.itemTop .itemVip .vipProgress {
    top: .6rem;
    right: -1.2rem;
    padding: .2rem 0;
    width: 6.35rem;
    background: #a500c4;
    background: -webkit-linear-gradient(#a500c4, #680093);
    background: -o-linear-gradient(#a500c4, #680093);
    background: -moz-linear-gradient(#a500c4, #680093);
    background: linear-gradient(#a500c4, #680093);
    -webkit-border-radius: 0.05rem;
    border-radius: .05rem;
    box-shadow: 0 0 .05rem #000;
    z-index: 9;
}

.itemTop .itemVip .vipProgress:after {
    content: "";
    position: absolute;
    top: -.2rem;
    right: .45rem;
    width: .35rem;
    height: .21rem;
    background: url(../../images/bd_trade/ico_arrow_vip.png) no-repeat;
    background-size: 100% 100%;
}

.itemTop .itemVip .progress,
.itemTop .itemVip .progress .bar {
    margin-left: .3rem;
    width: 5rem;
    height: .35rem;
    background: url(../../images/bd_trade/bg_progress_bar.png) no-repeat;
    background-size: 100% 100%;
}

.itemTop .itemVip .progress .bar {
    margin: 0;
    background-image: url(../../images/bd_trade/bg_progress.png);
    background-size: cover
}

.itemTop .itemVip .progress .text {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: .35rem;
    color: #fff;
    font-size: .22rem;
    text-shadow: #0A48A3 1px 0 0, #0A48A3 0 1px 0, #0A48A3 -1px 0 0, #0A48A3 0 -1px 0;
}

.itemTop .itemVip .progress .text span {
    margin: 0 .05rem;
}

.itemTop .itemVip .progress .icoVipBig {
    position: absolute;
    top: -0.08rem;
    right: -1rem;
    width: 1.36rem;
    height: .49rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.itemTop .itemVip .progress .vipBig01 {
    background-image: url(../../images/bd_trade/vip_01.png);
}

.itemTop .itemVip .progress .vipBig01Gray {
    background-image: url(../../images/bd_trade/vip_01_gray.png);
}

.itemTop .itemVip .progress .vipBig02 {
    background-image: url(../../images/bd_trade/vip_02.png);
}

.itemTop .itemVip .progress .vipBig03 {
    background-image: url(../../images/bd_trade/vip_03.png);
}

.itemTop .itemVip .progress .vipBig04 {
    background-image: url(../../images/bd_trade/vip_04.png);
}

.itemTop .itemVip .progress .vipBig05 {
    background-image: url(../../images/bd_trade/vip_05.png);
}

.itemTop .itemVip .list {
    margin: .1rem 0 0 .2rem;
    font-size: .29rem;
    color: #fff;
}

.itemTop .itemVip .list span {
    color: #fff000;
    font-style: myFontU
}

.itemTop .itemVip .list .introText {
    font-size: .28rem;
    color: #fff
}

.itemTop .itemVip .list .introContainer {
    margin-left: 1.5rem;
}

.itemTop .itemVip .mitraLine {
    width: 6.4rem;
    height: 0.14rem;
    margin-left: -0.1rem;
    margin-top: -0.2rem;
}

.itemTop .itemVip .introList {
    margin: -0.15rem 0.2rem 0 0.2rem;
    font-size: .26rem;
    color: #fff;
    font-family: myFontM;
}

.selectVal {
    left: 10px;
    position: absolute;
}

.selectVal ul {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 10px;
    background-color: #fff;
    z-index: 9;
    border-radius: 10px;
    width: 100px;
}

.selectVal img {
    position: relative;
    width: 32px;
    height: 32px;
    z-index: 10;
}

.itemLogin li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin: .2rem auto 0;
    width: 6.56rem;
    height: .96rem;
    background: #F3F3F3;
    color: #c4c8cd;
    box-shadow: 0 0 1px #DEDCDC inset;
    white-space: nowrap;
    align-items: center;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
}

.itemLogin .selectVal {
    right: 0.3rem;
    top: auto;
    left: auto;
}

.selectOptions li {
    position: relative;
    height: 30px;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px #F2CDAF solid;
    gap: 10px;
}

.selectOptions li:last-of-type {
    border-bottom: 0;
}

.itemLogin .itemLeftText {
    color: #b03b99;
    /* position: relative; */
}

.itemLogin .itemLeftText img {
    margin-right: .3rem;
    margin-left: .13rem;
    width: .36rem;
    height: .4rem;
    vertical-align: text-top;
}

.selectBox {
    color: #5a81b7;
    line-height: .36rem;
}


.selectShowbox .TextCountry {
    display: inline-block;
    width: 2rem;
    text-align: center;
}

.selectOption {
    position: absolute;
    top: .92rem;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    border: .01rem solid #b8c0b7;
    background: #ecf0f2;
}

.selectOption li {
    display: flex;
    display: -webkit-flex;
    color: #5a81b7;
    justify-content: center;
}

.selectOption li.selected {
    background-color: #f3f3f3;
    color: #999;
}

.selectOption li:hover {
    background: #5a81b7;
    color: #fff;
}

.selectBox img {
    margin-right: .05rem;
    padding: .01rem;
    height: .33rem;
    border: .01rem #c7cacc solid;
    border-radius: .05rem;
    background: #c9f3f7;
    vertical-align: text-top;
}

.itemLogin li .itemInput {
    overflow: hidden;
    width: 3.4rem;
    outline: 0;
    border: #c4c8cd;
    border: none;
    background: 0 0;
    color: #333;
}

.copylink {
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5rem;
    width: 100%;
    margin-top: 100px;
    background-color: #fff;
    color: #b03b99;
    text-align: center;
}

.copyBtn {
    display: inline-block;
    width: 1rem;
}

.copyBtn img {
    width: 100%;
}

.color-darkgray {
    color: #c7d6cf !important;
}

.login-text {
    display: block;
    margin-top: -.3rem;
    color: #ff7dbd;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    font-size: .38rem;
}

.itemLogin li .identifyingCodeImg {
    display: inline-block;
    margin-left: .02rem;
    width: 1.74rem;
    height: .55rem;
    background-color: #fff;
    background-color: #fff;
    vertical-align: middle;
}

.itemLogin li .identifyingCodeTxt {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.28rem;
    height: .96rem;
    color: #f7ffd1;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CC98B);
    font-size: .36rem;
    vertical-align: middle;
    border-radius: .1rem;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}

.itemLogin li .identifyingCodeTxt.grayColor {
    color: #fff;
    background: #C7C7C7;
    background: linear-gradient(#C7C7C7, #9B9B9B);
}


.itemLogin li .itemInputSmall {
    width: 1.5rem;
}

.itemLogin li .itemInputHref {
    color: #258dcf;
}

.itemLogin li .itemInputHref span {
    text-decoration: underline;
    font-size: .2rem;
}

.itemTop {
    margin: 0 auto;
    width: 7.2rem;
    height: 1.12rem;
    background: #FFA142;
    background: linear-gradient(#FFA141, #FFAC51);
}


.itemTop .itemText {
    display: flex;
    display: -webkit-flex;
    right: .3rem;
    color: #d7680e;
    font-size: .24rem;
    align-items: center;
    justify-content: space-between;
    margin-top: .1rem;
}

.itemTop .itemText .install-pwd {
    margin-left: .15rem;
    color: #51eccd;
    text-decoration: underline;
    font-size: .24rem;
}

.topUp {
    width: 100%;
    height: .86rem;
    background-color: #fff;
    color: #178e6a;
    text-align: center;
    font-weight: 700;
    font-size: .42rem;
    line-height: 2.2;
}

.itemTop .itemText span {
    color: #d7680e;
}

.itemNav {
    display: flex;
    width: 100%;
    color: #929292;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    background: #f3f3f3;
    direction: ltr;
    border-radius: 30px;
}

.itemNav li {
    display: none;
    cursor: pointer;
    position: relative;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 30px;
    font-size: 12px;
}

.itemNav li.show {
    display: flex;
    display: -webkit-flex;
}


.itemNav li.active {
    color: #dc6c0b;
    background: #FDCE22;
    background: linear-gradient(#fff390, #ffc951);
    border: 1px #dc6c0b solid;
}


.itemContent {
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.itemContent .itemTitle {
    height: .44rem;
    border-top: .01rem #EEEBEA solid;
    background: #F8F5F4;
    overflow: hidden;
    direction: inherit;
}

.itemContent .itemTitle marquee {
    position: relative;
    margin: 0 0 0 1rem;
    width: 6.8rem;
    height: .44rem;
    color: #e0752f;
    font-size: .16rem;
    line-height: .44rem;
    overflow: hidden;
    direction: initial;
}

.itemContent .itemTitle span {
    padding-left: 20px;
    display: inline-block;
}

.font-bule {
    color: #186654;
}

.itemContent .itemTitle a {
    position: absolute;
    top: .08rem;
    right: .15rem;
    color: #43ad81;
    text-decoration: underline;
    font-size: .2rem;
}

.itemContent .rechargeSro {
    position: absolute;
    top: 1.4rem;
    right: 0;
    bottom: 0;
    left: 0;
    float: right;
    overflow: hidden;
    margin: .15rem 0 .2rem .17rem;
}

.itemContent .banckSro {
    position: absolute;
    top: .54rem;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
}


.itemContent .bag-type-list .list01 {
    background-image: url("../../images/bd_trade/card_01.png");
    color: #855044;
}

.itemContent .bag-type-list .list02 {
    background-image: url("../../images/bd_trade/card_03.png");
    color: #444075;
}

.itemContent .bag-type-list .list03 {
    background-image: url("../../images/bd_trade/card_04.png");
    color: #843C1C;
}

.itemContent .bag-type-list .list04 {
    background-image: url("../../images/bd_trade/card_04.png");
    color: #3B1795;
}

.itemContent .bag-type-list .list05 {
    background-image: url("../../images/bd_trade/card_05.png");
    color: #EFE7FE;
}

.itemContent .bag-type-list .list06 {
    background-image: url("../../images/bd_trade/card_06.png");
    color: #FFCE65;
}

.itemContent .bag-type-list .zsList01 {
    background-image: url("../../images/bd_trade/diamond/img_zsk_1.png");
    color: #855044;
}

.itemContent .bag-type-list .zsList02 {
    background-image: url("../../images/bd_trade/diamond/img_zsk_3.png");
    color: #444075;
}

.itemContent .bag-type-list .zsList03 {
    background-image: url("../../images/bd_trade/diamond/img_zsk_2.png");
    color: #843C1C;
}

.itemContent .bag-type-list .zsList04 {
    background-image: url("../../images/bd_trade/diamond/img_zsk_4.png");
    color: #3B1795;
}

.itemContent .bag-type-list .zsList05 {
    background-image: url("../../images/bd_trade/diamond/img_zsk_5.png");
    color: #EFE7FE;
}

.itemContent .bag-type-list .zsList06 {
    background-image: url("../../images/bd_trade/diamond/img_zsk_6.png");
    color: #FFCE65;
}


.recharge-list li .goldNum {
    position: absolute;
    font-size: 24px;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
}

.recharge-list li .goldNum i {
    display: inline-block;
    margin-left: .05rem;
    width: 32px;
    height: 32px;
    background: url("../../images/bd_trade/ico_gold.png") no-repeat;
    vertical-align: text-top;
    background-size: 100% 100%;
}

.recharge-list li .diamondNum {
    position: absolute;
    font-size: 24px;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
}

.recharge-list li .diamondNum i {
    display: inline-block;
    margin-left: .05rem;
    width: 32px;
    height: 32px;
    background: url("../../images/bd_trade/diamond/img_zs.png") no-repeat;
    vertical-align: text-top;
    background-size: 100% 100%;
}

.itemContent .bag-type-list li .cardNum {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    font-size: .4rem;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    text-shadow: 0 0 .05rem rgba(46, 15, 0, .25);
}

.recharge-list .btnPay {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 85%;
    margin-inline: auto;
    height: 35px;
    border-radius: 5px;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CC98B);
    line-height: 35px;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

.recharge-list .btnPay:active {
    transform: translateX(-50%) scale(0.95);
}


.recharge-list li:nth-child(2n+1) {
}

.recharge-list li .rechargeTitle {
    padding: .25rem 0 0;
    color: #fff;
    text-align: center;
    font-size: .24rem;
}

.recharge-list .itemImg img {
    height: 2.16rem;
}

.recharge-list .itemPrice {
    margin-top: .03rem;
    height: .53rem;
    text-align: center;
    font-weight: 700;
}

.recharge-list .itemNum {
    top: 22px;
    right: 2px;
    background: url(../../images/bd_trade/item_num.png) no-repeat;
    background-size: 100% 100%;
    color: #ffec47;
    text-align: right;
    font-weight: bold;
    font-size: 30px;
}

.itemContent .itemCardList .itemPrice {
    height: .53rem;
    text-align: center;
    font-weight: 700;
}

.itemContent .hubImg {
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    width: 100%;
    width: 1.54rem;
    height: 1.6rem;
    background: url(../../images/bd_trade/hub_img.png) no-repeat;
    background-size: 100% 100%;
}

.itemContent .itemCardList li {
    position: relative;
    margin-bottom: .05rem;
    width: 3.42rem;
    height: 2.11rem;
    background: url(../../images/bd_trade/bg_list.png) no-repeat;
    background-size: cover;
}

.itemContent .itemCardList li:nth-child(odd) {
    margin-right: .1rem;
}

.itemContent .itemCardList li.active,
.itemContent .itemCardList li:hover {
    background-image: url(../../images/bd_trade/bg_list_on.png);
}

.itemContent .itemBot {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.itemContent .itemBot .btnContact {
    top: 0;
    right: .2rem;
    color: #43ad81;
    text-decoration: underline;
    font-size: .25rem;
}

.itemContent .itemBot .btnContact img {
    margin-right: .1rem;
    width: .45rem;
}

.itemContent .itemCardList .itemImg img {
    height: 1.46rem;
}

.itemContent .itemCardList .itemPrice {
    height: .53rem;
    text-align: center;
    font-weight: 700;
}

.itemContent .itemCardList .itemNum {
    color: #ffec47;
    font-weight: 700;
    font-size: .3rem;
}

.itemContent .TextNum {
    margin-bottom: .25rem;
    color: #43ad81;
    text-align: center;
    font-size: .3rem;
}

.itemContent .TextNum span {
    margin: 0 .05rem;
    color: #ec3838;
}

.btnBuy {
    display: block;
    margin: 0 auto;
    width: 6.42rem;
    height: .86rem;
    border: .02rem #f09533 solid;
    border-radius: 1rem;
    text-align: center;
    font-weight: 700;
    font-size: .38rem;
    line-height: 2.4;
}

.btnBuy .icoDiscount {
    top: -.02rem;
    left: -.01rem;
    width: 1.22rem;
    height: .39rem;
    background: url(../../images/bd_trade/discount.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: left;
    text-indent: .18rem;
    font-size: .22rem;
    line-height: 2;
}

.itemRecord .listContent li {
    height: .5rem;
    background: #fff;
    font-size: .24rem;
    border-bottom: .01rem #F6DBC5 solid;
    display: flex;
}

.itemRecord .listContent li span {
    width: 100%;
    color: #a23d01;
    font-size: .24rem;
}

.itemRecord .recordTotal {
    position: fixed;
    left: 0;
    bottom: 1.7rem;
    width: 100%;
    font-size: .32rem;
    color: #d9701a;
    font-weight: bold;
    text-align: center
}

.page {
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.itemRecord .page ul {
    height: 100%
}

.itemRecord .page ul li {
    display: inline-block;
    margin: 0 .1rem;
    font-size: .25rem;
    color: #97a1a3;
    line-height: 2.2;
    background: none;
}

.itemRecord .page .text-page {
    padding: .02rem .1rem;
    width: .5rem;
    margin: 0 .15rem;
    background: #fff;
    color: #97A1A3;
    text-align: center;
    font-size: .25rem;
    border: .01rem #C4C9D1 solid;
    border-radius: .02rem;
}

.itemRecord .page .btnTentukan {
    display: block;
    width: 1.23rem;
    height: .4rem;
    background: url("../../images/bd_trade/btn_rentukan.png") no-repeat;
    background-size: 100% 100%;
}


.guide .itemText {
    position: absolute;
    top: 11.2rem;
    left: 0;
    width: 100%;
    color: #86e1f8;
    text-align: center;
    font-size: .28rem;
}

.listContent .empty img {
    display: block;
    margin-bottom: .1rem;
    height: 200px;
}

.itamBonus {
    position: absolute;
    top: .86rem;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.itamBonus .tabBonus {
    margin: .25rem 0.1rem;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-size: .2rem;
    direction: ltr;
    gap: 0.2rem;
}

.itamBonus .tabBonus li {
    width: 2.05rem;
    height: .55rem;
    background: #F4F4F4;
    border: .01rem #E4E2E2 solid;
    text-align: center;
    line-height: .5rem;
    color: #929292;
    -webkit-border-radius: .2rem;
    border-radius: .5rem;
}

.itamBonus .tabBonus li .icoBonus {
    margin-left: .1rem;
    height: .31rem;
}

.itamBonus .tabBonus li.active {
    background: var(--light-color);
    border: .01rem #FCAD5A solid;
    color: #d7680e;
}

.detailBonus {
    flex: 1;
    padding: 0 0.1rem;
    overflow-y: auto;
}

.bonus-sub-tab {
    display: none;
}

.bonus-sub-tab.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.detailBonus .search {
    margin: 0 auto;
    width: 7.06rem;
    height: 1.17rem;
    background: #fff;
    box-shadow: 0 0 .05rem rgba(215, 104, 14, .2);
    -webkit-border-radius: .08rem;
    border-radius: .08rem;
}

.detailBonus .search input {
    margin-right: .2rem;
    padding: 0 .3rem;
    width: 4.59rem;
    height: .76rem;
    background: #F3F3F3;
    color: #000;
    border: .01rem #E5E4E4 solid;
    -webkit-border-radius: .08rem;
    border-radius: .08rem;
    box-sizing: border-box;
    outline: none;
}

.detailBonus .btnGreen {
    margin-right: .2rem;
    width: 1.85rem;
    height: .76rem;
    font-size: .36rem;
    line-height: .76rem;
    -webkit-border-radius: .12rem;
    border-radius: .12rem;
}

.searchContent {
    top: 2.4rem;
    bottom: .2rem;
    left: 50%;
    padding-bottom: .4rem;
    width: 7.06rem; /* height: auto; */
    background: #fff;
    box-shadow: 0 0 .05rem rgba(215, 104, 14, .2);
    -webkit-border-radius: .08rem;
    border-radius: .08rem;
    overflow: hidden;
    direction: ltr;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.searchContent .searchTitle {
    height: .75rem;
    background: #FFDAB2;
    color: #d7680e;
    text-align: center;
    font-size: .2rem;
}

.searchContent .text-01 {
    width: 1.27rem;
}

.searchContent .text-02 {
    width: 1.3rem;
}

.searchContent .text-03 {
    width: 1.54rem;
}

.searchContent .text-04 {
    width: 1.44rem;
}

.searchContent .text-05 {
    width: 1.79rem;
}

.searchContent .searchList {
    top: .75rem;
    bottom: .5rem;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.searchContent .searchList li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    padding: 0.2rem 0.2rem;
    font-size: 0.21rem;
    color: #a23d01;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.searchContent .searchList li.no-top-padding {
    padding: 0;
}

.searchContent .searchList li.no-top-padding::after {
    width: 0;
}

.searchContent .searchList li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 95%;
    height: .02rem;
    background: #F8E6D6;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.searchContent .searchList .text-01 {
    text-align: left;
}

.searchContent .searchList .text-05 {
    text-align: right;
}

.searchContent .searchList [class*= "btn"] {
    float: right;
    margin: 0;
    width: 1.37rem;
    height: .47rem;
    font-size: .2rem;
    line-height: .47rem;
    font-weight: normal;
}

.bonusPersonal .searchContent {
    top: 1rem;
}

.bonusPersonal .searchContent .text-01 {
    width: auto;
}

.bonusPersonal .searchContent .text-02 {
    width: auto;
    color: #26b61f;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: right;
    margin-right: 0.1rem;
}

.bonusPersonal .searchContent .text-03 {
    width: 3.24rem;
}

.bonusPersonal .searchContent .searchList {
    top: 0;
}

.bonusPersonal .searchContent .text-02 .icoBonus {
    margin-left: .2rem;
    height: .3rem;
}

.page {
    left: 0;
    bottom: .1rem;
    width: 100%;
    text-align: center;
}

.page a {
    color: #ffaa4f;
    font-size: .23rem;
    text-decoration: underline;
}

.page a:last-of-type {
    margin-left: .3rem;
}

.page .grey {
    color: #929292;
    text-decoration: none;
}

.page .text {
    color: #e8b797;
    font-size: .2rem;
}

.page .text span {
    color: #42E695;
}

#logList .txt02 i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../images/bd_trade/ico_gold.png) no-repeat;
    vertical-align: text-top;
    background-size: 100% 100%;
}

#logList .txt04 i {
    display: inline-block;
    margin-left: 0.05rem;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../../images/bd_trade/diamond/img_zs.png) no-repeat;
    vertical-align: text-top;
    background-size: 100% 100%;
}

.thickdiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    border: 0 none;
    background: #000;
    opacity: .5;
}

.thickdivWait {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    border: 0 none;
    background: #000;
    opacity: .5;
}

#thickdivLoginInvalid {
    z-index: 110;
}

#thickdiv103 {
    z-index: 103;
}

.pup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 102;
    width: 6.38rem;
    border-radius: .05rem;
    background: #fff;
}

.waitPup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 102;
    width: 6.38rem;
    border-radius: .05rem;
    background: #fff;
}

#publicTipLoginInvalid {
    z-index: 111;
}

#publicTip103 {
    z-index: 104;
}


/*.pupTips {*/
/*    padding: .4rem 0;*/
/*    text-align: center;*/
/*}*/

/*.pupTips .itemImg {*/
/*    width: 1.69rem;*/
/*    height: 1.69rem;*/
/*}*/

/*.pupTips .itemTitle {*/
/*    color: #b9fff0;*/
/*    font-weight: 400;*/
/*    font-size: .5rem;*/
/*}*/

/*.pupTips .itemText {*/
/*    color: #6febd0;*/
/*}*/

/*.pupTips .itemText span {*/
/*    color: #99ffe9;*/
/*}*/

/*.pupTips .btnSure {*/
/*    display: block;*/
/*    margin: .3rem auto 0;*/
/*    width: 2.93rem;*/
/*    height: .75rem;*/
/*    border: .02rem #19725f solid;*/
/*    border-radius: .5rem;*/
/*    font-size: .38rem;*/
/*    line-height: 2;*/
/*}*/

.pupBuy,
.pupPwd {
    top: 50%;
    left: 50%;
    width: 450px;
    border-radius: .1rem;
    transform: translate(-50%, -50%);
}

.pupBuy .buyTitle,
.pupPwd .buyTitle,
.waitPupTips .title,
.pupTips .title {
    background: var(--light-color);
    color: var(--dark-color);
    text-align: center;
    font-weight: bold;
    min-height: 40px;
    line-height: 40px;
}

.pupBuy .itemNum {
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    margin: .28rem auto .1rem;
    width: 6.5rem;
    height: .88rem;
    border-radius: .05rem;
    color: #d7680e;
    font-size: .36rem;
    line-height: 2;
    background: #F3F3F3;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 .15rem;
    box-sizing: border-box;
}

.pupBuy .itemNum i {
    margin-left: .1rem;
    width: .37rem;
    height: .4rem;
    text-align: left;
    font-style: normal;
    background: url("../../images/bd_trade/ico_user.png") no-repeat;
    background-size: 100% 100%;
}

.pupBuy .itemNum input {
    width: 5rem;
    height: .62rem;
    outline: 0;
    border: none;
    border-radius: .05rem;
    color: #666;
    font-size: .30rem;
    background: none;
}

.itemNum input::-webkit-input-placeholder {
    color: #BCBCBC;
}

.itemNum input::-moz-placeholder {
    color: #BCBCBC;
}

.itemNum input:-ms-input-placeholder {
    color: #BCBCBC;
}

.pupBuy .itemPrice {
    color: #f7fec6;
    text-align: center;
    font-size: .48rem;
}

.pupBuy .itemPrice img {
    margin-right: .15rem;
    height: .6rem;
    vertical-align: text-top;
}

.pupBuy .itemBtn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    gap: 15px;
    margin: 15px;
}

.pupBuy .itemBtn > * {
    flex: 1;
}

.pupBuy .itemBtn .buyBtns,
.btnGreen,
.btnOrange,
.btnGrey {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    text-shadow: 0 .02rem 0 #fff59d;
}


.pupBuy .itemBtn .buyBtns.btn-sell-confirm,
.pupBuy .itemBtn .buyBtns.btn-buy-confirm,
.btnGreen {
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CCA8B);
    text-shadow: 0 .02rem 0 rgba(38, 188, 113, .5);
}

.pupBuy .itemBtn .buyBtns.btn-sell-cancel,
.pupBuy .itemBtn .buyBtns.btn-buy-cancel {
    background: #FF7E4B;
    background: linear-gradient(#FF7E4B, #FF6C44);
    text-shadow: 0 .02rem 0 rgba(236, 62, 21, .5);
}

.btnOrange {
    background: #FF7E4B;
    background: linear-gradient(#FFCF4B, #FFBC43);
    text-shadow: 0 .02rem 0 #F9A659;
    -webkit-border-radius: .12rem;
    border-radius: .12rem;
}

.btnGrey {
    background: #F3F3F3;
    border: .02rem #E0DFDF solid;
    color: #979797;
    -webkit-border-radius: .12rem;
    border-radius: .12rem;
    text-shadow: none;
}

.pupBuy .buyTip {
    border-radius: 10px;
    color: var(--dark-color);
    background: var(--so-light-color);
    box-sizing: border-box;
    border: .01rem var(--dark-color) solid;
    padding: 15px;
    margin: 15px;
}


.pupBuy .buyTip span {
    display: inline-block;
    width: 1.68rem;
    text-align: left;
}

.pupBuy .buyTip span:nth-child(1) {
    padding-top: .1rem;
}

.pupBuy .buyTip .buyTip-yellow {
    color: #d7680e;
    font-style: normal;
    font-size: .28rem;
}

.pupBuy .buyExplain {
    margin: -.2rem .52rem 0;
    width: 5.64rem;
    color: #f5ccff;
    font-size: .24rem;
}

.sureImg {
    display: block;
    margin: .4rem auto;
    width: 1.7rem;
    height: 1.68rem;
    background: url(../../images/bd_trade/sure_ico.png) no-repeat;
    background-size: 100% 100%;
}

.sureText {
    margin: .28rem auto;
    padding-bottom: .2rem;
    width: 5.64rem;
    height: auto;
    border-radius: .1rem;
    color: #f49c62;
    font-size: .32rem;
    text-align: center;
}

.sureText .tipTxt01 {
    display: block;
    margin: 0 auto;
    padding-top: .2rem;
    width: 4.9rem;
    line-height: 1.1;
    color: #f49c62;
    direction: ltr;
}

.sureText .tipTxt_01 {
    display: block;
    margin: 0 auto;
    width: 3.9rem;
    line-height: 1.1;
    text-align: center;
    color: #fbf5ab;
    font-size: .6rem;
}

.sureText .tipTxt02 {
    display: block;
    margin: 0 auto;
    padding-top: .02rem;
    width: 4.9rem;
    line-height: 1.1;
}

.color-yellow {
    color: #d7680e;
    font-style: normal;
}

.btnSure {
    display: block;
    margin: .5rem auto 0;
    width: 3.14rem;
    height: .9rem;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CC98B);
    border-radius: .1rem;
    font-size: .36rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: .9rem;
}

.pupOver {
    top: 50%;
    max-width: 500px;
    width: 90%;
    height: auto;
    transform: translate(-50%, -50%);
}

.pupOver .itemTitle {
    color: #f49c62;
    background: #FBF4EF;
    border: .01rem #FFC195 solid;
}


@keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.pupOver .itemTitle span {
    display: block;
    padding: .1rem .2rem 0;
    line-height: 1.4;
}


/*.pupOver .totalNum .addNum {*/
/*    margin: 0 .39rem 0;*/
/*    padding-top: .31rem;*/
/*    width: 5.7rem;*/
/*    text-align: center;*/
/*}*/

.totalNum .addNum .addBtn {
    display: inline-block;
    width: 1.23rem;
    height: .61rem;
    background-image: url(../../images/bd_trade/subtract_btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #d9701a;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: .34rem;
    line-height: .61rem;
}

.totalNum .addNum .numInput {
    display: inline-block;
    background-color: transparent;
    color: var(--dark-color);
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    border-radius: .05rem;
    margin: 0 .1rem;
    border: 1px solid #eeebea;
    outline: none;
    flex: 1;
    width: 0;
}

.totalNum .totalTip {
    color: var(--so-light-color);
    text-align: center;
}

.totalNum .totalTip i {
    font-style: normal;
}

.totalNum .totalTip .icoBonus {
    height: .42rem;
}

.pupOver .itemPriceList {
}

.pupOver .itemPriceList li {
    position: relative;
    border: 1px solid #FFB74D;
}

.pupOver .itemPriceList li.flexTwo {
    width: 99%;
    text-align: center;
    color: #ad4907;
    font-size: .33rem;
    line-height: .91rem;
    direction: ltr;
}

.pupOver .itemPriceList li.grayColor {
    background: #E3E3E3;
    border: .01rem #CCCCCC solid;
}

.pupOver .itemPriceList li:nth-of-type(odd) {
    margin-right: .15rem;
}


.pupOver .itemPriceList li img {
    display: inline-block;
}

.pupOver .itemPriceList li.flexTwo .icoBonus {
    position: relative;
    top: -.05rem;
    margin-right: .1rem;
    width: .9rem;
    height: .7rem;
}

.bankCarBtn {
    display: block;
    margin-inline: auto;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CC98B);
    color: var(--dark-color);
    font-weight: bold;
    text-align: center;
    border-radius: 35px;
    width: 100%;
    border: 1px solid var(--dark-color);
    padding: 10px;
}

.bankCarBtn:active {
    background: linear-gradient(#4CC98B, #40EB96);
}

.bankCarBtn:disabled {
    border: 1px solid #efefef;
    background: #aaaaaa;
    color: white;
}

.pupOver .itemPriceList li .itemNum span {
    letter-spacing: -.02rem;
    font-weight: 700;
    font-size: .46rem;
}

.pupOver .itemPriceList li .itemPrice {
    border-top: .01rem #31a78d solid;
    color: #1c6959;
    text-align: center;
    font-size: .3rem;
}

.pupOver .itemPriceList li .itemSale {
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-top: .05rem;
    padding-left: .03rem;
    width: .96rem;
    height: .39rem;
    background: url(../../images/bd_trade/ico_sale.png) no-repeat;
    background-size: cover;
    font-size: .22rem;
}

.pupOver .itemPayList {
    overflow: hidden;
    margin: .15rem 0 .3rem;
    height: 3.4rem;
}

.pupOver .itemPayList li {
    position: relative;
    display: inline-block;
    margin-bottom: .1rem;
    margin-left: .2rem;
    width: 2.88rem;
    height: .71rem;
    border-radius: .1rem;
    background: #fcffdd;
    box-shadow: .02rem .02rem .03rem #2b917b;
}

.pupOver .itemPayList li.active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.83rem;
    height: .68rem;
    border: .03rem #f85959 solid;
    border-radius: .1rem;
    content: "";
}

.pupOver .itemPayList li img {
    height: .71rem;
}

.pupOver .btnSure {
    display: block;
    margin: 0 auto .4rem;
    width: 3.05rem;
    height: .82rem;
    border: .02rem #19725f solid;
    border-radius: 1rem;
    color: #d9701a;
    text-align: center;
    font-weight: 700;
    font-size: .38rem;
    line-height: 2;
}

.pupOver .itemTxt,
.pupBuy .itemTxt {
    background-color: var(--light-color);
    color: var(--dark-color);
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    font-size: 18px;
}

.pupOver .totalNum .addNum,
.pupBuy .totalNum .addNum {
    display: flex;
    display: -webkit-flex;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #FBF4EF;
    -webkit-align-items: center;
    align-items: center;
}

.pupOver .addNum .btn,
.pupBuy .addNum .btn {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 50px;
}

.pupOver .addNum .btn.btnReduce,
.pupBuy .addNum .btn.btnReduce {
    background-image: url("../../images/bd_trade/btn_reduce.png")
}

.pupOver .addNum .btn.btnAdd,
.pupBuy .addNum .btn.btnAdd {
    background-image: url("../../images/bd_trade/btn_add.png")
}

.pupBuy .regHead {
    background: var(--light-color);
    color: var(--dark-color);
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.pupBuy .buyTip em {
    display: block;
    margin: 0 auto;
    font-style: normal;
}

.rechargeNum {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #d9701a;
    text-align: center;
    font-weight: 700;
    font-size: .32rem;
}

.pagingBox {
    margin-bottom: .1rem;
    height: .45rem;
}

.pagingBox .paging {
    margin: 0 1rem 0;
    width: 6rem;
}

.pagingBox .paging .page {
    display: inline-block;
    width: .42rem;
    height: .42rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: .42rem;
}

.pagingBox .paging a {
    margin-left: .1rem;
    color: #97a1a3;
    font-size: .25rem;
}

.paging .page.last-page {
    background-image: url(../../images/bd_trade/last_page_btn.png);
}

.paging .page.next-page {
    background-image: url(../../images/bd_trade/next_page_btn.png);
}

.pagingBox .paging .pageNum {
    display: inline-block;
    margin-left: .05rem;
    width: .82rem;
    height: .4rem;
    border: .02rem solid #c4c9d1;
    background-color: #fff;
    color: #97a1a3;
    vertical-align: middle;
    text-align: center;
    font-size: .25rem;
    line-height: .43rem;
}

.pagingBox .paging .tentuBtn {
    display: inline-block;
    margin-left: -.01rem;
    width: 1.26rem;
    height: .44rem;
    background: url(../../images/bd_trade/tentu_btn.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.itemInput .colorGray {
    margin-left: -2.6rem !important;
    color: gray !important;
}

.wrongText {
    margin: .28rem auto;
    width: 5.64rem;
    height: auto;
    border-radius: .1rem;
    color: #fff;
    text-align: center;
    font-size: .32rem;
}

.waitBox {
    top: 50%;
    left: 50%;
    margin-left: -2.67rem;
    display: flex;
    display: -webkit-flex;
    width: 5.34rem;
    height: 1.54rem;
    border-radius: .1rem;
    background: url(../../images/bd_trade/bg_waitBox.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-flow: column;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
}

.waitBox .waitTxt {
    padding-top: .2rem;
    width: 4.42rem;
    color: #fff;
    font-style: normal;
    font-size: .26rem;
    line-height: 1.4;
}

.waitBox .timingNum {
    margin: .1rem auto;
    text-align: center;
    font-style: normal;
    font-size: .26rem;
    color: #510041;
}

.pupPwd .install-list {
    margin: .4rem auto 0;
    width: 5.7rem;
    height: 2.85rem;
}

.install-list .install-list_div {
    position: relative;
    margin-bottom: .23rem;
    /* width: 5.5rem; */
    height: .62rem;
}

.install-list .install-list_div .install-list_text {
    display: inline-block;
    width: 2.42rem;
    height: .68rem;
    color: #d7680e;
    vertical-align: middle;
    text-align: center;
    font-size: .26rem;
    line-height: .62rem;
    background: #FFDAB2;
    border: .01rem #FED2B3 solid;
    border-radius: 0 .1rem .1rem 0;
}

.change-list .change-list_div .change-list_input,
.install-list .install-list_div .install-list_input {
    position: absolute;
    left: 0;
    width: 3.6rem;
    height: .7rem;
    outline: 0;
    border: .01rem #FED2B3 solid;
    border-radius: .1rem 0 0 .1rem;
    background-color: #FBF4EF;
    color: #D76824;
    /*! text-align: center; */
    font-size: .3rem;
    line-height: .62rem;
    padding-right: .1rem;
    box-sizing: border-box;
}

.change-list_input::-webkit-input-placeholder,
.install-list_input::-webkit-input-placeholder {
    color: #e8b797;
}

.change-list_input::-moz-placeholder,
.install-list_input::-moz-placeholder {
    color: #e8b797;
}

.change-list_input::-ms-input-placeholder,
.install-list_input::-ms-input-placeholder {
    color: #e8b797;
}

.font-24 {
    font-size: .24rem !important;
}

#accountForSetPwd::-webkit-input-placeholder {
    font-size: .18rem !important;
}

.pupPwd .install-btn {
    display: block;
    margin: 0 auto;
    width: 3.08rem;
    height: 0.88rem;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CC98B);
    border-radius: .1rem;
    font-size: .36rem;
    text-align: center;
    color: #fff;
    line-height: .88rem;
    text-shadow: 0 0 .05rem rgb(33, 147, 90);
}

.pupPwd .install-tip {
    margin: .25rem auto 0;
    width: 5.34rem;
    color: #E8B797;
    text-align: left;
    font-size: .24rem;
    line-height: 1.1;
}

.pupPwd .change-btn,
.pupBulletin .change-btn {
    position: absolute;
    top: .2rem;
    right: .23rem;
    display: block;
    width: .36rem;
    height: .38rem;
    background: url(../../images/bd_trade/close.png) no-repeat;
    background-size: 100% 100%;
}

.pupPwd .change-list {
    margin: .4rem auto 0;
    width: 6.02rem;
    height: 3.2rem;
}

#changePwd.pupPwd .change-list {
    height: 2.85rem;
}

.pupPwd .change-text {
    display: block;
    width: 100%;
    font-size: .26rem;
    color: #ff7dbd;
    text-decoration: underline;
    text-align: center;
}


.change-list .change-list_div {
    position: relative;
    margin-bottom: .23rem;
    width: 6.02rem;
    height: .62rem;
}

.change-list .change-list_div .change-list_text {
    display: inline-block;
    width: 2.42rem;
    height: .68rem;
    color: #d7680e;
    vertical-align: middle;
    text-align: center;
    font-size: .26rem;
    line-height: .62rem;
    background: #FFDAB2;
    border: .01rem #FED2B3 solid;
    border-radius: 0 .1rem .1rem 0;
}

.change-list .change-list_div .change-list_text.text-right {
    font-size: .26rem;
    color: #fbf5ab;
    text-align: left;
}

.change-list .change-list_div .change-list_input {
    position: absolute;
    left: 0;
    width: 3.6rem;
    height: .7rem;
    outline: 0;
    border: .01rem #FED2B3 solid;
    border-radius: .1rem 0 0 .1rem;
    background-color: #FBF4EF;
    color: #D76824;
    /*! text-align: center; */
    font-size: .3rem;
    line-height: .62rem;
    padding-right: .1rem;
    box-sizing: border-box;
}

.change-list .change-list_div .auth_input {
    right: 1.44rem;
    width: 2rem;
}

.change-list .change-list_div .phone_before_input {
    right: 2.8rem;
    width: .65rem;
}

.change-list .change-list_div .phone_after_input {
    width: 2.7rem;
}

.change-list .change-list_div .text-auth {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.34rem;
    height: .61rem;
    background: -moz-linear-gradient(top, #FDD7F6 0, #F352C8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDD7F6), color-stop(100%, #F352C8));
    background: -webkit-linear-gradient(top, #FDD7F6 0, #F352C8 100%);
    background: -o-linear-gradient(top, #FDD7F6 0, #F352C8 100%);
    background: -ms-linear-gradient(top, #FDD7F6 0, #F352C8 100%);
    background: linear-gradient(to bottom, #FDD7F6 0, #F352C8 100%);
    box-shadow: 0 0 0.1rem inset rgb(255 255 255 / 60%);
    border: .03rem #980031 solid;
    border-radius: 0.5rem;
    font-size: .26rem;
    color: #d2376b;
    text-shadow: 0 .01rem 0 #ffd1f7;
    text-align: center;
    line-height: .61rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.change-list .change-list_div .text-auth.grey {
    background: #97a1a3;
    color: #666;
    text-shadow: 0 0.01rem 0 #666;
    border-color: #666;
    font-size: .18rem;
}

.change-list .change-list_div .text-auth span {
    position: absolute;
    top: 0;
    right: -.4rem;
    display: none;
    text-decoration: none;
}


.change-list .change-list_div .text-auth span {
    position: absolute;
    top: 0;
    right: -.4rem;
    display: none;
    text-decoration: none;
}

.change-list .change-list_div .text-auth.grey span {
    display: block;
    color: #2FFF8B;
}

.service {
    position: absolute;
    left: .1rem;
}

.service img {
    width: .8rem;
    height: .57rem;
}

.service_title {
    text-align: center;
    color: #b9fff0;
}

.pupBulletin {
    margin-left: -3.17rem;
    margin-top: -3.38rem;
    width: 6.35rem
}

.bulletinTitle {
    margin: .25rem auto;;
    font-size: .34rem;
    color: #ffffff;
    text-align: center;
}

.bulletinText {
    margin: 0 auto;
    padding: .25rem .15rem;
    width: 5.6rem;
    height: 5rem;
    font-size: .32rem;
    color: #fbf5ab;
    border-radius: .1rem;
    box-sizing: border-box;
    line-height: 1;
    background: #5f0055;
    background: -moz-linear-gradient(top, #7202aa 0, #7e077d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7202aa), color-stop(100%, #7e077d));
    background: -webkit-linear-gradient(top, #7202aa 0, #7e077d 100%);
    background: -o-linear-gradient(top, #7202aa 0, #7e077d 100%);
    background: -ms-linear-gradient(top, #7202aa 0, #7e077d 100%);
    background: linear-gradient(to bottom, #7202aa 0, #7e077d 100%);
    box-shadow: 0 .01rem 0 inset rgba(197, 104, 255, .6);
    overflow: auto;
}

.btnOk {
    display: block;
    margin: .15rem auto;
    width: 3.08rem;
    height: .81rem;
    background: url(../../images/bd_trade/btn_ok.png) no-repeat;
    background-size: 100% 100%;
}

.btnDown {
    display: block;
    margin: .15rem auto;
    width: 3.08rem;
    height: .81rem;
    background: url(../../images/bd_trade/btn_down.png) no-repeat;
    background-size: 100% 100%;
}

.btnNoticeJump {
    display: block;
    margin: .15rem auto;
    width: 3.08rem;
    height: .81rem;
    background: url(../../images/bd_trade/lihat.png) no-repeat;
    background-size: 100% 100%;
}

.close-btn {
    position: absolute;
    top: .2rem;
    right: .23rem;
    display: block;
    width: .36rem;
    height: .38rem;
    background: url(../../images/bd_trade/change_btn.png) no-repeat;
    background-size: 100% 100%;
}

#paypalBtn {
    margin: .2rem auto;
    display: block;
    background: transparent;
    border: none;
}


.applyTip106 {
    position: fixed;
    top: 4.3rem;
    left: 50%;
    padding-bottom: .3rem;
    z-index: 106;
    margin-left: -3.17rem;
}


.pupTips {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
}

.waitPupTips {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
}

.pupTips .icoSucess {
    display: block;
    margin: .35rem auto;
    width: 1.69rem;
    height: 1.69rem;
    background: url(../../images/bd_trade/ico_success.png) no-repeat;
    background-size: 100% 100%;
}

.pupTips .icoFailure {
    display: block;
    margin: .35rem auto;
    width: 1.64rem;
    height: 1.65rem;
    background: url(../../images/bd_trade/ico_failure.png) no-repeat;
    background-size: 100% 100%;
}

.pupTips .txtContent {
    line-height: 1;
    color: var(--dark-color);
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.waitPupTips .txtContent {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.pupTips .btnOK {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CC98B);
    border-radius: .1rem;
    margin-inline: auto;
    margin-block: 20px;
}

.thickdiv105 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    border: 0 none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 105;
}

.selectOptions div {
    position: absolute;
    left: 0;
    top: -.02rem;
    z-index: -1;
}

.selectOptions p {
    color: var(--dark-color);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.activePageNum {
    color: #b03b99 !important;
}

.pupBonus .itemNum i {
    width: .47rem;
    height: .36rem;
    background-image: url("../../images/bd_trade/bonus/icon_bonus.png");
}

.pupBonus .buyTip span {
    width: 2.15rem;
}

#submit-button {
    margin: .2rem auto 0;
    width: 6.56rem;
    height: .88rem;
    line-height: .88rem;
}

.hfq-info {
    display: flex;
    column-gap: 5px;
    background: #f3f3f3;
    border: 2px solid rgb(233, 233, 233);
    border-radius: 0.1rem;
    padding: 5px;
    margin: 0.1rem 0;
    align-items: center;
    color: #ad4907;
}

.bonus-info {
    display: flex;
    column-gap: 5px;
    background: #f3f3f3;
    border: 2px solid rgb(233, 233, 233);
    border-radius: 0.1rem;
    padding: 5px;
    margin: 0.1rem 0;
    align-items: center;
    color: #ad4907;
}

.exchange-btn-wrapper {
    direction: ltr;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    width: 100%;
    left: 0;
}

.exchange-btn {
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#ffd74e, #ffb742);
    padding: 5px;
    margin-bottom: 0.1rem;
    border: 2px solid rgb(245, 192, 96);
    border-radius: 0.1rem;
    color: #ad4907;
}

.btn-disabled {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#hfq-amount {
    color: rgb(39, 192, 37);
}

#exchange-bonus-extra-amount {
    color: #f27b2d
}

.lg-amount {
    font-weight: bold;
    font-size: .48rem;
    display: flex;
}

.info-icon {
    height: 0.5rem;
    width: 0.5rem;
    object-fit: contain
}

.info-icon-big {
    height: 0.65rem;
    width: 0.65rem;
}

#bonus-purchase-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
    padding-bottom: 0.2rem;
}

.purchase-item {
    position: relative;
    font-family: simhei, serif;
    font-weight: bold;
}

.purchase-item-background {
    width: 100%;
}

.purchase-item-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
}

.purchase-top {
    display: flex;
    direction: ltr;
    align-items: center;
    justify-content: flex-end;
    padding: 0.15rem 0.25rem;
    column-gap: 0.1rem;
    font-size: 0.5rem;
    color: #855044;
}

.purchase-bottom {
    display: flex;
    flex: 1;
    flex-direction: column-reverse;
    padding-bottom: 0.2rem;
}

.btn-pay {
    font-family: simhei, serif;
    margin: .1rem auto;
    width: 2.65rem;
    height: .65rem;
    border-radius: .05rem;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CC98B);
    color: #fff;
    text-align: center;
    text-shadow: 0 0 .05rem rgb(33, 147, 90);
    box-shadow: .01rem .01rem 0 #6AB06D inset;
    border: 0;
}

.bonus-max-rate {
    position: absolute;
    left: 3.73rem;
    top: 0.68rem;
    transform: translate(-50%, -50%);
}

.bonus-max-rate img {
    height: 0.35rem;
}

#bonus-act-div {
    position: relative;
}

.bonus-act-rate {
    direction: ltr;
    position: absolute;
    left: 1.75rem;
    top: 1.35rem;
    transform: translate(-50%, -50%);
}

.bonus-act-dates {
    direction: ltr;
    position: absolute;
    left: 3.57rem;
    top: 0.80rem;
    color: #ff9934;
    transform: translate(-50%, -50%);
    font-size: 0.21rem;
}

.bonus-act-rate img {
    height: 0.75rem;
}


.icon-refresh {
    width: 32px;
    cursor: pointer;
}

.count-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin-top: 0.5rem;
    direction: ltr;
}

.count-panel .num {
    color: black;
    font-size: 0.48rem;
    min-width: 1.3rem;
    text-align: center;
}

.count-panel .control {
    width: 1.3rem;
    height: 1rem;
    background-color: rgb(244, 244, 244);
    border-radius: 0.1rem;
}

.count-panel .control.active {
    background-color: rgb(6, 182, 253);
}

.plus-control {
    background-repeat: no-repeat;
    background-image: url("../../images/bd_trade/ico_add_grey.png");
    background-position: center;
    background-size: 36%;
}

.plus-control.active {
    background-image: url("../../images/bd_trade/ico_add_white.png");
}

.minus-control {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../images/bd_trade/ico_minus_grey.png");
    background-size: 36%;
}

.minus-control.active {
    background-image: url("../../images/bd_trade/ico_minus_white.png");
}

.buy-confirm-info {
    margin: 10px;
    padding: 5px 15px;
    border-radius: 3px;
    color: var(--dark-color);
    font-size: 16px;
    line-height: 28px;
    background: #eeeeee;
    box-sizing: border-box;
    border: 1px solid lightgray;
}


.buy-confirm-info span {
}


.grey-div {
    background-color: #F8F5F4;
}

.flex-rows-div {
    box-sizing: border-box;
    padding-inline: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.2rem;
}

.sub-user-row {
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding: 0.2rem;
    background-color: white;
    border-radius: 0.2rem;
    direction: ltr;
    gap: 0.2rem;
}

.sub-user-row img {
    width: 0.5rem;
}

.sub-user-row .send-button {
    background-color: rgb(60, 177, 102);
    border-radius: 1rem;
    padding: 0.15rem;
    font-size: 12px;
    min-width: 1.5rem;
    border: none;
}

.sub-user-row .send-button:disabled {
    background-color: lightgray;
}

.sub-user-row .info {
    flex: 1;
}

.info .player-name {
    color: black;
    font-size: 0.3rem;
    font-weight: bold;
}

.info .player-id {
    color: #c8c8c8;
    font-size: 0.25rem;
}

.dialog-div {
    position: fixed;
    z-index: 102;
}

.batch-bag-div {
    bottom: 0;
    left: 0;
    min-height: 300px;
    width: 100%;
    background-color: white;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.batch-bag-div-title {
    background-color: rgb(243, 236, 220);
    color: saddlebrown;
    font-size: 0.36rem;
    text-align: center;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}


.mini-count-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    direction: ltr;
}

.mini-count-panel .num {
    color: black;
    font-size: 0.36rem;
    min-width: 0.8rem;
    text-align: center;
}

.mini-count-panel .control {
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgb(244, 244, 244);
    border-radius: 50%;
}

.mini-count-panel .control.active {
    background-color: rgb(6, 182, 253);
}

.bag-item {
    direction: ltr;
    display: flex;
    justify-content: stretch;
    align-items: center;
    padding: 0.2rem;
    gap: 0.2rem;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.bag-item > img {
    width: 0.9rem;
}

.bag-item .info {
    flex: 1
}

.submit-button-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    height: 1.4rem;
    z-index: 1;
    background-color: white;
    display: flex;
    direction: ltr;
    gap: 0.4rem;
    border-top: 1px solid #dfdfdf;
    align-items: center;
}

.total-div {
    position: relative;
}

.total-div > img {
    width: 0.9rem;
}

.total-num-div {
    font-size: 0.36rem;
    font-weight: bold;
    color: black;
}

.info .name-div {
    font-size: 0.24rem;
    color: #dfdfdf;
}

.total-div > span {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    border-radius: 50%;
    width: 0.4rem;
    height: 0.4rem;
    white-space: nowrap;
    font-size: 0.24rem;
    transform: translateX(50%);
    text-align: center;
    line-height: 0.4rem;
    font-weight: bold;
}

.submit-button-div > .info {
    flex: 1;
}

.submit-button-div .send-button {
    background-color: rgb(60, 177, 102);
    border-radius: 1rem;
    font-size: 0.36rem;
    height: 70%;
    width: 2.5rem;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 5px 5px lightgray;
}

.bag-scroll-div {
    padding-bottom: 1.4rem;
    overflow: scroll;
    max-height: 5rem;
}

.info > div {
    color: black;
}

.info > .gold-info {
    color: red;
    padding: .1rem .2rem;
    width: 2rem;
    text-align: right;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
}

.gold-info img {
    width: 0.4rem;
}

#send-num {
    width: 2.5rem;
    height: 1rem;
    outline: none;
    border: 1px solid #dadada;
}

.mini-count-num {
    width: 1.3rem;
    height: 0.6rem;
    outline: none;
    border: 1px solid #dadada;
}



.recharge-button {
    width: 1.2rem;
    height: 0.9rem;
    background: linear-gradient(#2bda80, #0ac368);
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma, sans-serif;
    padding: 0;
}

.dialog-input-row {
    display: flex;
    margin: 10px 0;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #dadada;
    align-items: stretch;
    color: var(--font-color);
}

.dialog-input-row > label {
    flex-basis: 150px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    background: var(--so-light-color);
}

.dialog-input-row > input {
    flex: 1;
    width: 0;
    outline: none;
    border: none;
    line-height: 48px;
    height: 48px;
    box-sizing: border-box;
    background: rgb(243 243 243);
}

.dialog-input-row > .desc {
    color: black;
    padding-inline: 0.2rem;
    font-weight: bold;
    padding: 10px;
}

.unit-select {
    width: 40px;
}

.shop-item-title {
    text-align: center;
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.15rem;
    background-color: orange;
    position: sticky;
    top: 0;
    z-index: 100;
}

.shop-item-title.normal {
    background-color: rgb(73, 154, 233);
}

.shop-item-title.vip {
    background-color: rgb(243, 179, 3);
}

.vip-title-img {
    height: 0.4rem;
}

.vip-title-img.tiny {
    height: 0.15rem;
}

.vip-item {
    position: absolute;
    left: 50%;
    bottom: 0.85rem;
    transform: translateX(-50%);
    width: 75%;
}

.bag-type-list .vip-item {
    bottom: 1.35rem;
}

header {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 485px;
    height: 100%;
    color: var(--dark-color);
    font-size: 16px;
    font-family: 'tahoma', serif;
    display: flex;
    flex-direction: column;
    background-color: var(--main-color);
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.user-info-div {
    display: flex;
    flex-flow: column;
    padding: 10px;
}

.user-high-base-info {
    display: none;
}

.user-high-base-info.show {
    display: flex;
    padding: 8px;
    font-size: 18px;
    box-sizing: border-box;
}

.user-high-base-info > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.user-low-base-info {
    display: none;
}

.user-low-base-info.show {
    display: flex;
    padding: 8px;
    font-size: 18px;
    box-sizing: border-box;
    gap: 6px;
    align-items: center;
}

.rebate-info {
    gap: 3px;
    display: flex;
    background-color: var(--light-color);
    border-radius: 30px;
    padding-left: 20px;
    align-items: center;
    font-size: 12px;
}

.rebate-info .month-pay-amt {
    font-weight: bold;
    color: white;
    margin-inline-end: 3px;
    direction: ltr;
}

.rebate-button {
    border-radius: 30px;
    padding: 8px;
    color: #dc6c0b;
    background: linear-gradient(#fff390, #ffc951);
    border: 1px solid #dc6c0b;
    position: relative;
    font-size: 12px;
    flex-shrink: 0;
}

.rebate-button.unclaimed::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
}

.charge-amount {
    padding: 6px;
    display: flex;
}

.user-low-base-info > .user-id {
    text-align: end;
    flex: 1;
}

.user-detail-info {
    display: none;
}

.user-detail-info.show {
    display: flex; gap: 10px;
}


.user-upper-detail-info {
    display: none;
}

.user-upper-detail-info.show {
    display: flex;
    border-radius: 10px;
    background: var(--light-color);
    padding: 10px;
    box-sizing: border-box;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.user-upper-detail-info > div {
    flex: 1;
}



.user-prop-div {
    display: flex;
    border-radius: 10px;
    background: var(--light-color);
    padding: 10px;
    box-sizing: border-box;
    gap: 10px;
    direction: ltr;
    align-items: center;
    width: 100%;
    position: relative;
    flex: 1;
    justify-content: flex-start;
}


.user-ret-div {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    flex-direction: column;
}

.user-ret-div > span:first-child {
    font-size: 24px;
    font-weight: bold;
    direction: ltr;
}

.user-prop-sub-div {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
}

.user-prop-div img:nth-child(1) {
    width: 18px;
}

.user-prop-sub-div > span {
    font-weight: bold;
}

.user-prop-sub-div > img {
    height: 24px;
}

.ads-button-div {
    width: 115px;
}

.ads-button {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(23, 142, 209), rgb(29, 144, 255));
    border: 1px solid rgb(24, 125, 239);
    border-radius: 10px;
    color: white;
    font-size: 22px;
}

.ads-button:active {
    background: linear-gradient(to top, rgb(23, 142, 209), rgb(29, 144, 255));
}


.split-div::after {
    content: "";
    position: absolute;
    left: 1px;
    width: 2px;
    height: 100%;
    background: var(--dark-color);
    top: 0;
}

.welcome-message-div {
    position: relative;
    direction: ltr;
    padding: 2px;
    background-color: #F8F5F4;
    border: 1px #EEEBEA solid;
}

.welcome-message-div > div:nth-child(1) {
    position: absolute;
    background-color: #F8F5F4;
    left: 0;
    padding-left: 10px;
    z-index: 10;
    direction: ltr;
    height: 24px;
    display: flex;
    align-items: center;
}

.welcome-message-inner-div {
    overflow: hidden;
}

.icon-trumpet {
    width: 15px;
}

.welcome-message {
    animation: slide 16s linear infinite;
    color: var(--dark-color);
    direction: ltr;
    height: 24px;
    min-width: 100%;
    width: max-content;
    white-space: nowrap;
}

@keyframes slide {
    0% {
        transform: translateX(475px)
    }

    100% {
        transform: translateX(-100%)
    }
}


.query-log-div {
    display: flex;
    display: -webkit-flex;
    margin: .1rem auto;
    width: 100%;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 0 .05rem rgba(215, 104, 14, .2);
}

.query-log-btn {
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CCA8B);
    vertical-align: middle;
    border-radius: .1rem;
    color: #ffffff;
    text-align: center;
}

.query-log-div input {
    box-sizing: border-box;
    border: .01rem #DEDCDC solid;
    background: #F3F3F3;
    color: #bcbcbc;
    border-radius: 10px;
}

button {
    border: none;
}


.page {
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.page button {
    display: block;
    color: var(--main-color);
    background: none;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    padding-block: 10px;
    text-decoration: underline;
}

.page button:disabled {
    color: #C6C6C6;
    text-decoration: unset;
}

.content-div {
    flex: 1;
    background-color: white;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.record-div {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eeebea;
}


.record-list-div {
    position: relative;
    width: 100%;
    flex: 1;
    background: #fff;
    box-shadow: 0 0 .05rem rgba(215, 104, 14, .2);
    overflow-y: auto;
}

.record-list-div .empty {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #e8b797;
    transform: translate(-50%, -50%);
}


.record-list-title {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background: var(--so-light-color);
    display: flex;
}

.record-list-title span {
    color: var(--dark-color);
    text-align: center;
    flex: 1;
    line-height: 50px;
}

.inner-wrapper {
    padding-inline: 10px;
    padding-bottom: 10px;
}

.recharge-list {
    display: grid;
    padding: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 5px;
}

.pay-method-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
}

.pay-method-list li {
    border: 1px solid #FFB74D;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.pay-method-list li.active {
    background: #FFD74E;
    background: linear-gradient(#fff390, #ffc951);
}

.pay-method-list li.grayColor {
    background: #FFD74E;
    background: linear-gradient(#eeeeee, #eeeeee);
    border: 1px solid gray;
    cursor: inherit;
}

.pay-method-list img {
    height: 45px;
}

.choose-infull-type-div {
    display: flex;
    box-sizing: border-box;
    gap: 10px;
    flex-direction: column;
    padding: 10px;
}

.choose-infull-type-div > .part-area {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.recharge-list li {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 140.6%;
    background-repeat: no-repeat;
    background-size: contain;
    direction: ltr;
    font-family: simhei, serif;
    font-weight: bold;
}

.recharge-list .list01 {
    background-image: url("../../images/bd_trade/card_pay_01.png");
    color: #855044;
}

.recharge-list .list02 {
    background-image: url("../../images/bd_trade/card_pay_03.png");
    color: #444075;
}

.recharge-list .list03 {
    background-image: url("../../images/bd_trade/card_pay_04.png");
    color: #843C1C;
}

.recharge-list .list04 {
    background-image: url("../../images/bd_trade/card_pay_04.png");
    color: #3B1795;
}

.recharge-list .list05 {
    background-image: url("../../images/bd_trade/card_pay_05.png");
    color: #EFE7FE;
}

.recharge-list .list06 {
    background-image: url("../../images/bd_trade/card_pay_06.png");
    color: #FFCE65;
}

.recharge-list .zsList01 {
    background-image: url("../../images/bd_trade/diamond/diamond_01.png");
    color: #855044;
}

.recharge-list .zsList02 {
    background-image: url("../../images/bd_trade/diamond/diamond_03.png");
    color: #444075;
}

.recharge-list .zsList03 {
    background-image: url("../../images/bd_trade/diamond/diamond_02.png");
    color: #843C1C;
}

.recharge-list .zsList04 {
    background-image: url("../../images/bd_trade/diamond/diamond_04.png");
    color: #3B1795;
}

.recharge-list .zsList05 {
    background-image: url("../../images/bd_trade/diamond/diamond_05.png");
    color: #EFE7FE;
}

.recharge-list .zsList06 {
    background-image: url("../../images/bd_trade/diamond/diamond_06.png");
    color: #FFCE65;
}

.recharge-scroll-div {
    overflow-y: auto;
}

.record-list-div li {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid var(--so-light-color);
    align-items: center;
}

.record-list-div li > span {
    width: 0;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.record-list-div li > div {
    flex: 1;
    width: 0;
    text-align: center;
    font-size: 12px;
}

.search-area {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
    padding-inline: 10px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.search-area input {
    flex: 1;
    width: 0;
    border: .01rem #DEDCDC solid;
    background: #F3F3F3;
    color: #bcbcbc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}

.date-area {
    display: flex;
    flex: 1;
    gap: 5px;
}

.date-area input {
    text-align: center;
    flex: 1;
    width: 0;
    outline: none;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #f3f3f1;
}

.btn-search {
    color: var(--dark-color);
    background-color: var(--so-light-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.brief-ret {
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #f3f3f1;
}

.search-select {
    padding: 5px;
    border-radius: 5px;
}

.brief-ret-num {
    color: var(--light-color)
}

.detail-info-flex {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.detail-info {
    width: 100%;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #f3f3f1;
}

.dark-color {
    color: gray;
}

.detail-info span {
    color: var(--light-color)
}

.detail-info .dark-color {
    color: gray;
}

.detail-info > p {
    display: inline-block;
}

.clickable:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.ui-datepicker {
    direction: ltr;
}


.simple-form {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.simple-form-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 50px;
    background: #F3F3F3;
    color: #c4c8cd;
    box-shadow: 0 0 1px #DEDCDC inset;
    white-space: nowrap;
    align-items: center;
    border-radius: 10px;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.simple-form-item img {
    height: 30px;
    margin-right: 15px;
}

.simple-form-input {
    flex: 1;
    width: 0;
    outline: 0;
    border: #c4c8cd;
    border: none;
    background: 0 0;
    color: #333;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.simple-wrapper {
    padding: 10px;
}

.simple-wrapper-after {
    padding: 0 10px 10px;
}

.card-wrapper {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.card-wrapper.no-border {
    border: none;
}

.card-title {
    height: 50px;
    background: var(--light-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.gift-button {
    display: block;
    width: 100%;
    background: linear-gradient(var(--btn-light-color), var(--btn-dark-color));
    color: var(--dark-color);
    text-align: center;
    font-weight: 700;
    border: 1px solid var(--border-color);
    background-size: 100% 100%;
    border-radius: 25px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px;
}

.gift-button img {
    width: 25px;
    margin-right: 10px;
}

.gift-button:disabled {
    background: linear-gradient(#eaeaea, #eeeeee);
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.direction-ltr {
    direction: ltr !important
}

.log-button {
    display: block;
    height: 35px;
    background: transparent;
    color: var(--dark-color);
    text-align: right;
    font-weight: 700;
    border: 1px solid var(--dark-color);
    border-radius: 25px;
    font-size: 16px;
    box-sizing: border-box;
    width: max-content;
    padding: 0px 30px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exchange-log-div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bold-text {
    font-size: 24px;
    font-weight: bold;
}

.wrapper-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrapper-gray {
    background: #eeeeee;
}

.operators-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 10px 10px 0 10px;
}

.operator-item {
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
}

.operator-item.active {
    background: linear-gradient(rgb(249, 223, 127), rgb(255, 198, 89));
    border: 1px solid orange;
    color: white;
}

.send-code-button {
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    height: 100%;
    color: var(--font-color);
    background: linear-gradient(var(--btn-light-color), var(--btn-dark-color));
    vertical-align: middle;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 5px;
    margin-right: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    transform: translateX(-10px);
    border: 1px solid var(--border-color);
}


.send-code-button:disabled {
    background: linear-gradient(#eaeaea, #eeeeee);
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.high-light-text {
    color: #e4fc7b;
}

:disabled .high-light-text {
    color: unset;
}

.main-text {
    color: var(--main-color);
}

.tooltip-btn {
    cursor: pointer;
    background: var(--dark-color);
    height: 21px;
    width: 21px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--light-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip-content {
    display: none;
    position: absolute;
    background-color: #333333aa;
    color: var(--light-color);
    border-radius: 5px;
    padding: 10px;
    z-index: 1;
    top: 150%;
    right: 0;
    width: max-content;
    max-width: 250px;
}


.tooltip-btn.active .tooltip-content {
    display: block;
}

.tooltip-content::after {
    content: '';
    position: absolute;
    bottom: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333333aa transparent;
    right: 8px;
}


.row-icon {
    width: 16px;
}

.row-arrow {
    width: 16px;
    margin-right: 8px;
}

.state-div button {
    width: 100%;
    background: #40EB96;
    background: linear-gradient(#40EB96, #4CCA8B);
    border-radius: 5px;
    border: none;
    color: white;
}

.send-limit {
    direction: ltr;
}


.order-detail-div {
    color: #d7680e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-block: 5px;
    font-size: 28px;
    font-weight: bold;
}

.order-detail-div > img {
    width: 24px;
}

.detail-item-div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.detail-item-div > img {
    height: 24px;
}

.order-user-div {
    border: 1px solid rgb(199, 255, 167);
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    overflow: hidden;
    background: rgb(239,251,244);
}

.order-user-div > div:first-child {
    color: var(--dark-color);
    background: var(--light-color);
}

.order-user-div > div:nth-child(2) {
    font-weight: bold;
    color: darkgreen;
    font-size: 32px;
}


.declaration-title-div {
    color: var(--dark-color);
    text-align: center;
    border: 1px solid var(--dark-color);
    border-radius: 5px;
    background: rgb(239,251,244);
}

.declaration-detail-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.non-bonus-not-show {
    display: none;
}

.rebate-detail-root {
    background-color: #0ac368;
}

.rebate-detail-root > .title {
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}


.rebate-item-detail {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.rebate-item-detail > .background {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: 0;
    z-index: 0;
    background: white;
}

.claim-rebate-btn {
    display: block;
    width: 100%;
    background: linear-gradient(var(--btn-light-color), var(--btn-dark-color));
    color: var(--dark-color);
    text-align: center;
    font-weight: 700;
    border: 1px solid var(--border-color);
    background-size: 100% 100%;
    border-radius: 25px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.claim-rebate-btn.state-claim {
    background: linear-gradient(#fff390, #ffc951);
    color: #CD7219;
    border: 1px solid #CD7219;
}

.claim-rebate-btn.state-claim::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
}

.claim-rebate-btn:disabled {
    background: linear-gradient(lightgray, gray);
    color: #858585;
    border: 1px solid gray;
}

.dots {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding-block: 10px;
    position: relative;
    margin-bottom: 10px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: lightgray;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: gray;
}

.rebate-progress-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 15px;
}

.rebate-progress-info .desc {
    color: white;
    margin-top: 10px;
    font-size: 12px;
}

.rebate-progress-info .desc > span {
    color: yellow;
    font-weight: bold;
}



.rebate-progress-info .bar-info {
    display: flex;
    position: relative;
    width: 85%;
    height: 20px;
}

.bar-info .bar {
    flex: 1;
    background-color: gray;
}

.bar-percentage {
    background: linear-gradient(yellow, orange);
    width: 50%;
    height: 100%;
}

.bar-num-percentage {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bar-info .begin {
    position: absolute;
    bottom: -10px;
    right: -20px;
}

.bar-info .end {
    position: absolute;
    bottom: -10px;
    left: -15px;
}

.rebate-box > img {
    height: 45px;
}

.rebate-reward {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(6, 117, 28, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    font-size: 40px;
    color: yellow;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    margin-bottom: 10px;
}

.rebate-reward > img {
    width: 40px;
}

.rebate-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rebate-img > img {
}

.rebate-list {
    /*width: 400px;*/
    width: 100%;
    /*max-width: 400px;*/
}

.rebate-reward-item {
    /*width: 300px;*/
}

.rebate-reward-info {
    position: relative;
    bottom: 30px;
    text-align: center;
}


.button-div {
    position: relative;
    width: 100%;
    padding: 10px 50px;
    box-sizing: border-box;
}

.rebate-info-desc {
    padding-inline: 15px;
}

.rebate-info-desc > span {
    color: #0ac368;
    font-size: 24px;
    font-weight: bold;
}

.rebate-reset-button {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;

    border-radius: 30px;
    color: #dc6c0b;
    background: linear-gradient(#fff390, #ffc951);
    border: 1px solid #dc6c0b;
    font-size: 12px;
    flex-shrink: 0;
    padding: 4px 8px;
}

.common-form {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.common-form input {
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 8px;
    outline: none;
}

.common-form select {
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 8px;
    outline: none;
}

.common-form .submit-form-btn {
    display: block;
    background: linear-gradient(var(--btn-light-color), var(--btn-dark-color));
    color: var(--dark-color);
    font-weight: 700;
    border: 1px solid var(--border-color);
    background-size: 100% 100%;
    border-radius: 25px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;
    width: 225px;
}

.common-form-control {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 30px;
}

.common-form-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.common-form-item > label {
    width: 105px;
    color: #66D7AD;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    font-size: 12px;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.common-form-item > *:nth-child(2) {
    flex: 1;
    width: 0;
}

.partner-item-div {
    gap: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.partner-item {
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 3px;
    display: flex;
    gap: 5px;
}

.partner-item > label {
    flex: 1;
}



.cafe-display-card {
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    background: white;
    overflow: hidden;
    color: var(--main-dark-font-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cafe-display-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cafe-display-card .main {
    display: flex;
    flex-direction: column;
}

.cafe-display-card .img-div {
    display: flex;
    gap: 10px;
}

.cafe-display-card .cafe-display-card > div {
    line-height: 32px;
    border-bottom: 1px solid var(--main-border-color);
    display: flex;
    padding: 0 10px;
}

.cafe-display-card .cafe-info-div {
    margin-top: 10px;
    background: var(--apply-card-background);
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.cafe-display-card .cafe-info-div > div {
    display: flex;
    border-bottom: 1px solid var(--main-border-color);
    padding: 5px 0;
}

.cafe-display-card .cafe-info-div > div > div:nth-child(2) {
    flex: 1;
    overflow: hidden;
}

.cafe-display-card .cafe-info-div > div > div:first-child {
    color: var(--gray-font-color);
    width: 105px;
}

.cafe-display-card .footer {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.cafe-display-card .footer > * {
    flex: 1;
}

.cafe-display-card .footer .warning-button {
    color: #dc6c0b;
    background: linear-gradient(#fff390, #ffc951);
    border: 1px #F3E2B6 solid;
    border-radius: 50px;
    padding: 5px;
    margin-inline: 20px;
}

.cafe-display-card .map-btn {
    color: white;
    border-radius: 50px;
    background: #5D8DF6;
    padding: 3px 8px;
}

.cafe-display-card .map-btn > img {
    width: 15px;
    margin-inline-end: 3px;
}


.cafe-display-card .img-div img {
    object-fit: cover;
    box-sizing: border-box;
    flex: 1;
    width: 0;
    max-height: 175px;
}

.cafe-control-div {
    display: flex;
    padding: 10px;
    gap: 10px;
}

.cafe-control-button {
    flex: 1;
    border-radius: 5px;
    padding: 5px;
    background: linear-gradient(var(--btn-light-color), var(--btn-dark-color));
    color: var(--dark-color);
    font-weight: 700;
    border: 1px solid var(--border-color);
}

.simple-edit-form {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-inline: 10px;
}

.edit-form-item {
    display: flex;
    padding: 5px 0;
    align-items: center;
}

.edit-form-item label {
    width: 150px;
    color: var(--gray-font-color);
}

.edit-form-item label.required::after {
    content: '*';
    color: red;
}

.edit-form-item input {
    flex: 1;
    width: 0;
    outline: 0;
    color: var(--main-dark-font-color);
    border: 1px solid var(--gray-border-color);
    background: var(--apply-card-background);
    font-size: 14px;
    padding: 10px 5px;
    border-radius: 5px;
}

.edit-form-item input::placeholder {
    color: var(--gray-font-color)
}

.upload-item-wrapper {
    display: flex;
    flex: 1;
    gap: 10px;
}

.upload-item {
    flex: 1;
    border: 1px solid var(--gray-border-color);
    background: var(--apply-card-background);
    border-radius: 5px;
    height: 135px;
    cursor: pointer;
    position: relative;
}

.upload-item:active {
    background: var(--gray-dark-color);
}

.image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    background: white;
}

.upload-mask {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    top: 0;
    left: 0;
    color: var(--gray-font-color);
}

.upload-mask > img {
    width: 35px;
}


.new-dialog-root {
    inset: 0;
    position: fixed;
    background: #00000055;
    overflow: auto;
}

.new-dialog-info {
    width: 95%;
    max-width: 475px;
    border-radius: 10px;
    background-color: white;
    box-sizing: border-box;
    margin-inline: auto;
    overflow: hidden;
}

@media (max-width: 450px) {
    body {
        font-size: 14px;
    }

    .wrapper {
        font-size: 14px;
    }

    .itemNav li {
        font-size: 8px;
    }

    .user-ret-div > span:first-child {
        font-size: 18px;
    }
}