* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
:root {
    --yellow-1: #FAC10C;
    --bmian: var(--white);
    --white:#ffffff;
    --main-color: #1AB266;
    --main_gradient-color: linear-gradient(90deg, #3BAF4C 0%, #00D08A 100%);
    --main_gradient-color2: linear-gradient(180deg, #49C755 0%, #0F9957 100%);
    --light-main_gradient-color: var(--main_gradient-color);
    --text_white: #fff;
    --light-bg_white: #fff;
    --light-main-color: var(--main-color);
    --norm_red-color: #FB5B5B;
    --norm_green-color: #18b660;
    --norm_secondary-color: #FEAA57;
    --norm_Purple-color: #C86EFF;
    --norm_bule-color: #6EA8F4;
    --button_dis_color: linear-gradient(90deg, #CCCEDC 15.38%, #CDCFDD 98.73%);
    --text_color_L1: #020D37;
    --text_color_L2: #768096;
    --text_color_L3: #B6BCC8;
    --text_color_L4: #FFF;
    --bg_color_L1: #F2F2F1;
    --bg_color_L2: #FFF;
    --bg_color_L3: #F6F6F6;
    --Dividing-line_color: #E1E1E1;
    --sheet_nva_color: var(--main-color);
    --sheet_detail_bg_color: var(--bg_color_L3);
    --pop_bg-color: linear-gradient(180deg, #13BF77 13.44%, #4CCC77 86.56%);
    --iconSecondary: rgba(24, 182, 96, .3);
    --icon2: rgba(7, 221, 209, .3);
    --tab1: #21D9CC;
    --tab2: #3BAF4C;
    --van-sidebar-text-color: var(--main-color);
    --van-picker-background: var(--bg_color_L2);
    --van-picker-option-text-color: var(--text_color_L2);
    --van-picker-confirm-action-color: var(--main-color);
    --van-checkbox-checked-icon-color: var(--main-color);
    --van-checkbox-label-color: var(--text_color_L2);
    --van-field-input-text-color: var(--text_color_L1);
    --van-radio-checked-icon-color: var(--main-color);
    --van-grid-item-content-background: var(--bg_color_L1);
    --van-text-color: var(--text_color_L1);
    --van-dialog-background: var(--bg_color_L2);
    --van-circle-color: var(--main-color);
    --van-slider-active-background: var(--main-color);
    --van-slider-inactive-background: var(--bg_color_L1);
    --van-circle-layer-color: var(--bg_color_L3);
    --van-calendar-range-edge-background: var(--main-color);
    --van-button-primary-background: var(--main_gradient-color);
    --van-button-primary-border-color: var(--main-color);
    --van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;
}

/*logout start*/
 .dialog.active {
        opacity: 1;
        visibility: visible;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .dialog {
        display:none;
        opacity:0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: var(--bgcolor-32);
        -webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
        transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
        z-index: 2004;
    }
    .dialog__outside {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: default;
        background: rgba(0, 0, 0, .6);
        z-index: 2002;
    }
    .dialog__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 8rem;
        min-height: 5.33333rem;
        border-radius: .26667rem;
        background: var(--bgDark-4, var(--bg_color_L2));
        -webkit-transition: opacity .3s, -webkit-transform .3s ease-in-out;
        transition: opacity .3s, -webkit-transform .3s ease-in-out;
        transition: opacity .3s, transform .3s ease-in-out;
        transition: opacity .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 2003;
        padding: .26667rem;
        border-radius: 20px;
    }
    .dialog.active .dialog__container {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .dialog__container-title {
        margin-top: .34667rem;
        font-size: .48rem;
        font-weight: 700;
        color: var(--text_color_L1);
    }
    .dialog__container-content{
        margin-top: .29333rem;
        color: var(--text_color_L2);
        font-size: .32rem;
        font-weight: 400;
    }
    .dialog__container-footer{
        display: initial;
        width: 100%;
        margin-top: .8rem;
        padding: 0 .26667rem;
    }
    .dialog__container-footer button {
        width: 100%;
        height: 1.06667rem;
        color: var(--main-color);
        font-size: .42667rem;
        text-align: center;
        border-radius: 9rem;
        border: .01333rem solid var(--main-color);
        background: transparent;
    }
    .dialog__container-footer button:first-of-type {
        margin-bottom: .26667rem;
        color: var(--text_color_L4);
        background: var(--main_gradient-color);
    }
/*logout end*/

/* preLoader start*/

/*.preload-boxshadow{*/
/*  background-color: #0000004d;*/
/*  position: fixed;*/
/*  top:0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 99999999;*/
/*}*/
.se-pre-con {
    z-index: 99999999;
	position: fixed;
	left: 50%;
	top: 50%;
  transform: translate(-50%,-50%);

}
@keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
.duiwinLoader-icon {
  position: relative;
}      
.duiwinLoader-icon div{
  animation: rotate 1s linear infinite;
}
.duiwinLoader-icon div>span{display: block;}
.duiwinLoader-icon div>span img{display: block;}
.duiwinLoader-icon div>span+span{
  left: 98px;
  top: -3px;
  position: absolute;
  width:10px;
  height: 10px;
  display: block;
  background-color: #03ce03;
  border-radius: 50%;
}

@keyframes zoom-in-out {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.4);
            }
            100% {
                transform: scale(1);
            }
        }
.duiwinLoader-icon>span{
  position: absolute;
  top:38%;
  left: 18%;
  animation: zoom-in-out 1s linear infinite;
}
.duiwinLoader-icon>span img{
  width: 130px;
}

/* preLoader end */   

.msg_Bonuspopup {
    top:0;
    left:0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}
.prompt-dialog {
    width: 8.29333rem;
    height: 12.4rem;
    border-radius: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: none;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    padding-bottom: 100px;
}
.prompt-dialog .van-dialog__footer button:before {
    display: none;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
}
.prompt-dialog .promptHeader {
    background: #2b3270;
    text-align: center;
    height: 1.17333rem;
    width: 8.29333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem;
    box-sizing: border-box;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
    height: 100%;
}
.prompt-dialog .promptContent {
    height: 9.33333rem;
    width: 8.29333rem;
    padding: .4rem .26667rem;
    overflow-y: auto;
    background: #2b3270;
    text-align: center;
}

.prompt-dialog .promptContent h2 span {
    background-color: rgb(255, 255, 0);
}

.prompt-dialog .promptContent p {
    color: #fff;
}

.prompt-dialog .van-dialog__footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    gap: .26667rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 3px #474444;
    padding: 10px;
}
.prompt-dialog .van-dialog__footer button{
    color: #fff;
    width: 80%;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    background: var(--main_gradient-color);
    border-radius: 1.06667rem;
    z-index: 100;
    font-weight: 700;
    font-size: .42667rem;
    font-family: Inter;
    font-style: normal;
    letter-spacing: .06667rem;
}

.prompt-dialog .van-dialog__footer:after {
    display: none;
}
.prompt-dialog .promptContent p b[style] {
    color: #000;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
    height: 100%;
}
.deposite_popup .van-dialog__header {
    padding-top: 0;
    width: 100%;
}

.deposite_popup .header {
    min-height: 1.86667rem;
    background-color: #34b253;
    color: #fff;
    padding-top: .33333rem;
    border-radius: .26667rem .26667rem 0 0;
}

.deposite_popup .header .title {
    font-size: .37333rem;
}

.deposite_popup .header .tip {
    font-size: .29333rem;
    font-weight: 400;
    margin-top: .26667rem;
    margin-bottom: 0;
}

.deposite_popup .container {
    padding: .26667rem .13333rem;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
    min-height: auto;
    position: static;
}

.deposite_popup .first_list-item {
    padding: .26667rem;
    border-radius: .26667rem;
    background: #eeeeee;
}

.deposite_popup .first_list-item .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .18667rem;
    color: #121212;
}

.deposite_popup .description {
    font-size: .29333rem;
    color: #4c35b7;
    margin-bottom: .26667rem;
}

.deposite_popup .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.deposite_popup .progress {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 26px;
    border-radius: 16px;
    background:var(--main_gradient-color);
}
.deposite_popup .progress .line {
    background: #dd9138;
    height: 16px;
    border-radius: 16px;
}

.deposite_popup .step {position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translate(-50%) translateY(-50%);color: #f0f1f5;}

.deposite_popup .btn {
    width: 2.13333rem;
    min-height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    font-size: .32rem;
    margin-left: .56rem;
    border-radius: .13333rem;
    padding: 0 .13333rem;
}

.deposite_popup .btn.n2 {
    border: .01333rem solid #2B3270;
    color: #2B3270;
}

.deposite_popup .first_list-item:not(:first-child) {
    margin-top: .26667rem;
}
.deposite_popup .first_list-item .head .title span {
    color:#2B3270;
}

.first_list-item .orange {
   color: #4a36b8;
}
/* login start */
.login__container-heading {
    min-height: 1.86667rem;
    padding-bottom: 0.26667rem;
    background: var(--main_gradient-color);
}
.login__container-heading__title {
    font-size: .42667rem;
    font-weight: 700;
    color: #fff;
    margin-left: 0.53333rem;
    padding-top: 0.26667rem;
}
.login__container-heading__subTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .29333rem;
    margin-top: 0.29333rem;
    margin-left: 0.53333rem;
    margin-bottom: 0.53333rem;
    white-space: normal;
}
.login__container-heading__subTitle>div {
    font-size: .29333rem;
    color: #fff;
}
.login__container .login_container-tab {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    padding: 0 0.53333rem;
}

.login__container .login_container-tab .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0.18667rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 1.86667rem;
    border-bottom: 0.02667rem solid #ddd;
    font-weight: 800;
}
.login__container .login_container-tab .active {
    border-bottom: 2px solid var(--main-color);
}
.login__container .login_container-tab .tab.active .font30 {
    color: var(--main-color);
}
.login__container .login_container-tab .tab svg{
    width:25px;
    height: 25px;
    fill: #768096;
}
.login__container .login_container-tab .tab .font30 {
    font-size: .4rem;
    color: #768096;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    word-break: break-all;
    white-space: pre-wrap;
    margin-top: 0.21333rem;
}

.login__container .login_container-tab .color {
    fill: var(--main-color);
}

.login__container-form {
    position: relative;
    margin-top: 0.74667rem;
    overflow: hidden;
    padding-inline: 0.53333rem;
    margin-bottom: 0.74667rem;
}
.phoneInput__container {
    margin-bottom: 0.8rem;
}
.phoneInput__container-label {
    margin-bottom: 0.32rem;
    color: #9195a3;
    font-size: 0.4rem;
}

.input-label {
    margin-bottom: 0.32rem;
    color: #9195a3;
    font-size: .4rem;
    gap: 5px;
}
.phoneInput__container-label {
    margin-bottom: 0.32rem;
    color: #9195a3;
    font-size: 0.4rem;
}
.dropdown {
    position: absolute;
    width: 2.48rem;
    height: 1.17333rem;
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1.17333rem;
    background: var(--van-white);
    outline: none;
    border-radius: 0.26667rem;
}
.phoneInput__container-input {
    gap: 0.24rem;
}
.dropdown__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0.4rem;
    font-size: .4rem;
    cursor: pointer;
}
.dropdown__value span {
    width: 0.90667rem;
    height: 1.17333rem;
    color: #768096;
}
.phoneInput__container-input input {
    width: 80%;
    height: 1.17333rem;
    margin-left: 2.66667rem;
    padding: 0.36rem 0.34667rem;
    color: #9195a3;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: var(--van-white);
}
.signIn__container-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 0.76rem;
    gap: 20px;
}
.signIn__container-button button.active {
    background-image: var(--main_gradient-color);
    color: #fff;
}

.signIn__container-button button {
    align-items: center;
    border: .5px solid var(--van-white);
    border-radius: 100px;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    letter-spacing: 2px;
    width: 87%;
    background-color: transparent;
}
.signIn__container-button .register {
    align-items: center;
    border: .5px solid  var(--main-color);
    border-radius: 100px;
    color: var(--main-color);
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    letter-spacing: 2px;
    width: 87%;
}
.signIn__container .signIn_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.77333rem;
    color: #f13f39;
    font-size: .32rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.signIn__container .signIn_footer .forgetbg {
    filter: hue-rotate(126deg);
    width: 1.06667rem;
    height: 1.06667rem;
    background-image: url(../images-new/forgetpassword-efa5d149.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.customcon svg{
    filter: hue-rotate(126deg);
}
.signIn__container .signIn_footer .forgetcon, .signIn__container .signIn_footer .customcon {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.signIn__container .signIn_footer .font24 {
    font-size: .32rem;
    font-weight: 400;
    color: #9195a3;
    text-align: center;
}

.captcha_box {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #201d2b;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--van-padding-md)* 2);
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.captcha__main {
    background: rgb(244, 245, 246);
}
/* login end*/
/* forget */
.rpwd__C-form {
    position: relative;
    margin-top: 0.74667rem;
    overflow: hidden;
    padding-inline: 0.53333rem;
}
.input-label img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}
.passwordInput__container {
    margin-bottom: 0.53333rem;
}
.verifyInput__container-label {
    margin-bottom: 0.32rem;
    color: #9195a3;
    font-size: 0.4rem;
}

.verifyInput__container-label, .verifyInput__container-input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.verifyInput__container-label__icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}
.verifyInput__container-input {
    position: relative;
    gap: 0.24rem;
    border-radius: 0.26667rem;
}
.verifyInput__container-input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: var(--van-white);
}
.register__container-remember {
    margin-top: 0.84rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.register__container-remember .van-checkbox {
    display: inline-flex;
    width: 100%;
}

.van-checkbox {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}
.register__container-button {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin: 10px 0 20px;
    gap: 20px;
}
.register__container-button button {
    align-items: center;
    border: .5px solid var(--main-color);
    border-radius: 100px;
    color: var(--main-color);
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    letter-spacing: 2px;
    width: 87%;
    background-image:var(--main_gradient-color);
    color: #fff;
}
.van-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    aspect-ratio: 1;
    border: 0.01333rem solid var(--main-color);
    -webkit-transition-duration: var(--van-checkbox-duration);
    transition-duration: var(--van-checkbox-duration);
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border-radius: 50%;
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.van-checkbox input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
}
.van-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.van-checkbox input:checked ~ .checkmark {
    background-color: var(--main-color);
}
.van-checkbox .checkmark::after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* forget */
/* register */
.register__container-invitation__input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.register__container-invitation__input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    color: rgb(136, 136, 136);
    background-color:var(--van-white);
}
.register__container-button button.login {
    align-items: center;
    border: .5px solid var(--main-color);
    border-radius: 100px;
    color: var(--main-color);
    display: flex;
    font-size: 1.3rem;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    letter-spacing: 2px;
    width: 87%;
    background-color: transparent;
    background-image: none;
}
.register__container-button button.login .account {
    font-size: 14px;
    color: rgb(118, 128, 150);
    margin-right: 10px;
    font-weight: 400;
}
.register__container-button button.login .loginin {
    font-size: 0.4rem;
    color: var(--main-color);
    font-weight: 700;
    margin-left: 0.22667rem;
}
.login__container-form .tab-content.active {
    display: block;
}
.login__container-form .tab-content {
    display: none;
}
/* register */


@font-face { font-family: vant-icon; src: url("data:font/woff2;charset=utf-8;base64,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") format("woff2"), url("//at.alicdn.com/t/c/font_2553510_ciljc7axaw7.woff?t=1705587463221") format("woff"); font-style: normal; font-weight: 400; font-display: auto; }

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #9195a3;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
html {
    font-size: 54px!important;
}
body {
    height: auto;
    font-size: 12px;
    font-family: var(--van-base-font);
}
#app {
    background: var(--bg_color_L1);
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
    padding-bottom: 80px;
}
.content-daman {
    gap: .13333rem;
    padding-bottom: 2.66667rem !important;
}
.content {
    padding: 0 .32rem;
    background: var(--bg_color_L1);
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u,  center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

/* changePassword */
.LoginP-container {
    height: 100%;
    padding-inline: 0.53333rem;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.LoginP-container-form {
    position: relative;
    margin-top: 1.33333rem;
    overflow: hidden;
}
.LoginP-container-form .passwordInput__container {
    margin-bottom: 20px;
}
.passwordInput__container-label {
    margin-bottom: 0.32rem;
    color: #9195a3;
    font-size: .4rem;
}
.phoneInput__container-label, .phoneInput__container-input, .input_wrapper, .input-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.02667rem;
}
.passwordInput__container-input {
    position: relative;
    gap: 0.24rem;
    border-radius: 0.26667rem;
}
.passwordInput__container-input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: var(--van-white);
}
.passwordInput__container-input img {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.53333rem;
    height: auto;
}
.fa-eye-slash .hid_pass {
    display: none;
}
.show_pass {
    display: none;
}
.fa-eye-slash .show_pass {
    display: block;
}
.LoginP-container-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.LoginP-container-button button {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    border-radius: 1.06667rem;
    border: none;
    background: var(--main_gradient-color);
}
/* changePassword */



/* Header */
.navbar {
    height: 1.22667rem;
    z-index: 100;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}
.navbar-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 10rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    -webkit-user-select: none;
    user-select: none;
    z-index: 100;
    background: var(--bg_color_L2);
    color: var(--text_color_L1);
}
.navbar__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.22667rem;
    color: var(--text_color_L1);
}

.navbar__content-left img {
    height: 100%;
}
.navbar__content-center {
    font-size: .48rem;
    line-height: .48rem;
}
.navbar__content-right{
    position: absolute;
    right: .32rem;
}
.nav-right{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .26667rem;
}
svg {
    height: 100%;
}
.svg-icon {
    width: 1.5em;
    height: 1.5em;
    fill: var(--svgHoticon);
    vertical-align: middle;
}
.navbar__content-right svg {
    width: .64rem;
}
.nav-right svg {
    width: .64rem;
    height: .64rem;
}
.nav-right .text {
    color: var(--text_color_L2);
}
.nav-right .money{
    color: var(--main-color);
}
/* Header */

/* notification */
.notification-container {
    padding: 0 .32rem .4rem;
    padding-top: 20px;
}
.notification-container-content {
    min-height: 2.66667rem;
    background: var(--bg_color_L2);
    border-radius: .26667rem;
    padding: .34667rem .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .32rem;
    color: #7e829f;
}
.notification-container-content-title svg {
    min-width: .66667rem;
    min-height: .66667rem;
    -webkit-margin-end: .16rem;
    margin-inline-end: .16rem;
    width: 1em;
    height: 1em;
}
.notification-container-content-desc {
    margin-top: .32rem;
    word-break: break-all;
    color: #acafc2;
    font-size: 14px;
    line-height: 1.3;
}
.notification-container-content h5 {
    margin-top: .34667rem;
    font-size: .32rem;
    color: var(--main-color);
}
.notification-container-content-title span {
    font-size: .42667rem;
    color: #000;
}
/* notification */

