@charset "UTF-8";

.mb10 {
    margin-bottom: 10px;
}

#comm-back-button {
    top: 0;
}

.common-header .right-button {
    top: 0;
}

.b-icon2 {
    width: 27px;
}

.icon-code1 {
    font-size: 20px;
}

.common-header {
    position: relative;
}

.withdraw-success-cont .card-status {
    display: none;
}

#withdrawal-money {
    outline: none;
    border: none;
    font-size: 16px;
    background: #f8f8f8;
    color: #0a84ff;
    font-weight: bold;
}

#withdrawal-money.night {
    background: transparent;
}

#withdrawal-money::placeholder {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

#withdrawal-submit.disabled {
    pointer-events: none;
}

.withdraw-header {
    padding: 30px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}

.withdraw-header .total-money {
    margin-top: 20px;
    font-size: 24px;
}

#withdraw-dialog {
    display: none;
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    width: 100%;
    height: 600px;
    overflow-y: hidden;
    border-radius: 20px 20px 0px 0px;
}

#withdraw-dialog .close-part {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

/*.withdraw-modal {*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*background: #fff;*/
/*}*/

.withdraw-modal .withdraw-modal-header {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #d02443;
    cursor: pointer;
    background: #fff;
    margin-bottom: 10px;
}

.withdraw-modal .withdraw-modal-header.night {
    background: #212944;
    color: #187aff;
}

.withdraw-modal .t-header-title {
    font-size: 16px;
    color: #111;
}

.withdraw-modal .t-header-title.night {
    color: #e1e9ff;
}

.night #withdraw-dialog .bind-card-cont {
    background: #1e2334;
}

.bank-list-content:last-child {
    padding-bottom: 80px;
}

#withdraw-dialog .bind-card-cont {
    height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 80px;
}

#withdraw-dialog .bind-card-cont.night {
    background: #1e2334;
}

#withdraw-dialog .bind-card-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    width: 100%;
}

#withdraw-dialog .bind-card-item.active {
    background: url(/mobile/images/right-active.png) no-repeat center right;
    background-position: 65%;
}

#withdraw-dialog .bind-main-info {
    display: inline-block;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #111;
}

#withdraw-dialog .bind-main-info.night {
    color: #e1e9ff;
}

.night #withdraw-dialog .bind-main-info span:first-child {
    color: #e1e9ff;
}

#withdraw-dialog .bind-main-info .add {
    color: #979797;
    font-size: 14px;
}

.night #withdraw-dialog .bind-main-info .add {
    color: #5c6686;
}

.cancel-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    width: 100%;
    overflow-y: hidden;
}

.cancel-dialog .close-part {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.cancel-dialog .cancel-modal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 304px;
    border-radius: 20px 20px 0 0;
    background-color: white;
    z-index: 6;
    padding: 16px 14px 24px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.cancel-dialog .cancel-modal .header-title {
    font-size: 18px;
    font-weight: 500;
}

.cancel-dialog .cancel-modal .header-sub-title {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.cancel-dialog .cancel-modal .header-sub-red-title {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #d02443;
}

.cancel-dialog .cancel-modal .cancel-close-btn {
    position: absolute;
    top: 23px;
    right: 24px;
    width: 14px;
    height: 14px;
}

.cancel-dialog .cancel-modal .cancel-smsCode {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    margin-top: 27px;
}

.cancel-dialog .cancel-modal #smsCode-input {
}

.cancel-dialog .cancel-modal #smsCode-input::placeholder {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.cancel-dialog .cancel-modal #smsCode-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.cancel-dialog .cancel-modal #smsCode-input:-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.cancel-dialog .cancel-modal #smsCode-input::-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.cancel-dialog .cancel-modal #smsCode-input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.cancel-dialog .cancel-modal .cancel-phone-code {
    position: absolute;
    right: 10px;
    color: #d02443;
}

.cancel-dialog .cancel-modal .disabled {
    pointer-events: none;
}

