@charset "UTF-8";
body{
    -webkit-overflow-scrolling: touch;
}
/* 详情头部 */
header.transparent {
    background: none;
    height: 0.88rem;
    padding: 0.14rem 0;
}

header.border:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #E8E8E8;
}

header.transparent .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 0.88rem;
    padding: 0 0.88rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f7f7f7;
    opacity: 0;
    z-index: -1;

}

header.head-detail .back {
    margin-left: 0.2rem;
    background: url("../../images/houses/detail-back.png") no-repeat center center;
    background-size: 100% 100%;
}

header .head-share {
    display: block;
    position: absolute;
    width: 0.64rem;
    height: 0.64rem;
    top: 0.14rem;
    right: 0.2rem;
    background: url("../../images/houses/detail-share2.png") no-repeat center center;
    background-size: 100% 100%;
}

header.head-detail .head-share {
    background: url("../../images/houses/detail-share.png") no-repeat center center;
    background-size: 100% 100%;
}

/* 详情焦点图 */
.photo-wrap {
    position: relative;
    height: 5.62rem;
    overflow: hidden;
}

.photo-wrap ul {
    width: 100%;
}

.photo-wrap ul li {
    width: 100%;
    height: 5.62rem;
    position: relative;
}
.photo-wrap ul li:after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:3.22rem;
    opacity: 0.7;
    background-image: linear-gradient(-180deg, rgba(41,41,45,0.48) 32%, rgba(255,255,255,0.00) 81%);
}

.photo-wrap ul img {
    width: 100%;
    height: 5.62rem;
}

.photo-wrap .photo-no {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 0.4rem;
    z-index: 1100;
}

/* 详情页主体 */
.infoBox {
    position: relative;
    padding: 0 0.3rem;
    background-color: #fff;
}
.infoBox:after{
    content:"";
    position: absolute;
    bottom:0;
    right:0;
    height:1px;
    width:100%;
    background: #E8E8E8;
    transform: scaleY(0.5);
    -webkit-transform:scaleY(0.5);
}
.infoBox .titleBox{
    padding:0.38rem 0;
}
.titleBox h2 {
    font-size: 0.4rem;
    color: #515151;
    line-height: 0.52rem;
}
.titleBox .proxy{
    float:right;
    color: #7A90B6;
    font-size: 0.22rem;
    line-height:0.36rem;
    margin-top: 0.1rem;
    font-weight: normal;
}
.area-price{
    position: relative;
}
.area-price:before{
    content:"";
    position: absolute;
    top:0;
    right:0;
    height:1px;
    width:100%;
    background: #E8E8E8;
    transform: scaleY(0.5);
    -webkit-transform:scaleY(0.5);
}
.area-price:after{
    content:"";
    position: absolute;
    bottom:0;
    right:0;
    height:1px;
    width:100%;
    background: #E8E8E8;
    transform: scaleY(0.5);
    -webkit-transform:scaleY(0.5);
}
.area-price ul {
    margin: 0 -0.3rem;
    padding: 0.4rem 0;
    overflow: hidden;
}

