*{
    margin: 0;
    padding: 0;
}
.van-toast{
    background: linear-gradient(0deg, #FFFFFF, #C6D1EF);
    color: #333;
    width: max-content;
    padding: .24rem;
    font-size: .28rem;
}

.dialogConfirmCancel.van-dialog,.customDialog.van-dialog,.dialogConfirm.van-dialog{
    background: linear-gradient(0deg, #FFFFFF, #C6D1EF);
    border-radius: .3rem;
}
.dialogConfirmCancel .van-dialog__header,.customDialog .van-dialog__header,.dialogConfirm .van-dialog__header{
    position: relative;
    padding-top: .4rem;
    height: .36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .36rem;
    color: #000;
    font-weight: bold;
}
.dialogConfirmCancel .van-dialog__header::before,.customDialog .van-dialog__header::before,.dialogConfirm .van-dialog__header::before{
    content: ' ';
    position: absolute;
    right: .3rem;
    top: .4rem;
    width: .36rem;
    height: .36rem;
}
.customDialog .van-dialog__message,.dialogConfirm .van-dialog__message{
    padding-top: .3rem;
    color: #000;
    line-height: .5rem;
    text-align: inherit;
}
.dialogConfirmCancel .van-dialog__message{
    padding: .24rem;
    color: #000;
    line-height: .5rem;
    text-align: inherit;
}
.dialogConfirmCancel .van-dialog__footer,{
    display: none;
}
.customDialog .van-dialog__footer,.dialogConfirm .van-dialog__footer{
    justify-content: space-around;
    box-sizing: border-box;
    padding-left: .26rem;
    padding-right: .26rem;
    padding-bottom: .32rem;
}
.customDialog .van-button--default,.dialogConfirm .van-button--default{
    background-color: transparent;
    background-image: linear-gradient(0deg, #A098E9, #392EA4);
    border-radius: .16rem;
    width: 48%;
    height: .76rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    color: #fff!important;
    font-size: .3rem;
}
.dialogConfirm .van-dialog__confirm{
    width: 100%;
}
.bg-default{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
body{
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    /* background-image: url("../img/bg.png"); */
    background-image: url(../img/home/invite/bg.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    min-height: 100vh;
    /* background-color: #0e074d; */
}
.common-nav {
    background-color: #052e4b !important;
}
.header-nav{
    /*max-width: 750px;*/
    /*margin: 0 auto;*/
    /*left: 50%!important;*/
    /*transform: translateX(-50%);*/
}
.header-nav2{
    /*max-width: 750px;*/
    /*margin: 0 auto;*/
    /*left: 50%!important;*/
    /*transform: translateX(-50%);*/
}
.notdata{
    padding-top: .6rem;
    padding-bottom: .6rem;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: .28rem;
}
.pagination-container > span{
    display: block;
    padding: .24rem;
    text-align: center;
    font-size: .26rem;
    color: #fff;
    position: relative;
}
.pagination-container > span:after{
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    height: .8rem;
    padding-bottom: .5rem;
}
.pagination li{
    width: .7rem;
    height: .7rem;
    background-color: #fff;
    border-radius: .2rem;
    margin: 0 .2rem;
    background-color: rgba(72,78,166,.5);
}
.pagination li.active{
    background: linear-gradient(0deg, #A098E9, #392EA4);
}
.pagination li span,.pagination li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .3rem;
}
.nav-menu{
    background-color: rgba(72,78,166,.5);
    font-size: .26rem;
    color: #fff;
    height: .6rem;
    border-radius: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .24rem;
    padding-right: .24rem;
    margin-right: .16rem;
    text-transform: uppercase;
}
.nav-menu font{
    color: #fff;
}
.nav-menu.active{
    background: linear-gradient(0deg, #A098E9, #392EA4);
}
.dsf{
    display: flex!important;
}
.dsif{
    display: inline-flex!important;
}
.jcc{
    justify-content: center!important;
}
.jcfe{
    justify-content: flex-end!important;
}
.jcfs{
    justify-content: flex-start!important;
}
.alc{
    align-items: center!important;
}
.alfe{
    align-items: flex-end!important;
}
.alfs{
    align-items: flex-start!important;
}
.jcsb{
    justify-content: space-between!important;
}
.jcsa{
    justify-content: space-around!important;
}
.alb{
    align-items: baseline!important;
}
.w100b{
    width: 100%;
}
.h100b{
    height: 100%;
}
.zindex1{
    z-index: 1;
}
.zindex9{
    z-index: 9;
}
.zindex10{
    z-index: 10;
}
.zindex99{
    z-index: 99;
}
.zindex100{
    z-index: 100;
}
.colfff{
    color: #fff;
}
.colf505e3{
    color: #f505e3;
}
.colee0a24{
    color: #ee0a24;
}
.fwb{
    font-weight: bold;
}
.fg1{
    flex-grow: 1;
    width: 0;
}
.flexnowrap{
    flex-wrap: nowrap;
}
.nowrap{
    white-space: nowrap;
}
.col999{
    color: #999;
}
.bgfff{
    background-color: #fff;
}
.pofx{
    position: fixed;
}
.pore{
    position: relative;
}
.poab{
    position: absolute;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-column{
    flex-direction: column;
}
.t0{
    top: 0
}
.b0{
    bottom: 0
}
.l0{
    left: 0
}
.r0{
    right: 0
}
.scale9{
    transform: scale(.9);
}
.scale8{
    transform: scale(.8);
}
.fz10{
    font-size: .10rem;
}
.fz11{
    font-size: .11rem;
}
.fz12{
    font-size: .12rem;
}
.fz13{
    font-size: .13rem;
}
.fz14{
    font-size: .14rem;
}
.fz15{
    font-size: .15rem;
}
.fz16{
    font-size: .16rem;
}
.fz17{
    font-size: .17rem;
}
.fz18{
    font-size: .18rem;
}
.fz19{
    font-size: .19rem;
}
.fz20{
    font-size: .20rem;
}
.fz21{
    font-size: .21rem;
}
.fz22{
    font-size: .22rem;
}
.fz23{
    font-size: .23rem;
}
.fz24{
    font-size: .24rem;
}
.fz25{
    font-size: .25rem;
}
.fz26{
    font-size: .26rem;
}
.fz27{
    font-size: .27rem;
}
.fz28{
    font-size: .28rem;
}
.fz29{
    font-size: .29rem;
}
.fz30{
    font-size: .30rem;
}
.fz31{
    font-size: .31rem;
}
.fz32{
    font-size: .32rem;
}
.fz33{
    font-size: .33rem;
}
.fz34{
    font-size: .34rem;
}
.fz35{
    font-size: .35rem;
}
.fz36{
    font-size: .36rem;
}
.fz37{
    font-size: .37rem;
}
.fz38{
    font-size: .38rem;
}
.fz39{
    font-size: .39rem;
}
.fz40{
    font-size: .40rem;
}
.h52{
    height: .52rem;
}
.bge3fdfb{
    background-color: #e3fdfb;
}
.w62{
    width: .62rem;
}
.h40{
    height: .4rem;
}
.h70{
    height: .7rem;
}
.h60{
    height: .6rem;
}
.h113{
    height: 1.13rem;
}
.h68{
    height: .68rem;
}
.bg043e4f{
    background-color: #043e4f;
}
.w24{
    width: .24rem;
}
.h24{
    height: .24rem;
}
.pl20{
    padding-left: .2rem;
}
.pl24{
    padding-left: .24rem;
}
.pr20{
    padding-right: .2rem;
}
.bdra50b{
    border-radius: 50%;
}
.h16{
    height: .16rem;
}
.w16{
    width: .16rem;
}
.w1{
    width: .01rem;
}
.ml6{
    margin-left: .06rem;
}
.main-bg-left{
    background-image: url("../img/BG-15.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    /*background-attachment: fixed;*/
}
.main-bg-right{
    background-image: url("../img/BG-15-2.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    /*background-attachment: fixed;*/
}
.col068f90{
    color: #068f90;
}
.pt16{
    padding-top: .16rem;
}
.pb16{
    padding-bottom: .16rem;
}
.w20{
    width: .2rem;
}
.h20{
    height: .2rem;
}
.pt10{
    padding-top: .1rem;
}
.pt30{
    padding-top: .3rem;
}
.pb35{
    padding-bottom: .35rem;
}
.h286{
    height: 2.86rem;
}
.coldf0169{
    color: #df0169;
}
.bsbox{
    box-sizing: border-box;
}
.bscb{
    box-sizing: content-box;
}
.pl40{
    padding-left: .4rem;
}
.pr40{
    padding-right: .4rem;
}
.pl20{
    padding-left: .2rem;
}
.pr20{
    padding-right: .2rem;
}
.h143{
    height: 1.43rem;
}
.pt12{
    padding-top: .12rem;
}
.pt15{
    padding-top: .15rem;
}
.pt10{
    padding-top: .1rem;
}
.col6e{
    color: #6e6e6e;
}
.pb15{
    padding-bottom: .15rem;
}
.pt24{
    padding-top: .24rem;
}
.col0c1b46{
    color: #0c1b46;
}
.pb12{
    padding-bottom: .12rem;
}
.bdra12{
    border-radius: .12rem;
}
.h140{
    height: 1.4rem;
}
.h70{
    height: .7rem;
}
.pl16{
    padding-left: .16rem;
}
.pr16{
    padding-right: .16rem;
}
.w45{
    width: .45rem;
}
.h45{
    height: .45rem;
}
.pt4{
    padding-top: .04rem;
}
.pl4{
    padding-left: .04rem;
}
.pr4{
    padding-right: .04rem;
}
.pt15{
    padding-top: .15rem;
}
.h80{
    height: .8rem;
}
.overhide{
    overflow: hidden;
}
.w66{
    width: .66rem;
}
.h66{
    height: .66rem;
}
.w36{
    width: .36rem;
}
.h36{
    height: .36rem;
}
.text-center{
    text-align: center;
}
.col97{
    color: #979797;
}
.pt40{
    padding-top: .4rem;
}
.pb40{
    padding-bottom: .4rem;
}
.pb44{
    padding-bottom: .44rem;
}
.bgf0f8f6{
    background-color: #f0f8f6;
}
.w335{
    width: 3.35rem;
}
.bdra10{
    border-radius: .1rem;
}
.w132{
    width: 1.32rem;
}
.h86{
    height: .86rem;
}
.pb22{
    padding-bottom: .22rem;
}
.mb12{
    margin-bottom: .12rem;
}
input{
    background-color: transparent;
    outline: none;
    border: none;
}
::-webkit-input-placeholder{
    color: #bcbcbc;
}
::-moz-placeholder{
    color: #bcbcbc;
}
:-ms-input-placeholder{
    color: #bcbcbc;
}
.input-place-b2::-webkit-input-placeholder{
    color: #b2b2b2;
}
.input-place-b2::-moz-placeholder{
    color: #b2b2b2;
}
.input-place-b2:-ms-input-placeholder{
    color: #b2b2b2;
}
textarea{
    border: none;
    outline: none;
}
.input-box{
    height: .45rem;
    border-radius: .12rem;
    background-color: #fff;
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 .02rem .05rem 0 rgba(252, 58, 122, 0.2);
}
.input-box>div{
    font-size: .14rem;
    color: #009ba1;
    padding-right: .2rem;
}
.input-box input{
    flex-grow: 1;
    width: 0;
    height: 100%;
    font-size: .14rem;
    color: #000;
    border: none;
    outline: none;
    text-align: right;
}
.input-box-right{
    flex-grow: 1;
    width: 0;
    height: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    padding-right: 0!important;
}
.input-box-right-div{
    flex-grow: 1;
    width: 0;
    text-align: right;
    font-size: .14rem;
    color: #000;
    font-weight: bold;
    padding-right: .06rem;
    box-sizing: border-box;
}
.box-btn{
    height: .45rem;
    background-color: #009ba1;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #fff;
    font-weight: bold;
}
.box-btn:active{
    opacity: .8;
}
.pt36{
    padding-top: .36rem;
}
.text-underline{
    text-decoration: underline;
}
.pt22{
    padding-top: .22rem;
}
.pb30{
    padding-bottom: .3rem;
}
.pt20{
    padding-top: .2rem;
}
.pb38{
    padding-bottom: .38rem;
}
.pb32{
    padding-bottom: .32rem;
}
.pt55{
    padding-top: .55rem;
}
.w108{
    width: 1.08rem;
}
.w200{
    width: 2rem;
}
.h155{
    height: 1.55rem;
}
.pl38{
    padding-left: .38rem;
}
.pr38{
    padding-right: .38rem;
}
.colf00{
    color: #f00!important;
}
.mb20{
    margin-bottom: .2rem;
}
.pt32{
    padding-top: .32rem;
}
.van-popup--center.van-popup--round{
    border-radius: .1rem;
}
.van-popup__close-icon{
    color: #009ba1;
}
.tips-popup .van-popup{
    background-color: rgba(0,0,0,.6);
}
.loading-popup2 .van-overlay{
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.6);
}
.loading-popup2 .van-popup{
    background-color: rgba(0,0,0,.6);
}
.loading-popup2 .loading-text {
    margin: 0 2px;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    vertical-align: middle;
    text-align: center;
}
.loading-popup2 .loading-img {
    width: 1.2rem;
    height: .45rem;
}
.loading-popup .van-popup{
    background-color: rgba(0,0,0,.6);
}
.loading-popup .loading-img {
    width: 16px;
    max-width: 16px;
    margin: 0 2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.loading-popup .loading-text {
    margin: 0 2px;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    vertical-align: middle;
}
.loading-popup .loading-box{
    margin: 0;
    font-size: 0;
    padding: 10px 15px;
    line-height: normal;
}
.loading-popup .van-popup--center.van-popup--round{
    border-radius: 4px;
}
.pl10{
    padding-left: .1rem;
}
.pt26{
    padding-top: .26rem;
}
.pb20{
    padding-bottom: .2rem;
}
.pr10{
    padding-right: .1rem;
}
.h4{
    height: .04rem;
}
.bge1f0f0{
    background-color: #e1f0f0;
}
.bg009ba1{
    background-color: #009ba1;
}
.h18{
    height: .18rem;
}
.w18{
    width: .18rem;
}
.ml8{
    margin-left: .08rem;
}
.pb24{
    padding-bottom: .24rem;
}
.bg9e9e9e{
    background-color: #9e9e9e;
}
.w28{
    width: .28rem;
}
.h28{
    height: .28rem;
}
.pt6{
    padding-top: .06rem;
}
.pl12{
    padding-left: .12rem;
}
.pr12{
    padding-right: .12rem;
}
.bteeecec{
    border-top: 1px solid #eeecec;
}
.bbeeecec{
    border-bottom: 1px solid #eeecec;
}
.btce{
    border-top: 1px solid #cecece;
}
.bbce{
    border-bottom: 1px solid #cecece;
}
.h56{
    height: .56rem;
}
.w8{
    width: .08rem;
}
.h15{
    height: .15rem;
}
.pr24{
    padding-right: .24rem;
}
.col6d6d6d{
    color: #6d6d6d;
}
.col464646{
    color: #464646;
}
.coladadad{
    color: #adadad;
}
.pb6{
    padding-bottom: .06rem;
}
.mt18{
    margin-top: .18rem;
}
.mb30{
    margin-bottom: .3rem;
}
.col000{
    color: #000;
}
.w154{
    width: 1.54rem;
}
.h100{
    height: 1rem;
}
.w150{
    width: 1.5rem;
}
.h150{
    height: 1.5rem;
}
.mt60{
    margin-top: .6rem;
}
.colb5{
    color: #b5b5b5;
}
.h98{
    height: .98rem;
}
.col12{
    color: #121212;
}
.onehide,.oneHide{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.twohide,.twoHide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all
}
.h200{
    height: 2rem;
}
.col777{
    color: #777;
}
.colad{
    color: #adadad;
}
.col009ba1{
    color: #009ba1;
}
.w132{
    width: 1.32rem;
}
.h86{
    height: .86rem;
}
.pt35{
    padding-top: .35rem;
}
.col17{
    color: #171717;
}
.w6{
    width: .06rem;
}
.h11{
    height: .11rem;
}
.pr6{
    padding-right: .06rem;
}
.h120{
    height: 1.2rem;
}
.h130{
    height: 1.3rem;
}
.col41485a{
    color: #41485a;
}
.mb24{
    margin-bottom: .24rem;
}
.w90{
    width: .9rem;
}
.h90{
    height: .9rem;
}
.pb14{
    padding-bottom: .14rem;
}
.ml10{
    margin-left: .1rem;
}
.pb32{
    padding-bottom: .32rem;
}
.col221c35{
    color: #221c35;
}
.col85{
    color: #858585;
}
.bba5e1bb{
    border-bottom: 1px solid #a5e1bb;
}
.bdd5{
    border: 1px solid #d5d5d5;
}
.col9f{
    color: #9f9f9f;
}
.col23{
    color: #232323;
}
.colff2c8b{
    color: #ff2c8b!important;
}
.bd00b25e{
    border: 1px solid #00b25e;
}
.col00b25e{
    color: #00b25e;
}
.bdff3521{
    border: 1px solid #ff3521;
}
.colff3521{
    color: #ff3521;
}
.w105{
    width: 1.05rem;
}
.h110{
    height: 1.1rem;
}
.mt2{
    margin-top: 2px;
}
.mb32{
    margin-bottom: .32rem;
}
.col222{
    color: #222;
}
.bg009ba1{
    background-color: #009ba1;
}
.pl22{
    padding-left: .22rem;
}
.pr22{
    padding-right: .22rem;
}
.bdra20{
    border-radius: .2rem;
}
.w70{
    width: .7rem;
}
.pl30{
    padding-left: .3rem;
}
.pr30{
     padding-right: .3rem;
 }
.ml14{
    margin-left: .14rem;
}
.mr14{
    margin-right: .14rem;
}
.bbd9{
    border-bottom: 1px solid #d9d9d9;
}
.h48{
    height: .48rem;
}
.h44{
    height: .44rem;
}
.w35{
    width: .35rem;
}
.h35{
    height: .35rem;
}
.pl6{
    padding-left: .06rem;
}
.mb18{
    margin-bottom: .18rem;
}
.mt20{
    margin-top: .2rem;
}
.mr10{
    margin-right: .1rem;
}
.mb16{
    margin-bottom: .16rem;
}
.h22{
    height: .22rem;
}
.bd2b1c66{
    border: 1px solid #2b1c66;
}
.bdra6{
    border-radius: .06rem;
}
.w60{
    width: .6rem;
}
.w147{
    width: 1.47rem;
}
.mt8{
    margin-top: .08rem;
}
.w140{
    width: 1.4rem;
}
.pt2{
    padding-top: 2px;
}
.w110{
    width: 1.1rem;
}
.h158{
    height: 1.58rem;
}
.mb10{
    margin-bottom: .1rem;
}
.pr36{
    padding-right: .36rem;
}
.pb22{
    padding-bottom: .22rem;
}
.h50{
    height: .5rem;
}
.w11{
    width: .11rem;
}
.h6{
    height: .06rem;
}
.w15{
    width: .15rem;
}
.h8{
    height: .08rem;
}
.mb16{
    margin-bottom: .16rem;
}
.w335{
    width: 3.35rem;
}
.h252{
    height: 2.52rem;
}
.w300{
    width: 3rem;
}
.col3b4a48{
    color: #3b4a48;
}
textarea:disabled, input:disabled{
    background-color: transparent;
}
.nodata {
    padding: 15px;
    display: block;
    font-size: .13rem;
    text-align: center;
    line-height: 22px;
    /*letter-spacing: 8px;*/
    border-radius: 0 2px 2px 0;
    color: #333;
    display: flex;
    align-items: center;
}
.ml24{
    margin-left: .24rem;
}
.ml26{
    margin-left: .26rem;
}
.mr26{
    margin-right: .26rem;
}
.text-uppercase{
    text-transform: uppercase;
}
.click-btn{
    position: relative;
}
.click-btn:active{
    top: 1px;
    left: 1px;
}
.mb58{
    margin-bottom: .58rem;
}
.mt30{
    margin-top: .3rem;
}
.w625{
    width: 6.25rem;
}
.bdra30{
    border-radius: .3rem;
}
.van-popup{
    background-color: transparent;
}
.w182{
    width: 1.82rem;
}
.h182{
    height: 1.82rem;
}
.w132{
    width: 1.32rem;
}
.h132{
    height: 1.32rem;
}
.mr16{
    margin-right: .16rem;
}
.h26{
    height: .26rem;
}
.col74{
    color: #747474;
}
.mb18{
    margin-bottom: .18rem;
}
.h76{
    height: .76rem;
}
.bdra16{
    border-radius: .16rem;
}
.mr24{
    margin-right: .24rem;
}
.mt40{
    margin-top: .4rem;
}
.pl6{
    padding-left: .06rem;
}
.pr6{
    padding-right: .06rem;
}
.pl62{
    padding-left: .62rem;
}
.pr62{
    padding-right: .62rem;
}
.bg000-25{
    background-color: rgba(0,0,0,.25);
}
.bdfff-w2-14{
    border: 2px solid rgba(255,255,255,.14);
}
.pt62{
    padding-top: .62rem;
}
.w102{
    width: 1.02rem;
}
.bg000{
    background-color: #000;
}
.pl60{
    padding-left: .6rem!important;
}
.pr60{
    padding-right: .6rem!important;
}
.w130{
    width: 1.3rem;
}
.bd7d76fb{
    border: 1px solid #7d76fb;
}
.h42{
    height: .42rem;
}
.pb10{
    padding-bottom: .1rem;
}
.w312{
    width: 3.12rem;
}
.h118{
    height: 1.18rem;
}
.mr20{
    margin-right: .2rem;
}
.h102{
    height: 1.02rem;
}
.ml30{
    margin-left: .3rem;
}
.ml5{
    margin-left: .05rem;
}
.ml50{
    margin-left: .5rem;
}
.pt76{
    padding-top: .76rem;
}
.h216{
    height: 2.16rem;
}
.mr30{
    margin-right: .3rem;
}
.w144{
    width: 1.44rem;
}
.h144{
    height: 1.44rem;
}
.pb150{
    padding-bottom: 1.5rem;
}
.btn-default-line{
    background: linear-gradient(0deg, #A098E9, #392EA4);
}
.colFFEEB5{
    color: #FFEEB5;
}
.w270{
    width: 2.7rem;
}
.pr28{
    padding-right: .28rem;
}
.pl28{
    padding-left: .28rem;
}
.pb28{
    padding-bottom: .28rem;
}
.pt28{
    padding-top: .28rem;
}
.col71FF24{
    color: #71FF24;
}
.col3DD178{
    color: #3DD178;
}
.h110{
    height: 1.1rem;
}
.pt14{
    padding-top: .14rem;
}
.bdra7{
    border-radius: .07rem;
}
.w14{
    width: .14rem;
}
.h30{
    height: .3rem;
}
.h74{
    height: .74rem;
}
.pl18{
    padding-left: .18rem;
}
.colFF4B4B{
    color: #FF4B4B;
}
.fangkuai{
    width: .14rem;
    height: .3rem;
    border-radius: .07rem;
    background: linear-gradient(0deg, rgba(154,143,255,0.99), rgba(89,71,255,0.99));
}
.pt50{
    padding-top: .5rem;
}
.mt50{
    margin-top: .5rem;
}
.mb80{
    margin-bottom: .8rem;
}
.bgC1BCEE-op2{
    background-color: rgba(193, 188, 238, .2);
}
.h1{
    height: 1px;
}
.pb100{
    padding-bottom: 1rem;
}
.pr18{
    padding-right: .18rem;
}
.pl66{
    padding-left: .66rem;
}
.w102{
    width: 1.02rem;
}
.h111{
    height: 1.11rem;
}
.lh36{
    line-height: .36rem;
}
.mb48{
    margin-bottom: .48rem;
}
.mb34{
    margin-bottom: .34rem;
}
.lh40{
    line-height: .4rem;
}
.lh50{
    line-height: .5rem;
}
.h182{
    height: 1.82rem;
}
.h152{
    height: 1.52rem;
}
.w124{
    width: 1.24rem;
}
.h124{
    height: 1.24rem;
}
.w147{
    width: 1.47rem;
}
.h113{
    height: 1.13rem;
}
.pb8{
    padding-bottom: .08rem;
}
.lh60{
    line-height: .6rem;
}
.pb34{
    padding-bottom: .34rem;
}
.mt50{
    margin-top: .5rem;
}
.pb28{
    padding-bottom: .28rem;
}
.mb26{
    margin-bottom: .26rem;
}
.w320{
    width: 3.2rem;
}
.ml5{
    margin-left: .05rem;
}
.mr0{
    margin-right: 0rem;
}
.mb25{
    margin-bottom: .25rem;
}
.mt38{
    margin-top: .38rem;
}
.mb32{
    margin-bottom: .32rem;
}
.mb40{
    margin-bottom: .4rem;
}
.mb26{
    margin-bottom: .26rem;
}
.pt34{
    padding-top: .34rem;
}
.pb90{
    padding-bottom: .9rem;
}
.pl70{
    padding-left: .7rem;
}
.pr70{
    padding-right: .7rem;
}
.h300{
    height: 3rem;
}
.w166{
    width: 1.66rem;
}
.h165{
    height: 1.65rem;
}
.pb80{
    padding-bottom: .8rem;
}
.mt45{
    margin-top: .45rem;
}
.pb180{
    padding-bottom: 1.8rem;
}
.op0{
    opacity: 0;
}
.pl28{
    padding-left: .28rem;
}
.w94{
    width: .94rem;
}
.h94{
    height: .94rem;
}
.h32{
    height: .32rem;
}
.mb28{
    margin-bottom: .28rem;
}
.col8884ac{
    color: #8884ac;
}
.colff5400{
    color: #ff5400;
}
.mb52{
    margin-bottom: .52rem;
}
.w126{
    width: 1.26rem;
}
.h126{
    height: 1.26rem;
}
.ml20{
    margin-left: .2rem;
}
.colD3CDE8{
    color: #D3CDE8;
}
.pl5{
    padding-left: .05rem;
}
.mt46{
    margin-top: .46rem;
}
.mb38{
    margin-bottom: .38rem;
}
.pl14{
    padding-left: .14rem;
}
.bbC1BCEE{
    border-bottom: 1px solid rgba(193, 188, 238, .2);
}
.w314{
    width: 3.14rem;
}
.h298{
    height: 2.98rem;
}
.pr76{
    padding-right: .76rem;
}
.w236{
    width: 2.36rem
}
.pb50{
    padding-bottom: .5rem;
}
.pt16{
    padding-top: .16rem;
}
.mt16{
    margin-top: .16rem;
}
.w118{
    width: 1.18rem;
}
.pl35{
    padding-left: .35rem;
}
.pr35{
    padding-right: .35rem;
}
.w280{
    width: 2.8rem;
}
.mt35{
    margin-top: .35rem;
}
.pt64{
    padding-top: .64rem;
}
.pl32{
    padding-left: .32rem;
}
.pr32{
    padding-right: .32rem;
}
.pt38{
    padding-top: .38rem;
}
.w414{
    width: 4.14rem;
}
.pb70{
    padding-bottom: .7rem;
}
.col3DD178{
    color: #3DD178;
}
.mt12{
    margin-top: .12rem;
}
.mt22{
    margin-top: .22rem;
}
.op5{
    opacity: .5;
}
.w148{
    width: 1.48rem;
}
.w200{
    width: 2rem;
}
.w410{
    width: 4.10rem;
}
.h943{
    height: 9.43rem;
}
.h750{
    height: 7.5rem;
}
.w100{
    width: 1rem;
}
.w943{
    width: 9.43rem;
}
.h480{
    height: 4.8rem;
}
.w218{
    width: 2.18rem;
}
.h218{
    height: 2.18rem;
}
.mb34{
    margin-bottom: .34rem;
}
.mt24{
    margin-top: .24rem;
}
.mt36{
    margin-top: .36rem;
}
.lh45{
    line-height: .45rem;
}
.h295{
    height: 2.95rem;
}
.pl100{
    padding-left: 1rem;
}
.w242{
    width: 2.42rem;
}
.mt38{
    margin-top: .38rem;
}
.w547{
    width: 5.47rem;
}
.h108{
    height: 1.08rem;
}
.mt53{
    margin-top: .53rem;
}
.fz52{
    font-size: .52rem;
}
.fz46{
    font-size: .46rem;
}
.mt27{
    margin-top: .27rem;
}
.mb64{
    margin-bottom: .64rem;
}
.w49{
    width: .49rem;
}
.lh55{
    line-height: .55rem;
}
.mb45{
    margin-bottom: .45rem;
}
.mr35{
    margin-right: .35rem;
}
.w64{
    width: .64rem;
}
.h64{
    height: .64rem;
}
.pl15{
    padding-left: .15rem;
}
.pt28{
    padding-top: .28rem;
}
.colD3CDE8{
    color: #D3CDE8;
}
.colFFD360{
    color: #FFD360;
}
.mr70{
    margin-right: .7rem;
}
.w52{
    width: .52rem;
}
.h260{
    height: 2.6rem;
}
.pr14{
    padding-right: .14rem;
}
.h54{
    height: .54rem;
}
.mr5{
    margin-right: .05rem;
}
.w290{
    width: 2.9rem;
}
.h88{
    height: .88rem;
}
.pt18{
    padding-top: .18rem;
}
.mr12{
    margin-right: .12rem;
}
.ml22{
    margin-left: .22rem;
}
.pl26{
    padding-left: .26rem;
}
.w545{
    width: 5.45rem;
}
.h305{
    height: 3.05rem;
}
.w600{
    width: 6rem;
}
.h490{
    height: 4.9rem;
}
.w480{
    width: 4.8rem;
}
.h390{
    height: 3.9rem;
}
.fz60{
    font-size: .6rem;
}
.h46{
    height: .46rem;
}
.lh68{
    line-height: .68rem;
}
.w25b{
    width: 25%;
}

.h224{
    height: 2.24rem;
}
.pl34{
    padding-left: .34rem;
}
.w188{
    width: 1.88rem;
}
.h162{
    height: 1.62rem;
}
.h258{
    height: 2.58rem;
}
.pt200{
    padding-top: 2rem;
}
.w120{
    width: 1.2rem;
}
.mr60{
    margin-right: .6rem;
}
.w228{
    width: 2.28rem;
}
.h204{
    height: 2.04rem;
}
.h228{
    height: 2.28rem;
}
.h276{
    height: 2.76rem;
}
.w276{
    width: 2.76rem;
}
.op2{
    opacity: .2;
}
.fz64{
    font-size: .64rem;
}
.colFFD800{
    color: #FFD800;
}
.fz54{
    font-size: .54rem;
}
.fz50{
    font-size: .5rem;
}
.h94{
    height: .94rem;
}
.bg484EA6{
    background-color: #484EA6;
}
.lh24{
    line-height: .24rem;
}
.h72{
    height: .72rem;
}
.h160{
    height: 1.6rem;
}
.h116{
    height: 1.16rem;
}
.mb80{
    margin-bottom: .8rem;
}
.w298{
    width: 2.98rem;
}
.pt45{
    padding-top: .45rem;
}
.h34{
    height: .34rem;
}
.h96{
    height: .96rem!important;
}
.pr26{
    padding-right: .26rem;
}
.bdra14{
    border-radius: .14rem;
}
.pt60{
    padding-top: .6rem;
}
.colFF3939{
    color: #FF3939;
}
.h136{
    height: 1.3rem;
}
.op4{
    opacity: .4;
}
.pb60{
    padding-bottom: .6rem;
}
.mb68{
    margin-bottom: .68rem;
}
.bbC1BCEE-op2{
    border-bottom:solid 1px  rgb(193, 188, 238, .2);
}
.van-dialog{
    width: 6.4rem;
}


    /* 添加弹窗相关样式 */
    .van-popup {
        background: transparent !important;
    }

    .rules-popup {
        width: 6.4rem;
        background: #FFFFFF;
        border-radius: 0.3rem;
        padding: 0.48rem 0.32rem 0.32rem;
        position: relative;
    }

    .rules-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.50rem;
    }

    .rules-logo img {
        width: 3.46rem;
        height: 1.4rem;
    }

    .rules-logo span {
        font-size: 0.48rem;
        font-weight: bold;
        color: #000000;
        margin-left: 0.16rem;
    }

    .rules-content {
        max-height: 40vh;
        overflow-y: auto;
        font-family: PingFang SC;
        font-weight: 800;
        font-size: 0.3rem;
        color: #000000;
        line-height: 0.49rem;
        margin-bottom: 0.48rem;
    }

    .rules-btn {
        width: 2.8rem;
        height: 0.76rem;
        margin: 0 auto;
        background: linear-gradient(90deg, #37B5FF, #154CFE, #3AC0FF);
        border-radius: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 0.3rem;
        color: #FFFFFF;
        border: none;
        margin-top: 0.32rem;
    }

    .rules-close {
        position: absolute;
        right: 0.29rem;
        top: 0.35rem;
        z-index: 200;
        width: 0.4rem;
        height: 0.4rem;
        padding: 0;
        border: none;
        background: transparent;
    }

    .rules-close img {
        width: 100%;
        height: 100%;
    }
    
    
    
  html .pagination-container, html .page-selector {
    position: relative;
    overflow: hidden;
  }
  html .pagination-container select, html .page-selector select {
    width: 2.49rem;
    height: 0.73rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: 0 0.22rem;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.73rem;
    border: none;
    appearance: none;
    outline: none;
  }
  html .pagination-container:not(.custom-pagination)::after, html .page-selector::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 0.6rem;
    height: 100%;
    background: url('../img/nav/down.png') no-repeat center center;
    background-size: 0.3rem 0.3rem;
    background-color: #fff;
  }
  
  .col333{
    color: #333333;
  }

  .dialogGoods{
      width: calc(100% - .1rem);
      height: 8.4rem;
      background-image: url('../img/choujiang/dal-bg.png');
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-color: transparent;
  }
  .dialogGoods .t1{
    padding-top: 2.1rem;
    padding-bottom: .36rem;
    line-height: .4rem;
    font-size: .34rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .dialogGoods .t2{
    display: flex;
    justify-content: center;
    height: 1.4rem;
    margin-bottom: .13rem;
  }
  .dialogGoods .t2 img{
    width: auto;
    height: 1.4rem;
  }
  .dialogGoods .t3{
    padding: 0 1.2rem;
    text-align: center;
    line-height: .46rem;
    font-size: .3rem;
    color: #fff;
    word-break: break-all;
  }
  .dialogGoods .t4{
    position: absolute;
    bottom: .83rem;
    left: 1.31rem;
    width: 4.84rem;
    height: 1rem;
    background-image: url('../img/choujiang/dal-btn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dialogGoods .t4 span{
    font-size: .36rem;
    color: #fff;
  }