.filterList li p.titleCon{
    max-width: 95%;
}
.filterList li p.titleCon span{
    max-width: 80%;
}
.filterList li p.titleCon .filterIconDef{
    margin-left: 0.03rem;
}
#viewModelBox{
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.mescroll{
    overflow-x: hidden;
}
/* 筛选 */
.filterCon .filterList li{
    width: 33.33%;
    font-size: 0.39rem;
}
.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;
    border-radius: 0.15rem;
    overflow: hidden;
    height: 3.28rem;
}   
#dataList li a{
    display: block;
}
#dataList li .industry{
    height: 1.24rem;
    line-height: 1.24rem;
    padding: 0 0.32rem;
    font-size: 0.4rem;
    background: linear-gradient(84deg, #E7F1FF 0%, #FFFFFF 100%);
    margin-bottom: 0.32rem;
}
#dataList li .name{
    font-size: 0.4rem;
    margin-right: 0.32rem;
    line-height: 0.6rem;
}
#dataList li .infop{
    font-size: 0.32rem;
    color: #999;
    line-height: 0.6rem;
}
.plr{
    padding: 0 0.32rem;
}
.mtx{
    margin-top: 0.32rem;
}
.rightBox{
    width: 1.07rem;
    height: 1.07rem;
}
.rightBox img{
    display: block;
    width: 100%;
    height: 100%;
}
.gender1{
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background:url(../image/gender1.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}
.gender2{
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background:url(../image/gender2.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}