* {
    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);
}

/*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 */



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;
}
#app {
    background: var(--bg_color_L1);
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
}
.content-daman {
    font-family: bahnschrift;
    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, strong, sub, sup, tt, var, b, u, i, 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 {
    margin-bottom: .53333rem;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 1.2rem !important;
    z-index: 100 !important;
    margin-top: 0.5333rem !important;
}
.gameTypeHome {
    margin-bottom: .53333rem;
}
.gameTypeHome .van-tabs__wrap {
    height: 2rem;
}
.gameTypeHome .van-tabs__wrap .van-tabs__nav {
    background: var(--bg_color_L1);
    padding: 0;
}
.van-tabs__nav--line.van-tabs__nav--shrink, .van-tabs__nav--line.van-tabs__nav--complete {
    padding-right: var(--van-padding-xs);
    padding-left: var(--van-padding-xs);
}
.van-tabs__nav--line {
    box-sizing: content-box;
    height: 100%;
    padding-bottom: .2rem;
}
.van-tabs__nav--complete {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.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: #000;
}
.game_Type-tab{
      opacity:0.7;
   }
.game_Type-tab.active{
  opacity:1;
}

.gameTypeHome .van-tabs__wrap .van-tabs__nav .tabs-btn {
    font-size: 14px;
    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: 500;
    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 {
    width: 2.93333rem;
    height: 4rem;
}
body #app .homeNav .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);
}
#app .homeNav .more {
    width: calc((100% - .32rem) / 3);
    height: 4rem;
    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);
}
body #app .homeNav .more-l1 {
    color: var(--main-color);
}
#app .homeNav .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;
}
#app .homeNav .more-l1 svg {
    width: .66667rem;
    height: .66667rem;
}
body #app .homeNav .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%);
}
#app .homeNav .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%);
}
/* 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%;}
.sportsitem img{width: 100%;height: 100%;}
.jackpotitem img{width: 100%;height: 180px;}

/* 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: .64rem;
    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);
    margin-bottom: 2.66667rem;
}
.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: 4.76667rem;
    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;
}
.van-list__finished-text{margin-bottom: 65px;}


/* 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;
    color: #fff;
}
.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: #fff;
    padding-bottom: 0.10667rem;
}
.bet-container-lottery-card-header .h1 span {
    font-size: .37333rem;
    color: #e98613;
}
.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;
    height: 2.81333rem;
    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;
}
.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;
    padding-bottom: 0.13333rem;
    position: relative;
}
.bet-container-lottery-card-info ul li h2 {
    font-size: inherit;
}
.bet-container-lottery-card-info ul li span {
    color: #768096;
}

/* 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 {
    width: 100%;
    height: 1.33333rem;
    margin-inline: .06667rem;
    padding: 0;
    color: #9195a3;
    border-radius: .13333rem;
    background: var(--van-white);
    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;
}
.allGames__container .tab_item img {
    height: .66667rem;
    width: auto;
}

.games-tabs-container .fun-tab-item:nth-child(5) img{
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}
.games-tabs-container .fun-tab-item:nth-child(6) img{
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}
.games-tabs-container .fun-tab-item:nth-child(7) img{
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}
.games-tabs-container .fun-tab-item:nth-child(8) img{
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}
.games-tabs-container .fun-tab-item:nth-child(9) img{
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}
.games-tabs-container .fun-tab-item:nth-child(10) img{
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}

.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 {
    color: #fff;
    background: var(--main_gradient-color);
}

.lottery-box .box-left {
    gap: 10px;
    padding: 15px 0 25px 15px;
}
.lottery-box img {
    width: 90px;
}

.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;
}
.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*/    

/* Media CSS*/