﻿html, body {
    font-family: PingFang-SC-Regular,Helvetica,"sans-serif";
}
.ShouHouse .carousel-box {
    position: relative;
}
.ShouHouse .banner_makes {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: flex-end;
    align-items: center;
    z-index:2;
    margin-top:5px;
}
.ShouHouse .banner_makes li {
    color: #fff;
    font-size: .7rem;
    padding: 0.2rem;
}
.ShouHouse .banner_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #00ae66;
    border-radius: 15px 15px 0 0;
    height: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
    color: #fff;
    box-sizing: border-box;
}
.ShouHouse .house_detail_state {
    position:absolute;
    z-index:999;
    left:0;
    top:0;
    width:2.5rem;
    height:2.5rem;
}
.ShouHouse .carousel-box .count-num {
    bottom: 1.2rem;
}
.ShouHouse .banner_bottom_left {
    font-size: .45rem;
    font-weight: bold;
}
.ShouHouse .banner_bottom_right {
    display: flex;
}
.ShouHouse .banner_bottom_right li {
    font-size: .35rem;
    margin-left: .3rem;
}

.ShouHouse .house_detail {
    width: 8.94rem;
    margin: 0 auto;
}
.ShouHouse .house_detail_types {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem;
}
.ShouHouse .detail_types_ul {
    display: flex;
}
.ShouHouse .detail_types_ul li {
    background: #edf0f3;
    color: #92a6b7;
    margin-right: 5px;
    padding: 0.05rem 0.1rem;
}
.ShouHouse .detail_jjtx {
    display: flex;
    align-items: center;
    font-size: .4rem;
    font-weight: bold;
}
.ShouHouse .detail_jjtx i {
    margin-right: 5px;
    color: #02bd73;
}
.ShouHouse .house_detail_money {
    display: flex;
    margin: 5px 0px 15px 0px;
}
.ShouHouse .house_detail_money li {
    width: calc(100% / 3);
    border-left: solid 1px #e5e5e5;
    display: flex;
    padding-left: .3rem;
    flex-direction: column;
}
.ShouHouse .house_detail_money li:first-child {
    border: none;
    padding-left: 0;
}
.ShouHouse .detail_money {
    color: #00ae66;
    font-size: .5rem;
    margin-bottom: .1rem;
}
.ShouHouse .detail_money_title {
    color: #999;
    font-size: .4rem;
}

.ShouHouse .house_detail_info {
    display: flex;
    flex-wrap: wrap;
}
.ShouHouse .house_detail_info li {
    width: 50%;
    font-size: .4rem;
    height: .9rem;
    font-weight: bold;
}
.ShouHouse .info_item_title {
    color: #999;
}
.ShouHouse .info_item_value {
    font-weight: bold;
}


.ShouHouse .jjr_item {
    display: flex;
    margin: .5rem 0;
}
.ShouHouse .jjr_item_photo {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-right: 0.2rem;
    background: gray;
}
    .ShouHouse .jjr_item_photo img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.ShouHouse .jjr_item_info {
    flex: 1;
}
.ShouHouse .jjr_item_top {
    display: flex;
    justify-content: space-between;
}
.ShouHouse .jjr_item_detal {
}
.ShouHouse .item_detail_name {
    font-size: .4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.ShouHouse .jjr_company {
    background: #edf0f3;
    color: #92a6b7;
    margin-right: 5px;
    padding: 0.05rem 0.1rem;
    font-size: .3rem;
    margin: 0 .3rem;
}
.ShouHouse .jjr_company_rz {
}
.ShouHouse .jjr_item_detal p {
    font-size: .35rem;
    font-weight: bold;
    color: #999;
}
.ShouHouse .jjr_item_makes {
    display: flex;
}
.ShouHouse .item_makes_item {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    border: solid 1px #00ae66;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00ae66;
    margin-left: .2rem;
}
.ShouHouse .item_makes_item span {
    font-size: .5rem;
}


.ShouHouse .fydt_ul {
    display: flex;
}
.ShouHouse .fydt_li {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}
.ShouHouse .fydt_title {
    color: #666;
    font-size: .35rem;
}
.ShouHouse .fydt_value {
    color: #333;
    font-size: .7rem;
}
.ShouHouse .row_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #e5e5e5;
    height: 2rem;
    width: 8.94rem;
    margin: 0 auto;
    font-size: .45rem;
    margin-top: 15px;
}
.ShouHouse .row_item_right {
    color: #999;
    font-size: .35rem;
}
.ShouHouse .mod {
    padding: .2rem 0;
}
.ShouHouse .feedback_text {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .45rem;
    margin-top: -.3rem;
}

