#viewModelBox {
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: hidden;
}

/* 筛选 */
.filterCon .filterList li {
    width: 33%;
    font-size: 0.39rem;
}
.fileList .title{
    font-size: 0.43rem;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #333333;
line-height: 0.67rem;
margin-bottom: 0.2rem;
}
.fileList  .titleP {
    display: inline-block;
    padding: 0.12rem 0.21rem;
    font-size: 0.32rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #307FFF;
    background-color: #EAF2FF;
    border-radius: 0.13rem;
    line-height: 0.67rem;
}

#dataList li {
    background-color: #ffffff;
    margin-bottom: 0.27rem;
    padding: 0.27rem;
    border-radius: 0.27rem;
}

.filterList li p.titleCon .icon {
    display: inline-block;
    width: 0.24rem;
    height: 0.16rem;
    position: relative;
    top: -0.48rem;
    margin-left: 0.13rem;
}

.filterList li p.titleCon .icon1 {
    background-image: url(../../ground/images/filterIconDef.png);
    background-size: 100%;
}

.liTitle {
    width: 66%;
}

.liTitle p {
    font-size: 0.4rem;
    color: #333333;
}

.liPic {
    margin-right: 0.32rem;
}

.fileList img {
    width: 2.56rem;
    height: 1.44rem;
    display: block;
    border-radius: 0.27rem;
    margin-top: 0.1rem;
}

.liTitle .intro p {
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.56rem;
}

.topBox {
    border-bottom: 0.01rem solid #EEEEEE;
    padding-bottom: 0.32rem;
}

.bottombox {
    font-size: 0.32rem;
    font-weight: 400;
    color: #999999
}

.bottombox .leftBox {
    padding-left: 0.6rem;
    background-image: url(../images/position.png);
    background-repeat: no-repeat;
    background-size: 0.48rem 0.48rem;
    line-height: 0.48rem;
}

.bottombox .rightBox {
    padding-left: 0.6rem;
    background-image: url(../images/time.png);
    background-repeat: no-repeat;
    background-size: 0.48rem 0.48rem;
    line-height: 0.48rem;
}

.tagCont {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 0rem;
    right: 0rem;
}

.tagCont img {
    width: 100%;
}

.mainPop4.filterPop .swiper-slide {
    font-size: 13px;
}
.mescroll-empty img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
}