/*#bank-withdraw .ui-item{*/
/*justify-content: flex-start;*/
/*}*/
.open-withdraw-modal {
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card-sprite {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    background: url(../images/usercenter/bank-spritesnew.png) no-repeat 0 0;
    background-size: 20px;
}

.card-sprite.a107 {
    background-position: 0 -680px;
}

.card-sprite.a2 {
    background-position: 0 0;
}

.card-sprite.a3 {
    background-position: 0 -22px;
}

.card-sprite.a4 {
    background-position: 0 -42px;
}

.card-sprite.a5 {
    background-position: 0 -64px;
}

.card-sprite.a6 {
    background-position: 0 -85px;
}

.card-sprite.a7 {
    background-position: 0 -106px;
}

.card-sprite.a8 {
    background-position: 0 -127px;
}

.card-sprite.a9 {
    background-position: 0 -148px;
}

.card-sprite.a10 {
    background-position: 0 -169px;
}

.card-sprite.a11 {
    height: 10px;
    background-position: 0 -190px;
}

.card-sprite.a12 {
    background-position: 0 -212px;
}

.card-sprite.a13 {
    background-position: 0 -233px;
}

.card-sprite.a14 {
    background-position: 0 -254px;
}

.card-sprite.a15 {
    background-position: 0 -277px;
}

.card-sprite.a16 {
    background-position: 0 -296px;
}

.card-sprite.a17 {
    background-position: 0 -317px;
}

.card-sprite.a18 {
    background-position: 0 -338px;
}

.card-sprite.a19 {
    background-position: 0 -359px;
}

.card-sprite.a20 {
    background-position: 0 -381px;
}

.card-sprite.a21 {
    background-position: 0 -402px;
}

.card-sprite.a22 {
    background-position: 0 -423px;
}

.card-sprite.a23 {
    background-position: 0 -444px;
}

.card-sprite.a24 {
    background-position: 0 -465px;
}

.card-sprite.a27 {
    background-position: 0 -1169px;
}

.card-sprite.a28 {
    background: url(/mobile/images/usercenter/bank2/chengdu_icon.png) no-repeat center;
    background-size: 100% 100%;
}

/*.card-sprite.aCGPAY {*/
/*background: url(/mobile/images/usercenter/cgpay-icon.png) no-repeat center;*/
/*background-size: 100%;*/
/*}*/
.card-sprite.a99 {
    background: url(../images/usercenter/zfb_icon.png) no-repeat center;
    background-size: 100%;
}

.card-sprite.a100 {
    background-position: 0 -508px;
}

.card-sprite.a102 {
    background-position: 0 -555px;
}

.card-sprite.a103 {
    background-position: 0 -579px;
}

.card-sprite.a104 {
    background-position: 0 -604px;
}

.card-sprite.a105,
.card-sprite.aTRC20UBIT {
    background: url(../images/usercenter/ubit_icon.png) no-repeat center;
    background-size: 100%;
}

.card-sprite.a106 {
    background-position: 0 -652px;
}

.card-sprite.a108 {
    background-position: 0 -703px;
}

.bank-type {
    height: 20px;
    line-height: 20px;
}

#account-bankcard-button {
    height: 50px;
    line-height: 50px;
    color: #666;
}

#account-bankcard-button .icon-jiahao {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

#account-bankcard-button .icon-right-arr {
    color: #c7c7c7;
}

.main-wrap .container .withdraw-success-cont {
    display: none;
    padding: 20% 2.7% 0;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.withdraw-success-cont .true-cont {
    margin-bottom: 30px;
}

.w-usdt-fee {
    display: none;
}

.usdt-flex {
    display: flex !important;
}

.withdraw-success-cont .a-tips1 {
    color: #9ea7c4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.withdraw-success-cont .a-tips2 {
    font-size: 12px;
    color: #999;
    margin: 0 auto 20px;
    line-height: 20px;
}

.withdraw-success-cont .s-text {
    margin-bottom: 40px;
    border-radius: 5px;
    background: #f2f2f2;
}

.withdraw-success-cont .s-text li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 12px;
    color: #333;
}

.withdraw-success-cont .record-link {
    color: #525fff;
}

.withdraw-success-cont .confirm-back-btn {
    display: block;
}

/*转账*/
.transfer-body {
    display: none;
}

.transfer-header {
    padding-bottom: 0;
}

.t-part1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
}

.main-money-info {
    display: flex;
    align-items: center;
}

.t-part2 {
    display: none;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #e7e7e7;
}

.t-part2.active {
    display: block;
}

.t-part2 li {
    margin-top: 20px;
    line-height: 1;
    font-size: 14px;
    color: #333;
}

.header-info {
    color: #333;
}

.header-info p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 16px;
}

.header-info p:nth-of-type(2) {
    font-size: 24px;
}

.back-cont {
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.more {
    width: 100%;
    height: 34px;
    background: url(/mobile/images/usercenter/arr-t-d.png) no-repeat center -24px;
    transition: all 0.3s;
}

.more.active {
    background: url(/mobile/images/usercenter/arr-t-d.png) no-repeat center 10px;
}

.change-in-out {
    font-size: 16px;
    color: #333;
}

.plat-money,
.plat-name {
    display: none;
    font-size: 12px;
    color: #999;
}

.trans-des {
    line-height: 1;
    margin: 10px 0;
    color: #d0d0d0;
}

.trans-des.active {
    color: #333;
}

.plat-money.active,
.plat-name.active {
    display: block;
}

.trans-des.active {
    color: #333;
}

.icon-qiehuan {
    font-size: 22px;
    color: #999;
}

.icon-jiantou {
    font-size: 20px;
    color: #999;
}

.platform-list {
    margin-top: 20px;
}

.out-type {
    flex: 1;
    text-align: left;
}

.in-type {
    flex: 1;
    text-align: right;
}

.des-label-in,
.des-label-out {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: url(/mobile/images/out-tag.png);

    border-radius: 0 4px 0 4px;
}

.des-label-in {
    background: url(/mobile/images/in-tag.png);
}

.disable {
    color: #999;
    pointer-events: none;
}

/*规则说明*/
.withdraw-des-cont {
    line-height: 2;
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #999;
    background: #fff;
}

.withdraw-des-cont li {
    position: relative;
    padding-left: 20px;
}

.withdraw-des-cont li i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

.tk-info {
    position: relative;
    margin: 30px 0;
    font-size: 14px;
    color: #9ea7c4;
}

#withdraw-check-btn {
    /* position: relative;
    top: 0;
    right: auto; */
    display: none;
}

