.posBg{
    width: 100%;
    height: 100%;
    background: url("../images/banner/banner-survey.png") repeat-y;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
}
.bRadius{
    background: #fff;
    border-radius: .06rem;
}

.WJ-ct{
    height: calc(100% - .7rem);
    padding-top: 0;
}

.container-survey{
    height: calc(100% - .4rem);
    display: flex;
    justify-content: center;
    padding: .9rem 0 .2rem;
    position: relative;
}
.container-survey h3.title{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    line-height: .3rem;
    color: #000000;
    text-align: center;
    margin-bottom: .54rem;
}
.container-survey h4.title{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .2rem;
    color: #000000;
    margin-bottom: .18rem;
}
.container-survey .intro{
    font-size: .14rem;
    color: #000000;
    line-height: .25rem;
}


.survey-leftBox{
    padding: .4rem .1rem .4rem .74rem;
    height: calc(100% - .8rem);
    width: calc(10.13rem - .84rem);
    /*margin-bottom: .2rem;*/
}
.survey-leftBox .intro{
    padding-right: .64rem;
}
.survey-leftBox .contentWJ{
    height: 100%;
    overflow-y: auto;
}

.survey-listBox{
    padding: .26rem 0 .2rem .22rem;
    /*height: calc(100% - 3.07rem);*/
}
.survey-listBox .box-item{
    padding-right: .64rem;
    /*height: 100%;*/
    /*overflow-y: auto;*/
}
.survey-listBox .item{
    margin-top: .41rem;
}
.survey-listBox .item:first-of-type{
    margin-top: 0;
}
.survey-listBox .css_li{
    position: relative;
    display: flex;
}
.survey-listBox .css_li .css_ttt{
    max-width: calc(100% - 1.12rem);
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
}
.survey-listBox .css_li b{
    font-size: .18rem;
    line-height: .28rem;
    font-weight: bold;
    margin-right: .05rem;
}
.survey-listBox .required{
    position: relative;
}
.survey-listBox .required:before{
    content: "*";
    font-size: .14rem;
    color: #FE0000;
    position: absolute;
    top: 0;
    left: -0.1rem;
}

.error-msg-box{
    display: none;
    line-height: .28rem;
    margin-left: .2rem;
    /*position: absolute;*/
}
.error-msg-box .icon-error-msg{
    display: inline-block;
    width: .15rem;
    height: .15rem;
    background: url(/CarbonPilu/images/icon/icon-error-msg.png) no-repeat;
    background-size: 100%;
    margin-right: .04rem;
    position: relative;
    top: .03rem;
}
.error-msg-box p{
    display: inline-block;
    font-size: .14rem;
    color: #E5243B;
}


.css_space{
    width: 100%;
    display: flex;
    align-items: center;
}
.css_space .c_data{
    width: 33.33%;
    margin-left: .1rem;
}
.css_space .c_data:first-of-type{
    margin-left: 0;
}


/* 单选/多选 */
.i-raCk{
    margin-top: .1rem;
}
.i-raCk label, .i-raCk .c_data, .i-raCk .select, .i-raCk .textarea{
    /*display: block;*/
    width: calc(100% - .32rem);
    min-height: .41rem;
    line-height: .41rem;
    border: 1px solid #CCCCCC;
    border-radius: .08rem;
    padding: 0 .16rem;
    display: flex;
    align-items: center;
    margin-top: .1rem;
}
.i-raCk .select{
    width: 100%;
    padding: 0 .1rem;
}
.i-raCk .textarea{
    min-height: .82rem;
    resize: none;
}

.i-raCk label .radio{
    display: block;
    width: .16rem;
    height: .16rem;
}
.i-raCk label span{
    font-size: .14rem;
    margin-left: .08rem;
}

.i-raCk .rkBg{
    background: rgba(33,84,255,.06);
    border: 1px solid rgba(33,84,255,1);
}
.i-raCk .rkBg span{
    color: rgba(33,84,255,1);
}