/* customer support */
.sub-link-container {
    margin: auto;
    width: 95%;
    margin-top: 10px;
}
.sub-link {
    align-items: center;
    background-color:#fff;
    border-radius: 10px;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding: 15px 20px;
    width: 100%;
}
.container img {
    filter: saturate(1.3);
}
.sub-link-logo {
    width: 30px;
}
.sub-link-txt {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
}
.d-flex {
    display: flex;
    align-items: center;
}
/* submitissue */
.container.SubmitIssue {
    background-color:var(--bg_color_L1);
    padding-bottom: 2rem;
}
.issue-container {
    margin: auto;
    width: 90%;
}
.mt-2 {
    margin-top: 20px !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.earning-heading {
    align-items: center;
    border-left: 5px solid var(--main-color);;
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    justify-content: start;
    padding-left: 5px;
    width: 100%;
}
.select_box {
    margin: 20px 0 0;
}
.select_box select {
    width: 100%;
    border: 1px solid var(--main-color);;
    border-radius: 3px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
}
.input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.input-group {
    align-items: center;
    background: #0b060b;
    background:#fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.d-input {
    background-color: #0b060b;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    height: 45px;
    outline: none;
    padding: 15px;
    width: 100%;
}
.password {
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 6% 50%;
}
input[type="file"] {
    font-size: 13px;
}
.make-att-btn {
    margin: 70px auto;
    width: 70%;
}
.make-att-btn .link-btn {
    display: block;
    width: 100%;
    outline: 0;
    cursor: pointer;
    border: none;
    font-size:16px;
}
.link-btn {
    border-radius: 100px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
}
.list-container {
    margin: auto;
    width: 90%;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.issue {
    align-items: start;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    padding: 20px 10px;
    width: 100%;
}
.issue h5, .issue p {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.issue .footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}
.login-time, .noti-msg {
    font-size: 13px;
    margin-top: 20px;
}
.footer .status {
    align-items: center;
    background-color: #181a53;
    background-color: var(--main-color);
    border-radius: 2px;
    color: #fff;
    color: #fff;
    display: flex;
    font-size: 11px;
    gap: 5px;
    justify-content: center;
    padding: 2px 10px;
}

/* submitissue */
/* customer support */

/* feedback */
.feedback-container {
    margin-top: 0.32rem;
}
.feedback-container-content {
    padding: 0px 0.32rem;
}
.feedback-container-content-text {
    height: 9.13333rem;
    background: var(--bg_color_L2);
    border-radius: 0.26667rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0.53333rem;
}
.feedback-container-content-text-wrapper {
    width: 100%;
    height: 5.33333rem;
}
.feedback-container-content-text textarea {
    border: none;
    font-size: 0.32rem;
    width: 100%;
    height: 100%;
    background: transparent;
    color: var(--text_color_L1);
}
.feedback-container-content-describe {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.97333rem 0px 1.12rem;
}
.feedback-container-content-describe h5 {
    font-size: 0.37333rem;
    color: var(--darkTextW, var(--text_color_L1));
    margin-bottom: 0.2rem;
}
.feedback-container-content-describe img {
    width: 5.86667rem;
    margin-top: 0.49333rem;
}
.feedback-container-footer {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    bottom: 1.06667rem;
    width: 100%;
    padding-bottom: 0.66667rem;
}
.feedback-container-footer button {
    width: 8.98667rem;
    height: 1.06667rem;
    font-size: 0.4rem;
    background: var(--main_gradient-color);
    border-radius: 1.06667rem;
    color: var(--text_color_L4);
    border: none;
}
/* feedback */

/* GameStats */
.gamestats-container-header {
    padding: 0.4rem 0px 0px;
    width: 100%;
    overflow: auto;
}
.gamestats-container-header .van-tabs--card .van-tabs__wrap .van-tabs__nav--card {
    border: none;
    background: transparent;
}
.gamestats-container-header .van-tabs--card .van-tabs__wrap .van-tab--card {
    width: 100%;
    height: 0.8rem;
    background: var(--bg_color_L2);
    box-shadow: none;
    border-radius: 0.53333rem;
    font-size: 0.34667rem;
    text-align: center;
    color: var(--text_color_L2);
    border: none;
    margin: 0px 0.06667rem;
}
.gamestats-container-header .van-tabs--card .van-tabs__wrap .van-tab--active {
    background: var(--main_gradient-color);
    color: var(--text_color_L4);
}
.gamestats-container-banner {
    height: 3.2rem;
    background: var(--bg_color_L2);
    border-radius: .26667rem;
    margin: .4rem .32rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.gamestats-container-banner h1 {
    color: var(--norm_secondary-color);
    font-size: .56rem;
    font-weight: 700;
}
.gamestats-container-banner span {
    color: var(--text_color_L2);
    margin-top: .32rem;
    font-size: .4rem;
}
/* GameStats */




/* Home */


.slider {
    margin: 5px -5px 0 -5px;
    border-radius: 10px;
    overflow: hidden;
}
.slide-item{
    padding: 0 5px;
}
.slider img {
    height: 170px;
    width: 100%;
    border-radius: 10px;
}

#app .noticeBar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: .98667rem;
    padding-inline: .26667rem;
    color: var(--text_color_L1);
    font-size: .32rem;
    border-radius: 99rem;
    background-color: var(--bg_color_L2);
    gap: .10667rem;
}

#app .noticeBar__container>svg {
    width: .42667rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: .22667rem;
}
#app .noticeBar__container-body {
    width: 9.33333rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: .8rem;
    line-height: .98667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@keyframes marquee {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}
#app .noticeBar__container-body-text {
    font-size: 0.2788rem;
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content;
    max-height: .85333rem;
    line-height: .42667rem;
    -webkit-animation: marquee 7s linear infinite;
    animation: marquee 7s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: column;
    -webkit-justify-content: column;
    justify-content: column;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}

#app .noticeBar__container button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    gap: .06667rem;
    width: 2rem;
    height: .66667rem;
    margin-left: auto;
    color: var(--text_color_L4);
    border-radius: .53333rem;
    background: var(--main_gradient-color);
    border: 0;
}
#app .noticeBar__container button svg{
width:0.32rem;
}
.gameTypeHome .van-tabs__wrap {height: auto;}
.gameTypeHome .van-tabs__wrap .van-tabs__nav {
    padding: 0;
    background: inherit;
}
.van-tabs__nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: var(--van-tabs-nav-background);
    -webkit-user-select: none;
    user-select: none;
}


.gameTypeHome .van-tabs__wrap .van-tabs__nav .van-tab.van-tab--active {
    opacity: 1;
    font-weight: 400;
}

.gameTypeHome .van-tabs__wrap .van-tabs__nav .van-tab {
    padding:0 10px;
    color: var(--text_color_L2);
    opacity: .7;
}
.game_Type-tab a{
    color: #fff;
}
.game_Type-tab{
      opacity:0.7;
   }
.game_Type-tab.active{
  opacity:1;
}

.gameTypeHome .van-tabs__wrap .van-tabs__nav .tabs-btn {
    font-size: .32rem;
    padding: 0 10px;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 1.52rem;
}
.gameTypeHome .van-tabs__wrap .van-tabs__nav .tabs-btn img {
    width: 1.52rem;
    height: 1.52rem;
}

/*.game-content {*/
/*    color: var(--text_color_L1);*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-flex-direction: column;*/
/*    flex-direction: column;*/
/*    gap: .53333rem;*/
/*}*/
.title.lott {
    height: .56rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    font-weight: 600;
    margin-bottom: .13333rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.title.lott b {
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: unset;
}

.title b{
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: .13333rem;
    margin-inline-end: .13333rem;
}
.title>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .16rem;
}

.title .allMore {
    height: .42667rem;
    padding: 0 .18667rem;
    width: -webkit-fit-content;
    width: fit-content;
    line-height: .42667rem;
    color: var(--main-color);
    font-size: .26667rem;
    background: var(--bg_color_L2);
    border-radius: .10667rem;
}
.title .right_btn svg {
    width: .77333rem;
    height: .42667rem;
}
.tip {
    font-size: .26667rem;
    color: var(--text_color_L2);;
    margin-bottom: .32rem;
}
.tip span{
    color: var(--main-color);
}

.lotteryitem {
    padding: 0px 5px;
}
.sportsitem {
    padding: 0px 5px;
}
.jackpotitem {
    padding: 0px 5px;
}

/* original */
.picContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .16rem;
}
.picContainer img, .picContainer .b,
.sportsitem img,
.jackpotitem img{
    width: 2.93333rem;
    height: 3.5rem;
    border-radius: .26667rem;
}
.more {
    width: calc((100% - .32rem) / 3);
    height: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-image: url(/assets/png/p3morebg-0a4d5881.png);
    background-color: #221f2e;
    background-repeat: no-repeat;
    background-size: 2.2rem 2.32rem;
    background-position: top right;
    border-radius: .13333rem;
    overflow: hidden;
    color: var(--text_color_L1);
}
.more {
    background-image: url(../images-new/p3morebg-94bcb6ca.png);
    background-color: #1ab2661f;
    background-repeat: no-repeat;
    background-size: 2.2rem 2.32rem;
    background-position: top right;
    color: var(--main-color);
}
.more-l1 {
    color: var(--main-color);
}
.more-l1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.more-l1 svg {
    width: .66667rem;
    height: .66667rem;
}

.more-l2 {
    height: 1.28rem;
    line-height: 1.06667rem;
    padding-top: .16rem;
    font-size: .37333rem;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(34, 31, 46, .5) -25.19%, #38374b 57.97%);
    background: linear-gradient(180deg, rgba(34, 31, 46, .5) -25.19%, #38374b 57.97%);
}
.more-l2 {
    color: #fff;
    background: -webkit-linear-gradient(top, rgba(52, 179, 84, .1) 0%, #1AB266 100%);
    background: linear-gradient(180deg, rgba(52, 179, 84, .1) 0%, #1AB266 100%);
}
/* original */

/* slot van tab */
#app .homeNav .van-tabs__wrap {
    height: 1.33333rem;
    margin-bottom: .32rem;
}

#app .homeNav .van-tabs__wrap .van-tabs__nav {
    background: var(--bg_color_L2);
    padding: 0;
}


#app .homeNav .van-tabs__wrap .van-tabs__nav .van-tab {
    color: var(--text_color_L2);
    border-radius: .13333rem;
}
#app .homeNav .van-tabs__wrap .van-tabs__nav .slot-each__Tab.active {
    color: var(--text_color_L4);
    background: var(--main_gradient-color2);
}
#app .homeNav .van-tabs__wrap .van-tabs__nav .casino-each__Tab.active {
    color: var(--text_color_L4);
    background: var(--main_gradient-color2);
}

#app .homeNav .van-tabs__wrap .van-tabs__nav .tabs-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 1.33333rem;
}
.gameIcon {
    width: 1.33333rem;
    height: .66667rem;
}
.slot_body-section.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
.casino_body-section.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
.van-tab__panel-wrapper {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}
/* slot van tab */

/* winning information */
.p3_winner {
    color: var(--text_color_L1);
    margin-top: .53333rem;
}
.p3_winner .title {
    height: .56rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    font-weight: 500;
    margin-bottom: .13333rem;
}
.p3_winner .title b {
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: .13333rem;
    margin-inline-end: .13333rem;
}
.p3_winner-wrapper {
    border-radius: .13333rem;
    overflow: hidden;
}
.p3_winner-wrapper__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 1.86667rem;
    padding: .26667rem .24rem;
    background: var(--darkBg, var(--bg_color_L2));
    border-bottom: .01333rem solid var(--Dividing-line_color);
    gap: .21333rem;
}

.p3_winner-wrapper__item.slick-slide{display: flex;}

.p3_winner-wrapper__item img {
    width: .8rem;
    height: 1.06667rem;
}
.p3_winner-wrapper__item .info{
    -webkit-flex: 1;
    flex: 1;
}
.p3_winner-wrapper__item .info>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: .4rem;
    font-size: .32rem;
    color: var(--text_color_L2);
}
.p3_winner-wrapper__item .info>div+div{
    margin-top: .24rem;
}
.p3_winner-wrapper__item .info .name{
    color: var(--text_color_L1);
}
.p3_winner-wrapper__item .info .amount {
    color: var(--main-color);
}
/* winning information */

/* total earning chart */
.dailyProfitRank {
    color: var(--text_color_L1);
}
.dailyProfitRank .title {
    height: 1.12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .48rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.dailyProfitRank .title b {
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: .13333rem;
    margin-inline-end: .13333rem;
}
.dailyProfitRank__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dailyProfitRank__content-topThree {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    width: 100%;
    height: 3.33333rem;
    z-index: 1;
    background: url(../images-new/DailyProfitRankStage.png) no-repeat center center / 100% 100%;
}
.dailyProfitRank__content-topThree__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3rem;
    height: 3.46667rem;
}
.dailyProfitRank__content-topThree__item>div:first-of-type {
    position: relative;
    display: grid;
    place-items: center;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    min-height: 1.6rem;
    border-radius: 50%;
    overflow: hidden;
}
.dailyProfitRank__content-topThree__item>div:first-of-type>img {
    width: calc(100% - .06667rem);
    height: calc(100% - .06667rem);
}
.dailyProfitRank__content-list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .21333rem;
    width: 100%;
}
.dailyProfitRank__content-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 1.36rem;
    padding: .14667rem .25333rem .14667rem .44rem;
    background: var(--darkBg, var(--bg_color_L2));
    border-radius: .13333rem;
}
.dailyProfitRank__content-list__item span.left-rank {
    margin-right: .41333rem;
    color: var(--text_color_L2);
    font-size: .48rem;
    font-weight: 500;
}
.dailyProfitRank__content-list__item img {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-right: .17333rem;
    border-radius: 50%;
}
.dailyProfitRank__content-list__item span.middle-name {
    color: var(--text_color_L2);
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 2.66667rem;
}
.dailyProfitRank__content-list__item span.right-box {
    line-height: .66667rem;
    width: 3.46667rem;
    height: .66667rem;
    margin-left: auto;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    border-radius: 9rem;
    background: var(--main_gradient-color);
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:first-of-type {
    position: relative;
    top: -.33333rem;
    left: -.25333rem;
    width: 1.14667rem;
}
.dailyProfitRank__content-topThree__item>div:last-of-type img:last-of-type {
    width: 1.78667rem;
    height: .42667rem;
}

.dailyProfitRank__content-topThree__item>div:last-of-type {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1.78667rem;
    height: 1.82667rem;
}
.dailyProfitRank__content-topThree__item>span:first-of-type {
    margin-block: 18% 8%;
    font-size: .32rem;
    width: 2.66667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dailyProfitRank__content-topThree__item>span:last-of-type {
    width: 2.66667rem;
    height: .66667rem;
    padding: .17333rem .18667rem;
    font-size: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: 9rem;
    background: var(--bgDark, rgba(255, 255, 255, .3));
}
.dailyProfitRank__content-topThree__item:nth-child(2) {
    right: .10667rem;
}
.dailyProfitRank__content-topThree__item:nth-child(3) {
    left: .16rem;
}
.dailyProfitRank__content-topThree__item>span {
    color: #fff;
    padding: 0 .13333rem;
    text-align: center;
}
/* total earning chart */

/* basic tool */
.tool {
    color: var(--text_color_L1);
    font-size: .32rem;
    margin-top: .53333rem;
}
.tool .title {
    height: .56rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    font-weight: 500;
    margin-bottom: .13333rem;
}
.tool .title b {
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: .13333rem;
    margin-inline-end: .13333rem;
}
#app .tool-container {
    padding: .53333rem 0;
}
.tool-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .26667rem 0;
    gap: .53333rem;
    background-color: var(--bg_color_L2);
    margin-top: .32rem;
    border-radius: .21333rem;
}
.tool-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc((100% - 1.06667rem) / 3);
    gap: .13333rem;
    text-align: center;
}
.tool-item svg {
    width: .8rem;
    height: .8rem;
}
/* basic tool */

.p3-terms {
    background: var(--bg_color_L2);
    border-radius: .26667rem;
    padding: .26667rem;
    margin-top: .53333rem;
    margin-bottom: .4rem;
}

.p3-terms-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}
.p3-terms-logo-left {
    width: 2.48rem;
    height: .93333rem;
}
.p3-terms-logo>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.p3-terms-logo svg, .p3-terms-logo img {
    height: 58px;
    margin: auto;
}
.p3-terms-logo-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.06667rem;
}
.p3-terms-icons {
    margin-top: 26px;
}
.p3-terms-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .66667rem;
}
.p3-terms-icons svg {
    width: 2.8rem;
    height: 1.06667rem;
    margin-bottom: .21333rem;
}
.p3-terms-rule {
    color: var(--text_color_L1);
    font-family: Inter;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .4rem;
}
.p3-terms-rule svg {
    width: .21333rem;
    height: .21333rem;
    vertical-align: middle;
    color: var(--main-color);
}
.p3-terms-rule span{
    margin-left: .06667rem;
    vertical-align: middle;
}

.p3-terms-tips {
    color: var(--main-color);
    font-family: Inter;
    font-size: .32rem;
    font-weight: 400;
    margin: .10667rem 0;
}

/* language */
.languages {
    padding-bottom: .4rem;
}


/* footer */
body #app .tabbar__container {
    background: var(--bg_color_L2);
}
#app .tabbar__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tabbar__container {
    position: fixed;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 10rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    height: 1.73333rem;
    padding-block: 0 .13333rem;
    font-size: .29333rem;
    background: #08081C;
    z-index: 100;
}
.tabbar__container-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: .11707rem;
    color: var(--text_color_L2);
}
.tabbar__container-item svg {
    display: block;
    width: .53333rem;
    height: .53333rem;
}
.tabbar__container-item.active {
    color: var(--text_color_L1);
}
.tabbar__container-item:nth-of-type(3) .promotionBg {
    background: var(--main_gradient-color2);
    width: 1.6rem;
    height: 1.01333rem;
    border-radius: .50667rem;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
body #app .tabbar__container .tabbar__container-item:nth-of-type(3) .svg-icon {
    color: #fff;
}
/* footer */

.lotteryitem img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Home */

/* promotion */

/* header */
    .navbar {
    height: 1.22667rem;
    z-index: 100;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.navbar__content-left {
    position: absolute;
    left: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    top: 0;
}
.navbar__content-center {
    font-size: .48rem;
    line-height: .48rem;
}
.navbar__content-right {
    position: absolute;
    right: .32rem;
}
.navbar__content-right svg {
    width: .64rem;
    height: .64rem;
}
/* header */

/* container */

.container .amount {
    font-weight: 500;
    font-size: .44rem;
    line-height: .64rem;
    color: #000;
    margin-bottom: .21333rem;
}
.container .amount_txt {
    height: .64rem;
    min-width: 3.41333rem;
    background: var(--bg_color_L2);
    color: var(--main-color);
    border-radius: .66667rem;
    line-height: .64rem;
    text-align: center;
    font-size: .34667rem;
    margin-bottom: .13333rem;
    white-space: nowrap;
    padding: 0 .33333rem;
}
.container .tip {
    font-size: .29333rem;
    margin-bottom: .26667rem;
    color: var(--text_color_L4);
}
.container .info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 9.33333rem;
    min-height: 5.06667rem;
    background-color: var(--darkBg, var(--bg_color_L2));
    border-radius: .26667rem;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.container .info_content .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: .2rem;
}
.container .info_content .info .head {
    height: 1.06667rem;
    line-height: 1.06667rem;
    background-color: var(--sheet_nva_color);
    color: #fff;
    font-size: .34667rem;
    padding-left: .21333rem;
    margin-bottom: .2rem;
    background-repeat: no-repeat;
    background-position: .26667rem center;
}
.container .info_content .info .head svg {
    width: .64rem;
    height: .64rem;
}
.container .info_content .info .line1.r, .container .info_content .info .line2.r, .container .info_content .info .line3.r {
    border-right: .01333rem solid var(--bg_color_L3);
}
.container .info_content .info .line1, .container .info_content .info .line2, .container .info_content .info .line3 {
    color: var(--text_color_L1);
    font-size: .29333rem;
    text-align: center;
    padding-top: .2rem;
}
.container .info_content .info .line1>div {
    color: var(--text_color_L1);
}
.container .info_content .info .line1>div, .container .info_content .info .line2>div, .container .info_content .info .line3>div {
    font-size: .37333rem;
}
.container .info_content .info .line2>div {
    color: var(--norm_green-color);
}
.container .info_content .info .line3>div {
    color: var(--norm_secondary-color);
}
.container .info_content .info .head.u2{
    border-left: .02667rem solid var(--darkBg, var(--bg_color_L2));
}

/* container */

.content .shareBtnContainer {
    margin: .48rem 0 .34667rem;
    width: 100%;
    height: .93333rem;
    text-align: center;
}
.content .shareBtnContainer .shareBtn {
    width: 8.8rem;
    height: 100%;
    color: var(--text_color_L4);
    font-size: .4rem;
    font-weight: 700;
    letter-spacing: .01333rem;
    border: none;
    border-radius: 99rem;
    background: var(--main_gradient-color);
}
/* container */
/* promote_cell */
.promote__cell-item {
    padding: .37333rem .26667rem .37333rem .37333rem;
    background: var(--bg_color_L2);
    box-shadow: var(--BoxShadowColor-9);
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .26667rem;
}
.promote__cell-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.promote__cell-item .label svg {
    width: .8rem;
    height: .8rem;
    margin-right: .13333rem;
}
.promote__cell-item .label span {
    font-weight: 300;
    font-size: .37333rem;
    line-height: .29333rem;
    color: var(--text_color_L1);
}
.promote__cell-item .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.promote__cell-item .arrow span {
    font-weight: 400;
    font-size: .32rem;
    line-height: .29333rem;
    color: var(--text_color_L2);
    margin-right: .10667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
}
.promote__cell-item .arrow span svg {
    width: .48rem;
    height: .48rem;
}
/* promote_cell */

/* commission */
.content .commission {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 2.93333rem;
    padding: .25333rem .18667rem;
    border-radius: .13333rem;
    background-color: var(--bg_color_L2);
    box-shadow: var(--BoxShadowColor-9);
}
.content .commission__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .22667rem;
    font-size: .37333rem;
    font-weight: 600;
    letter-spacing: .00667rem;
    color: var(--text_color_L1);
}
.content .commission__title svg {
    margin-right: .10667rem;
    font-size: .64rem;
    width: .64rem;
}
.content .commission__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-top: .26667rem;
}
.content .commission__body>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.content .commission__body>div span:first-of-type {
    color: var(--text_color_L1);
    font-size: .4rem;
    font-weight: 500;
}
.content .commission__body>div span {
    letter-spacing: .01333rem;
    font-family: Inter, sans-serif;
    text-align: center;
}
.content .commission__body>div span:last-of-type {
    color: var(--text_color_L2);
    font-size: .32rem;
    line-height: .53333rem;
}
.content .commission__body>span {
    width: .00667rem;
    height: .93333rem;
    background: var(--Dividing-line_color);
}

/* team report */
.TeamReport__C{
    padding: 0 .32rem;
}
.navbar__content-left .van-icon {
    color: var(--text_color_L1);
    font-size: .48rem;
}
.TeamReport__C-head {
    height: 2.4rem;
}
.TeamReport__C-head-fixed {
    position: fixed;
    top: .93333rem;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    max-width: 10rem;
    background-color: var(--bg_color_L1);
    z-index: 9;
    padding: .13333rem .32rem;
}
.searchbar-container {
    position: relative;
    z-index: 1;
}
.searchbar-container input {
    color: var(--text_color_L1);
}
.searchbar-container__searchbar {
    width: 100%;
    margin-top: .26667rem;
    padding: .26667rem;
    outline: none;
    border: none;
    height: 1.06667rem;
    border-radius: .13333rem;
    background: var(--bg_color_L2);
    font-size: .37333rem;
    position: relative;
}
.searchbar-container .searchIcon {
    position: absolute;
    right: .53333rem;
    margin-top: .4rem;
    width: 1.6rem;
    min-height: .8rem;
}
.TeamReport__C-head-line2 {
    height: 1.06667rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: var(--text_color_L2);
    font-size: .37333rem;
    margin-top: .26667rem;
}
.TeamReport__C-head-line2>div {
    border-radius: .13333rem;
    line-height: 1.06667rem;
    width: calc(100% - .13333rem);
    padding: 0 .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: var(--bg_color_L2);
}
.TeamReport__C-head-line2 .default {
    color: var(--text_color_L1);
}