#withdraw-check-btn + label,
#agreement2 + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 0;
    right: auto;
    background: #d0ebfa;
    border: 1px solid #57a7fa;
    left: 0px;
    margin: 0 2%;
    border-radius: 50px;
}

#withdraw-check-btn:checked + label::before,
#agreement2:checked + label::before {
    text-align: center;
    display: block;
    content: "";
    content: "\2714";
    border: 0;
    color: #57a7fa;
    line-height: 18px;
    font-size: 14px;
}

.tk-des {
    color: #187aff;
}

.disabled {
    cursor: default;
}

.c-red {
    font-size: 12px;
    color: #ff0000;
}

.layui-m-layer-one-back-layer .layui-m-layercont {
    text-align: center;
}

/*提款密码弹窗*/
.nwdpay-pwdcomponent {
    position: relative;
    margin: 10px;
}

.nwdpay-pwdcomponent .input-pwd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    outline: none;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    text-indent: -999em;
    color: transparent;
}

.nwdpay-pwdcomponent .surface-ipt {
    position: relative;
    z-index: 9;
}

.nwdpay-pwdcomponent .surface-ipt input:first-child {
}

.nwdpay-pwdcomponent input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #e7e7e7;
    outline: none;
    text-indent: 0;
    font-size: 14px;
    color: #111111;
    text-align: center;
    border-radius: 4px;
}

.nwdpay-pwdcomponent .ipt-active-nick {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    line-height: 47px;
    padding: 10px 15px;
    text-align: center;
    display: none;
}

.forget-withdraw-cont {
    padding: 10px 6px;
    text-align: right;
}

.layui-m-layer-unbank-layer span.forget-t-btn {
    text-align: right;
}

.forget-t-btn {
    flex: 110px 0 0;
    display: inline-block;
    font-size: 14px;
    color: #187aff;
}

.forget-tips {
    font-size: 12px;
    color: #ff0000;
    text-align: left;
}

.free-trans {
    justify-content: flex-start;
}

.f-title {
    font-size: 14px;
    color: #d0d0d0;
}

/*转入转出账户*/
.temp-header {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    color: #333;
    background: #fff;
}

.temp-header .reset-btn,
.temp-header .close-btn {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #187aff;
    cursor: pointer;
}

.all-in {
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    color: #187aff;
}

.position1 {
}

.trans-p-cont {
    position: relative;
    height: 77%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px 20px;
}

.platform .plat-item {
    margin-bottom: 20px;
}

.tran-title {
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #5a56e7;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.common-list {
    background: #fff;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.layui-m-layerchild.layui-m-layer-up-layer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    overflow: hidden;
    padding: 0;
    border: none;
}

.position1 {
    position: relative;
}

/*选择平台弹窗*/
#trans-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#trans-modal .trans-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #fff;
}