.pos-submit{
    display: flex;
    justify-content: center;
    margin: .6rem 0 0;
}
.survey-leftBox .btn-submit, .css_goback{
    width: 2.16rem;
    line-height: .42rem;
    background: #2154FF;
    border-radius: .08rem;
    font-size: .14rem;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
.css_goback{
    margin-top: .5rem;
}


.survey-rightBox{
    width: 4.96rem;
    height: 100%;
    margin-left: .1rem;
    /*margin-bottom: .2rem;*/
    /*padding: 0 .2rem;*/
}
.survey-rightBox .bg{
    width: 100%;
    margin-top: .1rem;
}
.survey-rightBox .box{
    padding: .3rem .2rem;
}
.survey-rightBox .bg:first-of-type{
    margin-top: 0;
    /*height: 1.7rem;*/
}
.survey-rightBox .bg:nth-of-type(2) .box{
    height: calc(100% - .6rem);
}


.list-statistic{
    display: none;
}
.list-statistic li{
    width: 33%;
    float: left;
    margin-top: .4rem;
    /*padding-left: .32rem;*/
    border-left: 1px solid rgba(33,84,255, .1);
    text-align: center;
}
.list-statistic li:nth-of-type(1),
.list-statistic li:nth-of-type(4){
    border-left: none;
}
.list-statistic li strong{
    display: block;
    font-family: DIN;
    font-weight: bold;
    font-size: .26rem;
    color: #000;
    /*color: #2154FF;*/
}
.list-statistic li span{
    display: block;
    font-size: .14rem;
    color: #898B8E;
    margin-top: .16rem;
}

.box-share{
    display: flex;
    align-items: center;
    padding-top: .15rem;
    border-top: 1px solid #F5F6FA;
    margin-top: .27rem;
    margin-bottom: -0.15rem;
}
.box-share span{
    font-size: .11rem;
    color: #898B8E;
    margin-right: .15rem;
}
.box-share ol{
    display: flex;
}
.box-share li{
    padding: .1rem;
    background: #F5F6FA;
    border-radius: .06rem;
    margin-left: .08rem;
    cursor: pointer;
    position: relative;
}
.box-share li b{
    display: block;
    width: .22rem;
    height: .22rem;
}
.box-share li .icon-wx{
    background: url("../images/WJ/icon-wx.png") no-repeat;
    background-size: 100%;
}
.box-share li .icon-fx{
    background: url("../images/WJ/icon-fx.png") no-repeat;
    background-size: 100%;
}
.box-share li .icon-code{
    background: url("../images/WJ/icon-code.png") no-repeat;
    background-size: 100%;
}

.box-code{
    display: none;
    padding: .1rem;
    position: absolute;
    top: .54rem;
    left: 50%;
    transform: translate(-50%, 0);
    background: #F5F6FA;
    border-radius: .06rem;
    z-index: 1;
    box-shadow: 0 .05rem .15rem 0 rgba(33,84,255,0.2);
}
.box-code:before{
    content: "";
    width: 0;
    height: .1rem;
    border: .1rem solid;
    border-color:  transparent transparent #F5F6FA transparent;
    position: absolute;
    top: -0.3rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.box-code p{
    font-size: .14rem;
    margin-bottom: .06rem;
    text-align: center;
}
.box-code img{
    width: 1rem;
    height: 1rem;
}
.box-share li:hover .box-code{
    display: block;
}


/* chart */
.etsList{
    width: 100%;
    height: calc(100% - .4rem);
    position: relative;
    /*overflow-y: auto;*/
}
.box-etsList{
    height: 100%;
    overflow-y: scroll;
}
.box-etsList li{
    width: calc(100% - 36px);
    height: 216px;
    background: #F6F8FA;
    border-radius: .05rem;
    margin-top: .08rem;
    padding: 16px 18px 0;
}
.box-etsList li:first-of-type{
    margin-top: 0;
}
.box-etsList li .title{
    font-size: .16rem;
    color: #000000;
    line-height: .24rem;
    min-height: .48rem;
}
.box-etsList li .ets{
    width: 100%!important;
    height: calc(100% - 48px)!important;
}


.list-related{
    height: calc(100% - .38rem);
    overflow-y: auto;
}
.list-related li{
    margin-top: .08rem;
    background: #F6F8FA;
    border-radius: .06rem;
    padding: .2rem;
}
.list-related li h6{
    font-weight: bold;
    font-size: .16rem;
    color: #000000;
    line-height: .20rem;
}
.list-related li p{
    font-size: .14rem;
    color: #666768;
    line-height: .22rem;
    margin: .05rem 0 .14rem;
}
.list-related li .btn{
    font-weight: bold;
    font-size: .14rem;
    color: #2154FF;
}

.maskBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/WJ/bg-mask.jpg") no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maskBox p{
    font-size: .18rem;
    color: rgba(0,0,0,.7);
    font-weight: 350;
}


/* 提示框 2秒消失 */
.toast-container{
    min-width: 1.78rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .2rem .4rem;
    border-radius: .02rem;
    background: #2f2f4f;
    z-index: 999;
}
.ts{
    background: rgba(93,221,156,1);
}
.tf{
    background: rgba(253,106,106,1);
}
.toast-container h6{
    font-size: .18rem;
    color: #fff;
    text-align: center;
}



.contentSS{
    padding-top: .2rem;
}
.submit-success{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.submit-success h6{
    font-size: .2rem;
    color: #000;
}
.submit-success p{
    font-size: .14rem;
    color: #898B8E;
    margin: .14rem 0 .54rem;
}
.submit-success img{
    width: 2.71rem;
    height: 1.59rem;
}


@font-face {
    font-family: 'ZiZhiQuXiMaiTi';
    src: url("font/ZiZhiQuXiMaiTiV2.ttf");
    font-weight: normal;
    font-style: normal;
}

/* 列表 */
.no-bodyBg{
    background: #F0F2F6;
}
.WJ-list{
    /*height: calc(100% - .7rem);*/
}
.WJ-list .max-inner{
    max-width: 1520px;
    height: 100%;
    /*padding: 0 .8rem;*/
    margin: 0 auto;
    position: relative;
}
.WJ-list .crumbs-box{
    padding: .25rem 0;
    margin: 0;
}

.container-list{
    height: 100%;
}
.container-list .innerBox{
    padding: 0 .8rem;
}
.box-banner{
    position: relative;
}
.box-banner img{
    width: 100%;
}
.box-banner .pos{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-banner h3{
    font-family: ZiZhiQuXiMaiTi;
    font-weight: 400;
    font-size: .3rem;
    font-style: italic;
    /*text-shadow: 0 .02rem .06rem rgba(0,0,0,0.4);*/
    background-image: -webkit-linear-gradient(bottom,#CBE1FC,#FCFDFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-banner h3 strong{
    font-size: .5rem;
    font-family: ZiZhiQuXiMaiTi;
}

.box-btn{
    display: flex;
    align-items: center;
    padding: .28rem 0 .2rem;
}
.box-btn li{
    cursor: pointer;
    font-size: .16rem;
    color: #333333;
    margin-left: .33rem;
}
.box-btn li:first-of-type{
    margin-left: 0;
}
.box-btn li.active{
    color: #2154FF;
}

.box-list .list{
    padding-bottom: .3rem;

}
.box-list .list li{
    float: left;
    background: #FFFFFF;
    border-radius: .2rem;
    border: 1px solid #DCDCDC;
    margin-bottom: .3rem;
    width: calc(25% - .245rem);
    margin-right: .3rem;
}
.box-list .list li:nth-of-type(4n){
    margin-right: 0;
}
.box-list li .content{
    padding: .1rem .2rem .2rem;
}
.box-list li img{
    width: calc(100% + .2rem);
    height: 1.68rem;
    background: #FFFFFF;
    border-radius: .18rem;
    object-fit: cover;
    margin: 0 -0.1rem;
}
.box-list li h4{
    font-weight: bold;
    font-size: .18rem;
    line-height: .2rem;
    color: #333333;
    margin-top: .22rem;
    margin-bottom: .13rem;
    width: 100%;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
}
.box-list li span{
    display: block;
    font-size: .14rem;
    color: #999999;
}
.box-list li .btn-JoinNow{
    align-items: center;
    margin-top: .37rem;
}
.box-list li .btn-JoinNow span{
    font-size: .12rem;
    opacity: 0;
}
.box-list li .btn-JoinNow .btn{
    display: block;
    line-height: 30px;
    font-size: .12rem;
    color: #FFFFFF;
    background: #2154FF;
    border-radius: .04rem;
    padding: 0 .14rem;
}





