body,html{
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早起浏览器*/
    -moz-user-select: none; /*火狐浏览器*/
    -ms-user-select: none; /*IE浏览器*/
    user-select: none; /*用户是否能够选中文本*/
}
body{
    padding-bottom: constant(safe-area-inset-bottom);/* 兼容 iOS < 11.2 */
    padding-bottom: env(safe-area-inset-bottom);/* 兼容 iOS >= 11.2 */
}
body:after{
    content: "";
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
    width: 100%;position: fixed;
    left: 0px;bottom: 0px;
    background-color: #FFF;
}
*{ 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;}
.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;}
.layui-m-layerbtn span[yes]{color:#b40000;}
.layui-m-layerbtn span[no]{color:#b40000;}
.layui-m-layerbtn span:first-child{color:#b40000;}
.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: 8px;height: 16px;
    display: block;
    background: url('../images/group/left-back1.png') no-repeat;
    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 .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;
}
/*-------mian-------*/
.zx-btn{
    position: fixed;
    right: 0;bottom: 20%;z-index: 55;
}
.zx-btn .zx-img{
    width: 0.58rem;height: 1.14rem;
}
.invite-btn{
    position: fixed;
    right: 0;bottom: 30%;z-index: 55;
}
.invite-btn .zx-img{
    width: 0.51rem;height: 1.63rem;
}
.new-index-container{
    background-color: #FBF8F8;
    padding-bottom: 1.3rem;
}
.new-index-container .i-banner{
    position: relative;
}
.new-index-container .i-banner img{
    display: block;
}
.i-banner .cs-num{
    font-size: 0.26rem;text-align: center;
    color: #fff;
    width: 100%;position: absolute;
    left: 0;bottom: -0.05rem;
}
.new-index-container .new-main-cont{
    background-image: url("../images/2023/group/main_bg.png");
    background-size: 100% auto;
    padding: 0.3rem 0.3rem 0;
    background-repeat: no-repeat;

}
.new-main-cont .new-data{
    background-color: #fff;
    padding: 0.3rem 0.3rem 0.4rem 0.3rem;
    border-radius: 0.3rem;
    position: relative;
}
.new-data .data-top{
    /*border-bottom: 0.01rem solid #EEEEEE;*/
    padding: 0.05rem 0.05rem 0.25rem 0.05rem;
    position: relative;
}
.new-data .data-top table{
    width: 100%;
}
.new-data .data-top table .num-tr{
    font-size: 0.66rem;
    color: #e60f22;font-weight: bold;
}
.new-data .data-top table .num-tr .second-d.no{
    color: #666666;
    font-size: 0.3rem;
}
.new-data .data-top table .num-tr .first-d{
    position: relative;
}
.new-data .data-top table .title-tr{
    font-size: 0.26rem;
    color: #8C8C8C;
}
.new-data .data-top table .num-tr .first-d:before{
    content: "";
    width: 0.01rem;height: 0.92rem;
    background-color: #F1F1F1;
    position: absolute;right: 0;top: 0.04rem;
}
.new-data .data-top table .second-d{
    width: 57%;
    padding-left: 0.5rem;
}
.withdraw-btn{
    width: 0.81rem;height: 0.46rem;
    background-color: #D80603;
    color: #fff;
    font-size: 0.26rem;line-height: 0.46rem;
    text-align: center;
    position: absolute;right: 0;top: 1.15rem;
    border-radius: 0.3rem 0 0 0.3rem;
    padding-left: 0.1rem;z-index: 6;
}
.data-top .tip{
    width: 3.12rem;
    position: absolute;top: -0.6rem;right: -0.1rem;
}
.data-top .tip1{
    width: 3.42rem;
    position: absolute;bottom: 1.3rem;right: -0.4rem;
}
.bot-title{
    font-size: 0.4rem;color: #333333;
    line-height: 0.5rem;
    padding: 0.2rem 0;font-weight: bold;
}
.bot-title .sub{
    font-size: 0.24rem;color: #999;
    font-weight: normal;
}
.block-main{
    /*overflow: hidden;*/
    /*padding-bottom: 0.15rem;*/
}
.block-main .block-side{
    width: 23%;float: left;
    font-size: 0.24rem;color: #999999;
}
.block-main .block-side.jia{
    position: relative;
    /*margin-right: 2.6%;*/
}
.block-main .block-side.jia:after{
    content: "+";
    font-size: 0.18rem;color: #a2a2a2;
    position: absolute;right: -8%;
    top: 23%;
}
.block-main .block-side .side-top{
    height: 1.3rem;padding: 0.3rem 0;
    background-color: #FFFAE7;
    text-align: center;
    border-radius: 0.2rem;
}
.block-main .block-side .side-top .num{
    font-size: 0.28rem;font-weight: bold;
    color: #ff2622;
}
.block-main .block-side .side-top .des{
    font-size: 0.22rem;
}
.block-main .hot-img{
    position: absolute;top: -0.05rem;
    width: 0.58rem;height: 0.36rem;
    left: 50%;
}
.block-main .block-center{
    width: 47%;float: left;
    margin: 0 3.5%;
    font-size: 0.24rem;color: #999999;
    position: relative;
}
.block-main .block-center:after{
    content: "+";
    font-size: 0.18rem;color: #a2a2a2;
    position: absolute;left: -7%;
    top: 23%;
}
.block-main .block-center:before{
    content: "+";
    font-size: 0.18rem;color: #a2a2a2;
    position: absolute;right: -7%;
    top: 23%;
}
.block-main .block-center .zc-img{
    position: absolute;top: 0;
    width: 1.18rem;height: 0.34rem;
    left: 50%;margin-left: -0.59rem;
}
.block-main .block-center .side-top{
    height: 1.3rem;padding: 0.3rem 0;
    background-color: #EAF3FF;
    text-align: center;
    border-radius: 0.2rem;
}
.block-main .block-center .side-top .num{
    font-size: 0.28rem;font-weight: bold;
    color: #ff2622;
}
.side-bot{
    text-align: center;
    padding-top: 0.1rem;
}
.side-bot .bot-tit{
    font-size: 0.28rem;font-weight: bold;
    line-height: 0.44rem;
    padding-top: 0.1rem;
    color: #333333;
}
.side-bot .bot-btn{
    /*font-size: 0.18rem;*/
    /*background-color: #EEEEEE;color: #777777;*/
    /*padding: 0.06rem 0.22rem;*/
    /*border-radius: 0.25rem;*/
}
.side-bot .bot-btn.no{
    /*background-color: #DF312E;*/
    color: #DF312E;
}
.new-quanshang,.new-quanmin,.new-xunlian,.new-lingjiang,.new-xinde,.new-zixun,.new-state,.new-jiangchi,.new-shipan
{
    background-color: #ffffff;
    border-radius: 0.3rem;
    padding: 0.15rem 0.3rem 0.3rem;
}
.item-cont{
    width: 100%;border-radius: 0.1rem;
    padding: 0.3rem 0.3rem 0.4rem 0.4rem;
    position: relative;
    overflow: hidden;display: flex;
    background-image: url("../images/2023/group/item-bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.3rem;
}
.item-cont.item2{
    background-image: url("../images/2023/group/item-bg2.png");
    background-size: 100% 100%;
    padding: 0.25rem 0.3rem 0.45rem 0.4rem;
    background-repeat: no-repeat;
    margin-bottom: 0.3rem;
}
.item-cont.item3{
    background-image: url("../images/2023/group/item-bg3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.3rem;
    padding: 0.25rem 0.3rem 0.4rem 0.4rem;
}
.item-cont.item4{
    background-image: url("../images/2023/group/item-bg4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.25rem 0.3rem 0.25rem 0.4rem;
}
.item-cont .gjj{
    width: 0.88rem;height: 0.4rem;
    position: absolute;left: 0;top: 0;
}
.item-cont-l{
    width: 3.7rem;
    padding-top: 0.1rem;font-size: 0;
}
.item-cont-l .t{
    font-size: 0.36rem;color: #333333;
    font-weight: bold;padding-bottom: 0.15rem;
}
.item-cont-l .s{
    font-size: 0.24rem;color: #666;
    line-height: 0.34rem;
    padding-right: 0.3rem;
}
.item-cont-l .gf{
    font-size: 0.26rem;
    color: #2048f6;font-weight: bold;
    margin-top: 0.12rem;display: inline-block;
}
.item-cont-r{
    text-align: center;
    width: 2rem;padding-top: 0.2rem;
}
.item-cont.item4 .item-cont-r{
    padding-top: 0.05rem;
}
.item-cont-r .num{
    font-size: 0.4rem;color: #d80603;
    font-weight: bold;
}
.item-cont-r .num-sub{
    color: #999999;font-size: 0.2rem;
}
.item-cont-r .enter-btn{
    width: 1.57rem;height: 0.56rem;
    border-radius: 0.3rem;
    color: #ffffff;
    background-color: #D80603;font-size: 0.26rem;
    text-align: center;line-height: 0.56rem;
    margin: 0.2rem auto 0;
}
.item-cont-r .enter-btn.goTradeBtn{
    border: 0.01rem solid #D80603;
    background-color: #ffffff;
    color: #D80603;
}
.lj-step{
    display: flex;font-size: 0.28rem;
    line-height: 0.44rem;
    color: #333333;margin-right: -0.15rem;
    margin-bottom: 0.2rem;
}
.lj-step .step-num{
    width: 0.3rem;height: 0.28rem;
    margin-top: 0.07rem;
}
.lj-step .lj-step-r{
    padding-left: 0.08rem;
}
.lj-step .lj-step-r a{
    color: #2048f6;
}
.code .save-msg1{
    font-size: 0.28rem;color: #333333;
    margin: 0.25rem auto 0.1rem;
    text-align: center;
}
.code .save-msg1 .left{
    width: 0.58rem;height: 0.02rem;
    margin: 0 0.1rem;
    position: relative;top: -0.07rem;
}
.code .copy-code-btna{
    display: block;margin: 0.15rem auto;
    font-size: 0.3rem;
    height: 0.7rem;color: #fff;
    width: 3.25rem;
    background-color: #D72418;
    border-radius: 0.15rem;
    border: 0px;cursor: pointer;
}
.code img.code-img{
    height: 2.7rem;
    width: 2.7rem;display: block;
    margin: 0 auto 0.1rem;
}
.code img.code-img.code-img1{
    border: 0.01rem solid #E0E0E0;
}
.code img.code-img.code-img2{
    width: 2.7rem;height: 2.7rem;
}
.new-xinde .message-block{
    max-height: 320px;overflow-y: auto;
}
.new-xinde .message-block .block-list{
    padding: 0.25rem 0;
    border-bottom: 0.01rem solid #EBEBEB;
}
.new-xinde .block-list .block-list-user{
    font-size: 0;
}
.new-xinde .block-list-user .user-img{
    width: 35px;height: 35px;
    border-radius: 50%;-webkit-border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FFC56A;
    display: inline-block;
}
.new-xinde .block-list .block-list-user .user-img{
    width: 0.7rem;height: 0.7rem;
    border-radius: 50%;-webkit-border-radius: 50%;
    overflow: hidden;
    border: 0.04rem solid #FFC56A;
    display: inline-block;
    margin-right: 0.2rem;
}
.new-xinde .block-list .block-list-user .user-name{
    position: relative;top: -0.25rem;
    display: inline-block;padding-left: 0.1rem;
    color: #D80000;font-size: 0.3rem;
    font-weight: bold;
}
.new-xinde .block-list .block-list-detail{
    font-size: 0.26rem;line-height: 0.46rem;
    color: #333;
    word-break: break-all;
}
.new-zixun .textC.red{
    font-size: 0.28rem;
    color: #e80f21;margin-bottom: 0.25rem;
}
.des-info{
    margin-top: 0.3rem;
    background-image: url("../images/2023/group/intro-bg.png");
    background-size: 100% 100%;
    font-size: 0.24rem;color: #333333;
    padding: 0.4rem 0.4rem 0.5rem 0.4rem;
    width: 104%;margin-left: -2%;
}
.des-info .info-n{
    color: #333333;line-height: 0.42rem;
}
.des-info .info-n .t{
    font-size: 0.28rem;color: #333333;
    line-height: 0.42rem;
    font-weight: bold;text-align: center;
    margin-bottom: 0.15rem;
}
.contact-n{
    font-size: 0.22rem;
    color: #999999;margin-top: 0.1rem;
}
/*--------*/
.new-state .bot-title{
    padding-bottom: 0;
}
.contest-state-ul{
    font-size: 0;
}
.contest-state-ul .state-item{
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #EEEEEE;
}
.contest-state-ul .state-item .item-title{
    font-size: 0.3rem;color: #333333;
    line-height: 0.48rem;padding-bottom: 0.08rem;
}
.contest-state-ul .state-item .item-info{
    font-size: 0.26rem;
    color: #999999;line-height: 0.44rem;
}
.contest-state-ul .state-item .item-info .btn-a{
    color: #2048f6;
    float: right;
}
.contest-state-ul .check-all-p{
    text-align: center;
}
.contest-state-ul .check-all-btn{
    display: inline-block;
    padding: 0.4rem 0 0.1rem;
    font-size: 0.3rem;color: #ff2336;
}
.withdraw-data{
    padding: 0.3rem 0.15rem 0rem;
    border-top: 0.01rem solid #EEEEEE;
}
.wallet-info{
    background: url('../../Home/images/2024/wallet-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.3rem 0.4rem 0.7rem;
    color: #ffffff;
    position: relative;
}
.wallet-info .info-num{
    font-weight: bold;font-size: .4rem;
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
    line-height: 40px;
}
.wallet-info .info-num .num,.wallet-info .info-num-jf .num{
    font-size: 36px;
    font-weight: bold;
}
.wallet-info .info-t{
    font-size: 0.26rem;
}
.wallet-info .withdraw-btn-a{
    position: absolute;
    right: 0.4rem;bottom: 0.6rem;
    background-color: #FFEA00;color: #ff0000;
    display: inline-block;
    line-height: 0.3rem;font-size: 0.3rem;
    padding: 0.15rem 0.35rem;
    border-radius: 0.3rem;
}
.withdraw-cont{
    padding: 0 0.3rem 0.8rem;
}
.withdraw-cont .cont-title{
    height: 0.9rem;
    border-bottom: 0.01rem solid #F1F1F1;
    font-size: 0.3rem;
    text-align: center;
}
.withdraw-cont .cont-title .title-a{
    display: inline-block;
    padding: 0 0.5rem;
    line-height: 0.9rem;
}
.withdraw-cont .cont-title .title-a.active{
    color: #ff2336;
    position: relative;
}
.withdraw-cont .cont-title .title-a.active:after{
    content: "";
    width: 0.43rem;height: 0.04rem;
    background-color: #FF4656;
    position: absolute;left: 50%;margin-left: -0.21rem;
    bottom: 0.01rem;
}
.withdraw-cont .withdraw-title{
    display: flex;
    padding-top: 0.25rem;
}
.withdraw-cont .withdraw-title .title-item{
    width: 33.3%;
    font-size: 0.26rem;color: #999999;
    text-align: center;line-height: 0.42rem;
}
.withdraw-cont .withdraw-title .title-item.left{
    text-align: left;
}
.withdraw-cont .withdraw-title .title-item.right{
    text-align: right;
}
.withdraw-cont .withdraw-item{
    padding: 0.2rem 0;
    position: relative;
    display: flex;
}
.withdraw-cont .withdraw-item .item-li{
    width: 33.3%;
    font-size: 0;
}
.withdraw-cont .withdraw-item .item-t{
    font-size: 15px;
    line-height: 23px;
}
.withdraw-cont .withdraw-item .item-time{
    font-size: 0.24rem;
    color: #999999;line-height: 0.36rem;
    padding-top: 0.1rem;
}
.withdraw-cont .withdraw-item .withdraw-num{
    color: #ff2336;
    display: block;line-height: 0.88rem;
    text-align: right;
    font-size: 0.26rem;
    font-weight: bold;
}
.withdraw-cont .withdraw-item .withdraw-status{
    font-size: 0.3rem;
    display: block;line-height: 0.88rem;
    padding-left: 0.6rem;
}
.withdraw-status .status-img{
    width: 0.31rem;height: 0.31rem;
    position: relative;top: 0.02rem;
}
.withdraw-num .num{
    font-size: 0.38rem;
}
.withdraw-num.green{
    color: #15b661;
}
.no-data-c{
    color: #999999;font-size: 0.26rem;
    text-align: center;
    padding: 1rem 0 0.2rem;
}
.no-data-c .main-p{
    font-size: 15px;
    color: #333333;
    line-height: 28px;
}
.no-data-c img{
    width: 1.53rem;
    margin-bottom: 0.15rem;
}
.no-data-c .btn{
    display: block;
    width: 90%;height: 0.95rem;
    margin: 0.35rem auto;
    line-height: 0.9rem;color: #fff;
    text-align: center;
    font-size: 0.32rem;
    background-color: #FF2336;
    border-radius: 0.12rem;
    position: relative;
}
.camp-copyBtn{
    border: 0px;font-size: 14px;
    background-color: #ff2336;color: #ffffff;
    line-height: 40px;width: 100%;
}
.rising-star{
    /*border-radius: 5px;-webkit-border-radius: 5px;*/
    /*padding: 15px 10px;*/
    /*position: relative;*/
}
.rising-star .f15-msg{
    font-weight: bold;
    font-size: 0.3rem;
    color: #D80603;
    margin-bottom: 0.12rem;
}
.rising-star .f15-msg .icon{
    width: 17px;margin-right: 5px;
    position: relative;top: 3px;
}
.rising-star .f13{
    color: #FF4949;line-height: 0.48rem;
    font-size: 0.26rem;
}
.rising-star .f12{
    color: #333333;
    line-height: 0.44rem;position: relative;
    z-index: 5;font-size: 0.28rem;
    padding-left: 22px;
}
.rising-star .go-open{
    display: block;
    width: 87%;margin: 0.2rem auto 0.1rem;
    text-align: center;
    font-size: 0.3rem;color: #ffffff;
    padding: 0.2rem;
    background-color: #E20324;
    border-radius: 0.1rem;
    box-shadow: 0px 4px 7px #FFC9D1;
}
.b-notice{
    width: 100%;
    height: 62px;
    background-color: #F9F9F9;color: #333333;
    background-size: 100% 100%;
    position: relative;z-index: 2;
    border-radius: 8px;
    margin-top: 5px;margin-bottom: 5px;
}
.b-notice .b-notice-icon{
    width: 36px;height: 36px;
    background: url('../../Home/images/2024/shipan/tz-img.png') no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;left: 8px;
    top: 11px;
}
.notice-ul{
    margin-left: 50px;height: 100%;
    overflow: hidden;font-size: 13px;
    position: relative;
}
.notice-ul:before{
    content: '';
    width: 1px;height: 31px;
    background-color: #EEEEEE;
    position: absolute;
    left: 0;top: 15px;
}
.notice-ul ul .notice-li{
    line-height: 22px;color: #333333;
    padding: 8px 15px;
}
.notice-ul ul .notice-li p{
    display: block;
    width: 100%;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notice-ul ul .notice-li .red{
    color: #ff2336;
    font-weight: bold;
}
.status-info{
    font-size: 14px;
    line-height: 22px;margin-top: 15px;
    color: #333333;
}
.status-info .title{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 10px 0;
}
.status-info .title:before{
    content: '';
    width: 100%;height: 4px;
    background-color: #FFE7E5;
    position: absolute;
    left: 0;bottom: 0;
    z-index: -1;
}
.status-info .block-y{
    border-radius: 5px;
    background-color: #FFF9EA;
    color: #4a3501;
    padding: 10px 15px;
    margin: 10px 0 15px;
    font-size: 14px;line-height: 26px;
}
.block-y-t{
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 2px;
}
.block-y .price-rig{
    float: right;
}
.block-s-t{
    font-size: 15px;
    font-weight: bold;
    margin-top: 12px;
}
.block-s{
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.block-y-b{
    margin-bottom: 15px;
}
.gojiang{
    color: #ff2336;
}
.btn .btn-flag{
    font-size: 0.2rem;
    color: #ff2336;
    padding: 0 0.15rem;
    height: 0.4rem;line-height: 0.4rem;
    background-color: #FFF992;
    position: absolute;
    left: -0.02rem;top: -0.15rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0;
}
.info-num-jf{
    font-size: .38rem;
}
.pay-jf-pop{
    width: 100%;background-color: #ffffff;
    position: fixed;left: 0px;bottom: 0px;
    z-index: 99999;font-size: 0;
    border-radius: 0.2rem 0.2rem 0 0;
}
.pay-jf-pop .plan-detail{
    padding: 0.45rem 0.35rem 0.4rem;
    height: 7rem;
}
.plan-detail-title{
    font-size: .36rem;
    line-height: 0.48rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .4rem;
    font-weight: bold;
}
.pay-jf-pop .icon-info{
    width: 0.36rem;
    height: 0.36rem;
    align-self: center;
}
.pay-jf-pop .plan-detail .detail-items{
    display: flex;
    margin-bottom: .25rem;
}
.pay-jf-pop .plan-detail .detail-item{
    width: 48%;
    padding: 0.4rem 0.2rem 0.25rem;
    border-radius: .1rem;
    font-weight: normal;
    border: 0.01rem solid #E3E3E3;
    box-shadow: none;
    background-color: #F7F7F7;
}
.pay-jf-pop .plan-detail .detail-item.selected{
    border: 2px solid #FF2335;
    background-color: #FFF3F3;
}
.plan-detail .detail-item .select-rig{
    width: 0.6rem;height: 0.53rem;
    background-image: none;
    position: absolute;right: 0rem;top: 0rem;
    display: block;
}
.plan-detail .detail-item.selected .select-rig{
    background-image: url('../images/2024/jifen/bot-checked1.png?111');
    background-size: 100% 100%;
}
.plan-detail .detail-item .xin-span{
    display: block;
    position: absolute;
    left: 0;top: -.12rem;
    background: url('../images/2024/jifen/xin-bg.png');
    background-size: 100% 100%;
    color: #ffffff;
    width: 1.16rem;height: 0.36rem;
    line-height: .36rem;
    text-align: center;
    font-size: .18rem;
}
.plan-detail .detail-item .duo-span{
    display: block;
    position: absolute;
    left: 0;top: -.12rem;
    background: #FF2336;
    color: #ffffff;
    width: 1.16rem;height: 0.36rem;
    line-height: .36rem;
    text-align: center;
    font-size: .18rem;
    border-radius: .2rem .2rem .2rem 0;
}
.detail-item-name .r{
    color: #ff2336;
    font-size: 0.3rem;
}
.detail-item-name .r .b{
    font-size: 0.6rem;font-weight: bold;
}
.detail-item-name .r del{
    font-size: 12px;
    font-weight: normal;
}
.detail-item-name .time-box {
    font-size: 13px;
}
.detail-item-name .bottom-info{
    font-size: 12px;
    color: #999999;
}
.pay-jf-pop .plan-confirm-btn{
    display: block;
    padding: 10px 15px;
    width: 100%;
    height: 0.9rem;
    text-align: center;
    background-color: #FF2335;
    color: #ffffff;font-size: 0.32rem;
    cursor: pointer;
    border: none;margin-bottom: 0.3rem;
    border-radius: .2rem;
}
.pay-jf-pop .dk-coin-cont{
    position: relative;
    padding: 0.2rem 0.3rem;
}
.pay-jf-pop .dk-coin-cont .coin-i{
    font-size: .22rem;
    color: #999999;
    font-weight: normal;
    line-height: .36rem;
}
.pay-jf-pop .dk-coin-cont .change-num{
    position: absolute;
    right: 0.2rem;top: .45rem;
    font-size: .26rem;
}
.go-kh-btn{
    font-size: 0.32rem;
    margin: 0.3rem 0 0.35rem;
}
.go-kh-btn.btn2{
    color: #FF2336;
    background-color: #ffffff;
    border: 1px solid #FF2336;
}
.go-kh-btn.btn2:hover{
    color: #FF2336!important;
}
.go-kh-btn .btn-flag{
    font-size: 0.2rem;
    color: #ff2336;
    padding: 0 0.15rem;
    height: 0.4rem;line-height: 0.4rem;
    background-color: #FFF992;
    position: absolute;
    left: -0.02rem;top: -0.15rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0;
}
.go-kh-btn.btn2 .btn-flag{
    background-color: #FF2336;
    color: #ffffff;
}
.pop-main-title{
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.56rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.pop-main-title img{
    width: .34rem;
    height: .38rem;
    margin-right: 0.1rem;
}
.item-i{
    position: relative;
    margin-bottom: 0.05rem;
    padding-left: 0.25rem;
}
.item-i img{
    width: .12rem;height: .12rem;
    margin-right: 0.1rem;
    position: absolute;left: 0;top: 0.15rem;
}
.redeem-info-pop{
    width: 80%;
    position: fixed;left: 10%;
    top: 28vh;z-index: 1002;
    background-color: #FFF;
    padding: 20px 30px 25px 30px;
    font-size: 14px;
}
.redeem-info-pop .main-msg{
    font-size: 0.4rem;font-weight: bold;
    text-align: center;
    line-height: 0.56rem;margin-bottom: 0.3rem;
    margin-top: 0.2rem;
}
.redeem-info-pop .main-sub{
    font-size: 0.28rem;
    text-align: center;
}
.redeem-info-pop .main-sub .name{
    color: #2876dd;
}
.redeem-info-pop .camp-copyBtn{
    display: block;
    border: 0px;font-size: 0.3rem;
    background-color: #ff2336;color: #ffffff;
    line-height: 0.8rem;width: 100%;
    margin: 0.25rem 0;
}
.main-bottom{
    display: flex;
    font-size: 13px;
    align-items: center;line-height: .48rem;
}
.main-bottom .jf-num{
    font-size: 16px;
    color: #333333;
}
.main-bottom .recharge-a{
    color: #ff2336;
    font-size: .32rem;
    margin-left: auto;
}
#payJifenPop{
    top: 50% !important;
    transform: translateY(-55%)!important;
}
#payJifenPop .pop-main{
    max-height: 55vh;
    overflow-y: auto;
}
.status-apply-pop{
    width: 80%;
    position: fixed;left: 10%;
    top: 28vh;z-index: 1004;
    font-size: 14px;
}
.loading-msg{
    font-size: 14px;
    color: #666666;
}
.marginT10{
    margin-top: 10px;
}
.att-gzh-cont{
    display: flex;
    font-size: 13px;
    background-color: #F1FFF9;
    border-radius: 15px;
    padding: 12px;
    line-height: 22px;
    align-items: center;
    margin-bottom: 10px;
    color: #333333;
}
.att-gzh-cont img{
    width: 34px;height: 34px;
}
.cont-rig{
    padding-left: 8px;
}
.cont-rig .l1{
    font-size: 15px;
    font-weight: bold;
}
.att-gzh-cont .btn-a{
    margin-left: auto;
    color: #ff2336;
}



@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;
    }
    .camp-apply-pop,.course-check-pop{
        width: 400px!important;left: 50%!important;
        margin-left: -200px!important;
    }
    .zx-btn,.invite-btn{
        left: 50%;right: auto;
        margin-left: 215px;
        cursor: pointer;
    }
}