#viewModelBox{
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.mescroll{
    overflow-x: hidden;
    top: 2.67rem;
}
.searchCon input{
    float: left;
    width: 75%;
}
.searchCon .tuiJianBtn{
    float: right;
    width: 22%;
    height: 0.96rem;
    line-height: 0.96rem;
    background-color: #307FFF;
    border-radius: 0.13rem;
    text-align: center;
    color: #fff;
    font-size: 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 .topCons{
    width: 100%;
}
#dataList li .baseName{
    display: block;
    height: 0.6rem;
    line-height: .6rem;
    font-weight: bold;
    font-size: 0.43rem;
    margin-bottom: .27rem;
}
#dataList li .baseName span{
    width: 77%;
}
#dataList li .timeBox{
    margin-top: .27rem;
    padding-left: .44rem;
    background: url(../../activity/images/time.png) no-repeat left center;
    background-size: .44rem .44rem;
    height: 0.44rem;
    line-height: .44rem;
    font-size: 0.32rem;
    color: #999;
    margin-bottom: 0.27rem;
}
#dataList li .imgBox{
    width: 3.2rem;
    height: 2.13rem;
    border-radius: 0.27rem;
    margin-right: 0.27rem;
}
#dataList li .imgBox img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.27rem;
}
.lableLi span {
    float: left;
    padding: 0.11rem 0.21rem;
    border-radius: 0.13rem;
    background-color: #EAF2FF;
    color: #307FFF;
    font-size: 0.32rem;
    max-width: 100%;
}
/* 智能推荐 */
.intelligenceBox{
    top: 1.44rem;
    position: fixed;
    background-color: #fff;
    padding: 0.4rem;
    width: 100%;
    height: 100vh;
} 
.intelligenceBox .title{
    font-size: 0.48rem;
    color: #222;
}
.screenList{
    padding-top: 0.13rem;
}
.screenList li {
    float: left;
    color: #5E6774;
    background-color: #F4F7FC;
    padding: 0 0.2667rem;
    height: 0.93rem;
    line-height: 0.93rem;
    border-radius: 0.13rem;
    font-size: .32rem;
    margin:  0.2667rem 0.2667rem 0 0;
    border: 1px solid #F4F7FC;
}
.screenList li.on {
    color: #167FFF;
    border: 1px solid #167FFF;
    background: url(../../public/images/icons/screenPop_clickOnBg.png) no-repeat right bottom;
}
.intelligenceBox .menuBox {
    margin-top: 0.3rem;
    padding: 0.33rem 0.5333rem;
}
.intelligenceBox .menuBox span {
    width: 47%;
    height: 1.07rem;
    line-height: 1.07rem;
    font-size: .4267rem;
    border-radius: 0.13rem;
}
.intelligenceBox .menuBox span:first-child {
    color: #666;
    border: 1px solid #ddd;
    background-color: #fff;
}
.intelligenceBox .menuBox span:nth-child(2) {
    color: #fff;
    border: 1px solid #307FFF;
    background-color: #307FFF;
}
.intelligenceBox .pic{
    margin-top: 2rem;
}
/* 智能推荐 */