body{
    padding: 1.2667rem 0 1.3333rem 0;
}
.usedHouseIconBox{
    display: flex;
    justify-content: space-around;
    margin-bottom: .2667rem;
}
.usedHouseIcon img{
    width: .68rem;
    height: .6933rem;
    display: block;
    margin: 0 auto;
}
.usedHouseIcon .usedHouseText{
    font-size: .2667rem;
    text-align: center;
    margin-top: .2667rem;
}
/* 分类 */
.usedHouseClassify{
    /*margin-top: .2667rem;*/
}
.van-dropdown-menu__bar{
    background-image: linear-gradient(0deg, 
    #f0f0f0 0%,
		#fff 100%) !important;
    /*box-shadow: none !important;*/
}
.housesResult{
    padding: 0 .2667rem 0 .2667rem;
    margin-top: .2667rem;
}
.housesusedIssuer .houseusedTagPrice{
    font-size: .2933rem;
    color: #F78160;
}
.housesusedIssuer .houseusedTagSquaree{
    color: #bababa;
}
.houseMessage{
    /*padding-bottom: .6667rem;*/
    /*margin-top: .4rem;*/
}
.housesusedDetailMessage{
    margin-top: .1333rem;
}
::-webkit-scrollbar-thumb{
    background: #ebedf0 !important;
}
::-webkit-scrollbar-track{
    background: #fff !important;
    box-shadow: none !important;
}
::-webkit-scrollbar-track-piece{
    background: #fff !important;
}