.discount_house_container{
    width: 100%;
    margin: auto;
}
.discount_house_title{
    font-size: 20px;
}
.view {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: -webkit-box;
    margin: auto;
    height:280px;
}
.view>div {
    /* 	box-sizing: border-box; */
    margin-left: 10px;
    width: 200px;
    height: auto;
    padding: 0 0.8rem 0rem 0rem;
}
.xfhouseTypeList .xfhouseTypeImg {
    height: 150px;
}
.xfhouseTypeList .xfhouseTypeTxt {
    width: 100%;
}
.xfhouseTypeList {
    border: none;
    padding: 0;
}
.xfhouseTypeList .xfhouseTypeTxt {
    width: 100%;
    margin-top: 0.2rem;
    height: 1.8rem;
}
.xfhouseTypeList input {
    margin-top: 0.4rem;
    width: 100%;
}
.xfhouseTypeTxt p:first-child{
    color: #3e4a59;
    font-weight: 700;
    height:20px;
    overflow: hidden;
}
.discount_house_btn{
    width: 72px;
    height: 26px;
    background: #ff9a27;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin: 5px auto;

    cursor: pointer;
}