.TeamReport__C-head-line2>div+div {
    margin-left: .26667rem;
}

.headLogo {
    width: 85px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.TeamReport__C-body {
    margin-top: .53333rem;
    color: var(--text_color_L2);
}
#app .TeamReport__C-body .header-container {
    background: var(--main-color);
}
.TeamReport__C-body .header-container {
    min-height: 2.66667rem;
    background-color: var(--bg_color_L3);
    color: var(--text_color_L1);
    font-size: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .53333rem 0;
    margin-bottom: .4rem;
    border-radius: .26667rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#app .TeamReport__C-body .header-container>div {
    color: #fff;
}

.TeamReport__C-body .header-container>div {
    width: 50%;
    text-align: center;
    color: var(--text_color_L1);
}
.TeamReport__C-body .header-container .num {
    height: .56rem;
    font-size: .48rem;
    font-weight: 700;
    margin-bottom: .4rem;
}
#app .TeamReport__C-body .header-container>div>div:last-of-type {
    color: #fff;
}
.TeamReport__C-body .header-container>div+div {
    position: relative;
    margin-bottom: .13333rem;
}
.TeamReport__C-body .header-container>div+div:before {
    content: "";
    display: block;
    position: absolute;
    border-right: .01333rem solid var(--text_color_L3);
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
}
.infiniteScroll[data-v-cbab7763] {
    min-height: 2.66667rem;
    border-radius: .16rem;
}
.infiniteScroll__loading[data-v-cbab7763] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 1.17333rem;
    margin-top: auto;
    margin-bottom: .4rem;
    color: var(--text_color_L1);
    font-size: .37333rem;
    text-align: center;
}
.empty__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#app .empty__container svg {
    opacity: .2;
}
.empty__container svg {
    width: 5.17333rem;
    height: 3.02667rem;
    margin-top: .4rem;
    margin-bottom: .24667rem;
}
.empty__container p {
    color: var(--text_color_L3);
    font-size: .34667rem;
}
/* team report */

/* mycommission */
.myCommission__container .ar-searchbar__selector, .myCommission__container .ar-searchbar, .myCommission__container .ar-searchbar-type {
    width: 100%;
}
.myCommission__container {
    padding-inline: .32rem;
    padding-block: 0 1.49333rem;
    font-family: bahnschrift;
}

.ar-searchbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .29333rem;
    width: 100%;
    font-size: .37333rem;
    margin-top: .26667rem;
    margin-bottom: .21333rem;
}

.ar-searchbar__selector {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 4.53333rem;
    height: 1.06667rem;
    color: var(--text_color_L2);
}

.ar-searchbar__selector div {
    line-height: 1.06667rem;
}

.ar-searchbar__selector>div:first-of-type {
    position: relative;
    padding: 0 .26667rem;
    z-index: 10;
}
.ar-searchbar__selector>div {
    width: 100%;
    line-height: 1.06667rem;
    border-radius: .13333rem;
    background: var(--darkBg, var(--bg_color_L2));
}
.ar-searchbar__selector>div:first-of-type i {
    position: absolute;
    top: 50%;
    right: .21333rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* mycommission */

/* rules */
.promotion-page {
    padding-inline: .34667rem;
    padding-block: 0 1.49333rem;
    font-family: bahnschrift;
}

.promotion-page .promotion-mian {
    padding-top: .4rem;
}
.promotion-page .promotion-mian .promotion-mian__title {
    text-align: center;
    margin-bottom: .66667rem;
}
.promotion-page .promotion-mian .promotion-mian__title h1 {
    margin-bottom: .2rem;
    color: var(--main-color);
    font-size: .48rem;
    line-height: .48rem;
    font-weight: 600;
}
.promotion-page .promotion-mian .promotion-mian__title p {
    color: var(--text_color_L2);
    font-size: .37333rem;
}
#app .ruleHead {
    position: relative;
}
.promotion-page .promotion-mian .promotion-box {
    position: relative;
    padding: .57333rem .24rem .33333rem;
    border-radius: .21333rem;
    background: var(--bg_color_L2);
    margin-bottom: .66667rem;
}
#app .ruleHead svg {
    position: absolute;
    top: -.02667rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 6.58667rem;
    height: .8rem;
    z-index: 1;
    color: var(--main-color);
}
#app .ruleHead .promotion-title, #app .promotion-grade-th {
    color: var(--text_color_L4);
}
.promotion-page .promotion-mian .promotion-box .promotion-title {
    position: absolute;
    top: .13333rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 2.13333rem;
    height: .53333rem;
    color: var(--text_color_L1);
    font-size: .32rem;
    text-align: center;
    line-height: .53333rem;
    z-index: 1;
}
.promotion-page .promotion-mian .promotion-box .promotion-txt {
    color: var(--text_color_L2);
    font-size: .32rem;
    letter-spacing: .01333rem;
    line-height: .50667rem;
    padding-top: .46667rem;
}

.promotion-page .promotion-mian .promotion-grade {
    overflow: hidden;
    margin-bottom: .66667rem;
}
#app .ruleHead .promotion-title, #app .promotion-grade-th {
    color: var(--text_color_L4);
}

.promotion-page .promotion-mian .promotion-grade-th {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 1.33333rem;
    color: #fff;
    font-size: .34667rem;
    line-height: 1.33333rem;
    background: var(--light-main-color, var(--sheet_nva_color));
    border-radius: .21333rem .21333rem 0 0;
    text-align: center;
}
.promotion-page .promotion-mian .promotion-grade-th .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.promotion-page .promotion-mian .promotion-grade-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc(100% + .01333rem);
    background-color: var(--bgDark-3, var(--bg_color_L2));
    margin: 0 -.01333rem;
    color: var(--text_color_L2);
}
.promotion-page .promotion-mian .promotion-grade-tr:nth-child(odd) {
    background: var(--sheet_detail_bg_color);
}
.promotion-page .promotion-mian .promotion-grade-tr .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 33.3%;
    height: .93333rem;
    padding: .06667rem 0;
    font-size: .34667rem;
    margin-bottom: -.01333rem;
    margin-right: -.01333rem;
}
.icon-LV {
    height: .61333rem;
    width: 1.33333rem;
    background: url(../images-new/lv-450d4246.png) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
}
.icon-LV .txt {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: .4rem;
    line-height: .42667rem;
    width: .69333rem;
    background: -webkit-linear-gradient(top, #fffba9 0%, #fff670 56.13%, #ffd180 100%);
    background: linear-gradient(180deg, #fffba9 0%, #fff670 56.13%, #ffd180 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.promotion-page .promotion-mian .promotion-box .promotion-txt .txt {
    color: var(--norm_red-color);
}
/* rules */

/* server */
.navbar.main .navbar-fixed {
    background: var(--light-main_gradient-color, var(--bg_color_L2));
}
.customer-container-header .navbar .navbar__content .navbar__content-left .van-icon, .customer-container-header .navbar .navbar__content .navbar__content-center {
    color: #fff;
}
.customer-container-header-belly {
    background-image: var(--main_gradient-color2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.customer-container-header-belly img {
    width: 7.04rem;
    margin: auto;
}
/* server */

/* RebateRation */
.x-page {
    overflow: hidden;
    padding: 0 .32rem;
}
.x-page .tabs {
    background: var(--bg_color_L1);
    width: calc(100% + .13333rem);
}
.fun-tabs {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fun-tabs__tab-list {
    overflow-x:hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 100%;
    width: -webkit-min-content;
    width: min-content;
}
.fun-tabs .fun-tab-item {
    padding: .13333rem .05333rem;
    font-size: .18667rem;
    text-align: center;
    white-space: nowrap;
}
.fun-tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.fun-tab-item__wrap {
    position: relative;
}
.x-page .fun-tab-item.tab_active .tab_item {
    color: var(--text_color_L4);
    background: var(--main_gradient-color);
}
.x-page .tab_item {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline: .06667rem;
    padding: 0;
    color: var(--text_color_L2);
    border-radius: .21333rem;
    background: var(--bg_color_L2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.x-page .tab_item svg {
    height: .66667rem;
    width: .66667rem;
}
.x-page .tab_item span {
    font-size: .32rem;
}
.x-page-list {
    padding-bottom: .53333rem;
    margin-top: .26667rem;
}
.x-page-list .item {
    background-color: var(--bg_color_L2);
    margin-bottom: .26667rem;
    padding: .26667rem;
    border-radius: .26667rem;
}
.x-page-list .item .title {
    font-size: .37333rem;
    color: var(--text_color_L1);
    height: .8rem;
    line-height: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.x-page-list .item .title span {
    display: block;
    width: .6rem;
    margin-left: .13333rem;
    font-weight: 800;
    font-size: .53333rem;
    color: var(--main-color);
    font-style: italic;
}
.x-page-list .item .box .li {
    height: .66667rem;
    line-height: .66667rem;
    position: relative;
    padding-left: .53333rem;
}
.x-page-list .item .box .li .img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    display: block;
    width: .26667rem;
    height: .26667rem;
}
.x-page-list .item .box .li>div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.x-page-list .item .box .li>div .sum {
    color: var(--text_color_L2);
    font-size: .34667rem;
}
.x-page-list .item .box .li>div .num {
    font-size: .34667rem;
    color: var(--text_color_L1);
}
.x-page-list .item .box .li:first-child:after {
    display: none
}
.x-page-list .item .box .li:after {
    content: "";
    position: absolute;
    border-left: .01333rem dashed var(--darkLight, var(--main-color));
    height: .2rem;
    top: -.10667rem;
    left: .10667rem;
}
/* RebateRation */

/* promotion */

/* activity */
.navbar__content-center .headLogo {
    width: 2.98667rem;
    height: 1.12rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.activity-wrapper .activity-banner {
    color: #fff;
    font-size: .32rem;
    font-style: normal;
    min-height: 2rem;
    background: var(--light-main_gradient-color, var(--bg_color_L2));
    padding: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.activity-wrapper .activity-banner .banner-title {
    font-size: .48rem;
    margin-bottom: .26667rem;
}
.activity-wrapper .activity-banner .banner-para {
    margin-bottom: .06667rem;
}

/* activity panel */
.activity-wrapper .activity-panel {
    padding: .32rem;
}
.activity-wrapper .activity-panel-header.lg3 {
    padding: 0 .58667rem;
}

.activity-wrapper .activity-panel-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    align-items: self-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.activity-wrapper .activity-panel-header .header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: var(--text_color_L2);
    width: 1.33333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.van-badge__wrapper {
    position: relative;
    display: inline-block;
}
.activity-wrapper .activity-panel-header .header-item .bgcontainer:after {
    content: "";
    display: block;
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .8rem;
}
.activity-wrapper .activity-panel-header .header-item .bgcontainer.a1 {
    background: url(../images-new/activityReward-1.png) no-repeat;
    background-position: center;
    background-size: 1.06667rem, 1.06667rem;
}
.activity-wrapper .activity-panel-header .header-item .bgcontainer.a3 {
    background: url(../images-new/BettingRebate-1.png) no-repeat;
    background-position: center;
    background-size: 1.06667rem, 1.06667rem;
}
.activity-wrapper .activity-panel-header .header-item .bgcontainer.a4 {
    background: url(../images-new/superJackpot-1.png) no-repeat;
    background-position: center;
    background-size: 1.06667rem, 1.06667rem;
}
.activity-wrapper .activity-panel-header .header-item .bgcontainer {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: .26667rem;
    padding: .13333rem;
    margin-bottom: .29333rem;
}
.activity-wrapper .activity-panel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .26667rem;
}
.activity-wrapper .activity-panel-content .content-title {
    width: calc((100% - .24rem) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: var(--darkBg, var(--bg_color_L2));
    border-radius: .13333rem;
    padding-bottom: .26667rem;
    box-shadow: var(--BoxShadowColor-35);
}
.activity-wrapper .activity-panel-content .content-title .content-para {
    color: var(--darkTextW, var(--text_color_L1));
    font-weight: 700;
    padding: .13333rem .26667rem;
    font-size: .37333rem;
}
.activity-wrapper .activity-panel-content .content-title p {
    padding: .06667rem .26667rem;
    color: var(--text_color_L2);
}

.activity-wrapper .activitySection__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .34667rem;
    width: 100%;
    padding-left: .32rem;
    padding-right: .32rem;
}
.activity-wrapper .activitySection__container>.box {
    width: 100%;
    border-radius: .26667rem;
    background: var(--darkBg, var(--bg_color_L2));
    overflow: hidden;
    color: var(--darkTextW, var(--text_color_L1));
}
.activity-wrapper .activitySection__container>.box img {
    width: 100%;
    height: 3.46667rem;
}
.activity-wrapper .activitySection__container>.box>.box-content {
    padding: .24rem .32rem;
    line-height: .32rem;
}
.activity-wrapper .activitySection__container>.box>.box-content .box-title {
    font-size: .4rem;
    font-weight: 600;
    margin-bottom: .13333rem;
}
/* subordinate */
.team_tabs {
    width: calc(100% - 0.69333rem);
    height: 0.96rem;
    line-height: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0.32rem auto 0.32rem;
}
.team_tabs>a.active {
    background: var(--main-color);
    font-weight: 600;
    color: #fff;
}

.team_tabs>a {
    width: calc((100% - 0.50667rem) / 3);
    height: 40px;
    background: #fff;
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #000;
    text-align: center;
    overflow: hidden;
    display: block;
}
.team_filer {
    background:var(--bg_color_L2);
    padding: 0.24rem;
    border-radius: 0.13333rem;
    color: #000;
}
.team_filer:not(.active) {
    display: none;
}
.team_filer select.form-control {
    width: 100%;
    padding: 10px 10px;
    overflow: hidden;
    outline: none;
    background:var(--main-color);
    color: #fff;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
}
.filter_data {
    text-align: center;
}
.van-row {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.myTeam .van-col {
    float: left;
    box-sizing: border-box;
    min-height: 0.02667rem;
}
.van-row:after {
    display: table;
    clear: both;
    content: "";
}
.team_data_item {
    color: #b3b2b2;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    align-items: center;
}
/* subordinate */

/* invitation bonus */
.hero-header {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 67%;
    height: 300px;
    padding: 20px 10px;
    width: 100%;
}
.hero-div1, .hero-header {
    display: flex;
    flex-direction: column;
}
.hero-header {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 67%;
    height: 300px;
    padding: 20px 10px;
    width: 100%;
}
.hero-div1 {
    color: #fff;
    gap: 10px;
    width: 60%;
}
.hero-div1-text {
    font-size: 14px;
    font-weight: 400;
}
.hero-div1-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hero-div2 {
    background: #fff;
    border-radius: 10px;
    margin: auto;
    width: 93%;
}
.activity-tabs {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 15px 10px;
    width: 90%;
}
.activity-tab {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    width: 20%;
}
.activity-tab span {
    color: #768096;
    font-size: 13px;
    text-align: center;
}
.invite-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 95%;
}
.invite-item:not(:last-child) {
    margin-bottom: 15px;
}
.invite-item {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
}
.invite-item-header {
    display: flex;
    height: 45px;
    width: 100%;
}
.invite-item-header .item-header1 {
    align-items: center;
    background-color: var(--main-color);
    border-radius: 0 0 25px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 40%;
}
.invite-item-header .item-header2 {
    align-items: center;
    border-bottom: .1px solid #dcdcdc;
    color: #ff9832;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: end;
    letter-spacing: .5px;
    padding-right: 10px;
    width: 60%;
}
.invite-item-num, .receive-form {
    background-color: #fff;
}
.invite-item-num {
    align-items: center;
    border-radius: 100px;
    color: #bdbdbd;
    display: flex;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    width: 25px;
}
.noi {
    border-radius: 2px;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding: 5px 10px;
    width: 92%;
}
.noi .txt {
    font-size: 13px;
}
.noi span {
    width: 50%;
}
.invite-item-saparator {
    border-bottom: .5px dashed #e1e1e1;
    margin: 25px auto;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.complete-container {
    display: flex;
    width: 100%;
}
.complete-container .complete-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    width: 50%;
}
.complete-box .num {
    font-size: 21px;
    letter-spacing: 1px;
}
.complete-box .txt {
    color: #768096;
    font-size: 12px;
}
.unfinished-btn {
    margin: 15px auto;
    width: 95%;
}
.unfinished-btn .link-btn {
    background: linear-gradient(90deg, rgb(204, 206, 220) 15.38%, rgb(205, 207, 221) 98.73%);
    color: rgb(255, 255, 255);
    font-weight: bold;
}
/* invitation bonus */
/* invitation rule */
.InvitationRule {
    padding-bottom: 100px;
}
.InvitationRule .container {
    padding-top: 10px;
}
.tip-box {
    color: #768096;
    font-size: 14px;
    margin: auto auto 10px;
    width: 91%;
}
.table-container {
    margin: 10px auto;
    width: 92%;
}
.table {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.table-header {
    background-color: var(--main-color);
}
.table-footer, .table-header {
    border-radius: 10px 10px 0 0;
    color: #fff;
    color:var(--van-white);
}
.table-row {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
}
.table-row .table-col {
    display: block;
    text-align: center;
    width: 100%;
}
.table-body {
    border-radius: 0 0 10px 10px;
}
.table-body .table-row {
    color: #768096;
    background-color: var(--van-white);
}
.table-body .table-row.odd{
    background-color: var(--sheet_detail_bg_color);
}
.rule-container {
    background-color: var(--van-white);
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    width: 92%;
}
.rule-container .list {
    margin-bottom: 20px;
    padding-left: 5px;
    position: relative;
}
.rule-container .list:before {
    background: var(--main-color);
    border-radius: 1px;
    content: "";
    display: block;
    flex: none;
    height: 7px;
    left: -10px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 7px;
}
.rule-container .list span {
    color: #768096;
    font-size: 14px;
}
/* invitation rule */

/* Invitation Record*/
.container.invitation_record {
    padding: .32rem;
}
.invitation_record .item {
    padding: .4rem .26667rem;
    border-radius: .26667rem; 
    background: var(--van-white);
}
.invitation_record .item:not(:first-child) {
    margin-top: .26667rem;
}
.invitation_record .item>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.invitation_record .item .head {
     margin-bottom: .45333rem;
}
.invitation_record .item .name{
    font-size: .4rem;
}
.invitation_record .item .uid{
    font-size: .4rem;
    color: #768096;
}
.invitation_record .item .line{
    color: #768096;
    font-size: .32rem;
}
.invitation_record .item .line .amount {
    color: var(--main-color);
}
.invitation_record .item .line+.line{
    margin-top: .29333rem;
    font-size: .37333rem;
}
/* Invitation Record*/


/* daily task */
.dailySignIn__container .task-banner {
    width: 100%;
    height: 3.46667rem;
    padding: .13333rem .26667rem;
    margin-bottom: .4rem;
    background: url(../images-new/award_bg-00eaec.png) no-repeat;
    background-size: 100% 3.46667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}
.dailySignIn__container .task-banner div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
}
.dailySignIn__container .task-banner .banner-title {
    margin-top: .4rem;
    margin-bottom: .13333rem;
    font-size: .48rem;
    color: #fff;
    font-weight: 600;
}

.dailySignIn__container .task-banner .banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 5.6rem;
    line-height: .32rem;
}
/* task-panel */
.dailySignIn__container .task-panel {
    padding: 0 .26667rem;
}
.dailySignIn__container .task-panel .task-item {
    width: 100%;
    background: var(--bg_color_L2);
    border-radius: .26667rem;
    overflow: hidden;
    padding: 0 0 .13333rem;
    margin-bottom: .26667rem;
}
.dailySignIn__container .task-panel .task-item-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: -.06667rem;
    padding-right: .26667rem;
}
.dailySignIn__container .task-panel .task-item-header .hearder-status.day {
    background: var(--norm_green-color);
}

.dailySignIn__container .task-panel .task-item-header .hearder-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 3.46667rem;
    padding: .2rem 0;
    color: var(--text_white, var(--text_color_L1));
    border-bottom-right-radius: .33333rem;
    font-size: .37333rem;
    font-weight: 700;
}
.dailySignIn__container .task-panel .task-item-header .headerGray {
    color: var(--text_color_L2);
    font-size: .37333rem;
}
.dailySignIn__container .task-panel .task-item-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 60%;
    height: .01333rem;
    border-radius: .26667rem 0 0 .26667rem;
    background: var(--Dividing-line_color);
}
.dailySignIn__container .task-panel .task-item-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .26667rem .26667rem 0;
}
.dailySignIn__container .task-panel .task-item-type .type-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-column-gap: .18667rem;
    column-gap: .18667rem;
    height: .64rem;
    color: var(--text_color_L2);
}
.dailySignIn__container .task-panel .task-item-type .type-tip {
    color: var(--norm_red-color);
    font-size: .37333rem;
    font-weight: 400;
    margin-left: .26667rem;
}
.dailySignIn__container .task-panel .task-item-type .type-title svg {
    width: .64rem;
    height: .64rem;
}
.dailySignIn__container .task-panel .task-item-description {
    color: var(--text_color_L2);
    padding: .26667rem;
    background: var(--bg_color_L3);
    border-radius: .13333rem;
    margin: .26667rem;
    font-size: .29333rem;
}
.dailySignIn__container .task-panel .task-item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: .26667rem;
    margin: 0 .26667rem;
    color: var(--text_color_L2);
    border-bottom: .01333rem solid var(--Dividing-line_color);
}
.dailySignIn__container .task-panel .task-item-bottom .bottom-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: var(--DailyTaskTextColor-3);
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dailySignIn__container .task-panel .task-item-bottom svg {
    margin-right: .13333rem;
    width: .4rem;
    height: .4rem;
}
.dailySignIn__container .task-panel .task-item .btnOther.status1 {
    color: var(--main-color);
    border: .01333rem solid var(--main-color);
}

.dailySignIn__container .task-panel .task-item .btn {
    color: var(--darkTextW, var(--bg_color_L2));
    font-size: .4rem;
    font-weight: 700;
    border-radius: .53333rem;
    text-align: center;
    padding: .16rem 0;
    margin: .26667rem .2rem .13333rem;
}
.dailySignIn__container .task-panel .task-item-bottom svg {
    margin-right: .13333rem;
    width: .4rem;
    height: .4rem;
}
.dailySignIn__container .task-panel .task-item-bottom span {
    color: var(--norm_secondary-color);
    font-weight: 400;
    font-size: .37333rem;
}
/* task-panel */


/* laundry */
.Laundry-page {
    overflow: hidden;
    padding: 0 .32rem;
}
.Laundry-page .tabs {
    background: var(--bg_color_L1);
    height: 1.86667rem;
}
.Laundry-page .tab_item {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline: .06667rem;
    padding: 0;
    color: var(--text_color_L2);
    border-radius: .13333rem;
    background: var(--bg_color_L2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.Laundry-page .tab_active {
    color: var(--text_color_L4);
    background: var(--main_gradient-color);
}
.Laundry-page .tab_item svg {
    height: .66667rem;
    width: .66667rem;
}
.Laundry-page .tab_item span{
    font-size: .32rem;
}

.laundry-page_container {
    padding-top: 20px;
}
.Laundry-page .laundry-page_container .laundry-page_box {
    background: var(--bg_color_L2);
    border-radius: .13333rem;
    padding: .2rem;
}
.Laundry-page .laundry-page_container .laundry-page_box .title {
    height: .66667rem;
    line-height: .66667rem;
    font-size: .37333rem;
    color: var(--text_color_L1);
}
.Laundry-page .laundry-page_container .laundry-page_box .lab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-width: 3.33333rem;
    max-width: 100%;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: .56rem;
    height: .66667rem;
    line-height: .66667rem;
    border: .01333rem solid var(--main-color);
    border-radius: .13333rem;
    padding: 0 .16rem;
    font-size: .29333rem;
    gap: .12rem;
    color: var(--main-color);
}
.Laundry-page .laundry-page_container .laundry-page_box .lab svg {
    width: .48rem;
    height: .48rem;
}
.Laundry-page .laundry-page_container .laundry-page_box .number {
    color: var(--darkTextW, var(--text_color_L1));
    font-weight: 700;
    font-size: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    margin: .26667rem 0;
}
.Laundry-page .laundry-page_container .laundry-page_box .number svg {
    color: var(--main-color);
    height: .64rem;
    width: .64rem;
    -webkit-margin-end: .17333rem;
    margin-inline-end: .17333rem;
}
.Laundry-page .laundry-page_container .laundry-page_box .txt {
    background: var(--bg_color_L3);
    margin-bottom: .2rem;
    width: 85%;
    line-height: .4rem;
    padding: .2rem;
    font-size: .29333rem;
    border-radius: .13333rem;
    color: var(--text_color_L2);
}
.Laundry-page .laundry-page_container .laundry-page_box .c-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.c-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.Laundry-page .laundry-page_container .laundry-page_box .c-row .item {
    width: calc(50% - .09333rem);
    background: var(--bg_color_L3);
    padding: .2rem;
    border-radius: .13333rem;
}
.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .tit {
    color: var(--text_color_L2);
    font-size: .29333rem;
    margin-bottom: .13333rem;
}
.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num {
    color: var(--norm_secondary-color);
    font-size: .42667rem;
    font-weight: 700;
}
.Laundry-page .laundry-page_container .laundry-page_box .tip {
    padding: .2rem;
    color: var(--text_color_L2);
}
.Laundry-page .laundry-page_container .laundry-page_box .btn {
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: var(--button_dis_color, var(--bg_color_L3));
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: var(--text_color_L1);
    border: none;
    margin-top: .08rem;
}
.Laundry-page .laundry-page_container .laundry-page_box .rule {
    height: .8rem;
    line-height: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: var(--text_color_L2);
    margin-top: .13333rem;
}
.Laundry-page .laundry-page_container .laundry-page_box .rule-img {
    height: .53333rem;
    width: .53333rem;
}
.Laundry-page .laundry-page_container .laundry-page_list {
    margin-top: .26667rem;
    padding-bottom: .4rem;
}
.Laundry-page .laundry-page_container .laundry-page_list .title {
    height: .66667rem;
    line-height: .66667rem;
    padding-left: .26667rem;
    font-weight: 700;
    font-size: .48rem;
    position: relative;
    margin-bottom: .26667rem;
    color: var(--text_color_L1);
}
.Laundry-page .laundry-page_container .laundry-page_list .title:before {
    display: block;
    content: "";
    height: .4rem;
    width: .08rem;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
}
.Laundry-page .laundry-page_container .laundry-page_list .all-record {
    height: 1rem;
    border-color: var(--main-color) !important;
    color: var(--main-color) !important;
    background: var(--bg_color_L2);
}
.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--van-black);
    border: inherit;
    border-color: var(--van-black);
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
}
/* laundry */