.ShouHouse .zhuzhai_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 8.94rem;
    margin: 0 auto;
}
.ShouHouse .zhuzhai_info_detail {
}
.ShouHouse .zhuzhai_detail_money {
    font-size: .45rem;
    margin-bottom: .2rem;
    font-weight: bold;
}
    .ShouHouse .zhuzhai_detail_money span {
        color: #d53c3c;
    }
.ShouHouse .zhuzhai_detail_item {
    color: #999;
    font-size: .35rem;
    line-height: .6rem;
}
.ShouHouse .zhuzhai_info_img {
    width: 3rem;
    height: 2.5rem;
}
    .ShouHouse .zhuzhai_info_img img {
        width: 100%;
    }

.ShouHouse .mod_txqcj {
    width: 8.94rem;
    margin: 0 auto;
    margin-top: .5rem;
    border-top: solid 1px #c2c2c2;
}
.ShouHouse .txqcj_model {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .5rem;
    height: 2rem;
}

.ShouHouse .txqcj_house_item {
    display: block;
    padding-left: .3rem;
    position: relative;
    border-left: solid 1px #c2c2c2;
    padding-bottom: .3rem;
    margin-left: .2rem;
}
.ShouHouse .txqcj_house_item:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c2c2c2;
    position: absolute;
    left: -8px;
    top: 0;
}
.ShouHouse .txqjc_mianji {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .5rem;
    margin-bottom: .2rem;
}
.ShouHouse .txqjc_mianji span {
    color: #d53c3c;
}
.ShouHouse .txqjc_money {
    font-size: .4rem;
    color: #c2c2c2;
}
.ShouHouse .tcqcj_btn {
    background: #f2fbf7;
    border-radius: 5px;
    color: #0ad487;
    font-size: .5rem;
    text-align: center;
    padding: .4rem 0;
    display: block;
    margin: .4rem .2rem;
}
.ShouHouse .feed-detail .date .status-tag {
    font-size: .42667rem;
    font-weight: 700;
    color: #3e4a59;
    width: 2.06rem;
}

.ShouHouse .feed-detail .title {
    font-size: .4rem;
    font-weight: 700;
    color: #999;
}

.ShouHouse .mod-tit .name-price-wrap {
    margin-bottom: 0rem;
}

.ShouHouse .mod-base .link-more {
    margin-bottom: .1rem;
}

.ShouHouse .mod-base .base-info {
    margin-bottom: 0.3rem;
}

.ShouHouse .mod-base .base-info li {
    font-weight: bold;
}

