@font-face{font-family:'dinot';src:url('../fonts/DIN-Medium.otf')}
body,html{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
*{ padding: 0; margin: 0; font-family:'PingFangSC','STHeiti','Microsoft YaHei','Helvetica','Arial',sans-serif; box-sizing: border-box; list-style:none;  }
*{ -webkit-tap-highlight-color:rgba(255,255,255,0); }
html{font-size: 13.33333333vw;}
img{max-width: 100%;border:none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea{-webkit-user-select:auto;outline: none;background: transparent;}
a,a:focus,input:focus,textarea:focus{outline: none;}
input,button,textarea{-webkit-appearance: none;-moz-appearance: none;border: 0;}
input::-webkit-input-placeholder{  color: #999;  }
input:-moz-placeholder{color: #999;}
input::-moz-placeholder{color: #999;}
input:-ms-input-placeholder{color: #999;}
.c3{color: #333!important;} .c6{color: #666!important;} .c9{color: #999!important;}
.bold{font-weight: bold;}
.floatR{float: right;}
.textC{text-align: center;} .textR{text-align: right;} .textL{text-align: left;}
.gary-line{width: 100%;height: 0.1rem;background-color: #F6F6F6;}
.red{color: #ff2336;}
.green{color: #00c277;}
.mask{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top: 0;z-index: 1001;-webkit-transition: all 0.3s;transition: all 0.3s;}
.no-data{text-align: center;color: #ffffff;margin-top: 8vh;font-size: 0.26rem;}
.no-data .no-data-img{width: 115px;display: block;margin:0 auto;}
.marginB50{margin-bottom: 0.5rem!important;}.marginB30{margin-bottom: 0.3rem!important;}.marginB0{margin-bottom: 0rem!important;}
/*----------动画---------*/
.mask{-webkit-transition: all 0.3s;transition: all 0.3s;}
.mask.mask-open{
    opacity: 1;
    pointer-events: auto;
}
.mask.mask-close{
    opacity: 0;
    pointer-events: none;
}
.dialog-pop.dialog-open,.dialog-pop.dialog-close{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.dialog-pop.dialog-open{
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.6,0,0.4,1);
    animation-timing-function: cubic-bezier(0.6,0,0.4,1);
}
.dialog-pop.dialog-close{
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}
@-webkit-keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}
@keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@-webkit-keyframes anim-close {
    0% { opacity: 1;  -webkit-transform: scale3d(1, 1, 1);}
    100% { opacity: 0; -webkit-transform: scale3d(0, 0, 0); }
}
@keyframes anim-close {
    0% { opacity: 1;  -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
    100% { opacity: 0; -webkit-transform: scale3d(0, 0, 0); transform: scale3d(0, 0, 0); }
}

.header-top{
    position: fixed;width: 100%;
    left: 0px;top: 0px;
    background-color: #FFF;
    z-index: 99999;
}
.header-top .header-hei,.header-top .header-hei-c,.fix-fit{
    height: 0px;
    background-color: #FFF;
}
.header-h{
    height: 48px;
    padding: 0px 15px;
    font-size: 15px;position: relative;
}
.header-h .header-h-a{
    display: inline-block;
    width: 30px;height: 48px;
    position: absolute;
    left: 5px;top: 0px;
}
.header-h .back-btn{
    width: 10px;height: 18px;
    display: block;
    background-image: url('../images/2025/dasai/header-back.png');
    background-size: 100% 100%;
    position: absolute;
    left: 10px;top: 16px;
}
.header-h.white .back-btn{
    width: 10px;height: 18px;
    display: block;
    background-image: url('../images/2025/dasai/header-back-w.png');
    background-size: 100% 100%;
    position: absolute;
    left: 10px;top: 16px;
}
.header-h .header-close{
    display: inline-block;
    width: 40px;height: 48px;
    position: absolute;line-height: 48px;
    color: #666;text-align: center;
    left: 35px;top: 0px;
}
.header-h .header-close .close-btn{
    width: 14px;height: 14px;
    display: block;
    background: url('../images/group/header-close.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 8px;top: 18px;
}
.header-h .header-title{
    width: 240px;
    margin: 0 auto;overflow: hidden;
    font-size: 16px;
}
.header-h .header-title li{
    text-align: center;
    line-height: 48px;
    color: #333;
}
.header-h.white .header-title li{
    color: #ffffff;
}
.header-h .header-title li.active{
    color: #333;font-weight: bold;
    position: relative;
}
.header-h .header-title li.active:after{
    content: "";
    width: 15px;height: 3px;
    background-color: #333333;
    position: absolute;
    left: 50%;margin-left: -7px;
    bottom: 2px;
    border-radius: 15px;-webkit-border-radius: 15px;
}
.header-h .header-title li a{
    color: #333;
}
.header-h .header-title li.bis-li{
    width: 50%;
    float: left;
}
.header-h .header-title li.thr-li{
    width: 33.3%;
    float: left;
}
.header-h .header-title li.one-li{
    width: 100%;
}
.header-manage-a{
    color: #f12637;font-size: 13px;
    position: absolute;right: 15px;
    line-height: 48px;
    top: 0px;
}
.header-manage-a:focus,.header-manage-a:hover{
    color: #FF2336;
}
.head-fit{
    height: 48px;
}
.fix-fit{
    height: 0px;
}
/*-------main-------*/
.bg-img{
    background-color: #F7F8FA;
    background-image: url("../images/2025/dasai/body-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.bg-img1{
    /*background-color: #F7F8FA;*/
    background-image: url("../images/2025/dasai/body-bg1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.bg-img2{
    /*background-color: #F7F8FA;*/
    background-image: url("../images/2025/dasai/body-bg2.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.help-cont{
    padding: .1rem .3rem;
}
.block-item{
    background-color: #ffffff;
    border-radius: .2rem;
    padding: 0 .25rem;font-size: 0;
    margin-bottom: .25rem;
}
.block-item .b-ti{
    display: inline-block;
    font-size: .34rem;
    color: #333333;
    font-weight: bold;
    background-image: url("../images/2025/dasai/ti-bg.png");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: .4rem;
}
.item1-l{
    font-size: .24rem;
    padding: .35rem 0;
    border-bottom: 1px solid #EEEEEE;
}
.item1-l .flex-c{
    display: flex;align-items: center;
}
.flex-c .left-img{
    width: .8rem;
    margin-right: .2rem;
}
.center-i .l1{
    font-size: .32rem;
    color: #333333;
    line-height: .48rem;
}
.center-i .l2{
    color: #999999;
}
.flex-c .right-i{
    color: #0485fd;font-size: .26rem;
    margin-left: auto;
}
.flex-c .right-i img{
    width: .2rem;margin-left: .1rem;
}
.flex-c .right-btn{
    background-color: #FF2336;
    color: #fff;
    border-radius: .6rem;
    height: .68rem;line-height: .68rem;
    width: 1.6rem;text-align: center;
    font-size: .26rem;
}
.no-line{
    border-bottom: none!important;
}
.show-cont{
    background-color: #F7F7F7;
    border-radius: .2rem;
    padding: .25rem;font-size: .28rem;
    line-height: .54rem;
    position: relative;margin-top: .3rem;
}
.show-cont .sj-img{
    width: .23rem;height: .19rem;
    position: absolute;top: -.19rem;
    left: .25rem;
}
.show-cont .normal-s a{
    color: #ff2336;
    float: right;
}
.show-cont .zhu-s{
    color: #999999;font-size: .22rem;
}
.show-cont .info-img{
    margin-top: .1rem;margin-bottom: .2rem;
    width: 60%;
}
.item2-l{
    font-size: .3rem;
    padding: .35rem 0;
    border-bottom: 1px solid #EEEEEE;
}
.item2-l a{
    display: block;
}
.item2-l .right-a{
    color: #0485fd;font-size: .26rem;
    float: right;
}
.item2-l .right-a img{
    width: .12rem;margin-left: .1rem;
}
.item2-l .right-a img.r{
    width: .2rem;margin-left: .1rem;
}
#modal .big-img{
    width: auto;height: 80%;
    left: 50%;top: 50%;transform: translate(-50%,-50%);
    z-index: 1;position: relative;
}
#modal .big-img img#bgImg {
    animation-name: zoom;
    animation-duration: 0.3s;
    display: block;
    margin: auto;
    height: 100%;
}
#modal .img-close{
    width: 28px;height: 28px;
    position: absolute;bottom: -40px;left: 50%;display: none;
    margin-left: -14px;
}
#modal .img-close img{
    display: block;
}
/*------训练营------*/
.banner-w{
    width: 5.73rem;height: 1.01rem;
    display: block;
    margin: .6rem auto .3rem;
}
.main-cont{
    border-radius: .3rem .3rem 0 0;
    background-color: #ffffff;
    padding: .3rem;
}
.msg-w{
    text-align: center;
    font-size: .3rem;
    line-height: .48rem;color: #333333;
}
.yin-img{
    width: .55rem;height: .47rem;
    display: block;
    margin: -.1rem auto 0;
}
.pbg-cont{
    background-image: url("../images/2025/dasai/pbg-bg.png");
    background-size: 100% 100%;
    font-size: .24rem;
    position: relative;
    color: #751d00;
}
.cont-m{
    display: flex;align-items: center;
    padding:.4rem .3rem .4rem 1.8rem;
    margin-top: .3rem;
}
.pbg-cont .rig-span{
    font-size: .22rem;color: #ffffff;
    background-color: #D28128;
    border-radius: 0 .2rem 0 .2rem;
    position: absolute;right: 0;top: 0;
    padding: .08rem .2rem;
}
.pbg-cont .guan-img{
    width: 1.47rem;height: 1.86rem;
    position: absolute;
    left: .2rem;bottom: 0;
}
.user-details-p{
    font-size: .3rem;color: #751d00;
    font-weight: bold;
    padding-bottom: .1rem;
}
.user-details-p span{
    font-size: .24rem;
    font-weight: normal;
}
.user-details-p img{
    width: .33rem;height: .34rem;
    position: relative;
    top: .05rem;
}
.user-details .detail-l2{
    opacity: .6;
}
.right-btn-wx{
    background-color: #F12637;
    color: #ffffff;
    font-size: .24rem;
    width: 1.55rem;line-height: .6rem;
    height: .6rem;
    border-radius: .8rem;
    text-align: center;
    margin-left: auto;
}
.m-cont{
}
.block--ti{
    font-size: .34rem;
    margin-top: .4rem;color: #333333;
}
.v-list{
    position: relative;
    display: flex;
    padding: .3rem 0;
    border-bottom: 1px solid #EEEEEE;
}
.v-list .item-poster{
    width: 2rem;height: 1.5rem;
    min-width: 2rem;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
}
.v-list .item-poster img{
    width: 100%;height: 100%;
    display: block;
}
.v-list .item-poster .num-span{
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: .08rem .2rem;
    font-size: .2rem;
    border-radius: .4rem;
    position: absolute;
    left: 0; bottom: 0;
}
.v-list .item-info-r{
    position: relative;
    min-height: 1.5rem;
    padding-left: .2rem;
}
.v-list .item-info-r .info-t{
    font-size: .3rem;
    color: #333333;
    line-height: .4rem;padding-bottom: .1rem;
}
.v-list .item-info-r .info-i{
    font-size: .24rem;color: #818695;
    line-height: .35rem;min-height: .42rem;
    max-height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;white-space:nowrap;
    width: 4.6rem;
}
.v-list .info-s{
    margin-top: .1rem;
    font-size: .26rem;color: #f12637;
}
.v-list .info-s span{
    font-size: .4rem;font-weight: bold;
}
.v-list .info-s .go-study{
    padding: .08rem .35rem;
    background-color: #FFEEEE;
    color: #f12637;
    border-radius: 20px;
    font-size: .26rem;float: right;
}
.banner-kh{
    width: 6.07rem;height: 1.28rem;
    display: block;
    margin: .6rem auto .3rem;
}
.cont-title{
    font-size: .3rem;
    display: flex;
    justify-content: center;
}
.cont-title .thr-li a{
    padding: 0 .6rem;color: #989898;
}
.cont-title .thr-li.active a{
    font-size: .34rem;
    color: #333333;
    position: relative;
}
.cont-title .thr-li.active a:before{
    content: "";
    width: .24rem;height: .06rem;
    background-color: #3D75FE;
    border-radius: .8rem;
    position: absolute;bottom: -.15rem;
    left: 50%;transform: translateX(-50%);
}
.header-ser{
    color: #ffffff;
    font-size: 15px;
    position: absolute;right: 15px;line-height: 48px;top: 0;
}
.main-cont.bg1{
    background-color: #F7FCFF;
    padding-bottom: 2.3rem;
}
.kh-cont{
    margin-top: .4rem;
}
.kh-cont .kh-list{
    border-radius: .2rem;
    box-shadow: 0 0 4px #F1F6F9;
    padding: .35rem;
    margin-bottom: .3rem;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.r-span{
    display: block;
    width: auto;height: .65rem;
    padding: 0 .25rem;
    position: absolute;right: 0;top: 0;
    background-image: url("../images/2025/dasai/rig-span.png");
    background-size: 100% 100%;
    color: #6582ee;
    font-size: .24rem;text-align: center;
    line-height: .47rem;
}
.kh-list .list-l1{
    font-size: .34rem;
    display: flex;
    align-items: center;
}
.kh-list .list-l1 .com-logo{
    width: .65rem;height: .65rem;
    margin-right: .15rem;
}
.kh-list .list-l1 img{
    display: block;
    position: relative;top: 50%;transform: translateY(-50%);

}
.list-l2{
    font-size: .24rem;
    color: #989898;line-height: .3rem;
    margin-top: .2rem;
}
.icon-table{
    display: flex;
    font-size: .24rem;color: #666666;
    margin-top: .25rem;
    text-align: center;justify-content:space-between;
}
.icon-table .t-li{
    /*min-width: 25%;*/
}
.icon-table .t-li img{
    width: .64rem;height: .64rem;
    display: block;
    margin: .1rem auto;
}
.bot-btns{
    display: flex;
    font-size: .28rem;justify-content:space-between;
    text-align: center;
    margin-top: .3rem;
}
.bot-btns .btn-l{
    width: 35%;height: .8rem;line-height: .8rem;
    color: #3d75fe;
    background-color: #EBF3FF;
    border-radius: .15rem;
}
.bot-btns .btn-l img{
    width: .23rem;
    position: relative;top: .05rem;
    margin-right: .1rem;
}
.bot-btns .btn-r{
    width: 60%;height: .8rem;line-height: .8rem;
    color: #ffffff;
    background-color: #3D75FE;
    border-radius: .15rem;
}
.blue-top{
    background-color: #2D51FE!important;
}
.white-top{
    background-color: #FFFFFF!important;
}
.bot-btns .btn-all{
    width: 100%;height: .8rem;line-height: .8rem;
    color: #3d75fe;
    background-color: #EBF3FF;
    border: 1px solid #3d75fe;
    border-radius: .15rem;
}
.home-fixed-bot{
    width: 100%;
    position: fixed;left: 0;bottom: 0;
    z-index: 444;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    /*display: none;*/
}
.home-fixed-bot .fixed-bot-main{
    background-color: #FFFFFF;
    height: 77px;
    display: flex;align-items: center;
    /*height: 92px;*/
    width: 100%;
    padding: 15px;
    border-top: 1px solid #EEEEEE;
}
.home-fixed-bot .recom-span{
    width: 35px;height: 35px;
    border-radius: 50%;
    display: block;
}
.home-fixed-bot .recom-span img{
    display: block;
}
.home-fixed-bot .recom-span-b .vv{
    position: absolute;right: 0;
    bottom: 0;width: 15px;height: 15px;
}
.home-fixed-bot .main-right{
    color: #333333;
    padding-left: 10px;
}
.main-right .info-name{
    font-size: 16px;font-weight: bold;
    line-height: 24px;
    color: #333333;
}
.main-right .info-status{
    font-size: 12px;color:#999999
}
.main-right .info-status img{
    position: relative;top: 1px;
    margin-right: 4px;width: 11px;
}
.main-right .info-status .zx-msg{
    font-size: 11px;
}
.contact-btn{
    margin-left: auto;
}
.bot-btn{
    display: block;
    border-radius: 35px;float: right;
    margin-left: 5px;
    height: 36px;text-align: center;line-height: 36px;
    color: #ffffff;font-size: 14px;
    background-color: #00C261;
    width: 118px;
}
.bot-btn img{
    width: 18px;height: 15px;
    margin-right: 4px;
    position: relative;top: 2px;
}
.copy-code-btn{
    display: block;
    font-size: 0.3rem;height: 0.8rem;
    /*padding: 3px 8px;*/
    margin-top: 0.35rem;margin-bottom: 0.2rem;
    background-color: #FF2336;
    color: #FFF;width: 100%;
    position: relative;
}
.copy-code-btn span{
    color: #FF2336;
    font-size: .22rem;padding: .04rem .15rem;
    position: absolute;
    right: 0;top: -.24rem;
    background-color: #FDFF30;
    border-radius: .2rem;
}
.pops .t-pop-close{
    width: 26px;height: 26px;
    display: block;
    position: absolute;
    right: 50%;bottom: -50px;
    margin-right: -13px;
}
.pops .t-pop-close img{  display: block;   }
.kh-ling{
    width: 100%;
    height: 30px;
    background-color: #FFF6D9;
    color: #FF7200;
    font-size: 13px;line-height: 30px;
    padding: 0 12px;
    position: fixed;right: 0%;bottom: 77px;
}
.kh-ling img.bao{
    width: 15px;
    height: 15px;
    margin-right: 2px;
    position: relative;top: 2px;
}
.kh-ling .lingqu-btn{
    width: 72px;
    height: 24px;
    color: #FF7200;
    font-size: 13px;
    line-height: 24px;
    text-align: center;border-radius: 20px;
    position: absolute;
    right: 10px;top: 2px;
}
.bot-img{
    overflow: hidden;
}
.bot-img .top-ad1{
    width: 100%;
}
.bot-img .top-ad-b{
    width: 48.5%;float: left;
    margin-right: 3%;
}
.bot-img .top-ad-b:nth-child(2n+1){
    margin-right: 0;
}
.fund-logo{
    width: 1.85rem;display: block;
}
.fund-ti{
    font-size: .4rem;
    color: #000000;
    font-weight: bold;text-align: center;
    padding: .6rem 0 .4rem;
    position: relative;
}
.fund-ti img{
    width: 1.56rem;
    position: absolute;
    right: 5%;top: .25rem;
}
.img-cont{
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
    color: #666666;
}
.img-cont .img-flex{
    text-align: center;

}
.img-cont .img-flex img{
    width: 1.2rem;
}
.pro-cont{
    background-color: #F3FCFF;
    border-radius: .15rem;
    padding: 0 .3rem;
    margin-top: .3rem;
}
.pro-ti{
    font-size: .36rem;
    font-weight: bold;
    color: #333333;
    padding-top: .3rem;
    padding-bottom: .15rem;
}
.pro-ti span{
    font-size: .24rem;color: #999999;
    font-weight: normal;
}
.pro-item{
    padding: .25rem 0;
    display: flex;
}
.pro-item .icon{
    width: .8rem;height: .82rem;
    margin-right: .15rem;
}
.pro-item .info .l1{
    font-size: .3rem;
    color: #333333;
    margin-bottom: .05rem;
}
.pro-item .info .l2{
    font-size: .22rem;
    color: #888888;
}
.pro-item .sy-num{
    margin-left: auto;
    text-align: center;
}
.pro-item .sy-num .ww{
    font-size: .22rem;
    color: #999999;
}
.pro-item .sy-num .num{
    font-size: .4rem;
    color: #ff2336;font-weight: bold;
}
.bot-jian{
    width: 100%;
    height: .8rem;
    color: #ffffff;
    background-color: #3D75FE;border-radius: .15rem;
    font-size: .28rem;
    text-align: center;
    line-height: .8rem;margin-top: .4rem;
}



@media screen and (min-width: 350px) and (max-width: 365px) {
    .header-h .header-title{font-size: 15px;}
    .header-h .header-title li.bis-li{font-size: 13px;}
}
@media screen and (min-width: 750px) {
    html {
        background-color: #F2F2F2;
        height: 100%;
        font-size: 62px;
    }
    body, html {
        max-width: 500px;margin: 0 auto;min-height: 100%;
        width: 500px;
        position: absolute;left: 50%;margin-left: -250px;
    }
    .header-top{
        width: 500px;left: 50%;
        margin-left: -250px;
    }

}