#viewModelBox{
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.stateTabBox a{
    width: 33.3%;
}
.mescroll{
    overflow-x: hidden;
    top: 5.2rem;
}
#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 .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;
    padding-left: .44rem;
    background: url(../../activity/images/time.png) no-repeat;
    background-size: .44rem .44rem;
    height: 0.44rem;
    font-size: 0.32rem;
    color: #999;
    margin-bottom: 0.27rem;
}
/* 驳回原因弹窗 */
.popDetText {
    padding: 0.4rem;
    font-size: 0.37rem;
}

.popDetText p:nth-of-type(1) {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

}

.popDetText p {
    color: #999;
    padding: 0.29rem 0;
}

.popDetText p span {
    color: #222;
}

/* 驳回原因弹窗 */
#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;
}
.stateTabOut{
    top: 3.8rem;
}
.tabBox{
    height: .75rem;
    line-height: .75rem;
    top: 2.8rem;
    position: fixed;
    width: 100%;
    padding: 0 .27rem;
}
.tabBox a{
    font-size: 0.43rem;
    margin-right: 0.5rem;
}
.tabBox a.on{
    background: url(../../train/images/tabBg.png) no-repeat bottom center;
    background-size: 2.09rem 0.16rem;
    font-size: 0.53rem;
    font-weight: bold;
}