#viewModelBox{
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.mescroll{
    overflow-x: hidden;
    top: 5.5rem;
}
/* 筛选 */
#viewModelBox .searchInput{
    border-radius: 0.13rem;
}
#viewModelBox .filterCon{
    background-color: #ffffff;
    width: calc(100% - 0.64rem);
    left: 0.32rem;
    border-radius: 0.13rem;
    top: 4rem;
}

.filterCon .filterList li{
    width: 100%;
    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%;
}
.auditStatus3{
    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%;
}
#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;
}

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;
}
.slideBox table th{
    background: #F4F8FF;
    color: #999;
    font-size: 0.32rem;
    width: 40%;
    text-align: left;
    font-weight: 500;
}
.slideBox table td{
    width: 60%;
}
/* 详情弹窗 */

/* 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 */
.multipleScreenPop_Con{
    height: 11.3rem;
}
.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%;
}