#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;
}
.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%;
}
#dataList li .userName{
    height: .6rem;
    line-height: .6rem;
    font-size: 0.43rem;
    font-weight: bold;
    width: 80%;
    margin-bottom: .27rem;
}
#dataList li .userName span{
    max-width: 83%;
}
#dataList li .userName em{
    background: #d2e3ff;
    color: #307FFF;
    padding: 0 0.15rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    font-weight: normal;
    border-radius: 0.12rem;
    margin-left: 0.2rem;
}
#dataList li .infop{
    color: #999999;
    line-height: 0.56rem;
    height: .56rem;
    font-size: 0.32rem;
}
#dataList li .btns{
    border-top: 1px solid #eee;
    margin-top: .27rem;
    padding: .27rem 0 ;
}
#dataList li .btns a{
    padding: 0 .19rem;
    border: 1px solid #307FFF;
    text-align: center;
    height: .65rem;
    line-height: .65rem;
    color: #307FFF;
    border-radius: .13rem;
    margin-right: .13rem;
}
.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%;
    font-size: 0.32rem;
}