.plat-item.active0 {
    color: #fff;
    background: url(/mobile/images/in-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.plat-item.active0:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -6px;
    height: 29px;
    width: 38px;
    background: url(/mobile/images/in-tag.png) no-repeat center top;
    background-size: 100%;
}

.plat-item.active0 p {
    color: #fff;
}

.plat-item.active1 {
    color: #fff;
    background: url(/mobile/images/out-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.plat-item.active1:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -6px;
    height: 29px;
    width: 38px;
    background: url(/mobile/images/out-tag.png) no-repeat center top;
    background-size: 100%;
}

.plat-item.active1 p {
    color: #fff;
}

.plat-item.active1 .icon-pno {
    background: url(/images/icon/wno.png) no-repeat center !important;
    background-size: 100% !important;
}

.tran-s-list {
    margin-bottom: 40px;
}

.tran-s-list .transfer-success-item {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    color: #999;
    background: #fff;
    text-align: left;
}

.tran-s-list .transfer-success-item span:nth-of-type(2) {
    text-align: right;
    color: #333;
}

.layui-m-layercont {
    text-align: center;
}

.common-layer-title {
    text-align: center;
}

.tr-f-cont {
    width: 100%;
    overflow-x: auto;
}

.tr-f-cont .common-list {
    width: 135%;
    overflow-x: scroll;
}

.tr-f-cont .common-list .common-item {
    width: 16.66%;
}

@media (max-width: 374px) {
    .nwdpay-pwdcomponent .input-pwd {
        height: 40px;
        line-height: 40px;
    }

    .nwdpay-pwdcomponent input {
        width: 40px;
        height: 40px;
    }

    .nwdpay-pwdcomponent .ipt-active-nick {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 7px 15px;
    }
}

#tk-password-content {
    height: 150px;
}

.layui-m-layer-unbank-layer {
    width: 100% !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ui-withdraw-item {
    position: relative;
    padding: 0 5.4%;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background: #fff;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.add-bank-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background: #fff;
}

.link-to-bank {
    display: none;
    font-size: 14px;
    color: #457fe9;
}

.hb-cont {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.hb-cont .hb-item {
    display: inline-block;
    width: 48%;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.2s;
}

.hb-cont .hb-item.active {
    border-bottom: 1px solid #5a56e7;
    color: #5a56e7;
}

.bindCard-content {
    background: #fff;
}

.bindCard-content.night {
    background: #212944;
}

.tk-item {
    display: none;
}

.tk-item.active {
    display: block;
}

.bindCard-content .bankList {
    display: inline-block;
    margin: 0 1%;
    position: relative;
    border-radius: 4px;
    padding: 14px 2.7%;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    color: #333;
}

.bindCard-content .bankList.active {
    border: 1px solid #5a56e7;
}

.tri {
    display: none;
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 28px;
    height: 20px;
    border-radius: 0 0 4px 0;
    z-index: 1000;
    transition: all 0.1s;
}

.bindCard-content .bankList1.active .tri {
    display: block;
}

.bank-name {
    font-size: 12px;
}

.bank-num {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 1;
    font-size: 12px;
}

.j-unBankBind-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 40px;
    line-height: 19px;
    padding: 0 5px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 4px 0 4px;
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #fff;
}

.bindCard-content .bankList1.active .j-unBankBind-btn {
    border-left: 1px solid #5a56e7;
    border-bottom: 1px solid #5a56e7;
}

.bind-red {
    color: #ff0000;
}

.js-bank-zfb-cont {
    margin-bottom: 10px;
}

.bind-card-btn {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #979797;
    background: #fff;
    margin-bottom: 10px;
}

.bind-card-btn.night {
    color: #5c6686;
    background: #212944;
}

.bind-card-btn.active {
    display: flex;
}

.bind-card-btn .icon-jiahao {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.bind-card-btn .icon-right-arr {
    font-size: 20px;
    color: #979797;
}

/*银行卡列表*/

.cardList {
    display: inline-block;
    vertical-align: top;
    height: 74px;
    width: 48%;
    margin: 0 1%;
}

.tip {
    color: #999;
    text-decoration: underline;
}

/* 解除绑定弹窗 */
.layui-m-layer-unbank-desc-layer {
    width: 100% !important;
    height: 150px;
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
}

.layui-m-layer-unbank-desc-layer .layui-m-layercont {
    background: #fff;
    padding: 0;
    margin: 0;
    height: 100px;
    width: 100%;
}

.layui-m-layer-unbank-desc-layer .layui-m-layercont > div {
    height: 50px;
    line-height: 50px;
}

.layui-m-layer-unbank-desc-layer .card-text {
    margin: 0 10px 0;
    color: #333333;
    text-align: left;
}

.layui-m-layer-unbank-desc-layer .card-text .flex3 {
    color: #999999;
    text-align: right;
}

/* usdt提款弹窗 */
#add-us-tk {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.withdraw-modal {
    position: absolute;
    width: 100%;
    background: #fbfbfb;
    z-index: 10;
}

.withdraw-modal-fix {
    bottom: 0;
    left: 0;
}

.withdraw-modal.night {
    background: #1e2334;
}

#password {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
}

.password-input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.layui-m-layer-unbank-layer .card-text {
    background: #ffffff;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
}

.layui-m-layer-unbank-layer .cfx * {
    display: inline-block;
}

.layui-m-layer-unbank-layer span {
    text-align: left;
    float: left;
}

.layui-m-layer-unbank-layer a {
    font-size: 12px;
    color: #187aff;
    letter-spacing: 0;
    text-align: right;
    line-height: 14px;
    display: block;
    float: right;
}

.layui-m-layer-unbank-layer a.tip {
    color: #999;
    text-decoration: underline;
}

.cfx {
    margin-top: 10px;
}

.common-layer-text {
    text-align: center;
}

#j-add-card {
    display: block;
    width: 100%;
    height: 74px;
    line-height: 2;
    padding: 14px 2.7%;
    border: 1px solid #dedede;
    border-radius: 4px;
    text-align: center;
    color: #999;
    font-size: 14px;

    background: #fff;
}

.icon-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/usercenter/icon-plus.png) no-repeat center;
    background-size: 100% 100%;
}

#withdrawal-submit.disable {
    pointer-events: none;
    color: #fff;
    opacity: 0.5;
}

#usdt-fee-cont {
    display: none;
    margin: 10px 0;
}

#usdt-fee-cont .current-fee {
    margin-bottom: 5px;
    font-size: 12px;
    color: #999;
}

#usdt-fee-cont .current-usdt-money {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.bank-fee-cont {
    display: none;
    line-height: 1.5;
    font-size: 14px;
    color: #9ea7c4;
}

.fee-need-cont {
    margin-bottom: 10px;
}

.bank-color {
    color: #ff0000;
}

.fee-detail-btn {
    color: #187aff;
}

.layui-m-layer-fee-layer .layui-m-layercont {
    padding: 20px;
}

.area-item {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    /*border-bottom: 1px solid #f1f1f2;*/
}

.area-item-header {
    background: #f2eeff;
}

.area-item .left-t {
    flex: 1;
    border: 1px solid #f1f1f2;
}

.area-item .right-t {
    flex: 1;
    border: 1px solid #f1f1f2;
    border-left: 1px solid transparent;
}

/*提款10.27*/
.main-wrap .container .tk-content {
    padding: 0;
}

.tk-header {
    position: relative;
    height: 80px;
    margin: 10px;
    color: #fff;
    padding: 10px;
    background: url(/mobile/images/theme/redeemIntegral.png) no-repeat center top;
    background-size: 100% 100%;
}

.tk-header.night {
    background: url(/mobile/images/usercenter/tk-bg2.png) no-repeat center top;
    background-size: 100% 100%;
}

.yuan {
    font-size: 12px;
}