.area-price ul li {
    position: relative;
    float: left;
    width: 33.3333333%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.area-price ul li:after{
    content:"";
    position: absolute;
    top:0;
    right:0;
    height:100%;
    width:1px;
    background: #E8E8E8;
    transform: scaleX(0.5);
    -webkit-transform:scaleX(0.5);
}

.area-price ul li:last-child:after {
    background:none;
}

.area-price ul li .title {
    font-size: 0.26rem;
    color: #999;
}

.area-price ul li .content {
    font-size: 0.34rem;
    line-height: 0.56rem;
    color: #e03236;
    font-weight: 600;
}

/* 楼盘信息 */
.wap-box {
    position: relative;
    margin-top: 0.2rem;
    background-color: #fff;
    overflow: hidden;
}
.wap-box .hd{
    position: relative;
}
.wap-box h3 {
    position: relative;
    font-size: 0.32rem;
    height: 1rem;
    line-height: 1rem;
    color: #515151;
    padding-left: 0.54rem;
}
.wap-box h3:before {
    position: absolute;
    left: 0.3rem;
    top: 0.34rem;
    content: '';
    width: 0.08rem;
    height: 0.32rem;
    border-radius: 0.08rem;
    background-color: #E03236;
}

.wap-box h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.wap-box .hd .more{
    position: absolute;
    line-height:1rem;
    top:0;
    right:0.3rem;
    font-size:0.26rem;
    color:#9C9FA1;
}
.wap-box .hd .more i{
    float:right;
    width:0.12rem;
    height:0.26rem;
    margin-left:0.08rem;
    margin-top: 0.36rem;
    background: url("../../images/school/more.png") no-repeat center center;
    background-size: contain;
}
/* 房源 */
.house-box{
    background: transparent;
    padding-top:0.1rem;
}
.house-box h3{
    height:0.9rem;
    font-size:0.34rem;
    color: #4A4A4A;
}
.house-box h3:after{
    background: none;
}
.house-bd{
    height: 4.8rem;
    padding:0.12rem 0 0.4rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.house-bd ul{
    padding-left:0.04rem;
    padding-right: 0.3rem;
}
.house-bd li{
    float:left;
    box-sizing: border-box;
    width:4.16rem;
    height:4.74rem;
    padding:0.26rem 0.28rem 0.24rem;
    background: #ffffff;
    box-shadow: 0 0 5px 0 #DEDEDE;
    margin-left:0.24rem;
}
.house-bd li img{
    width:100%;
    height:2.64rem;
}
.house-bd li .name{
    font-size: 0.32rem;
    color: #444444;
    line-height:0.44rem;
    margin-top:0.16rem;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.house-bd li .name.line2{
    font-size:0.3rem;
    color:#4a4a4a;
    white-space: normal;
    height:0.88rem;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.house-bd li .attr{
    margin-top:0.02rem;
    font-size: 0.26rem;
    color: #999999;
    line-height:0.44rem;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.house-bd li .price{
    margin-top:0.16rem;
    line-height: 0.4rem;
}
.house-bd li .price .num{
    font-size: 0.34rem;
    color: #F02D2C;
}
.house-bd li .price .unit{
    font-size:0.26rem;
}
.house-bd li .price .avg{
    font-size: 13px;
    color: #999999;
}

/* 信息 */
.info-list {
    display: block;
    padding: 0.04rem 0.3rem;
    overflow: hidden;
}

.info-list li {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 0.3rem;
    width: 100%;
    line-height: 0.42rem;
    margin: 0.26rem 0;
    overflow: hidden;
}

.info-list.wzpt li{
    margin:0.3rem 0;
}

.info-list li .title {
    /*width: 1.5rem;*/
    white-space: nowrap;
    color: #999;
    text-align: right;
}

.info-list li .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 0.1rem;
    color:#333;
}
.info-list li .content a{
    color: #7A90B6;
    text-decoration: underline;
}
.info-btn{
    display: block;
    width:6.9rem;
    height:0.88rem;
    line-height:0.88rem;
    margin:0.04rem auto 0.42rem;
    background: rgba(122,144,182,0.08);
    font-size: 0.3rem;
    color: #7A90B6;
    text-align: center;
}
/* 地图 */
.map-wrap{
    display: block;
    width:100%;
    height:4.2rem;
    overflow: hidden;
}
.ysl-map {
    height: 4.8rem;
}

.overlayClass {
    position: relative;
    margin-top:-58px;
    font-size: 0.24rem;
    /*max-width: 3rem;*/
    line-height: 0.4rem;
    padding: 0.1rem 0.16rem;
    color: #ffffff;
    white-space: nowrap;
    /*text-overflow: ellipsis;
    overflow: hidden;*/
    background: #7A90B6;
    box-shadow: 0 1px 3px 0 #93A4C1;
    border-radius: 3px;
}

.overlayClass:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: '';
    margin-left: -6px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: #7A90B6 transparent transparent transparent;
    z-index:999;
}

.xqOverlay {
    position: relative;
    font-size: 0.24rem;
    /*max-width: 3rem;*/
    line-height: 0.4rem;
    padding: 0.1rem 0.16rem;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f45959;
    box-shadow: 0 1px 3px 0 #93A4C1;
    border-radius: 3px;
}

.xqOverlay:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: '';
    margin-left: -6px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: #f45959 transparent transparent transparent;
    z-index:999;
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none
}


/* 详情底部*/
.button-block{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.96rem;
    /*display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;*/
    box-shadow: 0 -2px 3px 0 rgba(137,137,137,0.10);
    z-index:11;
}
.button-block .esf-operation {
    box-sizing: border-box;
    background: #fff;
}
.button-block .esf-operation .btn {
    float: left;
    width: 100%;
    font-size: 0.2rem;
    color: #999999;
    text-align: center;
    background: #fff;
    border: none;
}
.button-block .esf-operation i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.04rem;
}
.button-block .esf-operation .collect i{
    background: url('../../images/houses/fangyuan_col_default.png') no-repeat;
    background-size: contain;
}
.button-block .esf-operation .collected i {
    background: url(../../images/houses/fangyuan_col_sel.png) no-repeat;
    background-size: contain;
}
.button-block .esf-operation .callPhoneTarget i {
    background: url(../../images/ysl_sb/phone.png) no-repeat;
    background-size: contain;
}
.button-block .btn-red {
   /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;*/
    height: 100%;
    font-size: 0.3rem;
    color: #fff;
    background: #e03236;
    border: none;
    text-align: center;
    line-height: 1rem;
}
.button-block .contact-agent i {
    display: inline-block;
    position: relative;
    top: 0.08rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url('../../images/houses/button_phone.png') no-repeat;
    background-size: contain;
    margin-right: 0.06rem;
}


/* 按钮 */
.button-block.foot-btn .esf-operation{
    height:1rem;
    background: #fff;
}
.button-block.foot-btn .esf-operation .btn {
    position: relative;
    width: 1.14rem;
    height: 0.96rem;
    padding: 0.12rem 0;
}
.button-block.foot-btn .esf-operation .btn:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

/* 经纪人分享 */
.button-block.foot-share{
    height: 1.2rem;
}
.button-block.foot-share .esf-operation{
    width: 16%;
    height: 0.96rem;
    padding: 0.24rem 0;
    border-top: 1px solid #e7e7e7;
    height: 100%;
    border-top: none;
}
.button-block.foot-share .foot-share-avatar{
    position: relative;
    float: left;
    width: 48%;
    padding: 0.24rem 0 0.24rem 0.2rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.button-block.foot-share .foot-share-avatar:before{
    top: 0.24rem;
    bottom: 0.24rem;
    height: auto;
}
.button-block.foot-share .avatar-img{
    float: left;
    width: 0.72rem;
    height: 0.72rem;
    margin-right: 0.14rem;
    position: relative;
    border-radius: 0.72rem;
}
.button-block.foot-share .avatar-img .img{
    border-radius: 50%;
    height:100%;
}
.avatar-img .xunzhang{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    height:0.22rem;
    width:auto;
}
.avatar-img .cj-tag{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    height:0.22rem;
}
.avatar-img .cj-tag span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size:0.18rem;
    line-height: 0.20rem;
    color:#834107;
    font-weight: bold;
    white-space: nowrap;
}
.avatar-img .cj-tag img{
    width:auto;
    height:100%;
}

.button-block.foot-share .foot-share-text{
    font-size: 0.32rem;
    float: left;
    height: 0.36rem;
    line-height: 0.4rem;
    color: #515151;
}
.button-block.foot-share .btn-red{
    line-height: 1.2rem;
    text-align: center;
}
.button-block.foot-share .foot-share-text .name i{
    font-size: .24rem;
    position: relative;
    top: -.04rem;
    display: inline-block;
    vertical-align: middle;
    line-height: .32rem;
    margin-left: .1rem;
    padding: 0 .08rem;
    color: #fff;
    background-color: #f02d2c;
    border-radius: 2px;
}
.button-block.foot-share .foot-share-text .name i:before{
    position: absolute;
    left: -.14rem;
    top: 50%;
    margin-top: -.08rem;
    content: '';
    width: 0;
    height: 0;
    border-width: .08rem;
    border-color: transparent #f02d2c transparent transparent;
    border-style: solid;
}

/* 查看大图 */
.swiper-wrapper {
    -webkit-perspective: 3000;
    -webkit-backface-visibility: hidden;
}

#show-photo .photo-no,
.show-photo .photo-no {
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
}

#show-photo .current-num, #show-photo em,
.show-photo .current-num, .show-photo em {
    font-size: 0.48rem;
}

/* 新房图片放大 */
.show-photo .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin:0.88rem auto;
    font-size: 0.28rem;
    color: #000000;
}
.show-photo .photo-no{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1041;
}
.show-photo .xf-photo .photo-page{
    margin-bottom: 0.6rem;
}
.show-photo .xf-photo .photo-footer{
    font-size: 0.24rem;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #222;
    white-space: nowrap;
}
.show-photo .xf-photo .photo-footer a{
    position: relative;
    float: left;
    width: 25%;
    color: rgba(255,255,255,.6);
    text-align: center;
}
.show-photo .xf-photo .photo-footer a.curr{
    color: rgba(255,255,255, 1);
}

