#viewModelBox {
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: hidden;
    top: 3rem;
}

/* 筛选 */
#viewModelBox .searchInput {
    border-radius: 0.13rem;
}

#viewModelBox .filterCon {
    background-color: #ffffff;
    width: calc(100% - 0.64rem);
    left: 0.32rem;
    border-radius: 0.13rem;
    top: 1.5rem;
}

.filterCon .filterList li {
    width: 50%;
    font-size: 0.39rem;
}

.filterList li p.titleCon {
    max-width: 92%;
}

.filterList li p.titleCon .icon {
    display: inline-block;
    width: 0.24rem;
    height: 0.16rem;
    position: relative;
    top: -0.44rem;
    margin-left: 0.13rem;
}

.filterList li p.titleCon .icon1 {
    background-image: url(../../ground/images/filterIconDef.png);
    background-size: 100%;
}

.filterList li.on p.titleCon .icon1 {
    background-image: url(../../ground/images/filterIconAct.png);
    background-size: 100%;
}


.fileList .listItem .titleP {
    width: 100%;
    height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
}

#dataList li{
    background-color: #ffffff;
    margin-bottom: 0.32rem;
    padding: 0.27rem 0.27rem 0;
    position: relative;
    border-radius: 0.27rem;
    overflow: hidden;
}  
#dataList li .tabs{
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: -0.27rem;
    right: -0.27rem;
}
.state1{
    background: url(../../activity/images/new_zhdState2.png) no-repeat;
    background-size: 100% 100%;
}
.state2{
    background: url(../../activity/images/new_zhdState1.png) no-repeat;
    background-size: 100% 100%;
}
.state3{
    background: url(../../activity/images/new_zhdState3.png) no-repeat;
    background-size: 100% 100%;
}
#dataList li a{
    display: block;
}
#dataList li .topCons{
    width: 80%;
}
#dataList li .baseName{
    height: 0.6rem;
    line-height: .6rem;
    font-weight: bold;
    font-size: 0.43rem;
    margin-bottom: .27rem;
}
#dataList li .laber1{
    height: .67rem;
    line-height: .67rem;
    padding: 0 .21rem;
    background: #FFF9F2;
    border-radius: .13rem;
    color: #FF9100;
    font-size: 0.32rem;
    margin-right: .13rem;
}
#dataList li .laber2{
    height: .67rem;
    line-height: .67rem;
    padding: 0 .21rem;
    background: #F4F8FF;
    border-radius: .13rem;
    color: #307FFF;
    font-size: 0.32rem;
    margin-right: .13rem;
    max-width:75% ;
}
#dataList li .timeBox{
    margin-top: .27rem;
    height: 0.44rem;
    font-size: 0.32rem;
    color: #999;
    margin-bottom: 0.27rem;
}
#dataList li .infop p{
    margin-top: .27rem;
    height: 0.44rem;
    font-size: 0.32rem;
    color: #999;
    width: 50%;
}
#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;
}