.main-text {
    font-size: 14px;
}

.main-credit {
    display: flex;
    align-items: center;
    height: 20px;
}

.main-credit .js-main-credit {
    font-size: 18px;
    font-weight: 700;
}

.lockTip {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/mobile/images/theme/warn.png") no-repeat center center / 100% 100%;
}

.other-credit {
    display: flex;
}

.other-credit p {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #e1e9ff;
}

.other-credit span {
    color: #fff;
}

.icon-shuaxin {
    font-size: 18px;
}

.tk-back-cont {
    position: absolute;
    top: 10px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 28px;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.tk-money-cont {
    justify-content: flex-start;
}

.us-body {
    padding: 10px 10px 20px;
}

#bank-withdraw {
    padding: 0 2.7%;
}

.o-nav {
    position: fixed;
    z-index: 10;
    top: 15px;
    right: 15px;
}

.o-nav a {
    color: white;
}

.layui-m-layerchild.layui-m-layer-banktk-risk-warining {
    background: #333b4f !important;
    width: 90%;
    max-width: 640px;
}

.layui-m-layerchild.layui-m-layer-banktk-risk-warining h3 {
    color: #ffffff;
    padding: 0 20px;
    font-size: 20px;
}

.layui-m-layerchild.layui-m-layer-banktk-risk-warining .layui-m-layercont {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 6% 20px;
    text-align: center;
    background: #333b4f;
}

.layui-m-layerchild.layui-m-layer-banktk-risk-warining .layui-m-layercont p {
    font-size: 16px;
    color: #f90a27 !important;
    margin-top: 10px;
}

.layui-m-layer-banktk-risk-warining .layui-m-layerbtn span[no] {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9;
    background: #333333 url(/newPay/images/deposit/big-close.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    line-height: 50px;
    cursor: pointer;
    border-radius: 20px;
    color: #fefefe !important;
}

.layui-m-layer-banktk-risk-warining .layui-m-layerbtn {
    background: #333b4f !important;
    border: none !important;
    text-align: center;
    position: static;
    display: block;
}

.layui-m-layer-banktk-risk-warining .layui-m-layerbtn span[yes] {
    background-color: #91a0bd !important;
    border: 1px solid #91a0bd;
    border-radius: 20px;
    color: #fff !important;
    font-size: 16px;
    width: 50%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    min-width: 170px;
    max-width: 350px;
}

.layui-m-layer-banktk-risk-warining .checkbox-group {
    line-height: 40px;
    text-align: center;
    padding: 5px 0 25px;
    font-size: 16px;
    color: #ffffff;
}

.layui-m-layer-banktk-risk-warining .checkbox-group .checkbox-agree {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #999495;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
}

/* 提款新设备校验 */

.ipValidate {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #181c2a;
}

.ipValidate .ip-title {
    position: relative;
    height: 44px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #e1e9ff;
    background: #191f36;
    text-align: center;
    line-height: 44px;
}

.ipClose {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 14px;
    height: 14px;
    background: url(/mobile/images/usercenter/close.png) no-repeat center center / 100% 100%;
}

.ipValidate .ip-content {
    padding: 40px 2.7% 0;
}

.ipValidate .ip-content .phone-part {
    margin-top: 60px;
    color: #9ea7c4;
    line-height: 14px;
}

.ipValidate .ip-content .restTip {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #e1e9ff;
    text-align: left;
}

.ipValidate .ip-content .ip-submit {
    margin: 40px auto 0;
}

.ipValidate .ip-content .ip-warn {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #9ea7c4;
    margin-top: 30px;
}

.ipValidate .ip-content .ip-warn span {
    color: #0a84ff;
}

.ipValidate .phoneBox {
    margin-bottom: 20px;
}

.ipValidate .js-get-phone-code {
    color: #0a84ff;
}

.phone-part .inline-input {
    width: 140px;
}

#usdt-withdraw-smsCode {
    width: 174px;
}

.usdt-withdraw-phone-code {
    position: absolute;
    right: 10px;
    color: #0a84ff;
}

.ui-item.night {
    background: rgba(118, 118, 128, 0.24);
}

.inline-input.night {
    background: transparent;
    color: #fff;
}

.inline-input.night::placeholder {
    color: #606065;
}

#layui-m-layer4 {
    z-index: 999;
}

.btn.night {
    background: #0a84ff;
    border-radius: 4px;
}

.btn {
    background: #ff2d55;
}

#withdraw-dialog .bind-card-item .open-status {
    position: absolute;
    right: 23px;
    width: 87px;
    z-index: 10;
    height: 100%;
}

#withdraw-dialog .bind-card-item.noOpen .open-status {
    background: url(/mobile/images/usercenter/no-open.png) no-repeat center center;
    background-size: 67px;
}

#withdraw-dialog .bind-card-item.isOpen .open-status {
    background: url(/mobile/images/usercenter/is-open.png) no-repeat center center;
    background-size: 67px;
}

#bank-withdraw .edit-tips {
    margin: 5px 0 0 5px;
}

.layui-m-layer-account-layer .layui-m-layercont {
    text-align: center;
}

.tk-type-btn.active {
    color: #fff;
    background: #ff2d55;
}

.night .tk-type-btn.active {
    background: #0a84ff;
    color: #fff;
}

