#viewModelBox {
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}

.filterCon .filterList li {
    width: 100%;
    font-size: 0.39rem;
}

* {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: hidden;
    top: 2.35rem;
}

.pageTitle {
    font-size: 0.53rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    position: fixed;
    top: 1.57rem;
    left: 0.27rem;
    padding-bottom: 0.1rem;
    background: url(../images/pageTitle.png) no-repeat center bottom;
    background-size: 4.69rem 0.16rem;
}

/* data样式 */
.fileList li{
    height: 4.32rem;
background: #FFFFFF;
border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
padding: 0.27rem;
box-sizing: border-box;
margin-top: 0.27rem;
}
.fileList li .liImg{
    width: 2.8rem;
    height: 1.87rem;
    border-radius: 0.27rem;
    margin-top: 0.93rem;
}
.fileList li .tit{
    font-size: 0.43rem;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #333333;
max-width: 6rem;
}
.fileList li .typeP{
    display: inline-block;
    margin: 0.27rem 0rem;
    padding: 0 0.2rem;
    height: 0.67rem;
    border-radius: 0.13rem;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.67rem;
    margin-right: 0.13rem;
    /* max-width: 1.5rem; */
    margin-top: 0.27rem;
    color: #307FFF;
    background-color: #eaf2ff;
    max-width: 5rem;

}
.fileList li .liText{
    font-size: 0.32rem;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 0.56rem;
}
.fileList li .topBox{
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #eee;
}
.fileList li .pos{
    padding-left: 0.45rem;
    background: url(../../../public/images/icons/address.png) no-repeat left center;
    margin-top: 0.15rem;
    font-size: 0.32rem;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 0.56rem;
}