#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: 25%;
    font-size: 0.39rem;
}
.filterList li p.titleCon{
    max-width: 100%;
}
.filterList li p.titleCon span{
    max-width: 83%;
}
.filterList li p.titleCon .filterIconDef{
    margin-left: 0;
}
.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;
}
.tips{
    position: fixed;
    top: 4.2rem;
    left: 0.32rem;
    font-size: 0.3rem;
}
.icon_dq {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../../../member/images/fileTip.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 0.3rem;
    margin-right: 0.1rem;
}
.icon_cq {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #FF9192 0%, #FF393A 100%);
    margin: auto;
}
.mescroll {
    overflow-x: hidden;
    top: 5rem;
}

.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%;
    word-break:break-all;
}
.replyPop .multipleScreenPop_Con ,
.gjPop .multipleScreenPop_Con{
    height: 7.5rem;
}

.myMainCon {
    font-size: 0.32rem;
    color: #222;
    margin-bottom: .27rem;
    padding: 0 0.4rem;
}
.gjPop .myMainCon{
margin-bottom: .7rem;
}
.myMainCon .formTitle em {
    color: red;
}

.myMainCon textarea {
    background: #FFFFFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    height: 2.67rem;
    width: 100%;
    padding: .27rem;
    font-size: 0.37rem;
    line-height: 0.64rem;
    border: 1px solid #EEEEEE;
    margin-top: 0.27rem;
}