/* redeem gifts */
.redeem_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: .4rem;
    color: #333;
}
.redeem_result img {
    width: 0.64rem;
    padding-right: 0.13333rem;
}
.redeem_result .redeem_info {
    color: #d3cece;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
}
.redeem-container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 5.84rem;
    background: var(--main_gradient-color);
}
.redeem-container-header-belly {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.redeem-container-header-belly img {
    width: 10rem;
    height: 4.86667rem;
    background-position: cover;
}

.redeem-container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.redeem-container-receive {
    height: 7.33333rem;
    width: calc(100% - .64rem);
    background: var(--bg_color_L2);
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: .33333rem .46667rem;
    margin-top: .4rem;
}
.redeem-container-receive p {
    font-size: .37333rem;
    color: var(--text_color_L2);
    padding-top: .16rem;
}
.redeem-container-receive h4 {
    font-size: .37333rem;
    color: var(--text_color_L1);
    margin-top: .90667rem;
}
.redeem-container-receive input {
    width: 100%;
    height: 1.06667rem;
    background: var(--bg_color_L1);
    border-radius: .8rem;
    border: none;
    font-size: .4rem;
    color: var(--text_color_L1);
    padding: .29333rem .56rem;
    margin-top: .34667rem;
}
.redeem-container-receive button {
    width: 100%;
    height: 1.06667rem;
    line-height: 1.06667rem;
    text-align: center;
    background: var(--main_gradient-color);
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: var(--text_color_L4);
    border: none;
    margin-top: .74667rem;
}
.redeem-container-record {
    margin: .4rem 0 .29333rem;
    width: calc(100% - .64rem);
    padding: .34667rem .32rem;
    background: var(--darkBg, var(--bg_color_L2));
    border-radius: .26667rem;
}
.redeem-container-record-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.redeem-container-record-title svg {
    width: .64rem;
    height: .64rem;
    padding-right: .13333rem;
}
.redeem-container-record-title span {
    font-size: .4rem;
    color: var(--darkTextW, var(--text_color_L1));
}
.redeem-container-record-itemsBox {
    height: 8.66667rem;
    overflow-y: auto;
}
.infiniteScroll {
    min-height: 2.66667rem;
    border-radius: .16rem;
}
.infiniteScroll__loading {
    width: 100%;
    min-height: 1.4rem;
    margin-top: auto;
    padding-bottom: .4rem;
    color: var(--text_color_L1);
    font-size: .37333rem;
    text-align: center;
}
.infiniteScroll__loading .empty {
    margin-top: .53333rem;
}
/* redeem gifts */

/* daily activity */
.dailySignIn__container {
    font-family: Inter, sans-serif;
    padding-bottom: 1.28rem;
    background: var(--bgColor-67);
}

/* daily activity */
.dailySignIn__container-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 6.53333rem;
    margin-bottom: .42667rem;
    padding: 0 .4rem .26667rem;
    background: url(../images-new/headerBg-c550bca.png) no-repeat center / cover, #F54545 no-repeat center / cover;
}
.dailySignIn__container-hero__header {
    color: #fff;
}
.dailySignIn__container-hero__header h1 {
    font-size: .53333rem;
}
.dailySignIn__container-hero__header p:first-of-type {
    width: 5.33333rem;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dailySignIn__container-hero__header p {
    font-size: .32rem;
    margin-bottom: .37333rem;
}
.dailySignIn__container-hero__header div {
    display: inline-block;
    width: 4.4rem;
    margin-bottom: .21333rem;
    padding: .21333rem .41333rem .21333rem .14667rem;
    color: #f95959;
    font-size: .37333rem;
    line-height: .32rem;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
    word-break: break-all;
}
.dailySignIn__container-hero__header div span {
    margin-inline: .13333rem;
    font-size: .53333rem;
    font-weight: 600;
    line-height: 1;
}
.dailySignIn__container-hero__header p:last-of-type {
    margin-bottom: .08rem;
}

.dailySignIn__container-hero__header h1:last-of-type {
    margin-bottom: 0;
    font-size: .50667rem;
    font-weight: 700;
}

.dailySignIn__container-hero__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .53333rem;
}
.dailySignIn__container-hero__footer a {
    display: flex;
    text-align: center;
    width: 3.53333rem;
    height: .8rem;
    padding: .18667rem 0;
    color: #fff;
    justify-content: center;
    font-size: .34667rem;
    border: none;
    border-radius: 9rem;
    background: -webkit-linear-gradient(top, #FFBD40 0%, #FF7F3D 100%);
    background: linear-gradient(180deg, #FFBD40 0%, #FF7F3D 100%);
    cursor: pointer;
}
.dailySignIn__container-content {
    padding-inline: .32rem;
}
.dailySignIn__container-content__wrapper {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: .2rem;
}
.dailySignIn__container-content__wrapper-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 2.98667rem;
    height: 2.93333rem;
    background: var(--bg_color_L2);
    border-radius: .13333rem;
}
.dailySignIn__container-content__wrapper-block__header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.dailySignIn__container-content__wrapper-block img {
    max-width: 100%;
}

.dailySignIn__container-content__wrapper-block__header img {
    width: 2.98667rem;
    height: .72rem;
    visibility: hidden;
}


.dailySignIn__container-content__wrapper-block>img {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-block: .18667rem .27773rem;
}
.dailySignIn__container-content__wrapper-block>span {
    color: var(--text_color_L2);
    font-size: .34667rem;
}


.dailySignIn__container-content__wrapper-block__header span {
    position: absolute;
    top: calc(50% - .02667rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--text_color_L1);
    font-size: .42667rem;
    line-height: 1;
}


.dailySignIn__container-content__wrapper-block:last-of-type {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-column: 1 / -1;
    background: var(--bg_color_L2);
}


.dailySignIn__container-content__wrapper-block:last-of-type .lastImage {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 8.66667rem;
    background-color: transparent;
    height: 2.93333rem;
}


.dailySignIn__container-content__wrapper-block:last-of-type .lastImage img {
    width: 3.57333rem;
    height: 2.45333rem;
}
.dailySignIn__container-content__wrapper-block:last-of-type>div {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .36rem;
}
.dailySignIn__container-content__wrapper-block:last-of-type>div>span:first-of-type {
    position: relative;
    color: var(--text_color_L1);
    font-size: .42667rem;
}
.dailySignIn__container-content__wrapper-block:last-of-type>div>span:last-of-type {
    color: var(--text_color_L2);
    font-size: .4rem;
}

.dailySignIn__container-content__footer {
    width: 100%;
    height: 1.06667rem;
    margin-top: 1.45333rem;
    padding: 0 1.13333rem;
    text-align: center;
}
.dailySignIn__container-content__footer button {
    width: 100%;
    height: 100%;
    padding-block: .10667rem;
    color: var(--text_color_L4);
    font-size: .48rem;
    border: none;
    border-radius: 9rem;
    background: var(--main_gradient-color);
}
.active-container .active-box {
    border-radius: .26667rem;
    padding: .26667rem .34667rem .34667rem;
    background: var(--bg_color_L2);
    position: relative;
    z-index: 2;
}
.active-container .active-box .title {
    font-size: .37333rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .26667rem;
    color: var(--text_color_L1);
}
.active-container .banner {
    width: 100%;
    display: block;
    max-height: 4.8rem;
}
.active-container .active-box img {
    display: block !important;
    width: 100% !important;
}
/* activity */

/* wallet */
.wallet-container {
    color: var(--text_color_L2);
}
.wallet-container-header {
    background: var(--light-main_gradient-color, var(--bg_color_L2));
    width: 100%;
    color: #fff;
    padding-bottom: .32rem;
}
.navbar.main .navbar-fixed .navbar__content-left .van-icon, .navbar.main .navbar-fixed .navbar__content-center {
    color: #fff;
}
.wallet-container-header-belly {
    margin-top: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wallet-container-header-belly svg {
    width: 1.06667rem;
    height: 1.06667rem;
}
.wallet-container-header-belly>div:nth-of-type(1) {
    margin: .10667rem 0;
    font-size: .64rem;
    line-height: .64rem;
}
.wallet-container span {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: .46667rem;
    letter-spacing: .04em;
    font-size: .32rem;
    text-align: center;
}
.wallet-container-header-belly>div:nth-of-type(2) {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: .26667rem;
    text-align: center;
}         
.wallet-container-header-belly>div:nth-of-type(2) p {
    margin-bottom: .13333rem;
}

.wallet-container-header-belly .total {
    font-size: .4rem;
    font-weight: 500;
}

/* wallet container */
.wallet-container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .32rem;
    padding-inline: .4rem;
    padding-bottom: 1.6rem;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wallet-container-content .wd-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 9.06667rem;
    padding: .62667rem .18667rem .26667rem;
    font-family: bahnschrift;
    border-radius: .26667rem;
    background-color: var(--darkBg, var(--bg_color_L2));
    width: 100%;
    margin-top: .32rem;
}
.wallet-container-content .wd-container .progressBars {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-bottom: .4rem;
}
.wallet-container-content .wd-container .progressBars>div {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wallet-container-content .wd-container .progressBars>div .van-circle {
    width: 2.45333rem;
    height: 2.45333rem;
}
.wallet-container-content .wd-container .progressBars .van-circle__text {
    font-size: .4rem;
    font-weight: bold;
    color: var(--text_color_L1);
}
.van-circle {
    position: relative;
    display: inline-block;
    width: var(--van-circle-size);
    height: var(--van-circle-size);
    text-align: center;
}
.wallet-container-content .wd-container .progressBars>div h3 {
    margin-top: .16rem;
}

.wallet-container h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: .46667rem;
    letter-spacing: .04em;
    font-size: .4rem;
    color: var(--darkTextW, var(--text_color_L1));
}
.wallet-container .progressBars span {
    color: var(--text_color_L1);
}

.wallet-container-content .wd-container .recycleBtnD {
    width: 100%;
    text-align: center;
    margin-bottom: .4rem;
}
.wallet-container-content .wd-container .recycleBtnD .recycleBtn {
    width: 100%;
    height: .93333rem;
    color: #fff;
    font-size: .4rem;
    font-weight: 600;
    letter-spacing: .016rem;
    border: none;
    border-radius: 1.06667rem;
    background: var(--main_gradient-color);
}
.wallet-container-content .wd-container .userDetail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .28rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    width: 100%;
    margin-top: .26667rem;
}
.wallet-container-content .wd-container .userDetail>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: .13333rem;
}
.wallet-container-content .wd-container .userDetail>div .imgD {
    width: 1.30667rem;
    height: 1.30667rem;
    border-radius: .4rem;
    background: var(--bg_color_L2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: .13333rem;
}
.wallet-container-content .gameList {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .26667rem;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    width: 100%;
    margin-bottom: .66667rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.wallet-container-content .gameList .box {
    padding-left: .17333rem;
    padding-right: .17333rem;
    position: relative;
}

.wallet-container-content .gameList>div {
    width: 31%;
    min-height: 2.13333rem;
    background-color: var(--darkBg, var(--bg_color_L2));
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
    padding: 0 .2rem;
}
#app .gameList .box svg {
    color: #d9d9d933;
}

.wallet-container-content .gameList .box svg {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #d9d9d91a;
}
.wallet-container-content .gameList .money {
    font-size: .32rem;
    font-weight: 700;
    display: inline-block;
    width: 110%;
    overflow: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.wallet-container-content .gameList>div h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: .32rem;
    font-weight: 700;
    text-align: center;
    color: var(--text_color_L2);
}
.wallet-container-content .gameList .box>span {
    color: var(--text_color_L3);
    font-size: .32rem;
    font-weight: 400;
}
#app .wallet-container .imgD img {
    position: relative;
    width: calc(100% + .32rem);
}

/* recharge page*/
.balanceAssets__tip img {
    width: 0.66667rem;
    height: 0.42667rem;
    position: absolute;
    bottom: 0.34667rem;
    left: 0.38667rem;
}
.qr_code_wrapper {
    display: none;
}
.Recharger__menual__Process {
    display: none;
}
.Recharge__content-quickInfo.boxStyle {
    margin-bottom: 0.53333rem;
    display: none;
}
.Recharge__box{
    position: relative;
    width: 100%;
    font-family: Inter, sans-serif;
    overflow: hidden;
}
.Recharge__box .Recharge__container{
    position: relative;
    width: 100%;
    padding: 0 .32rem .32rem;
}
.Recharge__box .Recharge__container .title{
    font-weight: 400;
    font-size: .34667rem;
}
.balanceAssets {
    width: 100%;
    height: 3.46667rem;
    background-image: url(../images-new/TotalAssetsBg-70f9c4e4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: .26667rem;
    color: var(--text_color_L4);
    padding: .38667rem .33333rem 0;
    position: relative;
}
.balanceAssets__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: .53333rem;
}
.balanceAssets__header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 400;
    font-size: .34667rem;
}
.balanceAssets__header__left img {
    width: .4rem;
    height: .4rem;
    margin-right: .21333rem;
}
.balanceAssets__main {
    height: .73333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .21333rem .37333rem .37333rem 0;
    font-weight: 700;
    font-size: .64rem;
}
.balanceAssets__main p {
    margin-left: .26667rem;
}
.balanceAssets__main img {
    width: .58667rem;
    height: .37333rem;
    margin-left: .24rem;
}
/* tabcard */
.Recharge__container-tabcard {
    margin-top: .4rem;
    margin-bottom: .26667rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .26667rem;
}
.Recharge__container-tabcard__items.active {
    background: var(--main_gradient-color);
    color: var(--text_color_L4);
}
.Recharge__container-tabcard__items {
    width: 100%;
    height: 2.4rem;
    background: var(--bgDark-2, var(--bg_color_L2));
    color: var(--text_color_L2);
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.Recharge__container-tabcard .centers {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Recharge__container-tabcard__top {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: .93333rem;
    height: .93333rem;
    margin: .30667rem auto .13333rem;
}
.Recharge__container-tabcard__top img {
    width: 100%;
    height: 100%;
}
.Recharge__container-tabcard__items .Recharge__container-tabcard__bot {
    font-size: .32rem;
    text-align: center;
}
.Recharge__container-tabcard__items .gift {
    width: .94667rem;
    height: .85333rem;
    position: absolute;
    right: .05333rem;
    top: 0;
    background: url(../images-new/gift-55dc786a.png) no-repeat center center;
    background-size: .94667rem auto;
}
.Recharge__container-tabcard__items .gift span {
    display: block;
    color: #fff;
    font-size: .29333rem;
    letter-spacing: -.01173rem;
    text-align: center;
    padding-top: .32rem;
}
/* tabcard */
/* recharge content */
.Recharge__content-quickInfo {
    margin-bottom: .53333rem;
}

.boxStyle {
    background: var(--darkBg, var(--bg_color_L2));
    border-radius: .26667rem;
    margin-top: .26667rem;
    padding: .4rem .29333rem .42667rem .26667rem;
    margin-bottom: .4rem;
}
.qr_code {
    text-align: center;
    width: 100%;
}
.upi {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.copy_upi input {
     position: absolute; 
     z-index: -9; 
     pointer-events: none; 
}
.upi img {
    vertical-align: middle;
    max-width: 30px;
    width: 0.42667rem;
    height: 0.42667rem;
    margin-left: 0.16rem;
}

.Recharge__content-quickInfo__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: .34667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Recharge__content-quickInfo__title .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: .42667rem;
    color: var(--darkTextW, var(--text_color_L1));
}
.Recharge__content-quickInfo__title .title .svg-icon {
    width: .64rem;
    height: .64rem;
    margin-right: .30667rem;
}
.Recharge__content-quickInfo .rechargeTypes_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: .26667rem;
}
.Recharge__content-quickInfo .item_active {
    background: var(--main_gradient-color);
}

.Recharge__content-quickInfo__item {
    background: var(--bg_color_L3);
    max-width: 98%;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: .26667rem;
}
.Recharge__content-quickInfo .item_active div {
    color: var(--text_color_L4);
}
.Recharge__content-quickInfo__item .other {
    padding-left: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: .26667rem .34667rem;
    line-height: 1.5;
}
.Recharge__content-quickInfo__item div {
    font-size: .37333rem;
    color: var(--text_color_L2);
}
.boxStyle {
    background: var(--darkBg, var(--bg_color_L2));
    border-radius: .26667rem;
    margin-top: .26667rem;
    padding: .4rem .29333rem .42667rem .26667rem;
    margin-bottom: .4rem;
}
.Recharge__content-paymoney__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: .48rem;
    margin-bottom: .34667rem;
    color: var(--darkTextW, var(--text_color_L1));
}
.Recharge__content-paymoney__title svg{margin-right: .30667rem}
.Recharge__content-paymoney__title .svg-icon, .Recharge__content-paymoney__title img {
    width: .64rem;
    height: .64rem;
    margin-right: .30667rem;
}
.Recharge__content-paymoney__money-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .26667rem;
}
.Recharge__content-paymoney__money-list__item {
    margin-bottom: .26667rem;
    margin-right: .4rem;
    width: calc((100% - .8rem) / 3);
    border: .01333rem solid var(--Dividing-line_color);
    padding: .16rem 0;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
    color: var(--main-color);
    background-color: var(--bg_color_L2);
}
.Recharge__content-paymoney__money-list__item .amount {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-size: .42667rem;
    gap: .13333rem;
}
.Recharge__content-paymoney__money-list__item .amount span {
    position: absolute;
    left: .21333rem;
    color: var(--text_color_L3);
    font-size: .42667rem;
}
.Recharge__content-paymoney__money-list__item:nth-child(3n) {
    margin-right: 0;
}
.Recharge__content-paymoney__money-input {
    position: relative;
    height: 1.17333rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: var(--bg_color_L1);
    border-radius: .58667rem;
}

