#viewModelBox{
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.mescroll{
    overflow-x: hidden;
    
}
.mescroll_topPx{
    top: 5.47rem;
}

/* 筛选 */
#viewModelBox .searchInput{
    border-radius: 0.13rem;
}
#viewModelBox .filterCon{
    background-color: #ffffff;
    width: calc(100% - 0.64rem);
    left: 0.32rem;
    border-radius: 0.13rem;
    top: 2.7rem;
}
.filterList li p.titleCon span{
    max-width: 80%;
}
.filterCon .filterList li{
    width: 33.33%;
    font-size: 0.39rem;
}
.filterList li p.titleCon{
    max-width: 95%;
}
.filterList li p.titleCon .icon{
    display: inline-block;
    width: 0.24rem;
    height: 0.16rem;
    position: relative;
    top: -0.44rem;
    margin-left: 0.13rem;
}
.filterList li p.titleCon .icon1{
    background-image: url(../../ground/images/filterIconDef.png);
    background-size: 100%;
}
.filterList li.on p.titleCon .icon1{
    background-image: url(../../ground/images/filterIconAct.png);
    background-size: 100%;
}


.fileList .listItem .titleP {
    width: 100%;
    height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
}
#dataList li{
    background-color: #ffffff;
    margin-bottom: 0.32rem;
    padding: 0.27rem 0.27rem 0;
    position: relative;
    border-radius: 0.27rem;
    overflow: hidden;
}  
#dataList li .tabs{
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    right: 0;
}
.auditStatus0{
    background: url(../images/dsh.png) no-repeat;
    background-size: 100% 100%;
}
.auditStatus1{
    background: url(../images/shtg.png) no-repeat;
    background-size: 100% 100%;
}
.auditStatus2{
    background: url(../images/shbh.png) no-repeat;
    background-size: 100% 100%;
}
.auditStatus3{
    background: url(../images/dtjsh.png) no-repeat;
    background-size: 100% 100%;
}
#dataList li .topCons{
    width: 100%;
    position: relative;
}
#dataList li .baseName{
    float: left;
    height: 0.6rem;
    line-height: .6rem;
    font-weight: bold;
    font-size: 0.43rem;
    margin-bottom: .27rem;
    width: 80%;
}
#dataList li .stateLable{
    display: block;
    position: absolute;
    right: -0.27rem;
    height: 0.6rem;
    line-height: .6rem;
    padding: 0 0.2rem;
    font-size: 0.27rem;
    margin-bottom: .27rem;
    color: #fff;
    border-radius: 0.33rem 0 0 0.33rem;
}
#dataList li .stateLable.state2{
    background: linear-gradient(180deg, #03CAFD 0%, #307FFF 100%);
}
#dataList li .stateLable.state1{
    background: linear-gradient(180deg, #FFCA84 0%, #FF9100 100%);
}
#dataList li .stateLable.state3{ 
    background: linear-gradient(180deg, #1DCEDE 0%, #13B0BE 100%);
}
#dataList li .baseName em{
    width: 1.2rem;
    height: 0.59rem;
    line-height: .59rem;
    text-align: center;
    border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
    color: #fff;
    font-size: 0.27rem;
    font-weight: 500;
    margin-right: .13rem;
}
#dataList li .baseName span{
    width: 77%;
}
#dataList li .timeBox{
    margin-top: .27rem;
    padding-left: .44rem;
    background: url(../../activity/images/time.png) no-repeat left center;
    background-size: .44rem .44rem;
    height: 0.44rem;
    line-height: .44rem;
    font-size: 0.32rem;
    color: #999;
    margin-bottom: 0.27rem;
}
#dataList li .applyForInt{
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.27rem;
    margin-bottom: 0.27rem;
    padding-left: 0.27rem;
    font-size: 0.32rem;
    color: #666;
    background: #F4F8FF;
}
#dataList li .applyForInt span{
    font-size: 0.37rem;
    color: #333;
    padding-left: 0.27rem;
}
#dataList li .applyForInt img{
    float: right;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.44rem;
    margin-right: 0.27rem;
}
#dataList li .bottomP{
    border-top: 1px solid #eee;
    padding: .27rem 0;
}
#dataList li .bottomP a{
    border: 1px solid #307FFF;
    padding: 0 .2rem;
    color: #307FFF;
    height: 0.65rem;
    line-height: .65rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    margin-right: .13rem;
}
#dataList li .bottomP span{
    border: 1px solid #307FFF;
    padding: 0 .2rem;
    color: #307FFF;
    height: 0.65rem;
    line-height: .65rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    margin-right: .13rem;
}

input[type=checkbox]{
    -webkit-appearance:checkbox;
    width:0.32rem;
    height:0.32rem;
    margin-top:0.2rem;
    margin-left: .1rem;
}
input[type="checkbox"]:checked{
    width:0.32rem;
    height:0.32rem;
    background:#333;
}
label span{
    margin-top: .1rem;
    margin-left: .1rem;
}
/* 驳回原因弹窗 */
.popDetText {
    padding: 0.4rem;
    font-size: 0.37rem;
}

