#viewModelBox .searchInput{
    border-radius: 0.13rem;
}
#viewModelBox #mescroll {
    top: 5.7rem;
}
.mescroll{
    padding: 0 0.32rem 0.32rem;
}
.filterList li{
    width: 100%;
}
/* 本页样式 */
.column li{
    background: #fff;
    padding: 0.32rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    margin-bottom: 0.32rem;
}
.column li a{
    width: 100%;
    height: 100%;
    display: block;
}
.column li .leftbox{
    width: 70%;
}
.column li img{
    display: block;
    width: 2.4rem;
    height: 1.6rem;
    border-radius: 0.27rem;
}
.column li .areaTitle{
    font-size: 0.4rem;
    line-height: 0.64rem;
    height: 0.64rem;
    margin-bottom: 0.32rem;
}
.column li .tagLi{
    display: inline-block;
    padding: 0px 0.21rem;
    background-color: #FFECD4;
    line-height: 0.67rem;
    font-size: 0.32rem;
    color: #FF9100;
    border-radius: 0.11rem;
}
.column li .areaDesc{
    font-size: 0.32rem;
    color: #999;
    line-height: 0.4rem;
    /* height: 0.8rem; */
    margin-top: 0.32rem;
}
.tabList{
    height: 1.17rem;
    line-height: 1.17rem;
    
    width: calc(100% - 0.64rem);
    left: 0.32rem;
    border-radius: 0.13rem;
    top: 4.2rem;
    position: fixed;
    z-index: 10;
}
.tabList a{
    background-color: #ffffff;
    width: calc(50% - 0.13rem) ;
    height: 100%;
    text-align: center;
    font-size: 0.43rem;
    border-radius: 0.13rem;
}
.tabList a.on{
    color: #167fff;
}