#viewModelBox {
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: auto;
    top: 2.7rem;
}

.fileList li .tit {
    font-size: 0.43rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.67rem;
    max-width: 70%;
    text-indent: 1.7rem;
}

.fileList li .liveImg {
    width: 2.35rem;
    height: 1.32rem;
    border-radius: 0.27rem;
}

.fileList li {
    height: 3.85rem;
    background: #FFFFFF;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    margin-bottom: 0.27rem;
    padding: 0.27rem;
    box-sizing: border-box;
}

.fileList li .time {
    font-size: 0.32rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.56rem;
    margin-top: 0.35rem;
    padding-bottom: 0.27rem;
    border-bottom: 1px solid #eee;
}

.fileList li .typeP {
    font-size: 0.43rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FF9100;
    line-height: 0.6rem;
    margin-top: 0.22rem;
}

.fileList li .smk {
    width: 1.81rem;
    height: 0.67rem;
    background: #307FFF;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
    font-size: 0.32rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.67rem;
    margin-top: 0.2rem;
    margin-right: 0.13rem;
}

.fileList li .gkhf {
    width: 1.81rem;
    height: 0.67rem;
    background: #FFFFFF;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
    opacity: 1;
    border: 0.01rem solid #307FFF;
    font-size: 0.32rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #307FFF;
    text-align: center;
    line-height: 0.67rem;
    margin-top: 0.2rem;
    margin-right: 0.13rem;

}

.fileList li .zbz {
    top: 0.3rem;
    width: 1.49rem;
    height: 0.59rem;
    background-image: url(../images/zbz.png);
    background-size: 100%;
}

.fileList li .wks {
    top: 0.3rem;
    width: 1.49rem;
    height: 0.59rem;
    background-image: url(../images/wks.png);
    background-size: 100%;

}

.fileList li .yjs {
    top: 0.3rem;
    width: 1.49rem;
    height: 0.59rem;
    background-image: url(../images/yjs.png);
    background-size: 100%;
}

.smkBox {
    top: -2.62rem;
    right: 1.8rem;
    width: 3.72rem;
    height: 3.5rem;
    background: url(../images/ewmBg.png) no-repeat right center;
    background-size: 100%;
    padding: 0.27rem 0.55rem 0.27rem 0.27rem;
    box-sizing: border-box;
    z-index: 99;
}

.smkBox .ewm {
    width: 3rem;
    height: 3rem;
    border-radius: 0.27rem;
}