.popDetText p:nth-of-type(1) {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

}

.popDetText p {
    color: #999;
    padding: 0.29rem 0;
}

.popDetText p span {
    color: #222;
}

/* 驳回原因弹窗 */
/* 详情弹窗 */
.slideBox table{
    width: 100%;
}
.slideBox table th,.slideBox table td{
    border: 1px solid #eee;
    padding: .27rem;
    font-size: 0.32rem;
}
.slideBox table th{
    background: #F4F8FF;
    color: #999;
    font-size: 0.32rem;
    width: 30%;
    text-align: left;
    font-weight: 500;
}
.slideBox table td{
    width: 70%;
}
/* 详情弹窗 */

/* tab */
.tabBox {
    height: 0.75rem;
    line-height: .75rem;
    top: 2.8rem;
    position: fixed;
    width: 100%;
    padding: 0 0.27rem;
}
.tabBox a {
    width: 2.13rem;
    font-size: 0.43rem;
    margin-right: 0.5rem;
}
.tabBox a.on {
    background: url(../../train/images/tabBg.png) no-repeat bottom center;
    background-size: 2.09rem 0.16rem;
    font-size: 0.53rem;
    font-weight: bold;
}
/* tab */

.lableLi span {
    float: left;
    padding: 0.11rem 0.21rem;
    border-radius: 0.13rem;
    background-color: #EAF2FF;
    color: #307FFF;
    font-size: 0.32rem;
    max-width: 100%;
}
.warningBox{
    width: calc(100% - 0.64rem);
    position: fixed;
    top: 4.13rem;
    left: 0.32rem;
    height: 1.07rem;
    padding-left: 0.27rem;
    background: linear-gradient(90deg, #FFF9F2 0%, #FFFFFF 100%);
    border-radius:0.53rem ;
    border: 1px solid #FFECD4;
}
.warningBox img{
    float: left;
    width: 0.59rem;
    gap: 0.59rem;
    margin-top: 0.24rem;
}
.warningBox span{
    float: left;
    font-size: 0.32rem;
    color: #333;
    padding-left: 0.13rem;
    line-height: 1.07rem;
}
.popTabBtns{
    padding:0 0.5333rem 0.27rem 0.5333rem;
}
.popTabBtns span{
    float: left;
    font-size: 0.37rem;
    color: #666;
    margin-right: 0.67rem;
    height: 0.74rem;

}
.popTabBtns span.on{
    color: #307FFF;
    font-weight: bold;
    border-bottom: 2px solid #307FFF;
}
.multipleScreenPop_Con{
    height: 15.3rem;
}

.multipleScreenPop_Con .slideBox{
    height: 10.5rem;
}
.multipleScreenPop_Con .titleStyle{
    padding: 0.41rem 0 0.37rem 0;
}
.multipleScreenPop_Con .titleStyle span{
    float: left;
    background: linear-gradient(90deg, #FFCA84 0%, #FF9100 100%);
    height: 0.64rem;
    line-height: 0.64rem;
    color: #fff;
    font-size: 0.32rem;
    border-radius: 0rem 0.4rem 0.4rem 0rem;
    padding: 0 0.2rem;
}
.multipleScreenPop_Con .titleStyle em{
    float: right;
    color: #307FFF;
    font-size: 0.37rem;
    padding-top: 0.11em;
    text-decoration: underline;
}
.multipleScreenPop_Con .warningBox{
    width: 100%;
    position: initial;
    height: 1.07rem;
    padding-left: 0.27rem;
    background: linear-gradient(90deg, #FFF9F2 0%, #FFFFFF 100%);
    border-radius: 0.53rem;
    border: 1px solid #FFECD4;
}
.multipleScreenPop_Con .memberInfoList{
}
.multipleScreenPop_Con .memberInfoList li{
    height: 1.77rem;
    border-radius: 0.27rem;
    background: linear-gradient(90deg, #F4F8FF 0%, #FFFFFF 100%);
    border: 1px solid #EAF2FF;
    margin-bottom: 0.27rem;
    padding: 0.27rem;
    box-sizing: border-box;
}
.multipleScreenPop_Con .memberInfoList li p:nth-of-type(1){
    padding-bottom: 0.36rem;
}
.multipleScreenPop_Con .memberInfoList li p span{
    float: left;
    width: 50%;
    font-size: 0.32rem;
    color: #999;
}
.multipleScreenPop_Con .memberInfoList li p span em{
    color: #666;
}
.multipleScreenPop_Con .mentorBox{
    padding: 0.27rem;
    background: linear-gradient(90deg, #F4F8FF 0%, #FFFFFF 100%);
    border: 1px solid #EAF2FF;
    border-radius: 0.27rem;
    
}
.multipleScreenPop_Con .mentorBox p span{
    float: left;
    width: 50%;
    font-size: 0.32rem;
    color: #999;
}
.multipleScreenPop_Con .mentorBox p span:nth-of-type(1) {
    width: 45%;

}
.multipleScreenPop_Con .mentorBox p span:nth-of-type(2) {
    width: 55%;

}
.multipleScreenPop_Con .mentorBox p span em{
    color: #666;
}
.multipleScreenPop_Con .mentorBox p:nth-of-type(1){
    padding-bottom: 0.27rem;
}
.multipleScreenPop_Con .mentorBox p:nth-of-type(2) span{
    width: 100%;
}
.prompt{
    
}
.prompt img{
    width: 0.8rem;
    height: 0.8rem;
    float: left;
}
.prompt span{
    float: left;
    color: #666;
    font-size: 0.37rem;
    padding-left: 0.13rem;
}
.multipleScreenPop_Con .menuBox .btn1{
    color: #fff !important;
    background-color: #FF9100 !important;
}
.multipleScreenPop_Con .menuBox .btn2 {
    color: #fff !important;
    background-color: #307FFF !important;
}
input[type=radio] {
    -webkit-appearance: radio;
    width:  0.32rem;
    height:  0.32rem;
}
.checkTitle{
    font-size: .4rem;
    color: #222;
    padding-left: 0.4rem;
}
.checkTitle em{
    color: #ff0000;
}
.checkLable {
    float: left;
    height: 0.56rem;
    line-height: 0.56rem;
}
.checkLable span{
    font-size: 0.4rem;
    color: #333;
}
.checkLable input {
    width: 0.32rem;
    height: 0.32rem;
}
.myMainPop .myBtnBox{
    padding: 0 0.4rem 0.4rem;
}
.myMainPop .myMainCon{
    height: initial;
}
.popWarning{
}
.popWarning img{
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.13rem;
}
.popWarning span{
    float: left;
    color: #999;
    font-size: 0.32rem;
    width: 88%;
    line-height: 0.44rem;
}
.myMainPop .tipImg{
    margin: 0 auto 0.4rem;
}
.multipleScreen_inptBox{
    padding: 0 0.4rem;
}
/* 查看评分弹窗 */

.show_number li {
    margin-right: 5px;
    /* margin-bottom: 0.53rem; */
    padding: 0.27rem 0;
    /* border-bottom: 1px solid #eee; */
}
.atar_Show {
    background: url(../../../member/images/stark2.png);
    width: 160px;
    height: 21px;
    position: relative;
    float: left;
}
.atar_Show p {
    background: url(../../../member/images/stars2.png);
    left: 0;
    height: 21px;
    width: 134px;
}
.show_number .tit{
    font-size: 0.37rem;
    color: #999;
    width: 19%;
}
.show_number .cont{
    font-size: 0.37rem;
    color: #333;
    width: 73%;
}
.show_number li:nth-of-type(2) .cont{
    padding-top: 0.08rem;
}
.show_number li span {
    width: 1.07rem;
    height: 0.53rem;
    border-radius: 0.13rem;
    line-height: 0.53rem;
    text-align: center;
    padding: 0 0.21rem;
    margin: 0.05rem 0 0 8px;
    font-size: 0.32rem;
}
.show_number li .yellowBg {
    color: #ff8517;
    background-image: url(../images/pingfenlook_yel.png);
}
/* 查看评分弹窗 */
/* 打分弹窗 */
.star .star_score {
    background: url(../../../member/images/myFinanceList_starky.png);
}

.star .star_score a.clibg {
    background: url(../../../member/images/myFinanceList_starsy.png);
    left: 0;
}

.star_score {
    margin-top: 0.05rem;
    width: 1.73rem;
    height: 21px;
    position: relative;
    /* margin: 0 12px; */
}

.star_score a {
    height: 21px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
}

.dafen .f_orange {
    height: 22px;
    line-height: 22px;
}

.pingfen {
    padding: 0 0.2rem;
}

.dafen .title {
    font-size: 0.4rem;
    color: #222;

}

.dafen textarea {
    width: 100%;
    margin-top: 0.27rem;
    background-color: #fff;
    border-radius: 0.13rem;
    border: 1px solid #eee;
    padding: 0.27rem;
    resize: none;
    font-size: 0.37rem;
    color: #CCCCCC;
    line-height: 0.64rem;
}

.attitudeBg01 {
    /* background: url(../../../member/images/attitude.png) no-repeat 0px center; */

    background: rgba(255, 145, 0, 0.1);
    color: #FF9100;
}

.attitudeBg02 {

    background: #EAF2FF;
    color: #307FFF;
}

.attitudeBg03 {

    background: rgba(21, 210, 232, 0.06);
    color: #15D2E8;
}

.attitude {
    width: 1.07rem;
    height: 0.53rem;
    border-radius: 0.13rem;
    line-height: 0.53rem;
    text-align: center;
    padding: 0 0.21rem;
    margin: 0.05rem 0 0 8px;
    font-size: 0.32rem;
}
/* 打分弹窗 */
.evaluateCheckPop .myMainPop{
    min-height: 4.07rem;
}
.evaluateCheckPop .myBtnBox{
    padding: 0.8rem 0.4rem 0.4rem;
}