.basic-details .sec-price {
    position: relative;
    display: flex;
    align-items: center;
}

.sec-price .sec-total .sec-total-s {
    display: inline-block;
    font-family: Tahoma;
    font-size: 46px;
    line-height: 46px;
    color: #e4393c;
    font-weight: bold;
    letter-spacing: -1px;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.sec-price .sec-total .sec-total-s2 {
    display: inline-block;
    font-size: 16px;
    color: #e4393c;
    vertical-align: bottom;
}

.sec-price .sec-text {
    font-size: 12px;
    color: #333333;
    display: inline-block;
    margin-left: 20px;
}

.sec-price .sec-text .sec-unitPrice {
    font-size: 16px;
    color: #394043;
}

.sec-text .sec-unitPrice .unitPriceValue {
    font-weight: bold;
    color: #394043;
    white-space: nowrap
}

.basic-details .houseInfo {
    box-sizing: border-box;
    margin-top: 22px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    *zoom: 1;
    overflow: hidden;
}

.basic-details .houseInfo .room {
    float: left;
    width: 33%;
}

.houseInfo .room .mainInfo {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.houseInfo .room .subInfo {
    margin-top: 8px;
    font-size: 12px;
    color: #394043;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.basic-details .aroundInfo {
    padding: 24px 0;
    line-height: 18px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

.basic-details .aroundInfo i {
    display: inline-block;
}

.basic-details .aroundInfo .label {
    color: #aeb0b1;
    margin-right: 24px;
}

.basic-details .aroundInfo .communityName .info {
    text-decoration: underline;
    color: #333333;
}

.basic-details .aroundInfo .map {
    color: #394043;
    margin-left: 14px;
}

.basic-details .aroundInfo .map:hover {
    text-decoration: underline;
}

.basic-details .aroundInfo .areaName {
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.basic-details .aroundInfo .areaName .info a:hover {
    text-decoration: underline;
}

.basic-details .aroundInfo .visitTime {
    margin-top: 14px;
}

.basic-details .brokerInfo {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basic-details .brokerInfo .brokerInfo-l {
    display: flex;
    align-items: center;
}

.brokerInfo-l .agent-ab {
    display: inline-block;
}

.brokerInfo-l .agent-ab .agent-aImg {
    display: inline-block;
    max-width: 81px;
    max-height: 108px;
    -o-object-fit: cover;
    object-fit: cover;
}

.brokerInfo-l .brokerInfoText {
    margin-left: 20px;
}

.brokerInfoText .brokerName .jName {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #394043;
}

.brokerInfoText .evaluate .company {
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}

.brokerInfoText .jPhone .jPhone-p {
    margin-top: 8px;
    font-size: 14px;
    color: #EB4D3A;
    font-family: Tahoma-Bold;
    letter-spacing: 0;
}

.brokerInfoText .jPhone .jPhone-p .jPhone-ps {
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
}

.brokerInfo .brokerInfo-r .wx-qrCode {
    width: 110px;
    height: 110px;
}

.brokerInfoText .appointment .appointment-a {
    position: relative;
    color: #ffffff;
    margin-top: 6px;
    display: inline-block;
    padding: 0px 12px;
    background: #00AE66;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

.wy_comment .housing-img {
    width: 710px;
    max-height: 1136px;
    overflow: hidden;
}

.housing-img .list {
    margin: 0 auto;
    margin-top: 15px;
    width: 710px;
    line-height: 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.housing-img .list .list-div {
    width: 350px;
    height: 230px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.housing-img .list .list-div:first-child {
    width: 710px;
    height: 400px;
}

.housing-img .list .list-div img {
    max-width: 100%;
    height: 100%;
}

.housing-img .list .list-div span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    text-align: center;
    padding: 0 11px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.4);
    color: #ffffff;
    font-size: 12px;
}

.title .title-describe .title-describe-p {
    max-width: 790px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.2;
}

.wy_comment .pushList-ul {
    margin-top: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wy_comment .pushList-li {
    width: 265px;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.wy_comment .pushList-li .pushList-liA {
    display: block;
}

.pushList-li .pushList-liA .pushList-li-d {
    position: relative;
    text-align: center;
}

.pushList-li .pushList-liA .pushList-li-d2 {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pushList-li .pushList-liA .pushList-li-d2 .pushList-li-p {
    font-family: HiraginoSansGB-W6;
    font-size: 18px;
    color: #101D37;
    letter-spacing: 0;
    line-height: 24px;
}

.pushList-li .pushList-liA .pushList-li-d3 {
    font-family: HiraginoSansGB-W3;
    font-size: 12px;
    color: #9399A5;
    letter-spacing: 0;
    position: relative;
    margin-top: 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pushList-li .pushList-liA .pushList-li-d3 .tips-price {
    font-family: HiraginoSansGB-W6;
    font-size: 16px;
    color: #FA5741;
    letter-spacing: 0;
    line-height: 16px;
}

.pushList-li .pushList-liA .pushList-li-d3 .tips-name {
    font-family: HiraginoSansGB-W6;
    font-size: 18px;
    color: #101D37;
    letter-spacing: 0;
    line-height: 24px;
}

.pushList-li .pushList-liA .pushList-li-d .pushList-li-img {
    max-width: 100%;
    max-height: 210px;
    border-radius: 4px;
}















