#viewModelBox{
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.mescroll{
    overflow-x: hidden;
}
/* 筛选 */
#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;
}

.filterCon .filterList li{
    width: 50%;
    font-size: 0.39rem;
}
.filterList li p.titleCon{
    max-width: 92%;
}
.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;
}
.auditStatus1{
    background: url(../images/dsh.png) no-repeat;
    background-size: 100% 100%;
}
.auditStatus2{
    background: url(../images/shtg.png) no-repeat;
    background-size: 100% 100%;
}
.auditStatus3{
    background: url(../images/shbh.png) no-repeat;
    background-size: 100% 100%;
}
.auditStatus0{
    background: url(../images/dtjsh.png) no-repeat;
    background-size: 100% 100%;
}
#dataList li .topCons{
    width: 80%;
}
#dataList li .baseName{
    display: block;
    height: 0.6rem;
    line-height: .6rem;
    font-weight: bold;
    font-size: 0.43rem;
    margin-bottom: .27rem;
}
#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%;
}
.state1{
    background: linear-gradient(180deg, #03CAFD 0%, #307FFF 100%);
}
.state2{
    background: linear-gradient(180deg, #FFCA84 0%, #FF9100 100%);
}
.state3{
    background: linear-gradient(180deg, #DDDDDD 0%, #999999 100%);
}
#dataList li .laber1{
    height: .67rem;
    line-height: .67rem;
    padding: 0 .21rem;
    background: #FFF9F2;
    border-radius: .13rem;
    color: #FF9100;
    font-size: 0.32rem;
    margin-right: .13rem;
}
#dataList li .laber2{
    height: .67rem;
    line-height: .67rem;
    padding: 0 .21rem;
    background: #F4F8FF;
    border-radius: .13rem;
    color: #307FFF;
    font-size: 0.32rem;
    margin-right: .13rem;
    max-width:75% ;
}
#dataList li .application{
    display: block;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background:#F4F8FF url(../images/hdmore.png) no-repeat 95% center;
    background-size: 0.32rem 0.32rem;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    font-size: 0.32rem;
    color: #666666;
    padding: 0 .27rem;
    margin-bottom: .27rem;
}#dataList li .application span{
    font-size: 0.37rem;
    color: #333;
    font-weight: bold;
}
#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 .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;
}
input[type=checkbox]{
    -webkit-appearance:checkbox;
    width:0.32rem;
    height:0.32rem;
    margin-top:0.15rem;
    margin-left: .1rem;
}
input[type="checkbox"]:checked{
    width:0.32rem;
    height:0.32rem;
    background:#333;
}
label span{
    margin-top: .1rem;
    margin-left: .1rem;
}
/* 详情弹窗 */
.slideBox table{
    width: 100%;
}
.slideBox table th,.slideBox table td{
    border: 1px solid #eee;
    padding: .27rem;
}
.slideBox table th{
    background: #F4F8FF;
    color: #999;
    font-size: 0.32rem;
    width: 40%;
    text-align: left;
    font-weight: 500;
}
.slideBox table td{
    width: 60%;
}