#viewModelBox {
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}
.hsz{
    width: 2rem;
    background: #307FFF;
    color: #fff;
    height: 0.96rem;
    line-height: 0.96rem;
    text-align: center;
    border-radius: 0.1rem;
    font-size: 0.3rem;
}
/* 筛选 */
.filterCon .filterList li {
    width: 33%;
    font-size: 0.39rem;
}

.fileList .listItem .titleP {
    width: 100%;
    height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
}


* {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: hidden;
}

.fileList li {
    /* height: 3.03rem; */
    border-radius: 0.27rem;
    background-color: #fff;
    padding: 0.27rem;
    margin-bottom: 0.27rem;
}
.fileList li .titleName {
    font-size: 0.43rem;
    color: #333;
    font-weight: bold;
    padding-bottom: 0.27rem;
}
.fileList li .lableLi span {
    float: left;
    margin-bottom: 0.27rem;
    padding: 0.11rem 0.21rem;
    border-radius: 0.13rem;
    background-color: #EAF2FF;
    color: #307FFF;
    font-size: 0.32rem;
    max-width: 100%;
    margin-right: 0.2rem;
}
.fileList li .txtLi {
    font-size: 0.32rem;
    color: #999;
    padding-bottom: 0.27rem;
}
#dataList li a {
    display: block;
}
#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;
    font-size: 0.32rem;
}

/* 详情弹窗 */
.multipleScreenPop_Con {
    height: 11rem;
}

.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.35rem;
    word-break:break-all;
}