.Recharge__content-paymoney__money-input .place-div {
    position: absolute;
    height: 1.17333rem;
    width: .8rem;
    color: var(--main-color);
    font-weight: 900;
    font-size: .56rem;
    line-height: 1.17333rem;
    display: flex;
    justify-content: center;
}
.Recharge__content-paymoney__money-input .place-div:before {
    content: "";
    height: .53333rem;
    position: absolute;
    border-left: .01333rem solid #bdbdbd;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Recharge__content-paymoney__money-input .place-div:after {
    position: absolute;
    content: "";
    height: .53333rem;
    display: inline-block;
    margin: 0 .13333rem .02667rem;
    vertical-align: middle;
    border-right: .02667rem solid var(--text_color_L3);
    top: .34667rem;
    right: -.13333rem;
}
.Recharge__content-paymoney__money-input .amount-input {
    background-color: transparent;
    margin-left: 1.33333rem;
}
.Recharge__content-paymoney__money-input .place-right {
    position: absolute;
    right: .32rem;
    top: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.Recharge__content-paymoney__money-input .place-right img {
    width: .53333rem;
    height: .53333rem;
}
.Recharge__container-rechageBtn {
    margin-top: .66667rem;
    font-size: .4rem;
    z-index: 88;
    background: var(--button_dis_color);
    width: 100%;
    max-width: 10rem;
    height: .93333rem;
    line-height: .93333rem;
    color: var(--text_color_L2);
    text-align: center;
    border-radius: .66667rem;
    margin-bottom: .4rem;
}
.rechage_active {
    background: var(--main_gradient-color);
    color: var(--text_color_L4);
}
.cancle_button {
    display: none;
    font-size: .4rem;
    z-index: 88;
    background: #cbcddc;
    width: 100%;
    max-width: 10rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.66667rem;
    margin-bottom: 0.4rem;
}
/* recharge content */

/* deposit money */
.Recharge__container-intro {
    background: var(--darkBg, var(--bg_color_L2));
    border-radius: .26667rem;
    padding: .33333rem .26667rem;
}
.Recharge__container-intro__title {
    font-weight: 600;
    font-size: .4rem;
    margin-bottom: .33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: var(--darkTextW, var(--text_color_L1));
}
.Recharge__container-intro__title .svg-icon {
    width: .64rem;
    height: .64rem;
    margin-right: .16rem;
}
.Recharge__container-intro__lists {
    border: .01333rem solid var(--bgDark-2, var(--Dividing-line_color));
    border-radius: .26667rem;
    padding: .18667rem .22667rem .48rem .4rem;
}
.Recharge__container-intro__lists .item {
    margin-top: .26667rem;
}
.Recharge__container-intro__lists .item p {
    text-align: left;
    position: relative;
    padding-left: .33333rem;
    font-weight: 400;
    font-size: .32rem;
    color: var(--text_color_L2);
    line-height: .53333rem;
    margin: .2rem 0;
}
.Recharge__container-intro__lists .item p:after {
    position: absolute;
    content: "";
    width: .13333rem;
    height: .13333rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--main-color);
    left: -.06667rem;
    top: .18667rem;
}
/* deposit money */

/* deposit history */
.record__main {
    margin: .26667rem 0;
}
.record__main-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .66667rem;
    margin-bottom: .50667rem;
}
.record__main-title .svg-icon {
    width: .64rem;
    height: .64rem;
    margin-right: .18667rem;
}
.record__main-title span {
    font-weight: 600;
    font-size: .42667rem;
    color: var(--darkTextW, var(--text_color_L1));
}
/* deposit history */

/* recharge page end*/


/* withdraw page start*/
.bankadd-container {
    border-radius: 10px;
    margin: 15px auto auto;
    padding: 10px 0;
    width: 94%;
    font-size: 16px;
}
.bankadd-btn {
    align-items: center;
    color: #b6bcc8;
    display: flex;
    flex-direction: column;
    font-family: Inter;
    gap: 20px;
}
.bankadd-btn img {
    width: 60px;
}
.guid {
    color: var(--main-color);
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}
.bank-item:not(:last-child) {
    margin-bottom: 10px;
}
.bank-item .bank-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.bank-item-inner {
    align-items: center;
    border-radius: 5px;
    color: #000;
    display: flex;
    padding: 10px;
    position: relative;
}
.bank-item .bank-name {
    font-size: 13px;
    margin-top: 3px;
    text-align: center;
}
.bank-item .account-no {
    align-items: center;
    border-left: .5px solid #d9d9d9;
    display: flex;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    width: 60%;
}
.bank-item.active .bank-item-inner {
    background: var(--main_gradient-color);
    color: #fff;
}
.bithdrawable_amount {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0.26667rem;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 0.06667rem;
    color: rgb(118, 128, 150);
    margin-bottom: 12px;
    border-bottom: solid 1px;
}
.bithdrawable_amount>div {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0.06667rem 0px;
    -webkit-box-align: center;
    align-items: center;
}
.bank-item .left-arrow {
    width: 25px;
}
.bithdrawable_amount>div span {
    text-align: left;
}
.bithdrawable_amount>div span h6 {
    display: inline;
    color: var(--main-color);
    font-size: 12px;
}
.bithdrawable_amount input {
    border: 0.01333rem solid var(--main-color);
    border-radius: 0.13333rem;
    width: 1.94667rem;
    height: 0.48rem;
    line-height: 0.29333rem;
    background: none;
    color: var(--main-color);
    outline: none;
}
.bithdrawable_amount span.yellow {
    color: rgb(255, 152, 50);
}
.m-t-20 {
    margin-top: 0.53333rem !important;
}

.Recharge__container .requiredBox .box {
    height: 1.06667rem;
    border: .02667rem solid var(--main-color);
    border-radius: 0.13333rem;
    overflow: hidden;
}
.btn .link-btn {
    font-size: 16px;
}
.w-rule-container {
    background-color: var(--themeBlack);
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 20px auto 10px;
    padding: 10px 25px;
    width: 100%;
    font-size: 16px;
    text-align: left;
}
.w-rule-container .list {
    margin-bottom: 20px;
    padding-left: 5px;
    position: relative;
}
.w-rule-container .list:before {
    background: var(--main-color);
    border-radius: 1px;
    content: "";
    display: block;
    flex: none;
    height: 6px;
    left: -10px;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
    width: 6px;
}
.w-rule-container .list span {
    color: #768096;
    font-size: 13px;
}
.bank-item .bank-icon img {
    width: 40px;
}
.text-red {
    color: var(--main-color) !important;
}
.Recharge__container .box {
    background: #fff;
    border: 0.05333rem solid var(--main-color);
    border-radius: 0.13333rem;
    margin-bottom: 20px;
}
.requiredBox input.pw-input.input {
    height: 100%;
    border: none;
    width: 100%;
    padding-left: 0.26667rem;
    font-size: .37333rem;
}

.bank-item #getUpiIdFrom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.bank-item #getusdtIdFrom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}




.withdrawWay {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .26667rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: .33333rem 0;
}
.withdraw__container {
    font-family: Inter;
    font-style: normal;
    color: var(--text_color_L2);
    font-weight: 400;
    font-size: .32rem;
    line-height: .53333rem;
    text-align: center;
    letter-spacing: .04em;
}
.withdraw__container-content {
    margin-top: .4rem;
    padding-inline: .4rem;
}
.withdrawWay .c2c.active {
    background: var(--main_gradient-color);
}
.withdrawWay .c2c {
    min-height: 1.6rem;
    width: 100%;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: .24rem;
    background-color: var(--bg_color_L2);
}
.withdrawWay .c2c>img {
    height: 1.06667rem;
    margin-right: .26667rem;
}
.withdrawWay .c2c.active>div {
    color: var(--text_color_L4);
}

.withdrawWay .c2c>div {
    color: var(--text_color_L2);
    text-align: left;
    font-size: .32rem;
    line-height: .58667rem;
}
.withdrawWay .c2c.active>div>div {
    color: var(--text_color_L4);
}

.withdrawWay .c2c>div>div {
    font-size: .4rem;
    color: var(--text_color_L1);
}
.withdrawWay>div:not(.c2c) {
    border-radius: .13333rem;
    background: var(--bgDark-2, var(--bg_color_L2));
    width: 31%;
    height: 2.13333rem;
    padding: .26667rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.withdrawWay>div:not(.c2c)>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.withdrawWay>div:not(.c2c) img {
    width: auto;
    height: .93333rem;
}

/* rule */
.arType .rule {
    background: var(--bg_color_L2);
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .26667rem;
    margin-bottom: .4rem;
}
.arType .rule .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .26667rem;
}
.arType .rule .left svg {
    width: .53333rem;
    height: .53333rem;
}

.arCard {
    background: var(--bg_color_L2);
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .2rem .26667rem;
    gap: .13333rem;
    margin-bottom: .4rem;
}
.arCard .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .26667rem;
    text-align: left;
}
.arCard .left img {
    width: .74667rem;
    height: .58667rem;
    margin-left: .26667rem;
}
.arCard .right {
    border-radius: .13333rem;
    background: var(--main-color);
    color: #fff;
    min-height: .85333rem;
    padding: .13333rem .26667rem;
    min-width: 2rem;
}

.features {
    background: var(--bg_color_L2);
    border-radius: .13333rem;
    padding: .26667rem;
    text-align: left;
    color: var(--text_color_L1);
    margin-bottom: .42667rem;
}
.features .title {
    font-size: .42667rem;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    gap: .26667rem;
}
.features .title svg {
    width: .58667rem;
    height: .58667rem;
}
.features>p {
    font-size: .37333rem;
    margin: .26667rem 0;
    line-height: .66667rem;
}
.features .t1, .features .t2 {
    font-size: .37333rem;
    font-weight: 500;
}
.features .t3 {
    font-size: .42667rem;
    font-weight: 600;
    margin: .53333rem 0 .26667rem;
}
.features .t2 {
    color: var(--main_gradient-color);
}
.features .t1 {
    margin: .26667rem 0;
}
.features .toActive {
    background: var(--main-color);
    border-radius: .13333rem;
    color: var(--text_color_L4);
    padding: .26667rem 0;
    text-align: center;
    font-size: .37333rem;
    font-weight: 500;
}
/* withdraw page end*/
/* add bank account */
.notice {
    align-items: center;
    background-color: var(--van-white);
    border-radius: 100px;
    color: var(--main-color);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 5px;
    margin: 10px auto auto;
    padding: 5px 15px;
    width: 94%;
}
.notice img {
    width: 20px;
}
.bank-input-label {
    align-items: center;
    color: var(--mainText);
    display: flex;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    margin: 40px auto auto;
    width: 92%;
}
.select, .select-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.select-container {
    gap: 10px;
    margin: 10px auto auto;
    width: 93%;
}
.select-container .select {
    width: 100%;
}
.bank-select select {
    background-image: var(--main_gradient-color);
    border-radius: 10px;
    color: var(--van-white);
    padding: 12px 15px;
    width: 100%;
    border: 1px solid var(--main_gradient-color);
    outline: none;
}
.bank-select select option {
    color: #121212;
}
.bank-input-container {
    background-color: var(--themeBlack);
    border-radius: 5px;
    color: var(--mainText);
    height: 45px;
    margin: 10px auto auto;
    width: 93%;
}
.bank-input-container input {
    border: none;
    border-radius: 5px;
    color: var(--mainText);
    height: 100%;
    outline: none;
    padding: 5px 15px;
    width: 100%;
}
.bank-submit-btn {
    margin: 20px auto auto;
    width: 93%;
}
/* add bank account */

/* usdt bank */
.mian .bank {
    padding: 0.4rem;
    font-size: .37333rem;
}
.mian .bank .box {
    background: #fff;
    box-shadow: 0 0.08rem 0.69333rem 0.10667rem #f1f2f5;
    border-radius: 0.26667rem;
    padding: 0.4rem;
}
.c-row-middle {
    align-items: center;
}
.mian .bank .box .item {
    margin-bottom: 0.26667rem;
}
.mian .bank .box .item .lab {
    font-size: .4rem;
    margin-bottom: 0.26667rem;
}
.mian .bank .box .item .input .ipt {
    width: 100%;
    padding: 0 0.4rem;
    height: 0.93333rem;
    line-height: .93333rem;
    border-radius: 0.13333rem;
    border: 0.05333rem solid #faa09d;
}
.btn.btn-primary {
    font-size: .4rem;
    z-index: 88;
    background: var(--main-color);
    max-width: 10rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    border: none;
}
.c-row-center, .c-row-middle-center {
    justify-content: center;
}
/* usdt bank */







.rechargeh__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.26667rem;
    margin-top: 0.56rem;
    margin-bottom: 0.4rem;
}
.rechargeh__container-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.21333rem;
    padding: 0 10px;
    border-radius: 0.13333rem;
    background-color: #fff;
}
.rechargeh__container-content__item-header {
    background-color: var(--main-color);
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.13333rem 0.13333rem 0 0;
    padding-left: 0.26667rem;
    justify-content: space-between;
    padding-right: 0.26667rem;
}
.rechargeh__container-content__item-header .recharge_tit {
    min-width: 2rem;
    color: #fff;
    background: #34be8a;
    border-radius: 0.13333rem;
    font-size: .37333rem;
    line-height: .66667rem;
    height: 0.66667rem;
    text-align: center;
}
.rechargeh__container-content__item-header .fail {
    color: #fff;
}
.van-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: var(--van-divider-margin);
    color: #969799;
    font-size: 14px;
    line-height: 1.5;
    border-color: #ebedf0;
    border-style: solid;
    border-width: 0;
}
.rechargeh__container-content__item-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.29333rem;
    padding: 0 0.26667rem;
}
.rechargeh__container-content__item-body>div span:first-of-type {
    color: #768096;
    font-size: .34667rem;
}
.rechargeh__container-content__item-body>div .order {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: #aeb0c6;
}
.rechargeh__container-content__item-body>div .order span {
    margin-right: 0.21333rem;
}
.rechargeh__container-content__item-body>div .order img {
    width: 0.42667rem;
    height: 0.42667rem;
}


/* wallet */

/* bet history */

.bet-container {
    overflow: hidden;
    padding: 0 0.32rem;
}
.bet-container-items {
    padding-bottom: 0.32rem;
    margin: 0 auto;
}
.bet-container-lottery-items {
    margin-bottom: 0.32rem;
}
.bet-container-lottery-card {
    background: var(--van-white);
    width: 100%;
    border-top-left-radius: 0.13333rem;
    border-top-right-radius: 0.13333rem;
    padding: 0.34667rem 0.32rem;
}
.bet-container-lottery-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 0.16rem;
}
.bet-container-lottery-card-header .h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bet-container-lottery-card-header .h1 h2 {
    font-weight: 700;
    font-size: .4rem;
    color: #53e8df;
    padding-bottom: 0.10667rem;
}
.bet-container-lottery-card-header .h1 span {
    font-size: .37333rem;
    color: #ff0000;
    font-weight: 700;
}
.bet-container-lottery-card-header .h1 span.Win{
    color: #43af2b;
}
.bet-container-lottery-card-header p {
    font-size: .29333rem;
    color: #768096;
}

.bet-container-lottery-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0.33333rem;
}
.bet-container-lottery-card-info img {
    width: 0.26667rem;
    margin-right: 0.34667rem;
}
.bet-container-lottery-card-info ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}
.bet-container-lottery-card-info ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: #7e829f;
    position: relative;
}
.bet-container-lottery-card-info ul li h2 {
    font-size: inherit;
}
.bet-container-lottery-card-info ul li span {
    color: #768096;
}
.bet-container-lottery-card-info ul li span.Loss{
    color: #ff0000;
}
.bet-container-lottery-card-info ul li span.Win{
    color: #43af2b;
}
/* bet history */

/* Transaction history */
.transRecord__container {
    padding-inline: 0.32rem;
    padding-block: 0 1.49333rem;
    font-family: bahnschrift;
    padding-top: 20px;
}
.game_filter {
    line-height: normal;
}
.game_filter select {
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: var(--van-white);
    color: var(--van-black);
}
.transRecord__container-content__card {
    background: var(--van-white);
    border-radius: 0.13333rem;
    margin-bottom: 0.34667rem;
}
.transRecord__container-content__card-top {
    background-color: var(--main-color);
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.13333rem 0.13333rem 0 0;
    padding-left: 0.26667rem;
}
.transRecord__container-content__card-top h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
}
.transRecord__container-content__card-mid {
    padding: 0.26667rem 0.13333rem;
}
.transRecord__container-content__card-mid .line {
    position: relative;
    height: 0.8rem;
    padding: 0.21333rem 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .32rem;
    margin-bottom: 0.13333rem;
}
.transRecord__container-content__card-mid .line .left {
    color: #7e829f;
    z-index: 1;
}

.transRecord__container-content__card-mid .line .right {
    color: #768096;
    font-family: 'Roboto', 'Inter', sans-serif;
}
.transRecord__container-content__card-bot {
    padding: 0 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.transRecord__container-content__card-bot .textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 1.6rem;
    border-radius: 0.13333rem;
    padding-top: 0.26667rem;
    padding-left: 0.28rem;
    resize: none;
    margin-bottom: 0.29333rem;
    font-size: .29333rem;
    background-color: var(--bg_color_L1);
    border: none;
}
.transRecord__container-content__card-mid .line:last-child .right {
    font-size: .48rem;
}
.transRecord__container-content__card-mid .line .red {
    color: red;
}
/* Transaction history */