.scroll-top {
    display: none;
    position: fixed;
    right: 0.3rem;
    bottom: 1.4rem;
    z-index: 10;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../../images/houses/top.png) center no-repeat;
    background-size: 0.64rem 0.64rem;
}


.sectionwrap{
    position: relative;
    padding-bottom:1.4rem;
}
/* 去掉图片未加载出来时浏览器文字白色边框 */
.swiper-container img{text-indent:-999999px;}
.swiper-container img[src=""],
.swiper-container img:not([src]){
    opacity: 0;
}


.dialog-bottom {
    position: absolute;
    bottom:0;
    width:100%;
    padding: 0.64rem 0;
    overflow: hidden;
    z-index:9999;
}

.dialog-bottom .close {
    display: block;
    width: 0.72rem;
    height: 0.72rem;
    margin: 0 auto;
}

.dialog-bottom .close img {
    display: block;
    width: 0.72rem;
    height: 0.72rem;
}

i.star12,i.star12-h,i.star12-o{
    width:0.2rem;
    height:0.2rem;
}
/*.star-score .score{*/
/*    display: inline-block;*/
/*    width: 0.42rem;*/
/*    height: 0.24rem;*/
/*    line-height:0.24rem;*/
/*    font-size:0.2rem;*/
/*    color:#fff;*/
/*    background: #FFBD50;*/
/*    border-radius: 2px;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    top: -1px;*/
/*}*/