.tk-type-btn {
    min-width: 55px;
    padding: 0 5px;
    height: 34px;
    background: #fff;
    border-radius: 6px;
    color: #ff2d55;
    border: 1px solid #ff2d55;
    text-align: center;
    line-height: 34px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.night .tk-type-btn {
    color: #0a84ff;
    border: 1px solid #0a84ff;
}

.tk-type-btn .j-c2czs {
    position: absolute;
    right: 8px;
    top: -22px;
    background: #ff2d55;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
}

.night .tk-type-btn .j-c2czs {
    background: #0a84ff;
}

.c2c-moneys.active {
    background: #ff2d55;
    color: #fff;
}

.night .c2c-moneys.active {
    background: #0a84ff;
}

.c2c-moneys {
    width: 32%;
    height: 30px;
    display: inline-block;
    font-family: "DIN Alternate";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #666666;
    line-height: 30px;
    border-radius: 30px;
    margin-bottom: 10px;
    background: rgba(118, 118, 128, 0.24);
}

.bank-tk-tab {
    display: none;
}

.c2c {
    display: none;
}

.c2c.on {
    display: inline-block;
}

.tkfs-box {
    display: none;
}

.tkfs-box.flex {
    display: flex !important;
}

.tk-input-cont {
    display: flex;
}

.noEvents {
    background: #d0d0d0 !important;
    color: #666 !important;
    pointer-events: none;
}

/* 商城费率 */
.bankWithTip {
    box-sizing: border-box;
    position: relative;
    margin: 10px auto 20px;
    background: #f8f8f8;
    color: #999999;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    background-color: #f8ffa2;
    border-radius: 8px;
    color: #5c6686;
}

.bankWithTip a,
.bankWithTip b {
    color: #ff2d55;
    font-weight: 400;
}

.bankWithTip i {
    position: absolute;
    left: 10px;
    top: 28px;
    width: 16px;
    height: 16px;
    background: url("/newPay/images/deposit/shopDefault.png") no-repeat center center / 100% 100%;
}

.bankWithTip i.active {
    background: url("/newPay/images/deposit/shopChoose2.png") no-repeat center center / 100% 100%;
}

.protectedWithdrawTip {
    position: fixed;
    left: 0;
    bottom: 1%;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #111111;
    background: #ffeaea;
    text-indent: 40px;
}

.protectedWithdrawTip p {
    position: relative;
}

.protectedWithdrawTip img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.protectedWithdrawTip a {
    color: #ff2d55;
}

.depositActual {
    margin-top: 10px;
    font-size: 14px;
}

.depositActual span {
    color: #ff2d55;
}

.zzSplitAmountTips {
    display: none;
}

.onceTips {
    /* display: flex;
    align-items: center; */
    position: relative;
    padding: 10px 10px 10px 40px;
}

.onceTips span {
    color: #8f97a7;
}

.onceTips span em {
    font-style: normal;
    color: #d02443;
}

.onceTips i {
    position: absolute;
    left: 10px;
    top: 28px;
    width: 16px;
    height: 16px;
    background: url("/newPay/images/deposit/shopDefault.png") no-repeat center center / 100% 100%;
}

.onceTips i.active {
    background: url("/newPay/images/deposit/shopChoose2.png") no-repeat center center / 100% 100%;
}

/* C2C =====*/
.c2cn-order-details {
    display: none;
}

.demo-title {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 44px;
    line-height: 44px;
}

.night .c2cn-order-details .dotk-header {
    background: #0a84ff;
}

.demo-title .customer {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.demo-title img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.c2cn-order-details .ybc2cTip {
    display: block !important;
    margin: 20px auto;
    width: 90%;
    background: #f8ffa2;
    color: #ff2d55;
    font-size: 12px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 4px;
}

.c2cn-order-details .order-time {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px 15px 10px 5px;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.night .c2cn-order-details .order-time {
    background: #191f36;
}

.c2cn-order-details .order-time > span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: right;
    margin-right: 8px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    min-width: 80px;
}

.night .c2cn-order-details .order-time > span {
    color: #e1e9ff;
}

.c2cn-order-details .order-time img {
    width: 15px;
    height: 35px;
}

.c2cn-order-details .order-time .order-time-right {
    display: flex;
}

.c2cn-order-details .order-time .order-time-right > div p img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.c2cn-order-details .order-time .order-time-right p {
    color: #333;
    font-size: 12px;
    text-indent: 5px;
}

.night .c2cn-order-details .order-time .order-time-right p {
    color: #8f97a7;
}

.c2cn-order-details .order-time .order-time-right h3 {
    color: #ff2d55;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 10px;
}

.night .c2cn-order-details .order-time .order-time-right h3 {
    color: #8f97a7;
}

.c2cn-order-details .order-time .order-time-right h3 .colred {
    color: #ee504c;
}

.c2cn-order-details .order-time .order-time-right h3 .colblack {
    color: #ffc964;
    margin-top: 10px;
    display: block;
}

.c2cn-order-details .order-time .order-time-right .tkpc2c-time {
    display: inline-block;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #000000;
}

.c2cn-order-details .order-time .order-time-right .tkpc2c-time i {
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    background: #ee504c;
    padding: 0 5px;
    border-radius: 4px;
    color: #fff;
}

.create-oder-time {
    padding: 5px 20px;
    background: #fff;
    font-size: 12px;
    color: #333;
    line-height: 30px;
}

.night .create-oder-time {
    background: #191f36;
    color: #e1e9ff;
}

.create-oder-time p.onum,
.create-oder-time p i {
    color: #999;
    font-style: normal;
}

.night .create-oder-time p.onum,
.night .create-oder-time p i {
    color: #8f97a7;
}

.create-oder-time p .c2c-copy {
    color: #57a7fa;
    cursor: pointer;
    margin-left: 5px;
}

.orderStatus-part {
    background: #fff;
}

.night .orderStatus-part {
    background: #191f36;
}

.c2c-orderStatus {
    position: relative;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5;
    padding: 17px 0;
}

.night .c2c-orderStatus {
    border-top: none;
}

.c2c-orderStatus .dotLine {
    position: absolute;
    width: 89%;
    height: 2px;
    border-bottom: 1px dashed #dedede;
    top: 23px;
    left: 17px;
    z-index: 0;
}

.c2c-orderStatus .c2c-ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.c2c-orderStatus .c2c-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 48px !important;
    height: 36px !important;
}

.c2c-orderStatus .c2c-li span:first-child {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background: #666666;
    border-radius: 50px;
}

.c2c-orderStatus .c2c-li span:first-child.active {
    background: #ff2d55;
}

.night .c2c-orderStatus .c2c-li span:first-child.active {
    background-color: #0a84ff;
}

.c2c-orderStatus .c2c-li span:last-child {
    color: #666;
    font-size: 12px;
    line-height: 16px !important;
}

.night .c2c-orderStatus .c2c-li span:last-child {
    color: #9ea7c4;
}

.c2c-orderStatus .c2c-li span:last-child.active {
    color: #ff2d55;
}

.night .c2c-orderStatus .c2c-li span:last-child.active {
    color: #0a84ff;
}

.c2c-gray-bg {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
}

.night .c2c-gray-bg {
    background: #131726;
}

.order-amount {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}

.night .order-amount {
    background: #191f36;
}

.order-amount .deposit-tag {
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 0px 4px 4px 0px;
    background: #ff2d55;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.order-amount .mb10 {
    margin-bottom: 10px;
}

.order-amount h3 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.night .order-amount h3 {
    color: #e1e9ff;
}

.order-amount .amount-inner {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.night .order-amount .amount-inner {
    border-bottom: 1px solid #2a3350;
    font-size: 14px;
}

.order-amount .amount-inner .c2c-amount {
    font-size: 30px;
    color: #ff2d55;
    font-weight: 700;
}

.order-amount .amount-inner .copy {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0a84ff;
    font-size: 14px;
}

.order-amount .amount-inner .tip {
    color: #ff2d55;
}

.c2cn-order-details {
    background: #f5f5f5;
    background-size: contain;
    box-sizing: border-box;
    color: #999;
    padding-bottom: 100px;
}

.c2cn-order-details .dotk-header {
    background: #d02443;
}

.night .c2cn-order-details {
    background: #131726;
    color: #e1e9ff;
}

.c2cn-order-details .order-info {
    box-sizing: border-box;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    background: #fff;
}

.night .c2cn-order-details .order-info {
    background: #191f36;
}

.c2cn-order-details .title {
    line-height: 49px;
    border-bottom: 1px solid #f1f1f2;
}

.withdraw-c2c-bankInfo h6,
.c2cn-order-details .bmb {
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.night .withdraw-c2c-bankInfo h6,
.night .c2cn-order-details .bmb {
    color: #e1e9ff;
}

.c2cn-order-details .sktips {
    font-size: 12px;
    color: #999;
    line-height: 32px;
    padding: 0 20px;
}

.night .c2cn-order-details .sktips {
    color: #5c6686;
}

.night .c2cn-order-details .title {
    color: #e1e9ff;
    border-bottom: 1px solid #2a3350;
}

.c2cn-order-details .order-info li {
    position: relative;
    border-top: 1px solid #dedede;
    height: 44px;
    line-height: 44px;
    color: #999999;
}

.night .c2cn-order-details .order-info li {
    border-top: 1px solid #2a3350;
}

.c2cn-order-details .order-info li .c2cn-order-details .order-info li span:first-child {
    display: inline-block;
    width: 80px;
    color: #666666;
    margin-right: 30px;
}

.night .c2cn-order-details .order-info li span:first-child {
    color: #9ea7c4;
}

.c2cn-order-details .order-info li span:nth-child(2) {
    color: #333;
}

.night .c2cn-order-details .order-info li span:nth-child(2) {
    color: #9ea7c4;
}

.c2cn-order-details .order-info li span:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
}

.c2cn-order-details .order-info li.zfb-wrapper {
    height: 192px;
}

.c2cn-order-details .order-info li.zfb-wrapper .maskBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.c2cn-order-details .order-info li.zfb-wrapper .maskBox p {
    font-size: 12px;
    line-height: 1;
}

.night .c2cn-order-details .order-info li.zfb-wrapper .maskBox p {
    color: #9ea7c4;
}

.c2cn-order-details .order-info li.zfb-wrapper img {
    display: block;
    width: 110px;
    height: 110px;
    margin-top: 10px;
}

.c2cn-order-details .detilBtn {
    padding: 0 15px;
    background: #f5f5f5;
}

.night .c2cn-order-details .detilBtn {
    background: transparent;
}

.c2cn-order-details .detilBtn p {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}

.c2cn-order-details .detilBtn input[type="button"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid #d02443;
    color: #d02443;
    background: #fff;
}

.night .c2cn-order-details .detilBtn input[type="button"] {
    border: 1px solid #0a84ff;
    color: #0a84ff;
    background: transparent;
}

.c2cn-order-details .detilBtn input[type="button"]:first-child {
    color: #fff;
    background: #d02443;
    border: 1px solid #d02443;
    margin-top: 20px !important;
}

.night .c2cn-order-details .detilBtn input[type="button"]:first-child {
    color: #fff;
    background: #0a84ff;
    border: 1px solid #0a84ff;
    margin-top: 20px;
}

.c2cn-order-details .detilBtn input[type="button"].disable {
    background: #fa91a5;
    border: 1px solid #fa91a5;
    color: #fff;
}

.night .c2cn-order-details .detilBtn input[type="button"].disable {
    background: #0a84ff;
    border: 1px solid #0a84ff;
    color: #fff;
}

.withdraw-c2c-bankInfo {
    padding: 0 20px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}

.night .withdraw-c2c-bankInfo {
    background: #212944;
}

.withdraw-c2c-bankInfo .safe-tips {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    border-bottom: 1px solid #f1f1f2;
}

.night .withdraw-c2c-bankInfo .safe-tips {
    color: #8f97a7;
    border-bottom: 1px solid #2a3350;
}

.withdraw-c2c-bankInfo .tkotit {
    color: #333;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}

.night .withdraw-c2c-bankInfo .tkotit {
    color: #e1e9ff;
}

.withdraw-c2c-bankInfo .tkotit i {
    font-style: normal;
}

.withdraw-c2c-bankInfo .split-list {
    position: relative;
    display: block;
}

.withdraw-c2c-bankInfo .split-list li {
    background: none;
    color: #333;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    cursor: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.night .withdraw-c2c-bankInfo .split-list li {
    color: #9ea7c4;
}

.layui-m-layer-tips-layer {
    text-align: center;
    font-size: 14px;
}

.layui-m-layer-tips-layer .layui-m-layercont {
    width: 90%;
    text-align: center;
    font-size: 14px;
}

/* 支付宝提款提示 */
.layui-m-layer-zfbtk-tip img {
    width: 132px;
    height: 210px;
    margin: 20px auto;
}

/* 支付宝提款提示 */

#w-tips {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#w-tips img {
    width: 300px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.table-border {
    font-size: 14px;
    color: #333;
}

.night .table-border {
    color: #fcfcfc;
}

.table-border .account-info {
    display: flex;
    justify-content: space-between;
    border-bottom: #f1f1f1 solid 1px;
    padding: 10px 0px;
}

.night .table-border .account-info {
    border-bottom: #575f72 solid 1px;
}

.table-border .account-tops {
    background: #fdff93;
    padding: 10px;
}

.table-border .account-tops .account-top-title {
    font-size: 14px;
    color: #ff2d55;
    text-align: center;
    margin-bottom: 15px;
}

.table-border .account-tops .account-span {
    font-size: 14px;
    color: #ff2d55;
    text-align: left;
}

.layui-m-layer-withdraw-submit-layer .layui-m-layercont {
    padding: 0px 15px 20px 15px;
}

.layui-m-layer-withdraw-submit-layer .layui-m-layerbtn span {
    border: 1px solid #666;
    margin: 0 10px;
}

.account-notice {
    line-height: 1.8;
    padding: 10px;
    font-size: 12px;
}

.layui-m-layer-limit-pop-layer {
    background: white !important;
    border-radius: 10px !important;
    width: 80% !important;
}

.night .layui-m-layer-limit-pop-layer {
    background-color: #222222 !important;
}

.layui-m-layer-limit-pop-layer h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 93%;
    margin: auto;
    height: 44px;
    border-bottom: 1px solid var(--3, #ffffff08);
}

.layui-m-layer-limit-pop-layer .layui-m-layercont {
    padding: 20px 10px !important;
    background: transparent !important;
}

.layui-m-layer-limit-pop-layer .content-view {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.layui-m-layer-limit-pop-layer .content-view .limit-view {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 58px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.layui-m-layer-limit-pop-layer .content-view .limit-view .limit-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}

.layui-m-layer-limit-pop-layer .content-view .red-txt {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #d02443;
}

.layui-m-layer-limit-pop-layer .layui-m-layerbtn {
    background: transparent !important;
    padding: 0 10px;
    box-sizing: border-box;
}

.layui-m-layer-limit-pop-layer .layui-m-layerbtn span {
    background: transparent !important;
}

.layui-m-layer-limit-pop-layer .layui-m-layerbtn span[no] {
    color: var(--50, #00000080);
}

.night .layui-m-layer-limit-pop-layer .layui-m-layerbtn span[no] {
    border-top: 1px solid var(--3, #ffffff08);
    border-right: 1px solid var(--3, #ffffff08);
    color: var(--50, #ffffff80);
}
.night .layui-m-layer-limit-pop-layer .layui-m-layerbtn span[yes] {
    border-top: 1px solid var(--3, #ffffff08);
}