/* vip */
.vip-content-card-item {
    padding: 10px 5px;
}
.vip-header {
    background: var(--light-main_gradient-color, var(--bg_color_L2));
    height: 4.4rem;
    width: 100%;
    color: #fff;
    padding: 0 .45333rem;
}
.vip-header-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.vip-header-wrapper-avatar {
    width: 1.86667rem;
    height: 1.86667rem;
    border-radius: 50%;
    margin-right: .26667rem;
    overflow: hidden;
}
.vip-header-wrapper-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vip-header-wrapper-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .26667rem 0;
}
.vip .n0 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(../images-new/0-78e1ab02.png);
    background-size: 1.33333rem .58667rem;
}
.vip-header-wrapper-name-nickName {
    width: 3.06667rem;
    border-radius: .53333rem;
    padding: 0 .24rem;
    color: #fff;
    font-size: .37333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.vip-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-inline: .33333rem;
}
.vip-content>div {
    width: 9.36rem;
}
.vip-content-empirical {
    position: absolute;
    top: -.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.vip-content-empirical>div {
    background: var(--light-bg_white, var(--bg_color_L3));
    border-radius: .13333rem;
    width: 4.4rem;
    text-align: center;
    padding: .2rem;
    gap: .10667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.vip-content-empirical>div>p.red {
    font-weight: 500;
    font-size: .37333rem;
    color: var(--main-color);
}
.vip-content-empirical>div>p:nth-of-type(2) {
    color: var(--text_color_L2);
}
.vip-content-empirical>div .timeTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
}
.vip-content-empirical>div>p>span {
    color: var(--text_color_L1);
    font-weight: 900;
    font-size: .48rem;
}
.vip-content-tip {
    margin-top: 1rem;
    border-radius: .13333rem;
    border: .01333rem solid var(--Dividing-line_color);
    padding: .16rem .26667rem;
    line-height: .37333rem;
    margin-bottom: .2rem;
    font-size: .29333rem;
    color: var(--text_color_L2);
}

.vip-content-weal {
    margin-top: .4rem;
    border-radius: .13333rem;
    padding: .4rem .13333rem;
    overflow: hidden;
    min-height: 5.06667rem;
    background: var(--van-white);
}
.vip-content-weal-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.vip-content-weal-head svg {
    width: .64rem;
    height: .64rem;
    margin-right: .13333rem;
    fill: none;
}
.vip-content-weal-head h1 {
    width: 87%;
    font-weight: 600;
    font-size: .42667rem;
    padding-bottom: .26667rem;
}
.vip-content-weal-con {
    margin-top: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.vip-content-weal-con>div:nth-of-type(1) {
    width: 1.33333rem;
    margin-right: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.vip-content-weal-con>div:nth-of-type(2) {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.vip-content-weal-con>div:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.vip-content-weal-con>div:nth-of-type(3)>p {
    background-color: transparent;
    border: .01333rem solid var(--main-color);
    border-radius: .13333rem;
    min-width: 2rem;
    height: .53333rem;
    line-height: .53333rem;
    font-size: .34667rem;
    padding: .02667rem .13333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--main-color);
}
.vip-content-weal-con>div:nth-of-type(3)>p:nth-of-type(1) {
    color: #dd9138;
    margin-top: .06667rem;
    margin-bottom: .13333rem;
    border-color: #dd9138;
}
.vip-content-weal-con>div:nth-of-type(3)>p>img, .vip-content-weal-con>div:nth-of-type(3)>p svg {
    width: .4rem;
    height: .4rem;
    margin-right: .13333rem;
    fill: none;
}
.vip-content-weal-con>div:nth-of-type(3)>p>img, .vip-content-weal-con>div:nth-of-type(3)>p .svg-icon {
    width: .4rem;
    height: .4rem;
    margin-right: .13333rem;
}
.vip-content-weal-con>div:nth-of-type(1)>img {
    width: 1.33333rem;
    height: 1.33333rem;
    max-width: initial;
}
.vip-content-recordVsrule {
    margin-top: .4rem;
}
.vip-content-recordVsrule-head {
    border-radius: .16rem;
    height: 1.17333rem;
    color: #acafc2;
    font-size: .42667rem;
    line-height: 1.17333rem;
}
.vip-content-recordVsrule-head button.active {
    color: #fff;
    border-radius: .16rem;
    background-color: var(--main-color)
}
.vip-content-recordVsrule-head button {
    width: 100%;
    height: 100%;
    background: #e8e7e8;
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    border: none;
}
/* vip card */
.vip-content-card .itemInfo {
    border-radius: .13333rem;
    width: 100%;
    min-height: 4.2rem;
    color: #fff;
    font-weight: 400;
    font-size: .29333rem;
    padding: .2rem .26667rem;
    position: relative;
}
.vip-content-card .itemInfo-right {
    position: absolute;
    right: .13333rem;
    top: .13333rem;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1)>img:nth-of-type(1) {
    width: .66667rem;
    height: .66667rem;
    margin-right: .13333rem;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1)>h1 {
    font-weight: 900;
    font-size: .64rem;
    margin-right: .26667rem;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1)>img:nth-of-type(2) {
    width: .4rem;
    margin-right: .06667rem;
}
.vip-content-card .mb30 {
    margin-bottom: .4rem;
}
.vip-content-card .itemInfo-head>div.border {
    border-radius: .08rem;
    padding-top: .02667rem;
    padding-bottom: .02667rem;
    display: inline-block;
    padding: 0 .10667rem;
}
.vip-content-card .itemInfo-bottom>p {
    text-align: right;
    margin-bottom: .13333rem;
}
.van-progress__portion {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.vip-content-card .itemInfo-bottom>div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .06667rem;
}
.vip-content-card .itemInfo-bottom span.level {
    border-radius: .53333rem;
    padding: 0 .13333rem;
}
.vip-content-card .itemInfo-right img {
    width: 1.86667rem;
    height: auto;
}

.vip-content-card .itemInfo.level1 {
    background:-webkit-linear-gradient(332.71deg, #a6b7d0 21.85%, #889ebe 67.02%);
    background:linear-gradient(117.29deg, #a6b7d0 21.85%, #889ebe 67.02%);
    box-shadow: 0 .02667rem #7991b6, inset 0 .02667rem #bdcadc;
}

.vip-content-card .itemInfo.level2 {
    background:-webkit-linear-gradient(332.71deg, #f8bd83 21.85%, #e2984e 67.02%);
    background:linear-gradient(117.29deg, #f8bd83 21.85%, #e2984e 67.02%);
    box-shadow: 0 .02667rem #d77d22, inset 0 .02667rem #fcca97;
}
.vip-content-card .van-progress.level2 {
    box-shadow: 0 .01333rem #ffc387, inset 0 .05333rem .05333rem #ad5913;
}
.vip-content-card .itemInfo-bottom span.level2 {
    background: -webkit-linear-gradient(left, #ef9033 0%, #c97420 92.31%);
    background: linear-gradient(90deg, #ef9033 0%, #c97420 92.31%);
}
.vip-content-card .itemInfo.level3 {
    background:-webkit-linear-gradient(332.71deg, #ffa493 21.85%, #ff7878 67.02%);
    background:linear-gradient(117.29deg, #ffa493 21.85%, #ff7878 67.02%);
    box-shadow: 0 .02667rem #fc5a51, inset 0 .02667rem #ffaea0;
}
.vip-content-card .van-progress.level3 {
    box-shadow: 0 .01333rem #ffada0, inset 0 .05333rem .05333rem #d62f36;
}
.vip-content-card .itemInfo-bottom span.level3 {
    background: -webkit-linear-gradient(left, #ff7878 0%, #f05c5c 92.31%);
    background: linear-gradient(90deg, #ff7878 0%, #f05c5c 92.31%);
}
.vip-content-card .itemInfo.level4 {
    background:-webkit-linear-gradient(332.71deg, #78dbeb 21.85%, #48c7f0 67.02%);
    background:linear-gradient(117.29deg, #78dbeb 21.85%, #48c7f0 67.02%);
    box-shadow: 0 .02667rem #25baea, inset 0 .02667rem #89eaff;
}
.vip-content-card .van-progress.level4 {
    box-shadow: 0 .01333rem #7ee9fc, inset 0 .05333rem .05333rem #2e96d5;
}
.vip-content-card .itemInfo-bottom span.level4 {
    background: -webkit-linear-gradient(left, #40c4ed 0%, #30b4e9 92.31%);
    background: linear-gradient(90deg, #40c4ed 0%, #30b4e9 92.31%);
}
.vip-content-card .itemInfo.level5 {
    background:-webkit-linear-gradient(332.71deg, #df91fb 21.85%, #ef82d5 67.02%);
    background:linear-gradient(117.29deg, #df91fb 21.85%, #ef82d5 67.02%);
    box-shadow: 0 .02667rem #da62bd, inset 0 .02667rem #fba4f7;
}
.vip-content-card .van-progress.level5 {
    box-shadow: 0 .01333rem #ffb4f5, inset 0 .05333rem .05333rem #d73db1;
}
.vip-content-card .itemInfo-bottom span.level5 {
    background: -webkit-linear-gradient(left, #d669fe 0%, #f951d6 92.31%);
    background: linear-gradient(90deg, #d669fe 0%, #f951d6 92.31%);
}

.vip-content-card .itemInfo.level6 {
    background:-webkit-linear-gradient(332.71deg, #61dca6 21.85%, #229b5f 67.02%);
    background:linear-gradient(117.29deg, #61dca6 21.85%, #229b5f 67.02%);
    box-shadow: 0 .02667rem #10b087, inset 0 .02667rem #90ffce;
}
.vip-content-card .van-progress.level6 {
    box-shadow: 0 .01333rem #62ecbc, inset 0 .05333rem .05333rem #1a9575;
}
.vip-content-card .itemInfo-bottom span.level6 {
    background: -webkit-linear-gradient(left, #23c89d 0%, #17af87 92.31%);
    background: linear-gradient(90deg, #23c89d 0%, #17af87 92.31%);
}
.vip-content-card .itemInfo.level7 {
    background:-webkit-linear-gradient(332.71deg, #57b733 21.85%, #229b5f 67.02%);
    background:linear-gradient(117.29deg, #57b733 21.85%, #229b5f 67.02%);
    box-shadow: 0 .02667rem #1b8e56, inset 0 .02667rem #6dc950;
}
.vip-content-card .van-progress.level7 {
    box-shadow: 0 .01333rem #4fc54d, inset 0 .05333rem .05333rem #117443;
}
.vip-content-card .itemInfo-bottom span.level7 {
    background: -webkit-linear-gradient(left, #67d145 0%, #27b770 92.31%);
    background: linear-gradient(90deg, #67d145 0%, #27b770 92.31%);
}
.vip-content-card .itemInfo.level8 {
    background:-webkit-linear-gradient(332.71deg, #54baf1 21.85%, #3d77e8 67.02%);
    background:linear-gradient(117.29deg, #54baf1 21.85%, #3d77e8 67.02%);
    box-shadow: 0 .02667rem #2964d8, inset 0 .02667rem #7ed1ff;
}
.vip-content-card .van-progress.level8 {
    box-shadow: 0 .01333rem #70a4ff, inset 0 .05333rem .05333rem #1b57c8;
}
.vip-content-card .itemInfo-bottom span.level8 {
    background: -webkit-linear-gradient(left, #308fff 0%, #1277ea 92.31%);
    background: linear-gradient(90deg, #308fff 0%, #1277ea 92.31%);
}
.vip-content-card .itemInfo.level9 {
    background:-webkit-linear-gradient(332.71deg, #d084e2 21.85%, #8d49ff 67.02%);
    background:linear-gradient(117.29deg, #d084e2 21.85%, #8d49ff 67.02%);
    box-shadow: 0 .02667rem #8238fa, inset 0 .02667rem #de7cf5;
}
.vip-content-card .van-progress.level9 {
    box-shadow: 0 .01333rem #b27cff, inset 0 .05333rem .05333rem #7129ee;
}
.vip-content-card .itemInfo-bottom span.level9 {
    background: -webkit-linear-gradient(left, #b45aff 0%, #8945fa 92.31%);
    background: linear-gradient(90deg, #b45aff 0%, #8945fa 92.31%);
}
.vip-content-card .itemInfo.level10 {
    background:-webkit-linear-gradient(332.71deg, #eeaf3a 21.85%, #f98b3b 67.02%);
    background:linear-gradient(117.29deg, #eeaf3a 21.85%, #f98b3b 67.02%);
    box-shadow: 0 .02667rem #ec6d0f, inset 0 .02667rem #ffc456;
}
.vip-content-card .van-progress.level10 {
    box-shadow: 0 .01333rem #ffb64b, inset 0 .05333rem .05333rem #d7610b;
}
.vip-content-card .itemInfo-bottom span.level10 {
    background: -webkit-linear-gradient(left, #ff940a 0%, #eb7119 92.31%);
    background: linear-gradient(90deg, #ff940a 0%, #eb7119 92.31%);
}
/* vip card */



/* vip */


/* account */
.userInfo__container {
    width: 100%;
    height: 5.6rem;
    padding-bottom: 2.90667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-radius: 0 0 .8rem .8rem;
    background: var(--light-main_gradient-color, var(--bg_color_L2));
}
.userInfo__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 .45333rem;
    color: #fff;
}
.userInfo__container-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.userInfo__container-content__avatar {
    width: 1.86667rem;
    height: 1.86667rem;
    border-radius: 50%;
    margin-right: .2rem;
    overflow: hidden;
}
.userInfo__container-content__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.userInfo__container-content__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.userInfo__container-content-nickname {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    color: #fff;
}
.userInfo__container .n0 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(../images-new/0-78e1ab02.png);
    background-size: 1.33333rem .58667rem;
}
.userInfo__container-content-nickname .editPencil {
    width: .4rem;
}
.userInfo__container-content-nickname img {
    width: 1.33333rem;
    margin: 0 .13333rem;
}
.userInfo__container-content-uid {
    width: 3.06667rem;
    border-radius: .53333rem;
    padding: .06667rem 0;
    font-size: .29333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    background-color: var(--norm_secondary-color);
}
.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff;
}
.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff;
}
.userinfo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .53333rem;
    padding: 0 .32rem .32rem;
    position: relative;
    top: -2.18667rem;
}
.totalSavings__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 4.2rem;
    border-radius: .26667rem;
    background: var(--light-bg_white, var(--bg_color_L3));
}
.totalSavings__container-header {
    width: 100%;
    padding: .37333rem .52rem 0 .36rem;
}
.totalSavings__container-header-box {
    padding-bottom: .26667rem;
}
.ar-1px-t, .ar-1px-b, .ar-1px-tb, .ar-1px-rb, .ar-1px-l, .ar-1px-r {
    position: relative;
}
.totalSavings__container-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.totalSavings__container-header__title span {
    font-weight: 400;
    font-size: .37333rem;
    color: var(--text_color_L2);
}
.totalSavings__container-header__subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-column-gap: .32rem;
    column-gap: .32rem;
    width: 100%;
    margin-top: .2rem;
    font-size: .48rem;
    font-weight: 700;
    color: var(--text_color_L1);
}
.ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .01333rem;
    border-bottom: .01333rem solid var(--Dividing-line_color);
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.totalSavings__container-content {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-block: .34667rem;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    padding: .4rem .26667rem;
}
.totalSavings__container-content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.totalSavings__container-content-item div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.totalSavings__container-content-item div svg {
    min-width: .8rem;
    min-height: .8rem;
}
.totalSavings__container-content-item div span {
    margin: .13333rem 0;
    font-size: .37333rem;
    color: var(--text_color_L1);
    text-align: center;
}
.financialServices__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .53333rem;
}
.financialServices__container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .5rem;
    color: var(--text_color_L1);
}
.financialServices__container-footer>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: .34667rem 0 .34667rem .21333rem;
    border-radius: .26667rem;
    background: var(--bg_color_L2);
}
.financialServices__container-footer>div>svg {
    min-width: 1.08rem;
    height: 1.08rem;
    margin-right: .24rem;
}
.financialServices__container-footer>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .13333rem;
    width: 100%;
    padding: .13333rem 0;
}
.financialServices__container-footer>div>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 .13333rem 0 0;
}
.financialServices__container-footer>div>div>span {
    font-size: .29333rem;
}
.financialServices__container-footer>div>div>div span:first-of-type {
    font-weight: 600;
}

.financialServices__container-footer>div>div>div span {
    font-size: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .06667rem;
}
.financialServices__container-footer-des {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.financialServices__container-footer>div>div>div svg {
    min-width: .49333rem;
    height: .49333rem;
    margin-right: .17333rem;
}
.financialServices__container-footer>div>div>div h4 {
    font-size: .37333rem;
    color: #fff;
    border-radius: 9rem;
    background: var(--norm_secondary-color);
    padding: 0 .13333rem;
}
.financialServices__container-footer-des .van-icon {
    font-size: .42667rem;
}
.financialServices__container-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .26667rem;
}
.financialServices__container-box>div {
    width: calc((100% - .26667rem) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: var(--text_color_L2);
    padding: .24rem;
    background: var(--darkBg, var(--bg_color_L2));
    border-radius: .13333rem;
}
.financialServices__container-box>div svg {
    min-width: .93333rem;
    min-height: 1.08rem;
}
.financialServices__container-box>div>div {
    position: relative;
    padding: .13333rem;
    border-radius: .26667rem;
}

.financialServices__container-box-para {
    padding: 0 .13333rem;
    box-shadow: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.financialServices__container-box-para h3 {
    font-size: .37333rem;
    color: var(--text_color_L1);
}
.financialServices__container-box>div span {
    font-size: .32rem;
    color: var(--text_color_L2);
}
.settingPanel__container {
    padding: 0 .26667rem .13333rem;
    border-radius: .26667rem;
    background: var(--darkBg, var(--bg_color_L2));
}
.settingPanel__container-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: var(--text_color_L1);
    padding-bottom: .26667rem;
}
.settingPanel__container-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .37333rem;
    padding: .33333rem 0;
}
.settingPanel__container-items__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .16rem;
}
.settingPanel__container-items__title svg {
    color: var(--main-color);
}
.settingPanel__container-items__item svg {
    width: .8rem;
    height: .8rem;
}
.settingPanel__container-items__item span {
    color: var(--text_color_L1);
}
.settingPanel__container-items-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.settingPanel__container-items-right h5 {
    font-size: .32rem;
    color: #fff;
    border-radius: .42667rem;
    margin-right: .4rem;
    background: var(--norm_red-color);
    height: .42667rem;
    padding: 0 .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.settingPanel__container-items-right span {
    font-size: .37333rem;
    padding-right: .4rem;
    color: var(--text_color_L1);
}
.serviceCenter__container {
    padding: .53333rem .32rem;
    border-radius: .26667rem;
    background: var(--darkBg, var(--bg_color_L2));
    height: 5.33333rem;
    box-shadow: var(--BoxShadowColor-9);
}
.serviceCenter__container h1 {
    margin-bottom: .58667rem;
    color: var(--darkTextW, var(--text_color_L1));
    font-size: .4rem;
}
.serviceCenter__container-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: .32rem;
    color: var(--text_color_L2);
}
.serviceCenter__container-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
    font-size: .32rem;
}
.serviceCenter__container-items__item svg {
    width: .8rem;
    height: .8rem;
}
.serviceCenter__container-items__item span {
    text-align: center;
}
.serviceCenter-wrap-header {
    margin: 1.06667rem 0 .26667rem;
}
.serviceCenter-wrap-header button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-block: .13333rem;
    color: var(--main-color);
    background: var(--bg_color_L1);
    border: .01333rem solid var(--main-color);
    border-radius: .66667rem;
    font-size: .4rem;
    gap: .32rem;
}
.serviceCenter-wrap-header button svg {
    width: .64rem;
    height: .64rem;
}
/* ar wallet */

.pt48 {
    padding-top: 1.23077rem !important;
}
.van-hairline, .van-hairline--top, .van-hairline--left, .van-hairline--right, .van-hairline--bottom, .van-hairline--surround, .van-hairline--top-bottom {
    position: relative;
}
.van-nav-bar {
    position: relative;
    z-index: var(--van-nav-bar-z-index);
    line-height: var(--van-line-height-lg);
    text-align: center;
    background: var(--van-nav-bar-background);
    -webkit-user-select: none;
    user-select: none;
}
.van-nav-bar--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.van-nav-bar {
    background: var(--white);
}
.navbar, .mian, .van-tabbar, .nav, .x-popup {
    width: 10rem;
}
.navbar, .mian, .van-tabbar, .nav, .x-popup {
    width: 10rem;
}
.navbar, .mian, .van-tabbar, .nav, .x-popup, .van-number-keyboard {
    width: 10rem !important;
}
.navbar{
    left: auto;
    z-index: 999;
}

.van-nav-bar__content {
    color: #1f262f;
    border-bottom: none;
    height: 1.23077rem;
    position: relative;
    display: flex;
    align-items: center;
}

.van-nav-bar__left {
    left: 0;
}

.van-nav-bar__left, .van-nav-bar__right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 var(--van-padding-md);
    font-size: var(--van-font-size-md);
}
.van-haptics-feedback {
    cursor: pointer;
}
.van-nav-bar__content .van-nav-bar__title {
    font-size: .46154rem;
    font-weight: 600;
    letter-spacing: -.00821rem;
}

.van-nav-bar__title {
    max-width: 50%;
    color: var(--black);
    font-size: .41026rem;
    font-weight: 400;
}
.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: var(--van-nav-bar-title-text-color);
    font-weight: var(--van-font-bold);
    font-size: var(--van-nav-bar-title-font-size);
}
.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.van-nav-bar__content .van-nav-bar__right {
    padding-right: .30769rem;
}
.van-nav-bar__right {
    right: 0;
}
.van-nav-bar__left, .van-nav-bar__right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 var(--van-padding-md);
    font-size: var(--van-font-size-md);
}

/* .right {
    height: .82051rem;
    background-color: #f3f3f5;
    border-radius: .82051rem;
    overflow: hidden;
    width: 2.25641rem;
    padding: 0 .35897rem;
} */

.x-row-middle-center {
    justify-content: center;
    align-items: center;
}
.x-row {
    display: flex;
}
.right .line {
    display: block;
    height: .46154rem;
    margin: 0 .25641rem;
    border-left: .02564rem solid #CCD1DB;
}
.navbar:after {
    border-color: #fff;
}

.van-hairline--bottom:after {
    border-bottom-width: var(--van-border-width);
}
[class*=van-hairline]:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    inset: -50%;
    border: 0 solid var(--van-border-color);
    transform: scale(.5);
}

.x-wallet-box {
    padding: .41026rem .38462rem 1.02564rem;
}
.x-wallet-box .head {
    padding: .30769rem;
    border-radius: .20513rem;
    background: #041427;
    box-shadow: 0 .10256rem .25641rem -.05128rem #132f503d;
    color: #fff;
    position: relative;
}
.x-wallet-box .head .noActive {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    border-radius: .20513rem;
    background: rgba(4, 20, 39, .5);
    font-size: .51282rem;
    letter-spacing: -.00821rem;
}
.x-wallet-box .head .tit {
    color: #fff;
    font-size: .51282rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.00821rem;
}
.mr10 {
    margin-right: .25641rem !important;
}

.van-image {
    position: relative;
    display: inline-block;
}
.van-image__img, .van-image__error, .van-image__loading {
    display: block;
    width: 100%;
    height: 100%;
}
.x-wallet-box .head .balance{
    color: #ffce34;
    font-family: Roboto;
    font-size: .5641rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -.00821rem;
    height: .76923rem;
}
.x-wallet-box .head .balance>span {
    font-size: .41026rem;
}
.x-wallet-box .head .txt {
    letter-spacing: -.00821rem;
    margin-top: .30769rem;
    font-size: .30769rem;
    font-weight: 500;
    color: #9daebd;
}
.x-wallet-box p {
    font-size: .35897rem;
    color: #1f262f;
    margin-bottom: .12821rem;
}
.mt20 {
    margin-top: .51282rem !important;
}
.x-wallet-box h5 {
    color: #1f262f;
    font-size: .41026rem;
    font-weight: 600;
}

.mb5 {
    margin-bottom: .12821rem !important;
}


.mb15 {
    margin-bottom: .38462rem !important;
}
.mt10 {
    margin-top: .25641rem !important;
}

.van-button--primary {
    color: var(--van-button-primary-color);
    background: var(--van-button-primary-background);
    border: var(--van-button-border-width) solid var(--van-button-primary-border-color);
}
.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: var(--van-button-default-height);
    margin: 0;
    padding: 0;
    font-size: var(--van-button-default-font-size);
    line-height: var(--van-button-default-line-height);
    text-align: center;
    border-radius: var(--van-button-radius);
    cursor: pointer;
    transition: opacity var(--van-duration-fast);
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
}
.van-button--normal {
    padding: var(--van-button-normal-padding);
    font-size: var(--van-button-normal-font-size);
}
.x-btn {
    background: #FAC10C;
    border-color: var(--yellow-1);
    height: 1.02564rem;
    color: var(--f222);
    font-weight: 600;
}
.mt25 {
    margin-top: .64103rem !important;
}
/* ar wallet */


/* strong box */
.StrongBox__container {
    position: relative;
    width: 100%;
    font-family: Inter, sans-serif;
    overflow: hidden;
    padding: .32rem .34667rem;
}

/* strong box */

/* account */


/* game */

/* wingo */

.balance-container {
    align-items: center;
    background-color: var(--van-white);
    border-radius: 20px;
    color: var(--themeBlack);
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    margin: 10px auto auto;
    padding: 0 20px;
    width: 93%;
}
.balance-container1 {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
}
.balance-container .amt {
    font-size: 20px;
    font-weight: 700;
    gap: 20px;
}
.balance-container1 svg {
    left: 110%;
    position: absolute;
}
.balance-container2 {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    gap: 5px;
    justify-content: center;
    letter-spacing: 0;
    margin-top: 10px;
}
.balance-container3 {
    align-items: center;
    display: flex;
    font-family: Roboto, Inter, sans-serif;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.withdraw-btn {
    background-color: var(--norm_red-color)
}
.deposit-btn {
    background-color:var(--main-color);
}
.deposit-btn, .withdraw-btn {
    border-radius: 50px;
    color: var(--van-white);
    font-size: 14px;
    font-weight: 700;
  
}
.deposit-btn a, .withdraw-btn a {
    color: var(--van-white);
      padding: 8px 25px;
    display: block;
    text-align: center;
}
.GameList__C {
    height: 2.4rem;
    width: calc(100% - 0.69333rem);
    background: var(--van-white);
    border-radius: 0.26667rem;
    position: relative;
    margin: 0.34667rem auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.GameList__C-item {
    width: 25%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.GameList__C-item.active {
    background: var(--main_gradient-color2);
    border-radius: 0.26667rem;
}
.GameList__C-item.active>div {
    color: var(--van-white);
    background-image: url(../images-new/active-clock.png);
}
.GameList__C-item>div {
    height: 100%;
    line-height: .4rem;
    font-size: 11px;
    margin: auto;
    color: #768096;
    padding-top: 1.44rem;
    background-image: url(../images-new/time-5d4e96a3.png);
    background-size: 1.17333rem;
    background-position: center 0.18667rem;
    background-repeat: no-repeat;
}

.wingo-tab-content {
    background-color:var(--bg_color_L1);
    margin: 20px auto auto;
    padding: 0 10px;
    width: 100%;
}
.wingoGame.active {
    display: block;
}
.wingoGame {
    display: none;
}
.TimeLeft__C {
    align-items: center;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: inset 0 -7px 7px #ffffff48;
    display: flex;
    height: 95px;
    justify-content: space-between;
    margin: auto;
    position: relative;
    width: 100%;
}
.TimeLeft__C:before {
    bottom: -21%;
}
.TimeLeft__C:after {
    top: 0;
}
.TimeLeft__C:before, .TimeLeft__C:after {
    background-color: var(--bg_color_L1);
    border-radius: 100px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 20px;
    z-index: 10;
}
.preiod {
    align-items: start;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
}
.preiod, .timer {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    width: 50%;
}
.timer {
    align-items: end;
    border-left: 1px dashed #ffffff73;
    justify-content: flex-end;
}
.timer .text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.timer .preiod-id {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: Roboto, Inter, sans-serif;
}
.preiod .htp, .result-balls {
    align-items: center;
    display: flex;
}
.preiod .htp {
    border: .1px solid #fff;
    border-radius: 20px;
    gap: 5px;
    justify-content: center;
    padding: 5px 10px;
}
.preiod .m-text {
    font-weight: 700;
    margin-left: 5px;
}
.result-balls {
    justify-content: space-between;
    width: 100%;
}
.preiod .htp, .result-balls {
    align-items: center;
    display: flex;
}
.result-balls {
    justify-content: space-between;
    width: 100%;
}

.result-balls>div.n0 {
    background-image: url(../images-new/game/n0-30bd92d1.png);
}

.result-balls>div.n1 {
    background-image: url(../images-new/game/n1-dfccbff5.png);
}
.result-balls>div.n2 {
    background-image: url(../images-new/game/n2-c2913607.png);
}
.result-balls>div.n3 {
    background-image: url(../images-new/game/n3-f92c313f.png);
}

.result-balls>div.n4 {
    background-image: url(../images-new/game/n4-cb84933b.png);
}

.result-balls>div.n5 {
    background-image: url(../images-new/game/n5-49d0e9c5.png);
}

.result-balls>div.n6 {
    background-image: url(../images-new/game/n6-a56e0b9a.png);
}

.result-balls>div.n7 {
    background-image: url(../images-new/game/n7-5961a17f.png);
}

.result-balls>div.n8 {
    background-image: url(../images-new/game/n8-d4d951a4.png);
}

.result-balls>div.n9 {
    background-image: url(../images-new/game/n9-a20f6f42.png);
}

.result-balls>div {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 0.66667rem;
}
.counter-container {
    display: flex;
    margin: 7px 0 10px;
}
.counter-container>div {
    background-color: #fff;
    color: #000;
    display: block;
    display: flex !important;
    font-size: 21px;
    font-weight: 700;
    height: 30px;
    margin: 0 3px;
    width: 20px;
}
.counter-container, .counter-container>div {
    align-items: center;
    justify-content: center;
}
.Betting__C {
    width: 100%;
    margin-top: 15px;
    background: var(--van-white);
    border-radius: 0.26667rem;
    padding: 0.18667rem 0.26667rem 0.25333rem 0.18667rem;
    position: relative;
}
.Betting__C-head {
    height: 0.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Betting__C-head>div {
    width: calc((100% - 0.8rem) / 3);
    height: 0.93333rem;
    line-height: .93333rem;
    font-weight: 500;
    font-size: .37333rem;
    color: #fff;
    text-align: center;
}
.Betting__C-head-g {
    background: #40ad72;
    border-radius: 0 0.26667rem;
}
.Betting__C-head-p {
    background: #b659fe;
    border-radius: 0.26667rem;
}
.Betting__C-head-r {
    background: #fd565c;
    border-radius: 0.26667rem 0;
}
.Betting__C-numC {
    height: 3.46667rem;
    margin-top: 0.34667rem;
    border-radius: 0.26667rem;
    padding: 0.17333rem 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Betting__C-numC>div {
    width: 1.46667rem;
    height: 50%;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 1.46667rem;
    background-position: center;
}
.Betting__C-numC>div.Betting__C-numC-item0 {
    background-image: url(../images-new/game/n0-30bd92d1.png);
}

.Betting__C-numC>div.Betting__C-numC-item1 {
    background-image: url(../images-new/game/n1-dfccbff5.png);
}

.Betting__C-numC>div.Betting__C-numC-item2 {
    background-image: url(../images-new/game/n2-c2913607.png);
}

.Betting__C-numC>div.Betting__C-numC-item3 {
    background-image: url(../images-new/game/n3-f92c313f.png);
}

.Betting__C-numC>div.Betting__C-numC-item4 {
    background-image: url(../images-new/game/n4-cb84933b.png);
}

.Betting__C-numC>div.Betting__C-numC-item5 {
    background-image: url(../images-new/game/n5-49d0e9c5.png);
}

.Betting__C-numC>div.Betting__C-numC-item6 {
    background-image: url(../images-new/game/n6-a56e0b9a.png);
}

.Betting__C-numC>div.Betting__C-numC-item7 {
    background-image: url(../images-new/game/n7-5961a17f.png);
}

.Betting__C-numC>div.Betting__C-numC-item8 {
    background-image: url(../images-new/game/n8-d4d951a4.png);
}

.Betting__C-numC>div.Betting__C-numC-item9 {
    background-image: url(../images-new/game/n9-a20f6f42.png);
}
.Betting__C-foot {
    height: 0.96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.26667rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.Betting__C-foot-b {
    background-color: #ffa82e;
    border-radius: 0.53333rem 0 0 0.53333rem;
}

.Betting__C-foot-b, .Betting__C-foot-s {
    width: 4.13333rem;
    height: 0.96rem;
    line-height: .96rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
}
.Betting__C-foot-s {
    background: #6da7f4;
    border-radius: 0 0.53333rem 0.53333rem 0;
}
.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--van-overlay-z-index);
    width: 100%;
    height: 100%;
    background: var(--van-overlay-background);
}

.RecordNav__C {
    width: calc(100% - 0.69333rem);
    height: 0.96rem;
    line-height: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0.32rem auto 0;
}
.RecordNav__C>div.active {
    background: var(--main_gradient-color);
    font-weight: 600;
    color: #fff;
}

.RecordNav__C>div {
    width: calc((100% - 0.50667rem) / 3);
    height: 40px;
    background: var(--van-white);
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #768096;
    text-align: center;
    overflow: hidden;
}
.record_tabs {
    margin-top: 20px;
}
.GameRecord__C.active {
    display: block;
}
.GameRecord__C {
    display: none;
    width: 100%;
    text-align: center;
    font-size: .32rem;
}
.GameRecord__C-head {
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: var(--main-color);
    border-radius: 0.13333rem 0.13333rem 0 0;
    font-weight: 700;
    font-size: .34667rem;
    color: #fff;
}
.van-col--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.van-col--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
}
.van-col--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.WinningTip__C {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    display: none;
}
.WinningTip__C-body {
    position: absolute;
    width: 7.73333rem;
    height: 10.9333rem;
    background-image: url(../images-new/missningBg-c1f02bcd.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    padding-top: 3.33333rem;
}
.WinningTip__C-body.isL {
    background-image: url(../images-new/missningLBg-ca049a47.png);
}
.WinningTip__C-body-l1 {
    font-weight: 700;
    font-size: 0.64rem;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 0.77333rem;
    line-height: 0.77333rem;
    margin-bottom: 0.90667rem;
}
.WinningTip__C-body-l2 {
    height: 0.58667rem;
    line-height: 0.58667rem;
    color: rgb(255, 255, 255);
    font-size: 0.29333rem;
    padding-left: 0.72rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.90667rem;
}
.WinningTip__C-body-l2 > div {
    height: 0.58667rem;
    background: #000;
    border-radius: 0.13333rem;
    padding: 0px 0.32rem;
}
.WinningTip__C-body-l2 > div:first-child {
    margin-left: 0.32rem;
}
.WinningTip__C-body-l2 > div.WinningNum {
    width: 0.53333rem;
    height: 0.53333rem;
    line-height: 0.53333rem;
    margin: 0px 0.18667rem;
    padding: 0px;
    text-align: center;
    border-radius: 50%;
}
.WinningTip__C-body-l3 {
    height: 1.73333rem;
}
.WinningTip__C-body-l3 .head {
    height: 0.4rem;
    line-height: .4rem;
    font-weight: 700;
    font-size: .34667rem;
    color: #f54a32;
    text-align: center;
    margin-bottom: 0.10667rem;
}
.WinningTip__C-body-l3>div:empty {
    display: none;
}
.WinningTip__C-body-l3 .isLose {
    font-weight: 700;
    font-size: 0.64rem;
    line-height: 0.77333rem;
    color: rgb(88, 123, 164);
    text-align: center;
    margin-bottom: 0.34667rem;
    padding-top: 0.4rem;
}
.WinningTip__C-body:not(.isL) div#isloss {
    display: none;
}
.WinningTip__C-body-l3 .bonus {
    height: 0.64rem;
    line-height: .64rem;
    font-weight: 700;
    font-size: .53333rem;
    color: #f54a32;
    text-align: center;
    margin-bottom: 0.26667rem;
}
.WinningTip__C-body-l3 .gameDetail {
    height: 0.37333rem;
    line-height: .37333rem;
    font-size: .29333rem;
    text-align: center;
    color: #6b6b6b;
}
.WinningTip__C .closeBtn {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/close-84ce5e6a.png);
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%) translateY(100%);
    bottom: -0.26667rem;
}
/*add*/

.GameRecord__C-body{
    background: #fff;
}
.GameRecord__C-body .van-row {
    align-items: center;
    padding: 10px 10px;
    line-height: normal;
}
.GameRecord__C-body .numcenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.GameRecord__C-body-num {
    height: .8rem;
    line-height: .8rem;
    width: .8rem;
    font-size: .53333rem;
    font-weight: 700;
    font-size: .66667rem;
}
.GameRecord__C-body .defaultColor {
    color: var(--norm_red-color);
}
.GameRecord__C-body-num.defaultColor.clr4 {
    color: #40ad72;
}
.GameRecord__C-origin {
    padding-left: 20px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.GameRecord__C-origin-I {
    width: .26667rem;
    height: .26667rem;
    border-radius: 50%;
}
.GameRecord__C-origin-I.red {
    background: var(--norm_red-color);
}
.GameRecord__C-origin-I.green {
    background: var(--norm_green-color);
}
.GameRecord__C-origin-I.violet {
    background-color: var(--norm_Purple-color);
}
.GameRecord__C-origin>div+div {
    margin-left: .26667rem;
}

.GameRecord__C-body-num.defaultColor.clr5 {
    background: -webkit-linear-gradient(top, #40ad72 51.48%, #b659fe 51.49%);
    background: linear-gradient(180deg, #40ad72 51.48%, #b659fe 51.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.GameRecord__C-body-num.defaultColor.clr1 {
    background: -webkit-linear-gradient(top, #fd565c 50.96%, #b659fe 50.97%);
    background: linear-gradient(180deg, #fd565c 50.96%, #b659fe 50.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.Trend__C-body2 {
    font-size: .32rem;
    background-color: #fff;
}
.Trend__C-body2>div {
    height: 1.33333rem;
    padding: .45333rem .26667rem;
    background: var(--bgDark-2, var(--bg_color_L2));
    border-top: 1px solid #e4e1e1;
}
.Trend__C-body2-Num-item {
    border: .01333rem solid #b6bcc8;
    color: #b6bcc8;
    margin-right: .10667rem;
}
.Trend__C-body2-Num {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: .42667rem;
}
.Trend__C-body2-Num-BS.isB {
    background: #feaa57;
}
.Trend__C-body2-Num-BS {
    color: #fff;
    background: #6da7f4;
    margin-left: .24rem;
}
.Trend__C-body2 .line-canvas {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1.33333rem;
    width: calc(100% - .64rem);
    z-index: 9;
}
.Trend__C-body2-Num>div {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: 50%;
}
.action0 .Trend__C-body2-Num-item.action_0 {
    position: relative;
    z-index: 10;
    border: none;
    color:#fff;
    background-image: linear-gradient(to bottom right, #fc5050 50%, #b658fe 0);
}
.action1 .Trend__C-body2-Num-item.action_1, 
.action3 .Trend__C-body2-Num-item.action_3, 
.action7 .Trend__C-body2-Num-item.action_7, 
.action9 .Trend__C-body2-Num-item.action_9 {
    border: none;
    color:#fff;
    background-color: #5dba47;
    position: relative;
    z-index: 10;
}
.action2 .Trend__C-body2-Num-item.action_2, 
.action4 .Trend__C-body2-Num-item.action_4, 
.action6 .Trend__C-body2-Num-item.action_6, 
.action8 .Trend__C-body2-Num-item.action_8 {
    border: none;
    color: #fff;
    background-color:#fd565c;
    position: relative;
    z-index: 10;
}
.action5 .Trend__C-body2-Num-item.action_5{
    border: none;
    color: #fff;
    background-image: linear-gradient(135deg, #0f995f 0%, #0f995f 50.39%, #9831e9 50.4%, #9831e9 100%) !important;
    position: relative;
    z-index: 10;
}
.my_history_item .item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: flex;
    touch-action: pan-y;
    border-bottom: 0.02667rem solid #e2e2e2;
    color: #414141;
    font-size: .37333rem;
    padding: 0.53333rem 0.4rem;
    width: 100%;
    line-height: normal;
}
.my_history_item .result {
    touch-action: pan-y;
}
.my_history_item .select {
    height: 0.8rem;
    line-height: .8rem;
    min-width: 0.8rem;
    padding: 0 0.13333rem;
    border-radius: 0.13333rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
    justify-content: center;
}
.my_history_item .select.select-big {
    background: #ffc511;
    padding: 0;
    overflow: hidden;
}
.my_history_item .select.select-big img {
    filter: hue-rotate(328deg);
}
.my_history_item .result .select.select-green {
    background-color: #5cba47;
}
.my_history_item .result .select.select-red {
    background-color: #fb4e4e;
}
.my_history_item .result .select.select-violet {
    background-color: var(--norm_Purple-color);
}
.my_history_item .select.select-red-violet {
    background-image: linear-gradient(to bottom right, #fb4e4e 50%, var(--norm_Purple-color) 0) !important;
}
.my_history_item .select.select-green-violet {
    background-image: linear-gradient(to bottom right,#5cba47 50%, var(--norm_Purple-color) 0)!important;
}

.my_history_item .van-image {
    width: 30px;
    height: 30px;
}
.my_history_item .info {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: flex;
    justify-content: space-between;
    touch-action: pan-y;
    padding-left: 0.4rem;
    width: 100%;
    text-align: left;
    color: #000;
}
.my_history_item .select {
    height: 0.8rem;
    line-height: .8rem;
    min-width: 0.8rem;
    padding: 0 0.13333rem;
    border-radius: 0.13333rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
    justify-content: center;
}
.my_history_item .select.select-small {
    background: #5cba47;
    padding: 0;
    overflow: hidden;
}
.my_history_item .state {
    background-color: #f3f1f1;
    padding: 0.10667rem 0.26667rem;
    margin-left: 0.26667rem;
    border-radius: 0.53333rem;
    font-size: .32rem;
    color: #1d9503;
}
.my_history_item .issueName{color:#000}
.my_history_item .state.red {
    color: #fb4e4e;
}
.my_history_item .tiem {
    font-size: .32rem;
    color: #ababab;
    margin-top: 0.13333rem;
}
.my_history_item .money {
    font-weight: 600;
    font-size: .42667rem;
}
.my_history_item .money .fail {
    color: #fb4e4e;
}
.my_history_item .money .success {
    color: #5cba47;
}
/* k3 */
.GameRecord__C-body-premium {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    max-width: 2.13333rem;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.GameRecord__C-body-premium>div {
    width: 0.53333rem;
    height: 0.53333rem;
    background-repeat: no-repeat;
    background-size: 0.53333rem;
    background-position: center;
}
.GameRecord__C-body-premium .n1 {
    background-image: url(../images/n1.png);
}

.GameRecord__C-body-premium .n2 {
    background-image: url(../images/n2.png);
}

.GameRecord__C-body-premium .n3 {
    background-image: url(../images/n3.png);
}

.GameRecord__C-body-premium .n4 {
    background-image: url(../images/n4.png);
}

.GameRecord__C-body-premium .n5 {
    background-image: url(../images/n5.png);
}

.GameRecord__C-body-premium .n6 {
    background-image: url(../images/n6.png);
}
/* k3 */
.my_history_item .select.select-small img {
    filter: hue-rotate(112deg);
}
/* betting popup */
.Betting__Popup-0 .Betting__Popup-head {
    background: -webkit-linear-gradient(top left,#fb4e4e 50%,#b658fe 0);
    background: linear-gradient(to bottom right,#fb4e4e 50%,#b658fe 0);
}
.Betting__Popup-11 .Betting__Popup-head, .Betting__Popup-1 .Betting__Popup-head, .Betting__Popup-3 .Betting__Popup-head, .Betting__Popup-7 .Betting__Popup-head, .Betting__Popup-9 .Betting__Popup-head, .Betting__Popup-green .Betting__Popup-head {
    background: -webkit-linear-gradient(left, #3faa70 0%, #47ba7c 100%);
    background: linear-gradient(90deg, #3faa70 0%, #47ba7c 100%);
}

.Betting__Popup-10 .Betting__Popup-head, .Betting__Popup-2 .Betting__Popup-head, .Betting__Popup-4 .Betting__Popup-head, .Betting__Popup-6 .Betting__Popup-head, .Betting__Popup-8 .Betting__Popup-head, .Betting__Popup-red .Betting__Popup-head {
    background: -webkit-linear-gradient(left,#fc5050 0%,#ff646c 100%);
    background: linear-gradient(90deg,#fc5050 0%,#ff646c 100%);
}

.Betting__Popup-10 .bgcolor, .Betting__Popup-2 .bgcolor, .Betting__Popup-4 .bgcolor, .Betting__Popup-6 .bgcolor, .Betting__Popup-8 .bgcolor, .Betting__Popup-red .bgcolor {
    background-color: #fd565c;
}

.Betting__Popup-small .bgcolor, .Betting__Popup-small .Betting__Popup-head {
    background: #6da7f4;
}
.Betting__Popup-voilet .Betting__Popup-head {
    background: #b659fe;
}
.Betting__Popup-5 .Betting__Popup-head {
    background: -webkit-linear-gradient(top left,#40ad72 50%,#eb43dd 0);
    background: linear-gradient(to bottom right,#40ad72 50%,#eb43dd 0);
}

.Betting__Popup-big .bgcolor, .Betting__Popup-big .Betting__Popup-head {
    background-color: #ffa82e;
}
.Betting__Popup-head:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 0.78667rem;
    background-image: -webkit-linear-gradient(99deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(-9deg, #fff 50%, transparent 50%);
}
.Betting__Popup-head:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    height: 0.78667rem;
    background-image: -webkit-linear-gradient(81deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(9deg, #fff 50%, transparent 50%);
}
.Betting__Popup-head {
    height: 2.53333rem;
    position: relative;
    padding-top: 0.4rem;
}
.Betting__Popup-head-title {
    height: 0.58667rem;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    color: #fff;
}
.Betting__Popup-head-selectName {
    width: 7.46667rem;
    height: 0.66667rem;
    margin: 0.21333rem auto 0;
    background: #ffffff;
    border-radius: 0.13333rem;
    text-align: center;
    font-weight: 500;
    font-size: .34667rem;
}
.Betting__Popup-head-selectName>span {
    line-height: .66667rem;
}
.Betting__Popup-head-selectName>span+span {
    margin-left: 0.37333rem;
}
.Betting__Popup-body-line:not(:last-child) {
    margin-bottom: 20px;
}
.Betting__Popup-body-line {
    font-size: .42667rem;
    color: #4d4d4d;
    height: 0.74667rem;
    line-height: .74667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Betting__Popup-body-line-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Betting__Popup-11 .bgcolor, .Betting__Popup-1 .bgcolor, .Betting__Popup-3 .bgcolor, .Betting__Popup-7 .bgcolor, .Betting__Popup-9 .bgcolor, .Betting__Popup-green .bgcolor {
    background-color: #40ad72;
}
.Betting__Popup-voilet .bgcolor {
    background: #b659fe;
}
.Betting__Popup-body-line-item+div {
    margin-left: 0.16rem;
}
.Betting__Popup-agree.active {
    background-image: url(../images-new/red-check.png);
}
.Betting__Popup-agree {
    padding-left: 0.8rem;
    background-image: url(../images-new/grey-circle.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.64rem;
    font-size: .32rem;
    color: #4d4d4d;
}
.Betting__Popup-preSaleShow {
    margin-left: 0.34667rem;
    font-size: .32rem;
    color: #fd565c;
}
.Betting__Popup-body-line-item {
    padding: 0 0.21333rem;
    background: #f0f0f0;
}
.Betting__Popup-body {
    padding: 0.76rem 0.34667rem 0.53333rem;
}
.Betting__Popup-foot {
    height: 0.96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    line-height: .96rem;
    font-size: .37333rem;
    color: #fff;
}
.Betting__Popup-body-line+div {
    margin-top: 0.4rem;
}
.Betting__Popup-body-line-btnL {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 200px;
}
.Betting__Popup-input {
    border: 0.01333rem solid #d3d3d3;
    padding: 0.02667rem 0.26667rem;
    width: 2.10667rem;
    margin: 0 0.16rem;
}
.van-field__value {
    overflow: visible;
}
.van-cell__value {
    position: relative;
    overflow: hidden;
    color: var(--van-cell-value-color);
    font-size: var(--van-cell-value-font-size);
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}
.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Betting__Popup-input .van-field__control {
    text-align: center;
    font-size: .37333rem;
    line-height: .72rem;
    padding: 0;
    border: none;
}
.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;
}

.Betting__Popup-foot-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #25253c;
    color: #7d7d9d;
}
.bgcolor {
    pointer-events: all;
    color: #fff;
    background: #fd565c;
}
.Betting__Popup-foot-s {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
.Betting__Popup-body-line:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
/* betting popup */
/* wingo */

/* game k3 */
.howToPlay_k3 {
    display: none;
}
.K3TL__C {
    margin: 0.34667rem auto 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0.01333rem center;
    color: #fff;
    padding: 0.42667rem 0.29333rem 0.45333rem;
    border-radius: 0.26667rem 0.26667rem 0 0;
}
.K3TL__C-l1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.61333rem;
    color: #8b8b8b;
    font-size: .32rem;
}
.K3TL__C-l1 .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.61333rem;
}
.K3TL__C-rule {
    height: 0.61333rem;
    padding: 0 0.66667rem;
    font-size: .29333rem;
    text-align: center;
    border: 0.01333rem solid #fe474d;
    border-radius: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fe474d;
    margin-left: 0.4rem;
}
.K3TL__C-rule:before {
    content: "";
    display: block;
    height: 0.48rem;
    width: 0.48rem;
    background-image: url(../images-new/bookmark.png);
    background-repeat: no-repeat;
    background-size: 0.48rem;
    background-position: center;
}
.K3TL__C-l2 {
    height: 0.8rem;
    line-height: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: 700;
    font-size: .53333rem;
    color: #2c3e50;
}
.K3TL__C-time {
    height: 0.8rem;
    line-height: .8rem;
    bottom: 0.29333rem;
    right: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
}
.K3TL__C-time>div {
    background: #efeff4;
    border-radius: 0.05333rem;
    color: #00b977;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.13333rem;
    border: 0.00667rem solid #fff;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}
.K3TL__C-time>div+div {
    margin-left: 0.12rem;
}
.K3TL__C-l3 {
    height: 3.09333rem;
    margin-top: 0.48rem;
    background: #00b977;
    border-radius: 0.18667rem;
    position: relative;
    padding: 0.26667rem;
}
.K3TL__C-l3:before {
    background: #008b59;
    border-radius: 0.13333rem 0 0 0.13333rem;
    left: -0.13333rem;
}
.K3TL__C-l3:after {
    background: #008b59;
    border-radius: 0 0.13333rem 0.13333rem 0;
    right: -0.13333rem;
}
.K3TL__C-l3 .box {
    background: #003c26;
    border-radius: 0.13333rem;
    height: 100%;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.13333rem;
}
.K3TL__C-l3 .box:after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 0.53333rem solid transparent;
    border-right: 0.53333rem solid #00b977;
}

.K3TL__C-l3 .box:after, .K3TL__C-l3 .box:before {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.18667rem solid transparent;
    border-bottom: 0.18667rem solid transparent;
    content: "";
    z-index: 3;
}
.K3TL__C-l3 .box:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 0.53333rem solid transparent;
    border-left: 0.53333rem solid #00b977;
}
.K3TL__C-l3 .box>div {
    width: calc((100% - 0.4rem) / 3);
    height: 2.29333rem;
    background-color: #333;
    border-radius: 0.13333rem;
    position: relative;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}
.K3TL__C-l3 .box>div:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    box-shadow: inset 0 -0.13333rem 0.13333rem #0000004d, inset 0 0.13333rem 0.13333rem #0000004d;
}

.K3TL__C-l3 .num1 {
    background-image: url(../images-new/game/num1-9f16525b.png);
}

.K3TL__C-l3 .num2 {
    background-image: url(../images-new/game/num2-96e175aa.png);
}

.K3TL__C-l3 .num3 {
    background-image: url(../images-new/game/num3-52bb404d.png);
}

.K3TL__C-l3 .num4 {
    background-image: url(../images-new/game/num4-6bed6212.png);
}

.K3TL__C-l3 .num5 {
    background-image: url(../images-new/game/num5-7962f058.png);
}

.K3TL__C-l3 .num6 {
    background-image: url(../images-new/game/num6-1cc40321.png);
}

.K3B__C {
    margin: auto;
    background: #ffffff;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da40;
    border-radius: 0 0 0.26667rem 0.26667rem;
    padding: 0 0.26667rem 0.25333rem;
    position: relative;
}
.Betting__C-mark {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    color: var(--main-color);
    border-radius: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Betting__C-mark_iner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.Betting__C-mark_iner>div {
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0 0.4rem;
    background-color: #fff;
    font-weight: 700;
    font-size: 3.73333rem;
}
.Betting__C-mark_iner>div+div {
    margin-left: 1.04rem;
}
.K3B__C-nav {
    height: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .29333rem;
    color: #7d7d7d;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-nav>div.active {
    background: #fa574a;
    color: #fff;
}
.K3B__C-nav>div {
    line-height: 1.06667rem;
    text-align: center;
    width: calc(25% - 0.04rem);
    background: #f6f6f6;
    border-radius: 0.13333rem 0.13333rem 0 0;
}
.K3B_tab_content.active {
    display: block;
}
.K3B_tab_content {
    display: none;
}
.K3B__C-bettingList {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-bettingList>div {
    width: calc((100% - 0.6rem) / 4);
    height: auto;
    border-radius: 0.13333rem;
    text-align: center;
    margin-top: 0.21333rem;
    color: #7f7f7f;
    height: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.K3B__C-bettingList>div .ball {
    width: 1.17333rem;
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}
.K3B__C-bettingList>div .ball.rball {
    background: url(../images-new/game/redBall-fd34b99e.png) no-repeat center center;
    background-size: cover;
}

.K3B__C-bettingList>div .K3B__C-odds-bet {
    font-size: .37333rem;
}

.K3B__C-bettingList>div .ball .K3B__C-odds-bet {
    font-size: .64rem;
    font-weight: 700;
}

.K3B__C-bettingList>div .ball.rball .K3B__C-odds-bet {
    background: -webkit-linear-gradient(top,#ff827a 0%,#e93333 68.18%);
    background: linear-gradient(180deg,#ff827a 0%,#e93333 68.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.K3B__C-bettingList>div .K3B__C-odds-rate {
    font-size: .29333rem;
}

.K3B__C-bettingList>div .ball.gball {
    background: url(../images-new/game/greenBall-b7685130.png) no-repeat center center;
    background-size: cover;
}

.K3B__C-bettingList>div .ball.gball .K3B__C-odds-bet {
    background: -webkit-linear-gradient(top,#55d991 0%,#2f9c61 68.18%);
    background: linear-gradient(180deg,#55d991 0%,#2f9c61 68.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.K3B__C-bettingList>div.numA, .K3B__C-bettingList>div.numB, .K3B__C-bettingList>div.numC, .K3B__C-bettingList>div.numD {
    height: 1.17333rem;
    background-color: #ffa82e;
    color: #fff;
    font-size: 12px;
}
.K3B__C-bettingList>div.numB {
    background-color: #6da7f4;
}
.K3B__C-bettingList>div.numC {
    background-color: #fa574a;
}
.K3B__C-bettingList>div.numD {
    background-color: #40ad72;
}
.K3B__C-betting2 {
    margin-top: 0.26667rem;
}
.K3B__C-betting2-tip1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.4rem;
    font-size: .34667rem;
    line-height: .4rem;
    color: #545454;
}
.K3B__C-betting2-line1, .K3B__C-betting2-line2, .K3B__C-betting2-line3 {
    height: 0.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0.21333rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-betting2-line1>div {
    background: rgba(182, 89, 254, .5);
    font-size: .37333rem;
}
.K3B__C-betting2-line1>div, .K3B__C-betting2-line2>div, .K3B__C-betting2-line3>div {
    width: calc((100% - 1.33333rem) / 6);
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.13333rem;
}
.K3B__C-betting2-line2>div {
    background: #fb9494;
    font-size: .37333rem;
}
.K3B__C-betting2-line3>div {
    font-size: .37333rem;
    background: rgba(64, 173, 114, .5);
}

.K3B__C-betting3-tip1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.4rem;
    font-size: .34667rem;
    line-height: .4rem;
    color: #545454;
    margin-bottom: 0.21333rem;
}
.K3B__C-betting3 {
    margin-top: 0.26667rem;
}
.K3B__C-betting3-line1 {
    height: 0.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0.21333rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-betting3-line1>div {
    width: calc((100% - 1.33333rem) / 6);
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.13333rem;
    background: rgba(182, 89, 254, .5);
    font-size: .37333rem;
}
.K3B__C-betting3-btn {
    height: 0.93333rem;
    line-height: .93333rem;
    text-align: center;
    background: #fb9494;
    border-radius: 0.13333rem;
    color: #fff;
    font-size: .37333rem;
    margin-bottom: 0.21333rem;
}
.K3B__C-betting4 {
    margin-top: 0.26667rem;
}
.K3B__C-betting4-tip1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.4rem;
    font-size: .34667rem;
    line-height: .4rem;
    color: #545454;
    margin-bottom: 0.21333rem;
}
.K3B__C-betting4-line1.mb30 {
    margin-bottom: 0.4rem;
}

.K3B__C-betting4-line1 {
    height: 0.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0.21333rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-betting4-btn {
    height: 0.93333rem;
    line-height: .93333rem;
    text-align: center;
    background: #fb9494;
    border-radius: 0.13333rem;
    color: #fff;
    font-size: .37333rem;
    margin-bottom: 0.4rem;
}
.K3B__C-betting4-line1>div {
    width: calc((100% - 1.33333rem) / 6);
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.13333rem;
    background: rgba(182, 89, 254, .5);
    font-size: .37333rem;
}
.Betting__Popup-btn {
    width: 0.74667rem;
    height: 0.74667rem;
    pointer-events: none;
    text-align: center;
    font-size: .66667rem;
    padding: 0;
    color: #c8c9cc;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}
.Betting__Popup-type1 .list>div.red {
    background-color: #fa574a;
}
.Betting__Popup-type1 .list>div.green {
    background-color: #40ad72;
}

.Betting__Popup-type1 .list>div {
    width: 0.64rem;
    height: 0.64rem;
    line-height: .64rem;
    text-align: center;
    background: #b5b5b5;
    border-radius: 0.64rem;
    font-size: .32rem;
    color: #fff;
    margin: 0.05333rem;
}
/* game k3 */

/* all gamepage start */
.alGames__container-sticky {
    padding: 0 .32rem;
}
.alGames__container-sticky .slider {
    margin-bottom: 0px;
}
.alGames__container-sticky .slick-list {
    padding-left: 50px !important;
    padding-right: 0 !important;
}
.allGames__container .tab_item {
    
    :;.13333rem;
    list-style: none;
    width: 2.02667rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images-new/icon_bg-f97e2540.png);
    font-size: .32rem;
    color: var(--text_color_L2);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .16rem;
}
.allGames__container .tab_item img {
    width: 2.02667rem;
    height: 1.62667rem;
}


.games-tabs-container .fun-tab-item.slick-current:nth-child(5) img{
    filter: unset;
}
.games-tabs-container .fun-tab-item.slick-current:nth-child(6) img{
    filter: unset;
}
.games-tabs-container .fun-tab-item.slick-current:nth-child(7) img{
    filter: unset;
}
.games-tabs-container .fun-tab-item.slick-current:nth-child(8) img{
    filter: unset;
}
.games-tabs-container .fun-tab-item.slick-current:nth-child(9) img{
    filter: unset;
}
.games-tabs-container .fun-tab-item.slick-current:nth-child(10) img{
    filter: unset;
}


.allGames__container .tab_item span {
    font-size: .32rem;
}
.allGames__container .fun-tabs .fun-tab-item {
    padding: .18667rem 3px;
}
.allGames__container .slick-current .tab_item {
    background-image: url(../images-new/icon_bg_select-cc5606e6.png);
    color: var(--main-color);
}

.lottery-box .box-left {
    gap: 10px;
    padding: 15px 0 25px 15px;
}
.lottery-box img {
    width: 90px;
    height: auto;
}

.lottery-box {
    border-radius: 20px;
    color: #fff;
    height: 95px;
    margin-bottom: 10px;
    width: 100%;
}
.gamesList__container {
    padding-left: 15px;
    padding-right: 15px;
}
.games-tab-lebel {
    border-left: 4px solid var(--main-color);
    color: var(--mainText);
    display: block;
    font-weight: 700;
    margin: 30px 0 10px;
    padding-left: 5px;
    font-size: 14px;
}
.lottery-box, .tab-button.active {
    background:var(--main_gradient-color) ;
}

.slots-box img {
    border-radius: 10px;
    height: 185px;
    width: 100%;
}
.slots-box {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    width: 100%;
}
.lottery-box .box-heading {
    font-size: 17px;
    font-weight: 700;
}
.lottery-box .box-text {
    color: #ffffffac;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
}

.thirparty-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 1;
    visibility: hidden;
}
.thirparty-popup-inner {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 45%;
    width: 320px;
    overflow: hidden;
    font-size: 16px;
    background: var(--main-color);
    border-radius: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.thirparty-popup-header {
    padding-top: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #f0f1f5;
}
.thirparty-popup-message-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    padding-top: 8px;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-height: 60vh;
    padding: .34667rem 24px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}
.thirparty-popup-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}
.thirparty-popup-footer button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
    color: #323233;
    background: var(--main-color);
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 48px;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #fff;
}
.thirparty-popup-footer button.cancel-confirm {
    color: #f0f1f5;
    border-left: 1px solid #fff;
}
.gameError-popup.hide {
    display: none;
}

.gameError-popup {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
}
.gameError-inner {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.9);
    width: 100px;
    height: 100px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    justify-content: center;
}

/* all gamepage end */


/* game */



/* Media CSS */
@media screen and (min-width: 800px) {
    html {
        font-size: 2.5rem !important;
    }
}
@media (max-width: 560px) {
    html {
        font-size: 10vw !important;
    }
}

@media (min-width: 501px) {
    .van-popup.van-popup--bottom {
        max-width: 10rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }
    .captcha_box {
        max-width: 10rem;
    }
}

/*Mehboob Add to Desktop Start*/

.btn[data-v-b3bd7e49] {
        position: fixed;
        left: 50%;
        bottom: 2.4rem;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
        width: 4.88rem;
        height: 1.06667rem;
        background: var(--downBg, var(--main_gradient-color2));
        border-radius: 1.06667rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: .26667rem;
        padding-right: 1.06667rem;
        z-index: 2;
    }
    .btn .line[data-v-b3bd7e49] {
        position: absolute;
        top: .13333rem;
        right: 1rem;
        height: .8rem;
    }
    .btn .close[data-v-b3bd7e49] {
        position: absolute;
        top: .06667rem;
        right: .06667rem;
        font-size: .66667rem;
        margin: .13333rem;
        color: #fff;
        cursor: pointer;
    }
    .btn .icon[data-v-b3bd7e49] {
        width: .64rem;
        height: .64rem;
        margin-left: .13333rem;
    }
    .btn .text[data-v-b3bd7e49] {
        font-weight: 700;
        font-size: .32rem;
        line-height: .32rem;
        color: var(--text_color_L4);
        text-shadow: 0 .02667rem .01333rem rgba(71,129,255,.5);
        margin-left: .13333rem;
        max-width: 2.88rem;
        word-wrap: break-word;
    }
    
/*Mehboob Add to Desktop End*/    
/* Avatar */
.avatar-container-content {
    padding-top: 20px;
}
.avatar-container-content .van-grid-item {
    width: 2.66667rem;
    height: 2.4rem;
}
.avatar_page .van-grid-item__content {
    background-color: transparent;
}
.avatar-container-content>div img {
    width: 2.66667rem;
    height: 2.4rem;
    border-radius: .26667rem;
}
.checked_aviator:not(.active) {
    display: none;
}
.avatar-container-content>div .van-checkbox {
    position: absolute;
    bottom: .26667rem;
    right: .26667rem;
}
.van-checkbox__icon--round .van-icon {
    border-radius: 100%;
}
.van-checkbox__icon--checked .van-icon {
    color: #fff;
    background-color: #d30095;
    border-color: #d30095;
}

.avatar-container-content>div .active img {
    border-color: #d30095;
    border-width: .08rem;
    border-style: solid;
}
.avatar-container-content>.van-grid {
    row-gap: 10px;
}
/* Avatar */
/* My Commission */
.container_filter {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
}
.container_filter input[type="date"] {
    width: 40%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #cccc;
}
.container_filter input[type="button"] {
    width: 20%;
    border: none;
    background-color: var(--sheet_nva_color);
    color: #fff;
}
.container_filter input[type="date"]:first-child {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.container_filter input[type="date"]:nth-child(2) {
    border-radius: 0;
}
/* My Commission*/

/* Home New section Jalwa*/
.gameTypeList {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .41333rem .32rem;
    margin-top: .66667rem;
}
.gameTypeItem {
    list-style: none;
    width: 2.02667rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images-new/icon_bg-f97e2540.png");
    font-size: .32rem;
    color: var(--text_color_L3);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .16rem;
}
.gameTypeItem img {
    width: 2.02667rem;
    height: 1.62667rem;
}
.gameTypeItem .gameTypeTitle {
    text-align: center;
}
.gameTypeItem.active {
    background-image: url("../images-new/icon_bg_select-cc5606e6.png");
    color: var(--main-color);
}
.game-content .tab-content {
    display: none;
}
.game-content .tab-content.active {
    display: block;
}
.tabs-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lottery .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .32rem;
}
.lottery .container img {
    width: calc(50% - .16rem);
    border-radius: .26667rem;
}
/* home New section jalwa*/



/* Media CSS*/