/* 招生简章 */
.detail-content{padding:0 0.3rem;}
.detail-content > .title{font-size: 0.37rem;color: #000000;line-height:0.52rem;padding:0.6rem 0rem 0.1rem;}
.detail-content > .time{font-size:0.26rem;color:#DBDBDB;line-height: 0.36rem;margin:0 0 0.4rem 0;}
.detail-content article{font-size: 0.28rem;text-align: justify;word-break: break-all;}
.detail-content article p{max-width: 100%;text-indent: 0;font-size: 0.32rem;line-height: 1.5;color: #333;}
.detail-content article img{max-width:100%}
.detail-content article b,.detail-content article strong{font-weight: bold;}

.no-tip{height:2rem;line-height:2rem;text-align: center;font-size:0.24rem;color:#999;}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex .flex-one{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.flex .flex-auto{
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
footer{
    position: fixed;
    width:100%;
    bottom:0;
    box-sizing: border-box;
    height:1.4rem;
    /*padding:0.24rem 0.3rem;*/
    background: #ffffff;
    z-index:100;
}
footer.pad-footer{
    padding:0.24rem 0.3rem;
}
footer:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background: #E7E7E7;
    transform: scaleY(0.5);
}

.footer-agentInfo{
    padding:0.06rem 0;
    box-sizing: border-box;
    width: 2.80rem;
}
.footer-agentInfo .avatar{
    float: left;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.16rem;
    overflow: hidden;
    border-radius: 0.72rem;
}
.footer-agentInfo .avatar .image{
    width: 0.76rem;
    height: 0.76rem;
}
.footer-agentInfo .name{
    margin-bottom:0.1rem;
    font-size: 0.3rem;
    height: 0.36rem;
    line-height: 0.4rem;
    color: #2F343A;
    font-weight: bold;
    white-space: nowrap;
}
.footer-agentInfo .star-score{
    display: block;
    height: 0.28rem;
    margin-top: 0.06rem;
}
.footer-agentInfo .star-score .agent-star {
    float: left;
    width: 0.24rem;
    height: 0.24rem;
    margin-top:0.04rem;
    margin-right: 0.08rem;
    background: url(../../images/ysl_sb/detail/agent-start.png) no-repeat;
    background-size: contain;
}
.footer-agentInfo .star-score .score {
    font-size: 0.26rem;
    color: #9F9F9F;
    line-height:0.28rem;
    float: left;
    margin-top: 0.04rem;
}
footer .btn{
    width: calc(50% - 0.1rem);
    height:0.9rem;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background-color: #F54949;
    background-image: linear-gradient(90deg, #FF5858 0%, #F72828 54%);
}
footer .btn.w-btn{
    float: left;
    width: 100%;
}
footer .yellow{
    background-color: #F5C545;
    background-image: linear-gradient(90deg, #FBDC4E 0%, #F7C02D 59%);
}
footer .f-tags{
    /*height: 0.3rem;*/
}
footer .f-tag{
    display: inline-block;
    background: #EDEDED;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #666666;
    padding: .05rem .1rem;
    float: left;
}
footer .btn b{
    display: block;
    margin-top:0.14rem;
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height:0.64rem;
}
footer .btn p{
    opacity: 0.8;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height:0.26rem;
    margin-top:-0.04rem;
}

.disclaimerBox{
    padding:0;
}
.disclaimerBox .inner{
    padding:0.4rem 0.3rem;
    background: #F8F8F8;
}
.disclaimerBox .tit{
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    line-height:0.3rem;
}
.disclaimerBox .cont{
    margin-top:0.16rem;
    font-size:0.2rem;
    color: #C2C2C2;
    line-height: 0.28rem;
}

.openxcx{
    height: 1.04rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0.4rem;
    background: #FFFFFF;
}
/*.openxcx:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #E6E6E6;*/
/*    transform: scaleY(0.5);*/
/*}*/
.openxcx span{
    flex: 1;
    margin-left: 0.2rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.45rem;

}
h1{
    max-width:100%;
}
.detail-content article table{
    max-width: 100%;
}
.detail-content article table tbody{
    max-width: 100%;
}
.detail-content article table tr{
    max-width: 100%;
}
.detail-content article table tr td{
    padding:10px!important;
    vertical-align: top!important;
}
.detail-content article table tr p{
    text-indent:0!important;
    width:auto!important;
    letter-spacing:0!important;
    line-height: normal!important;
}
.detail-content article table tr.firstRow p{
    white-space: nowrap;
}