.ShouHouse .big_img {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.ShouHouse .big_img img {
    width: 100%;
}

.ShouHouse .mod-base .name {
    width: 9rem;
}

.ShouHouse .mod-base .name, .mod-base .name-price-wrap {
    width: 9rem;
}
/*租房*/
.ZuHouse .big_img {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

    .ZuHouse .big_img img {
        width: 100%;
    }

.ZuHouse .ChuZuFangShi {
    color: #fff;
    border-radius: 3px;
    font-size: .293rem;
    letter-spacing: 0;
    line-height: .3rem;
    padding: 2px 6px;
}

.ZuHouse .ZhengZu {
    background-color: #ff552e;
    border: 1px solid #ff552e;
}

.ZuHouse .HeZu {
    background-color: #0ad487;
    border: 1px solid #0ad487;
}

.ZuHouse .mod-tit .name-price-wrap {
    margin-bottom: .433rem;
}

.ZuHouse .content__detail--info {
    padding-bottom: .5rem !important;
    border-bottom: 0 !important;
    margin-left: .4rem;
    margin-right: 4rem;
}

    .ZuHouse .content__detail--info ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: baseline;
        align-items: baseline;
        -webkit-box-pack: space-between;
        justify-content: space-between;
    }

    .ZuHouse .content__detail--info li:first-child {
        padding-right: .5rem;
    }

    .ZuHouse .content__detail--info li {
        width: 33.33%;
    }

        .ZuHouse .content__detail--info li span:first-child {
            font-size: .5rem;
            margin-bottom: 1px;
            margin-top: -.21875rem;
            display: block;
            color: #9399a5;
        }

.content__detail--info li span:last-child {
    font-size: .5rem;
    font-weight: 700;
    white-space: nowrap;
    color: #fe615a;
}

.ZuHouse .content__detail--info li:nth-child(2) {
    border-right: 1px solid #eae6ef;
    border-left: 1px solid #eae6ef;
    padding-left: .5rem;
    padding-right: .5rem;
}

.ZuHouse .content__detail--info li:last-child {
    padding-left: .5rem;
}

.ZuHouse .page-house-info {
    margin-top: .5rem;
}

.ZuHouse .box {
    margin-left: .5rem;
    margin-right: .5rem;
}

.ZuHouse .page-house-info .content__item__tag--wrapper {
    margin-bottom: .5rem;
    display: flex;
    flex-wrap: wrap;
}

    .ZuHouse .page-house-info .content__item__tag--wrapper i {
        display: inline-block;
        font-size: .3875rem;
        height: .9375rem;
        line-height: .9375rem;
        margin-right: .3125rem;
        padding-right: .1875rem;
        padding-left: .1875rem;
        border-radius: .125rem;
        color: #5680a6;
        background: #e6ecf2;
        font-style: normal;
    }

.ZuHouse .page-house-info ul.page-house-info-list {
    overflow: hidden;
}

.ZuHouse .page-house-info li {
    float: left;
    width: 50%;
    font-size: .43rem;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.ZuHouse .oneline {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ZuHouse .page-house-info li label {
    color: #9399a5;
    flex-shrink: 0;
}

.ZuHouse .page-house-info .rent-short, .page-house-info .resblock {
    position: relative;
    font-size: .5rem;
    margin-bottom: .5rem;
    overflow: hidden;
}

    .page-house-info .rent-short span, .page-house-info .resblock span {
        float: left;
        color: #9399a5;
    }

.ZuHouse .mod-base1 {
    padding-bottom: 0rem;
}

.ZuHouse .page-house-description ul.page-house-description-list li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: .2rem;
    line-height: 1.0625rem;
    font-size: .4rem;
    color: #00ae66;
}

    .ZuHouse .page-house-description ul.page-house-description-list li i {
        display: block;
        width: 1rem;
        height: .4rem;
        margin: 0 auto .4rem;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: .8rem;
    }


.ZuHouse .page-house-description {
    margin-right: .5rem;
}
  
    .ZuHouse .page-house-description ul.page-house-description-list li.icon_no {
        color: #9399a5 ;
        text-decoration: line-through;
    }

.ZuHouse .title .Price {
    font-weight: 700;
    color: #fe615a;
    float: right;
}
/*租房*/
.QuanJingTag {
    display: flex;
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 11px;
    border-radius: 2px;
    z-index: 9;
}

.QuanJingTag_item {
    background-color: rgba(0,0,0,0.7);
    margin-left: 10px;
    border-radius: 5px;
    padding: 4px 8px;
}

.imgContainer .QuanJingTag .QuanJingTag_img {
    padding: 10px 10px 0px 10px;
}

.QuanJingTag .QuanJingTag_img img {
    width: 50px;
    height: 35px;
}

.QuanJingTag .QuanJingTag_txt {
    text-align: center;
}
