
 /* 销售状态 */
 .house_item .info .title .sale_status{
     border-radius: .04rem;
 }
 .sale_status.sst01{
     background: #EFF3FF;
     color: #3168FF;
     border-radius: 2px;
     margin-right: .12rem;
     border: 1px solid #EFF3FF;
     height: auto;
 }
 .sale_status.sst02{
    background-color:#FFF3F0;
    color:#FF6D4A;
}
.sale_status.sst03{
    background: #EEEEEE;
    color: #A7A7A7;
}
.sale_status.sst04{
    background: #FFEFEF;
    color: #FF4A4A;
}
.sale_status.sst05{
    background-color:#5f94ff;
}
/* 楼盘特色 */
.fea_icon{
    color: #7A88AF;
    padding: 1px .08rem;
    font-size: .24rem;
    background: #F2F4F6;
    border-radius: 2px;
    border: 0;
}
/* 房屋类型 */
.house_type{
    color:#30323D;
    border:1px solid #dfdfdf;
    border-radius: .04rem;
    line-height: .34rem;
}
/* 动态类型 */
.dt_type{
    background: linear-gradient(90deg, #31BCFF 0%, #4476FF 100%);
    padding: 1px .1rem;
    border-radius: 4px 0px 4px 0px;
    color:#fff;
}
.house_item .info .price{
    padding-top: 0;
    font-size: .24rem;
    color: #FF4A4A;
    margin-bottom: .1rem;
}
.disc_info{
    background-color: #fff3f3;
    color: #ff4848;
}
.special_offer .iconfont{
    color: #ff8f90;
}
.special_offer span{
    color: #ff4848;
}
.checkmore ,.checkup{
    color: #ff4848;
}

/**表单**/
.group_form .img{
    background-image: url(../images/form/form_41308.png);
    background-position: center;
    background-size: 1.44rem;
    background-repeat: no-repeat;
}
.form_item .desc em{
    color:#ff5b5c;
}
.form_item .h5_pop_btn{
    background-color:#3168ff;
}
.form_award{
    background-image: url(../images/form/award.png);
    background-size: 100%;
}
.form_award .title{
    color: #ff5744;
}
.form_award  .h5_pop_btn{
    color: #b51d1a;
}
/**公共头部**/

.public_head .top_nav ul.link em{
    background: url(../images/loushiBg.png);
    background-size: auto 1.52rem;
}
.public_head  .top_nav ul.search_condition em{
    background: url(../images/loushiBg.png);
    background-size: auto 1.52rem;
}
.public_head .top_nav ul.search_condition div.icon4 em{
    background-image: url(../images/m_bk.png);
    background-position: 0 0;
    background-size: auto .6rem;
}
.page_404  .btn .backtrack{
    background-color: #fff;
    color: #3168ff;
}
 .house_item .img img{
     border-radius: .04rem;
 }
 .house_item .info .detail em{
     color: #a7a7a7;
 }
 .house_item .info .detail em.second{
     color: #a7a7a7;
     border-left: 1px solid #a7a7a7;
 }
 .house_item .info .feature{
     height: .38rem;
 }
 .house_item .info .feature{
     margin-bottom: 0!important;
 }
 .house_item .info .feature .fea_icon{
    margin-bottom: 0!important;
 }
.house_item .info .discount{
    position: relative;
    padding-top: .2rem;
    padding-left: 1.5em;
    font-size: .24rem;
    color: #30323d;
    border-top: 1px solid #eee;
    margin-top:.1rem;
}
.house_item .info .discount:before{
    content: "";
    position: absolute;
    background: url("../images/list/discount.png");
    background-size: cover;
    left: 0;
    top: .22rem;
    width: .3rem;
    height: .3rem;
}
 .unit.sp .house_plate .house_item{
     padding: 0 0 .28rem 0;
     margin-bottom: 0;
 }




















