/* 筛选 */
#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.76rem;
}
.filterList li p.titleCon span{
    max-width: 80%;
}
.filterCon .filterList li{
    width: 33.3%;
    font-size: 0.39rem;
}
.filterList li p.titleCon{
    max-width: 100%;
    width: 100%;
}
.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(../images/filterIconDef.png);
    background-size: 100%;
}
.filterList li.on p.titleCon .icon1{
    background-image: url(../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;
}
#viewModelBox #mescroll {
    top: 4.17rem;
}
.zsxqView ul li{
    margin-bottom: 0.27rem;
  }
  .zsxqView .intBox{
    display: block;
    height: 3.64rem;
    border-radius: 0.27rem;
    background: #fff url(../images/fileIcon2.png) no-repeat 0.27rem 0.27rem;
    background-size: 0.67rem 0.67rem;
    padding: 0.27rem 0.27rem 0 0.27rem;
    box-sizing: border-box;
  }
  .zsxqView .intBox .title{
    font-size: 0.43rem;
    color: #333;
    font-weight: bold;
    padding-left: 0.93rem;
  }
  .zsxqView .intBox .tabBoxs{
    padding-left: 0.93rem;
  }
  .zsxqView .tab1,  .zsxqView .tab2{
    padding: 0 0.21rem;
    height: 0.67rem;
    line-height: 0.67rem;
    background: #EAF2FF;
    color: #307FFF;
    font-size: 0.32rem;
    max-width: 40%;
    border-radius: 0.2rem;
    margin-top: 0.27rem;
  }
  .zsxqView .tab2{
    color: #FF9100;
    background: #FFF9F2;
    margin-left: 0.13rem;
  }
  .zsxqView .bottombox{
border-top: 1px solid #eee;
margin-top: 0.27rem;
text-align: center;
line-height: 0.5rem;
font-size: 0.32rem;
  }
  .zsxqView .bottombox div{
    width: 49%;
    height: 1.55rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .lines{
    border-right: 1px solid #eee;
  }
  .zsxqView .topp{
    color: #999;
    padding-top: 0.27rem;
  }