
.expert-code-block{
	display:none;
}

#album-list{
	width:100%;
	height:440px;
	/*border:1px solid #eaeaea;*/
	position: relative;
	float:left;
}
.slideshow{
    width:100%;
	height:440px;
    /*height:100%;*/
    overflow: hidden;
    background:rgba(233, 230, 230, 0.438);
    position:relative;
}
.slideshow>ul{
    width:100%;
    height:440px;
    padding:0;
    margin:0;
}
.slideshow>ul>li{
    list-style: none;
    width:640px;
    height:440px;
    float:left;
	text-align:center;
    position: relative;
}
.slideshow>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.slideshow>ul>li img{
    max-width: 100%;
    /*height: auto;*/
	height:100%;
	/*width:100%;
	width:100px;
	height:100px;*/
}
.slideshow>ul>li .fake-video {
    width: 100%;
    height:100%;
}
.slideshow .page-vr-gif {
    top: 50%;
    width: 100px !important;
    height: 100px !important;

}
/* 下一步 - 上一步 */
.slideshow .prev, .slideshow .next{
    z-index: 2;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    padding:10px;
    font-size:28px;
    font-weight:bold;
    background:rgba(02,02,02,0.3);
    color:#fff;
    display:none;
    cursor:pointer;
}
.slideshow .prev{
    left:0;
}
.slideshow .next{
    right:0;
}
.show-full-text{
	display:none;
}




/*测试样式*/
.slideGroup .parBd .slideBox ul>li{
	/*width:136px;*/
	height:90px;
    position: relative;
}
.slideGroup .parBd .slideBox ul>li>div{
	width:100%;
	height:100%;
}
.slideGroup .parBd .slideBox ul .item{
	opacity: .6;
}
.slideGroup .parBd .slideBox ul .state{
		opacity: 1;
}
.slideGroup .page-vr-gif {
    top: 40%;
    width: 60px !important;
    height: 60px !important;

}
/* 本例子css */
.slideGroup{ width:100%; margin-top: 10px;  }
.slideGroup .parHd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideGroup .parHd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideGroup .parHd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
.slideGroup .slideBox{ 
	overflow:hidden; 
	zoom:1; 
	position:relative;  
	height:90px;
}
.tempWrap{
	overflow:hidden; 
	position:relative; 
	width:100% !important;
}
.slideGroup .sPrev,.slideGroup .sNext{
	position:absolute;
    top:50%;
    transform:translateY(-50%);
    padding:8px 5px;
    background:rgba(0,0,0,.6);
    text-align: center;
	color:#fff;
    cursor: pointer;
	z-index:1;
	
}
.slideGroup .sPrev{
	left:0px; 
}

.slideGroup .sNext{
	right:0px; 
}
.slideGroup .sPrev i{
	left:0px; 
	font-size: 14px;
    color: #fff;
}
.slideGroup .sNext i{ 
	    right: 0px;
    font-size: 14px;
    color: #fff;

}
/* 总数 */
.slideshow .ratio{
    z-index: 2;
	padding:2px 8px;
	font-size:14px;
	color:#fff;
	border-radius:2px;
	background:rgba(0,0,0,.6);
	position:absolute;
    bottom:16px;
	left:16px;
}
/* 总数 */

.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

.slideGroup .parBd ul{ zoom:1;   }
.slideGroup .parBd ul li{width:100px; height:100px; float:left; _display:inline; text-align:center; }
.slideGroup .parBd ul li .pic{ text-align:center; position:relative;}


.slideGroup .parBd ul li .pic .hideContent{
	position:absolute;
	bottom:0px;
	width:100%;
	background:rgba(0,0,0,.6);
	color:#fff;
	padding:3px 0;
	font-size:12px;
	text-align:center;
}


.slideGroup .parBd ul li .pic img{ width:100%; height:100%; display:block;  padding:2px; border:1px solid #ccc; }
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:24px;   }


/* 输入框 - 占位符的颜色 */
/* WebKit browsers */
input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}
/* 输入框 - 占位符的颜色 end */




/* 动态效果 */
.iMg1{
    animation:myfirst 1s infinite;
	-webkit-animation:myfirst 1s infinite; /* Safari and Chrome */
}

@keyframes myfirst
{
    0% {top: 0px;}
    50% {top: -10px;}
    100% {top: 0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {top: 0px;}
    50% {top: -10px;}
    100% {top: 0px;}
}
/* 动态效果 end*/



/* 面包屑 与 搜索框 */
.crumbsAndSearchBox{
    width:100%;
    background:var(--mianbaoxie);
}
.crumbsAndSearchBox .displayArea{
    width:1200px;
    height:74px;
    margin:auto;
}

/* 面包屑 */
.crumbsAndSearchBox .displayArea .crumbs{
    width:450px;
    /* width:300px; */
    height:100%;
    float:left;
}
.crumbsAndSearchBox .displayArea .crumbs>ul{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.crumbsAndSearchBox .displayArea .crumbs>ul>li{
    list-style: none;
    display: inline-block;
    padding:0;
    line-height: 74px;
    float:left;
}
.crumbsAndSearchBox .displayArea .crumbs>ul>li>a{
    color:#fff;
    font: 14px var(--zitiType);
    /* margin-right:5px; */
}
.crumbsAndSearchBox .displayArea .crumbs>ul>li>i{
    color:#fff;
    margin:0  5px 0 10px;
}
/* 面包屑 end*/



/* 搜索框 - 找房 */
.crumbsAndSearchBox .displayArea .lookForHouse{
    width:750px;
    /* width:900px; */
    height:100%;
    float:left;
}


/* 搜索 */
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox{
    width:550px;
    /* width:700px; */
    float:left;
    font-size: 0px;
    position: relative;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox .SearchFocus{
    width:490px;
    /* width:640px; */
    height:42px;
    font-size: 14px;
    padding:0 7px;
    border:none;
    outline:none;
    color:#999;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>button{
    width:60px;
    height:42px;
    font-size: 14px;
    border:2px solid #fff;
    outline:none;
    background:var(--qiTiZiTiColor);
    color:#fff;
}

/* 热门搜索 （隐藏） */
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch{
    display:none;
    width:490px;
    /* width:640px; */
    padding:13px 10px 2px 30px;
    background:#fff;
    border:1px solid #c6d9fd;
    position:absolute;
    top:42px;
    left:0;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch .hotSearchTitle{
    width:100%;
    position: relative;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch .hotSearchTitle>i{
    position: absolute;
    top:2px;
    left:-24px;
    font-size:16px;
    color:#f54351;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch .hotSearchTitle>span{
    font-size:14px;
    font-weight:bold;
    color:#888;
}

/* 标签 */
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch>ul{
    width:100%;
    margin:0;
    padding:10px 0 0;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch>ul>li{
    display:inline-block;
    cursor:pointer;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch>ul>li>a{
    display:inline-block;
    padding:1px 8px;
    border:1px solid #eee;
    font-size:14px;
    color:#888;
    margin:0 13px 10px 0;
}

.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch>ul>li>a.hot{
    color:#f54351;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox>.hotSearch>ul>li>a sup{
    font-size:12px;
}


/* 热门搜索 （隐藏）end */


/* 找房 */
.crumbsAndSearchBox .displayArea .lookForHouse .mapLookForHouse{
    width:200px;
    height:100%;
    float:left;
}
.crumbsAndSearchBox .displayArea .lookForHouse .mapLookForHouse>div{
    display: inline-block;
    height:40px;
    padding-left:16px;
    line-height: 42px;
    position:relative;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.crumbsAndSearchBox .displayArea .lookForHouse .mapLookForHouse>div>a{
    color:#fff;
    font-size:14px;
}
.crumbsAndSearchBox .displayArea .lookForHouse .mapLookForHouse>div>a>i{
    color:#fff;
    font-size:18px;
}
/* 搜索框 - 找房 end */
/* 面包屑 与 搜索框 end */





/* 中间宽 1200px */
.middleInterlayer{
    width:1200px;
    margin:auto;
}
/* 中间宽 1200px 结束 */




/* 顶上楼盘参数 */
.PropertyParameters{
    width:1200px;
    margin-top: 30px;
}
.PropertyParameters .PropertyName{
    width:100%;
    display: table-cell;
    vertical-align: bottom;
}
/* .PropertyParameters .PropertyName>span{
    display:inline-block;
} */

/* 字体样式 */
/* 楼盘名 */
.PropertyParameters .PropertyName .tower{
    font-size:31px;
   margin-right: 10px; 
font-weight: 700;	
}
/* 状态 */
.PropertyParameters .PropertyName .state{
    padding: 1px 4px;
    font-size:16px;
    margin-right: 5px;
    color:#fff;
    border-radius:2px;
    background:var(--Listcolor);
}
/* 标签 */
.PropertyParameters .PropertyName .feature{
    font-size: 14px;
    color: #7b91cd;
    margin-right: 5px;
    cursor: pointer;
    padding: 2px 5px;
    background:#f2f5f7;
}
/* 楼盘别名 */
.PropertyParameters .PropertyName .loupanAlias{
	color: #999;
	margin-right: 5px;
}
/* 更新时间 */
.PropertyParameters .PropertyName .updataTime{
	color: #999;
	margin-right: 5px;
}

/* 伪 - 导航栏 （独立一块） */
.fakeNavigationBar{
    width:100%;
   margin: 5px 0px;
}
.fakeNavigationBar>ul{
    padding:0;
    margin:0;
    width:1200px;
	margin:0 auto;
    overflow: hidden;
}
.fakeNavigationBar>ul>li{
    display: inline-block;
    height:35px;
    line-height:35px;
    margin-right:30px;
    font-size: 18px;
    color: #232323;
    border-bottom:1px solid transparent;
    cursor:pointer;
}
.fakeNavigationBar>ul>li.default,.fakeNavigationBar>ul>li:hover{
    color: var(--qiTiZiTiColor);
    border-bottom:1px solid var(--qiTiZiTiColor);
}
/* 伪 - 导航栏 （独立一块）结束 */
.default a{
	color:
}

/* 伪 - 导航栏 2 （独立一块） */
#tan-hua div.fakeNavigationBar{
    width:100%;
   margin: 5px 0px;
}
#tan-hua div .fakeNavigationBar>ul{
    padding:0;
    margin:0;
    width:1200px;
	margin:0 auto;
    overflow: hidden;
}
#tan-hua div .fakeNavigationBar>ul>li{
    display: inline-block;
    height:35px;
    line-height:35px;
    margin-right:30px;
    font-size: 18px;
    color: #fff;
    border-bottom:1px solid transparent;
    cursor:pointer;
}
#tan-hua div .fakeNavigationBar>ul>li a{
    font-size: 18px;
    color: #fff;
}
#tan-hua div .fakeNavigationBar>ul>li.default,#tan-hua .fakeNavigationBar>ul>li:hover{
    color: var(--qiTiZiTiColor);
    border-bottom:1px solid #fff;
}
/* 伪 - 导航栏 2（独立一块）结束 */


/* 轮播图 and 参数面板 */
.ByParameters{
    width:100%;
   margin-top: 20px;
   min-height: 545px; 
}

/* 左 */
.ByParameters .BySlideshow{
    width:630px;
    float: left;
    height:545px;
}

/* 右 */
.ByParameters .TheParameters{
    width:570px;
    float: left;
    padding-left:20px;
}

/* 第一行 （价格） */
.TheParameters .priceJiage{
    width:100%;
    padding-bottom:15px;
    border-bottom:1px solid #e4e4e4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.TheParameters .priceJiage .price-referTo-title {
    font-size:14px;
    color:#666;
    position: relative;
}
.TheParameters .priceJiage .price-referTo-title .palce-top {
    position: relative;
    top: -11px;
}
.TheParameters .priceJiage .price-referTo-title .palce-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;

}
.TheParameters .priceJiage .price-show-box{
    font-size:22px;
    color:var(--nextColorHue);
    font-weight:bold;
    padding-left: 10px;
}
/*.TheParameters .priceJiage .control-item {
    font-size:14px;
    color:#9fa7b1;
	margin-left: 12px;
	float:right;
}*/
.TheParameters .priceJiage .control-item {
    display: inline-block;
    font-size:14px;
    color:#9fa7b1;
    /*float: right;*/
    position: relative;
    top:3px;
    padding-left: 10px;
}
.TheParameters .priceJiage .control-item  a{
	color:#9fa7b1;
}
.TheParameters .priceJiage .control-item > span {
    display: inline-block;
    margin-top:2px;
	cursor:pointer;
}
.TheParameters .priceJiage .control-item > i {
    display: inline-block;
    width:22px;
    height:21px;
    position: relative;
    top:-4px;
}
.TheParameters .priceJiage .control-item > i > img{
    width:100%;
    height:100%;
}
/* 价格说明 */
.TheParameters .priceJiage .average-area-box {
    position: relative;
    cursor: pointer;
}
/* 三角形 */
.TheParameters .priceJiage .average-area-box .triangle-box{
    display: none;
    width:0;
    height:0;
    border-bottom: 12px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.TheParameters .priceJiage .average-area-box .triangle-box::before{
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ddd;
    transform:rotate(128deg);
    -ms-transform:rotate(128deg);
    -webkit-transform: rotate(128deg);
    position: absolute;
    top: 5px;
    left: -12px;
}
.TheParameters .priceJiage .average-area-box .triangle-box::after{
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ddd;
    transform:rotate(50deg);
    -ms-transform:rotate(50deg);
    -webkit-transform:rotate(50deg); 
    position: absolute;
    top: 5px;
    left: -2px;
}
/* 三角形 end */
.TheParameters .priceJiage .average-area-box > .iconfont {
    font-size: 20px;
    color: #809799;
}
.TheParameters .priceJiage .average-area-box .price-explain {
    display: none;
    min-width: 400px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
}
.TheParameters .priceJiage .average-area-box .price-explain > p {
    margin-bottom: 0;
}
.TheParameters .priceJiage .average-area-box .price-explain .fake-p {
    margin-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}
.TheParameters .priceJiage .average-area-box .price-explain .fake-p.quote-time {
    margin-top: 3px;
}
.TheParameters .priceJiage .average-area-box:hover .price-explain,
.TheParameters .priceJiage .average-area-box:hover .triangle-box{
    display: block;
}
/* 价格说明 end */
/* 第二行 （优惠按钮） */
.TheParameters .PreferentialThreeEven{
    width:100%;
    padding:20px 0;
    border-bottom:1px solid #e4e4e4;
}
.TheParameters .PreferentialThreeEven>div{
    width:100%;
    height:40px;
}
.TheParameters .PreferentialThreeEven>div:nth-child(1){
    background:#fff;
	border:1px solid var(--qiTiZiTiColor);
    border-radius: 4px; 
    color:var(--qiTiZiTiColor);
    /*overflow: hidden;*/
    font-weight: bold;
    margin-bottom:15px;
	position:relative;
}
.TheParameters .PreferentialThreeEven>div>span{
    display: inline-block;
    height:100%;
    line-height: 40px;
}

.TheParameters .PreferentialThreeEven>div:nth-child(1)>span:nth-child(1){
    background:var(--qiTiZiTiColor);
    padding:0 20px;
    font-size:14px;
	color:#fff;
    font-weight: 100;
}
.TheParameters .PreferentialThreeEven>div:nth-child(1)>span:nth-child(2){
    /*padding-left:15px;*/
	font-size:24px;
	position:absolute;
	top:50%;
	left:120px;
	transform:translateY(-50%);
}
.TheParameters .PreferentialThreeEven>div:nth-child(1)>span:nth-child(2)>span{
    font-size:12px;
}
/* ... */
.TheParameters .PreferentialThreeEven>div:nth-child(2) span{
    width:45%;
    height:40px;
    text-align: center;
    border-radius:4px;
    font-size:14px;
    cursor: pointer;
}
.TheParameters .PreferentialThreeEven>div:nth-child(2)>span:nth-child(1){
    background:#fff;
    border:1px solid var(--nextColorHue);;
    color:var(--nextColorHue);
}
.TheParameters .PreferentialThreeEven>div:nth-child(2)>span:nth-child(2){
    background:var(--qiTiZiTiColor);
    color:#fff;
    float: right;
    clear: both;
}
/* ... */
.TheParameters .PreferentialThreeEven>div>span.callMe{
	font-size:14px;
	font-weight:100;
	position:absolute;
	top:50%;
	right:30px;
	transform:translateY(-50%);
	cursor:pointer;
}
.TheParameters .PreferentialThreeEven>div>span.callMe i{
    display: inline-block;
    width:22px;
    height:21px;
    position: relative;
    top:-4px;
}
.TheParameters .PreferentialThreeEven>div>span.callMe i img{
    width: 100%;
    height: 100%;
}
.TheParameters .PreferentialThreeEven>div>span.callMe .call-phone-qrCode {
    display: none;
    position: absolute;
    top: -120px;
    left: 54%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border: 1px solid #e8eeea;
    background: #fff;
    text-align: center;
}
.TheParameters .PreferentialThreeEven>div>span.callMe .call-phone-qrCode #qrCodeIco,
.TheParameters .PreferentialThreeEven>div>span.callMe .call-phone-qrCode .qr-tips-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.TheParameters .PreferentialThreeEven>div>span.callMe .call-phone-qrCode .qr-tips-txt {
    top: 70%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
.TheParameters .PreferentialThreeEven>div>span.callMe:hover .call-phone-qrCode {
    display: block;
}
/* 第三行 （参数） */
.TheParameters .SueVersion{
    width:100%;
    padding:8px 0;
    border-bottom:1px solid #e4e4e4;
}
.TheParameters .SueVersion>div{
    width:100%;
    font-size:14px;
    margin:10px 0;
}
.TheParameters .SueVersion>div>span,.TheParameters .SueVersion>div>a{
    display: inline-block;
    
    white-space: nowrap;
	text-overflow: ellipsis;
}
.house-address{
	overflow: hidden;
	transform:translateY(5px);
}
.join-at-content, .xiangxi-content{
position: absolute;
background:#645a5acf;
color:#fff;	
padding: 4px 12px;

display:none;
}

/* table 触摸符号 */
.lp-information .lp-information-table tbody .lp-table-td2.lp-info-box {
    overflow: initial;
}
.lp-table-td2.lp-info-box .fake-span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lp-info-box .lp-info-icon {
    position: relative;
    cursor: pointer;
}
.lp-info-box .lp-info-icon .lp-info-content{
    position: absolute;
    top: 20px;
    left: 20px;
    background:#645a5acf;
    color:#fff; 
    padding: 4px 12px;
    display:none;
}
.lp-info-box .lp-info-icon:hover .lp-info-content{
    display: initial;
}
/* index page */
.sv-info-icon {
    position: relative;
    cursor: pointer;
}
.sv-info-icon .sv-info-content{
    display:none;
    position: absolute;
    top: 20px;
    left: 20px;
    background:#645a5acf;
    color:#fff; 
    padding: 4px 12px;
    white-space: nowrap;
}
.sv-info-icon:hover .sv-info-content{
    display: initial;
}
/* table 触摸符号 end */


.join-at-content{
	left: 68.5%;
}
.xiangxi-content{
	left: 17%;
}

.TheParameters .SueVersion>div>span:nth-child(1){
    width:73px;
    text-align: right;
    color:#666;
}
.TheParameters .SueVersion>div>span{
    max-width:235px;
    margin-right:5px;
    color:#999;
}
.TheParameters .SueVersion>div>span.realTime{
	display: inline-block;
	font-size:12px;
	color: var(--nextColorHue);
	padding:1px 6px;
	margin-left:5px;
	border:1px solid var(--nextColorHue);
	cursor:pointer;
}
.TheParameters .SueVersion>div>span.realTime i{
	padding-right:1px;
}

.TheParameters .SueVersion>div>a{
    color:var(--qiTiZiTiColor);
}

/* 第四行 */
.TheParameters .canShuzhiXunShi{
    width:100%;
	display: -webkit-flex;
	display: flex;
	border-bottom:1px solid #e4e4e4;
}
/* 咨询师 */
.TheParameters .canShuzhiXunShi>div{
	width:220px;
    display: block;
    list-style: none;
    padding:19px 0;
}
/* 头像 */
.TheParameters .canShuzhiXunShi>div .ziXunshePhoto{
    width:58px;
    height:58px;
    border-radius:50%;
    overflow:hidden;
    float: left;
}
.TheParameters .canShuzhiXunShi>div .ziXunshePhoto img{
    width:100%;
    height:100%;
}
/* 资料 */
.TheParameters .canShuzhiXunShi>div .ziXunsheName{
    height:58px;
    padding:7px 0 0 10px;
    float: left;
}
.TheParameters .canShuzhiXunShi>div .ziXunsheName>span{
    display: inline-block;
    font-size:16px;
    color:#444;
}
.TheParameters .canShuzhiXunShi>div .ziXunsheName>span>span:nth-child(1){
    font-weight:bold;
    margin-right:4px;
}
/* 按钮 */
.TheParameters .canShuzhiXunShi>div .ziXunsheName>span>span.ziXunsheBtn{
    color:#fff;
    background:var(--qiTiZiTiColor);
    padding:2px 8px;
    border-radius:2px;
    display: inline-block;
    font-size:12px;
    cursor:pointer;
}
.TheParameters .canShuzhiXunShi>div .ziXunsheName>span:nth-child(3){
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
    font-size:13px;
    color:#444;
    margin-top:3px;
}
/* 咨询师 end */
/* 优惠活动看房团 */
.activities-house-tour{
	width:300px !important;
	overflow: hidden;
	height: 97px;
	margin-left: 0 !important;
}
.activities-house-tour > ul{
	width: 100%;
	height: 100%;
}
.activities-house-tour > ul > li{
	padding: 10px;
}
.activities-house-tour > ul > li:after{
	content: "";
	display: block;
	clear: both;
}
.activities-house-tour > ul > li .touo-l{
	width: 207px;
	display: block;
	float: left;
}
.activities-house-tour > ul > li .touo-l > p{
	margin:0;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.activities-house-tour > ul > li .touo-l .group-cont{
	color: #999;
}
.activities-house-tour > ul > li a:hover > p,
.activities-house-tour > ul > li a:hover > p.group-cont{
	color: #fa5f35;
}
.activities-house-tour > ul > li .touo-r{
	padding-top: 5px;
	text-align: center;
	float: left;
}
.activities-house-tour > ul > li .touo-r .tour-btn{
	outline: none;
	border: none;
	border-radius: 2px;
	padding: 4px 8px;
	background: #fa5f35;
	font-size: 14px;
	color: #fff;
}
/* 优惠活动看房团 end */

/* 第五行 */
.TheParameters .otherFunctions{
    width:100%;
    margin-top:12px;
}
.TheParameters .otherFunctions>a{
    display: inline-block;
    float: left;
    font-size:14px;
    color:var(--nextColorHue);
}
.TheParameters .otherFunctions>a:hover{
    color:var(--qiTiZiTiColor);
}

.TheParameters .otherFunctions>ul{
    display: inline-block;
    float: right;
    font-size:14px;
    color:#666;
    padding:0;
    margin:0;
}
.TheParameters .otherFunctions>ul>li{
    margin:0 5px;
    display: inline-block;
    float: left;
    border:1px solid transparent;
    cursor:pointer;
}
.TheParameters .otherFunctions>ul>li:hover,
.TheParameters .otherFunctions>ul>li:hover a{
    color:var(--nextColorHue);
}
.TheParameters .otherFunctions>ul>li>i{
    display: inline-block;
    width:22px;
    height:21px;
    position: relative;
    top:-4px;
}
.TheParameters .otherFunctions>ul>li>i>img{
    width:100%;
    height:100%;
}

/* 分享 */
.onlyShare{
	position:relative;
}

.share>ul>li{
	float:left;
	width:45px;
	padding:5px;
	border-right: 1px solid #ddd;
}
.share{
	position:absolute;
	top:22px;
	left:50%;
	transform:translateX(-50%);
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height:45px;
	background:#fff;
	min-width:136px; 
	display:none;
}
.share ul li:hover{
	background:#f7f3f3;
}
.wechat-share{
position: absolute;
border: 1px solid  #ddd;
background: #fff;
top: 5%;
left: 40%;
z-index: 2;
padding: 18px 24px;
width: 307px;
display:none;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.wechat-share-title{
	margin-bottom:10px;
}
.wechat-share .share-title{
	font-size:16px;
	
}
.wechat-share .fa-times{
	float:right;
	cursor: pointer;
}
.wechat-share-bottom{
	margin-top:5px;
}

.qrCode-call{
	position: absolute;
border: 1px solid  #ddd;
background: #fff;
top: 5%;
left: 40%;
z-index: 2;
padding: 18px 24px;
width: 307px;
display:none;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.qrCode-call-title{
	margin-bottom:10px;
}

.qrCode-call .call-title{
	font-size:16px;
	
}

.qrCode-call .fa-times{
	float:right;
	cursor: pointer;
}
/* 分享 end */
/* 轮播图 and 参数面板 end */


/* 顶上楼盘参数 end */







/* 左右显示 */
.AroundTheShow{
    width:1200px;
    margin-top:50px;
}

/* 通用标题二  (独立一块) */
#resetZero{
	border:none;
}
.titleTwos{
    /* width:800px; */
    padding-bottom:20px;
    border-bottom:1px solid #dfdfdf;
    /* display: table-cell;
    vertical-align: bottom; */
}
.titleTwos .dieTitle{
    font-size:26px;
    color:#444;
}
.titleTwos .screen>span{
    font-size:16px;
    color:#232323;
    margin-left:50px;
}
.titleTwos .screen>span.default{
    font-size:16px;
    color:var(--qiTiZiTiColor);
}
.titleTwos .total{
    font-size:14px;
    color:#444;
    float: right;
    clear: both;
    position:relative;
    top:15px;
    right:0;
}
.titleTwos .total:hover{
	color:var(--qiTiZiTiColor);
}	


/* 楼盘实勘 */
.titleTwos> .qieHuanTagSK{
	display:inline-block;
	font-size:16px;
}
.titleTwos> .qieHuanTagSK>span{
	display:inline-block;
	margin-right:10px;
	border-radius:2px;
	padding:2px 8px;
	cursor:pointer;
}
.titleTwos> .qieHuanTagSK>span.different ,
.titleTwos> .qieHuanTagSK>span:hover{
	background:var(--qiTiZiTiColor);
}
.titleTwos> .qieHuanTagSK>span:hover a{
	color:#fff;
}
.titleTwos> .qieHuanTagSK>span.different a{
	color:#fff;
}
/* 列表 */
.SolidCanBe{
	padding:0;
    /*margin:30px 0 0 0;*/
}
/* 两边 */
.SolidCanBe>li{
    width:100%;
    list-style: none;
    padding-bottom:25px;
    margin-bottom:25px;
    border-bottom:1px solid #eaeaea;
    margin-top:30px;
}
/*.SolidCanBe>li:last-of-type{
    padding-bottom:0;
    border-bottom:none;
}*/
/* zuo */
.SolidCanBe>li .zuo{
    width:60px;
    float: left;
}
.SolidCanBe>li .zuo .headPhoto{
    width:100%;
    height:60px;
    border-radius:50%;
    overflow: hidden;
    margin-bottom:10px;
}
.SolidCanBe>li .zuo .headPhoto img{
    width:100%;
    height:100%;
}
.SolidCanBe>li .zuo .ziXun{
    width:100%;
    height:24px;
    line-height: 24px;
    border:1px solid var(--qiTiZiTiColor);
    color:var(--qiTiZiTiColor);
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
	cursor: pointer;
}

/* you */
.SolidCanBe>li .you{
    width:740px;
    padding-left:15px;
    float: left;
}
.SolidCanBe>li .you .user{
    width:1140px;
    display: table-cell;
    vertical-align: bottom;
}
.SolidCanBe>li .you .user .userName{
    font-size:16px;
    color:#444;
    font-weight:bold;
    margin-right:10px;
}
.SolidCanBe>li .you .user .userTab>span{
    display: inline-block;
    padding:2px 8px;;
    font-size:12px;
    color:var(--qiTiZiTiColor);
    background:#f4f6f9;
    margin-right:7px;
}
.SolidCanBe>li .you .user .userTab>span.different{
    background:#fff6e7;
    color:#ffa30c;
}
.SolidCanBe>li .you .goodLike{
    font-size:14px;
    color:var(--qiTiZiTiColor);
	padding:5px 0;
}
.SolidCanBe>li .you .goodLike>span{
	cursor:pointer;
}
/* 标题 */
.SolidCanBe>li .you .SolidCanBeTitle{
	font-size:16px;
    color:#232323;
	font-weight:bold;
	margin:15px 0 5px;
}
/* 内容 */
.SolidCanBe>li .you .userContent{
    font-size:14px;
    color:#232323;
    line-height:27px;
    padding-right:2px;
	max-height: 85px;
overflow: hidden;
}
.SolidCanBe>li .you .userContent a{
	display:block; 
}
/* 内容 end */
/* 图 */
.userContentPhoto{
	width:100%;
	margin:0 0 10px 0;
	/*display:flex;
	display:-webkit-flex;*/
}
.userContentPhoto>li{
	width:31%;
	height:170px;
	margin:1%;
	float:left;
}
.userContentPhoto>li img{
	width:100%;
	height:100%;
}

/* 控件 */
.SolidCanBe>li .you .control{
    width:100%;
    margin-top:15px;
}
.SolidCanBe>li .you .control>span{
    font-size: 14px;
    color:#999;
}
.SolidCanBe>li .you .control span:nth-child(2){
    float:right;
    clear: both;
	font-size:12px;
    color:#ffa30c;
    float: right;
    cursor:pointer;
    position:relative;
    top:3px;
    right:0;
}

/* 播放器 */
.videoPlay{
	width:100%;
	/*max-height:413px;*/
}
.videoPlay video{
	width:100%;
	height:100%;
}
/*播放器 end*/
/* 控件 end */
/* 两边 end */
/* 楼盘实勘 end */




/* 户型 */
.titleTwos .classify{
    padding:0;
    margin:0;
    display: inline-block;
    position: relative;
    top:50%;
    left:35px;
    transform: translateY(-17%);
}
.titleTwos .classify>a{
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #232323;
    border-bottom: 1px solid transparent;
    cursor: pointer; 
    text-decoration: none;
}
.titleTwos .classify>a:hover,
.titleTwos .classify>a.default{
    color: var(--qiTiZiTiColor);
    border-bottom: 1px solid var(--qiTiZiTiColor);
}
/* 户型 end */

/* 写点评 */
.titleTwos .xieDianPing{
    display: inline-block;
    padding:1px 8px;
    background:var(--qiTiZiTiColor);
    color:#fff;
    border-radius:2px;
	cursor: pointer;
}
/* 写点评 end */

/* 通用标题二  end */


/* 左 */
.AroundTheShow .housesSum{
    width:800px;
    margin-right:78px;
    float:left;
}


/* 优惠专属 */
.exclusiveDiscounts{
	width:100%;
	margin-bottom:50px;
}
/* 背景区 */
.exclusiveDiscounts .backDistrict{
	width:100%;
	height:170px;
	position:relative;
}
.exclusiveDiscounts .backDistrict img{
	width:100%;
	height:100%;
}
/* 悬浮区 */
.exclusiveDiscounts .suspension{
	width:100%;
	height:100%;
	padding:20px;
	position:absolute;
	top:0;
	left:0;
}
/* 第一行 */
.exclusiveDiscounts .suspension .exclusiveTitle{
	font-size:30px;
	color:var(--qiTiZiTiColor);
	font-weight:bold;
}
/* 第二行 */
.exclusiveDiscounts .suspension .exclusiveBtn{
	width:100%;
	height:45px;
}
.exclusiveDiscounts .suspension .exclusiveBtn>div{
	display:inline-block;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:var(--qiTiZiTiColor);
	margin-right:30px;
}
.exclusiveDiscounts .suspension .exclusiveBtn>div i{
	display:inline-block;
	width:25px;
	height:25px;
	position:relative;
	top:-2px;
}
/* 免费报名按钮 */
.exclusiveDiscounts .suspension .exclusiveBtn>div.exclusiveApply{
	width:160px;
	height:45px;
	color:#fff;
	font-size:22px;
	text-align:center;
	margin:0;
	font-weight:bold;
	background: -webkit-linear-gradient(left top, #349dff , var(--qiTiZiTiColor)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #349dff , var(--qiTiZiTiColor)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #349dff , var(--qiTiZiTiColor)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #349dff , var(--qiTiZiTiColor)); /* 标准的语法（必须放在最后） */
	box-shadow:0 4px 10px 0 rgba(76,175,255,.66);
	-webkit-box-shadow:0 4px 10px 0 rgba(76,175,255,.66);
	-moz-box-shadow:0 4px 10px 0 rgba(76,175,255,.66);
	cursor:pointer;
}

/* 第三行 */
.exclusiveDiscounts .suspension .exclusiveJoin{
	width:100%;
	margin-top:12px;
	color:#444;
}
.exclusiveDiscounts .suspension .exclusiveJoin>span{
	display:inline-block;
}
.exclusiveDiscounts .suspension .exclusiveJoin>span:nth-child(1){
	font-size:16px;
	margin-right:30px;
}
.exclusiveDiscounts .suspension .exclusiveJoin>span:nth-child(1) .strong{
	font-weight:bold;
}

.exclusiveDiscounts .suspension .exclusiveJoin>span:nth-child(2){
	font-size:14px;
}
.exclusiveDiscounts .suspension .exclusiveJoin>span:nth-child(2) .heise{
	display:inline-block;
	width:30px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#666;
	font-size:14px;
	color:#fff;
	border-radius:4px;
}
#_s{
	background:none;
	color:#444;
}
/* 优惠专属 end */


.AroundTheShow .housesSum .ExpertReview,
.AroundTheShow .housesSum .ExpertReview .remarkOnType{
    width:100%;
}
.AroundTheShow .housesSum .ExpertReview .remarkOnType{
    margin:30px 0; 
}
.AroundTheShow .housesSum .ExpertReview .remarkOnType>ul{
    width:100%;
    padding:0;
    margin:0;
}
.AroundTheShow .housesSum .ExpertReview .remarkOnType>ul>li{
    border:1px solid #dddddd;
    color:#232323;
    display: inline-block;
    margin-right:10px;
    font-size:12px;
    padding:3px 10px;
    border-radius:4px;
    cursor:pointer;
	margin-bottom: 12px;
}
.AroundTheShow .housesSum .ExpertReview .remarkOnType>ul>li.default,
.AroundTheShow .housesSum .ExpertReview .remarkOnType>ul>li:hover{
    border:1px solid #888888;
    color:#fff;
    background: #888;
}

/* 两边 */
.AroundTheShow .housesSum .ExpertReview .bothSides{
    width:100%;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul{
    width:100%;
    padding:0;
    padding-top: 25px;
    margin:0;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li{
    width:100%;
    list-style: none;
    padding-bottom:25px;
    margin-bottom:25px;
    border-bottom:1px solid #eaeaea;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li:last-of-type{
    padding-bottom:0;
    border-bottom:none;
}
/* zuo */
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo{
    width: 100px;
    float: left;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo .headPhoto{
    width:100%;
    /*border-radius:50%;*/
    overflow: hidden;
    margin-bottom:10px;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo .headPhoto a {
	display: block;
    height: 80px;
	position: relative;
	text-align: center;
}
/* 最佳点评 */
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo .headPhoto .bastJiaDianPin{
    display: inline-block;
    background:var(--nextColorHue);
    border:none;
    outline:none;
    min-width: 90px;
    text-align: center;
    color:#fff;
    border-radius:50px;
    font-size:12px;
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translateX(-50%);
    padding:4px 8px;
}
/* 点赞 */
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo .headPhoto .bastJiaDianPin>span{
    display: inline-block;
    float: left;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo .headPhoto .bastJiaDianPin .yuanDotXing{
    width:18px;
    height:18px;
    line-height: 18px;
    text-align: center;
    border-radius:50%;
    overflow: hidden;
    background:#fff;
    color:var(--nextColorHue);
    margin-right:5px;
}
/* 最佳点评 end */
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo .headPhoto img{
	display: inline-block;
	border-radius: 50%;
    width: 60px;
    height: 60px;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .zuo .ziXun{
    width: 70%;
    height:24px;
    margin: 0 auto;
    line-height: 24px;
    border:1px solid var(--qiTiZiTiColor);
    color:var(--qiTiZiTiColor);
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
	cursor: pointer;
}

/* you */
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you{
    width: 680px;
    padding-left:15px;
    float: left;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .user{
    width:740px;
    display: table-cell;
    vertical-align: bottom;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .user .userName{
    font-size:16px;
    color:#444;
    font-weight:bold;
    margin-right:10px;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .user .userTab>span{
    display: inline-block;
    padding:2px 8px;;
    font-size:12px;
    color:var(--qiTiZiTiColor);
    background:#f4f6f9;
    margin-right:7px;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .user .userTab>span.different{
    background:#fff1ec;
    color:var(--nextColorHue);
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .user .goodLike{
    font-size:12px;
    color:#ffa30c;
    float: right;
    cursor:pointer;
    position:relative;
    top:3px;
    right:0;
}

/* 内容 */
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .userContent{
    margin-top:10px;
    font-size:14px;
    color:#232323;
    line-height:27px;
}
/* 内容 end */

/* 控件 */
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .control{
    width:100%;
    margin-top:5px;
    cursor: pointer;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .control>span{
    font-size: 14px;
    color:#999;
}
.AroundTheShow .housesSum .ExpertReview .bothSides>ul>li .you .control span:nth-child(2){
    float:right;
    clear: both;
}
/* 控件 end */
/* 两边 end */


/* 户型分析 */
.AroundTheShow .housesSum .DoorModelAnalysis{
    width:100%;
    margin-top:50px;
}
/* 户型列表 */
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList{
    width:100%;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul{
    width:100%;
    padding:0;
    margin:0;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li{
    width:100%;
    padding-bottom:25px;
    margin-top:25px;
    border-bottom:1px solid #dfdfdf;
    list-style: none;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li:last-of-type{
    border-bottom:none;
}
/* 图 */
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .FamilyPhoto{
    width:240px;
    height:180px;
    margin-right:20px;
    float: left;
	overflow:hidden;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .FamilyPhoto:hover img{
	transform:scale(1.1);
	transition:all 0.4s;
} 
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .FamilyPhoto img{
    width:100%;
    height:100%;
}

/* 参数 */
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter{
    width:540px;
    height:180px;
    float: left;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .habitableRoom{
    width:100%;
    height:28px;
    font-size:18px;
    color:#444;
    font-weight:bold;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .habitableRoom>span{
    display: inline-block;
    margin-right: 10px;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .habitableRoom>span.discounts{
    font-size:13px;
    padding:2px 8px;
    border-radius:4px;
    font-weight:100;
    color:#fff;
    background: var(--nextColorHue);
	cursor: pointer;
}

/*双*/
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double{
    width:100%;
}
/* 1 */
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones{
    width:400px;
    height:152px;
    float: left;
    position: relative;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div{
    font-size: 14px;
    color:#666;
    margin: 6px 0;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div.overText{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div.jiaGe .yellowColor{
    font-size: 30px;
    color:var(--nextColorHue);
    font-weight: 600;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div.jiaGe .yellowColor>span{
    font-size: 12px;
    font-weight: 100;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div.jiaGe .theTime{
    display: inline-block;
    margin-left:10px;
}

.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div.jiChu>span{
    padding-right:15px;
}

.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div.tag{
	width: 400px;
	height: 21px;
    position: absolute;
    bottom:3px;
    left:0;
    overflow: hidden;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.ones>div.tag>span{
	display: inline-block;
	color:#7493d1;
	background:#f2f5f7;
	font-size:12px;
	border-radius:2px;
	padding:2px 8px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* 2 */
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes{
    width:140px;
    height:152px;
    float: left;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes span{
    display: inline-block;
    font-size: 14px;
    color:var(--qiTiZiTiColor);
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes .headTu{
    width:100%;
    /* height:56px; */
    padding:10px 0 0 24px;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes .headTu>span:nth-child(1){
    width:40px;
    height:40px;
    border-radius:50%;
    overflow: hidden;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes .headTu>span:nth-child(1) img{
    width:100%;
    height:100%;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes .headTu>span:nth-child(2){
    font-size: 14px;
    color:#444;
    font-weight: bold;
    position: relative;
    top:0;
    left:3px;
    transform: translateY(-75%);
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes>span.onLine{
    border-radius:4px;
    margin:5px 0 ;
    border:1px solid var(--qiTiZiTiColor);
    padding:1px 8px;
    position: relative;
    /* top:0; */
    left:50%;
    transform: translatex(-50%);
    cursor: pointer;
}
.AroundTheShow .housesSum .DoorModelAnalysis .FamilyList>ul>li .familyParameter .double>.towes>span.remain{
    width:100%;
    text-align: center;
}
/* 参数 end */

/* 户型分析 end */


/* 楼盘动态 */
.AroundTheShow .housesSum .BuildingDynamic{
    width: 100%;
    margin-top:50px;
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList{
    padding:0;
    margin:30px 0 0 0;
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li{
    width:100%;
}
/* 左 */
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .dayTime{
    width:78px;
    padding-top:6px;
    float: left;
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .dayTime>span{
    display: block;
    text-align: right;
    color: #999;
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .dayTime>span:nth-child(1){
    font-size: 20px;
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .dayTime>span:nth-child(2){
    font-size: 14px;
}

/* 右 */
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .oclock{
    width:722px;
    float: left;
    
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .oclock>div{
    width:95%;
    padding-left:32px;
    float: right;
}

.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .oclock .dot{
    height:60px;
    padding-top:14px;
    position:relative; 
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .oclock .dot>.only{
    font-size:44px;
    color:#999;
    position: absolute;
    top:2px;
    left:-18px;
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .oclock .dot>span:nth-child(2){
    font-size:16px;
    font-weight: bold;
    color:#444;
}
.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .oclock .dot>span:nth-child(3){
    display:inline-block;
    padding:1px 5px;
    border-radius:4px;
    background:var(--nextColorHue);
    font-size:14px;
    color:#fff;
}

.AroundTheShow .housesSum .BuildingDynamic>.BuildingDynamicList>li .oclock .wire{
    border-left:2px solid #ccc;
    min-height:80px;
    font-size:14px;
    color:#232323;
	padding-top:8px;
}
/* 楼盘动态 end */

/* 优惠提醒 */
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind{
    width:100%;
    margin-top:40px;
    padding:20px 15px;
    border:1px solid #ddd;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan{
    width:50%;
    float: left;
    font-size:14px;
    /* text-align: center; */
    line-height: 40px;
    color:#232323;
}
/* .AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>span{
    display: block;
    max-width: 200px;
    margin:auto;
} */
/* .AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>i{
    color:#ffb53c;
} */
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>span>i{
    font-size:16px;
    color:#ffb53c;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone{
    width:50%;
    float: right;
    font-size: 0;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>div{
    padding:0 10px;
    font-size: 14px;
    margin:0;
    height:22px;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>div>span{
    color:red;
    /* display: none; */
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>span>input{
    width:250px;
    height:40px;
    outline:none;
    border:none;
    background:#f5f5f5;
    padding:10px;
    font-size: 14px;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>span>button{
    width:130px;
    height:40px;
    outline:none;
    border:none;
    color:#fff;
    background:var(--qiTiZiTiColor);
    font-size: 14px;
}

/* 优惠提醒 */

/* 左 emd */


/* 右 */
/*#onlyMaxHeight{
	min-height:1991px;
}*/
.AroundTheShow .otherCategories{
    width:322px;
    float:left;
} 

.advertising{
	height:212px;
	width:100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.advertising .goJiJing img{
    width:100%;
    height:100%;
}


/* 带团看房 */
.takeLookHouseSth{
    width:100%;
    height:230px;
    /*background:url("../xinFang-image/lookHouseTuan.jpg") no-repeat;*/
    padding:20px;
    margin-bottom:40px;
}
/* 通用标题 */
.takeLookHouseSth .GeneralTitle{
    font-size: 26px;
    color:#444;
    font-weight: bold;
}
.takeLookHouseSth .GeneralTitle>a{
    display: inline-block;
    float: right;
    clear: both;
    font-size:14px;
    color:#444;
    font-weight: 100;
    position: relative;
    top:12px;
} 
/* 通用标题 */

.takeLookHouseSth .panels{
    width:100%;
}
.takeLookHouseSth .panels .banner{
    width:100%;
    padding:10px 14px;
    margin:16px 0;
    font-size:14px;
    background:#fff;
    border-radius:4px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.takeLookHouseSth .panels .banner>a{
    color:#444;
}
.takeLookHouseSth .panels .banner>.pseudo:after{
    content:"|";
    margin:0 10px;
    position: relative;
    top:-1px;
} 

/* 窗口按钮 */
.takeLookHouseSth .panels .windowBtn{
    width:100%;
    text-align:center;
}
.takeLookHouseSth .panels .windowBtn>span{
    display:inline-block;
    margin-bottom:6px;
    font-size:16px;
    color:#444;
}
.takeLookHouseSth .panels .windowBtn>span:nth-child(3){
    padding:4px 33px;
    border-radius:4px;
    background:var(--qiTiZiTiColor);
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
/* 带团看房 */


/* 通用标题 */
.GeneralTitle{
    font-size: 24px;
    color:#444;
}
.GeneralTitle>a{
    display: inline-block;
    float: right;
    clear: both;
    font-size:14px;
    color:#444;
    position: relative;
    top:15px;
} 
/* 通用标题 */


/* 咨询师 */
.otherCategories .consultList{
    width:100%;
    margin-bottom:30px;
}
.otherCategories .consultList>ul{
    width:100%;
    padding:0;
    margin:0;
}
.otherCategories .consultList>ul>li{
    display: block;
    list-style: none;
    width:100%;
    margin-top:20px;
}
/* 头像 */
.otherCategories .consultList>ul>li .ziXunshePhoto{
    width:58px;
    height:58px;
    border-radius:50%;
    overflow:hidden;
    float: left;
}
.otherCategories .consultList>ul>li .ziXunshePhoto img{
    width:100%;
    height:100%;
}
/* 资料 */
.otherCategories .consultList>ul>li .ziXunsheName{
    width:160px;
    height:58px;
    padding-left:10px;
    float: left;
}
.otherCategories .consultList>ul>li .ziXunsheName>span{
	width: 100%;
    display: inline-block;
    font-size:16px;
    color:#444;
}
.otherCategories .consultList>ul>li .ziXunsheName>span>span:nth-child(1){
    font-weight:bold;
}
.otherCategories .consultList>ul>li .ziXunsheName>span>span:nth-child(2){
    font-size:14px;
    color:var(--qiTiZiTiColor);
    padding:1px 5px;
    background:#f6f6f6;
}
.otherCategories .consultList>ul>li .ziXunsheName>span:nth-child(2){
	font-size:14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	margin-top: 3px;
}
/* 按钮 */
.otherCategories .consultList>ul>li .ziXunsheBtn{
    width:102px;
    float: left;
}
.otherCategories .consultList>ul>li .ziXunsheBtn>span{
    color:var(--qiTiZiTiColor);
    border:1px solid var(--qiTiZiTiColor);
    padding:2px 8px;
    margin-top:10px;
    border-radius:4px;
    display: inline-block;
    cursor: pointer;
}


/* 咨询师 end */



/* 免费预约算价 */
.acidValue{
    width:100%;  
    border-radius:2px;
    overflow: hidden;
    position:relative;
    margin-bottom:40px;
}
.acidValue img{
    width:100%;
    height:100%;
}





/* 购房问答 */
.gouFangAskDa{
	width:100%;
	margin-bottom:50px;
}
.gouFangAskDa>ul{
	width:100%;
}
.gouFangAskDa>ul>li{
	width:100%;
	padding-bottom:20px;
	margin-top:20px;
	border-bottom:1px solid #ddd;
}
.gouFangAskDa>ul>li>div{
	padding-left:20px;
}
.gouFangAskDa>ul>li>div:nth-child(1){
	font-size:14px;
	line-height:26px;
	color:#444;
	margin-bottom:10px;
	position:relative;
}
.gouFangAskDa>ul>li>div:nth-child(1) .xianYingDao{
	display:block;
	width:4px;
	height:16px;
	background:#444;
	position:absolute;
	top:5px;
	left:0;
}
.gouFangAskDa>ul>li>div:nth-child(2){
	font-size:13px;
	color:#888;
}
/* 购房问答 */



/* 买房问答 */
.buy-house-queAns {
    /*display: none;*/
}
.buy-house-queAns .queAns-list .queAns-item {
	display: block;
    padding: 12px 0;
}
.buy-house-queAns .queAns-list .queAns-item:hover {
	background: #f0f0f0;
}
.buy-house-queAns .queAns-list .queAns-item:hover .que-box .content-text,
.buy-house-queAns .queAns-list .queAns-item:hover .que-box {
	color: var(--qiTiZiTiColor);
}
.buy-house-queAns .queAns-list .queAns-item .que-box::after,
.buy-house-queAns .queAns-list .queAns-item .ans-box::after {
	content: '';
	display: block;
	clear: both;
}
.buy-house-queAns .queAns-list .queAns-item .queAns-label {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: var(--qiTiZiTiColor);
}
.buy-house-queAns .queAns-list .queAns-item .queAns-label.ans-label {
	background: var(--nextColorHue);
}
.buy-house-queAns .queAns-list .queAns-item .que-box .content-text {
	font-size: 14px;
	color: #444;
	padding-left: 5px;
}
.buy-house-queAns .queAns-list .queAns-item .ans-box .content-text {
	font-size: 14px;
	color: #888;
	padding-left: 5px;
	line-height: 25px;
}
.buy-house-queAns .queAns-list .queAns-item .que-box{
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
}
.buy-house-queAns .queAns-list .queAns-item .ans-box{
	/* 字体溢出隐藏 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: #888;
}
/* 买房问答 end */



/* 蓝色块 */

/* 比较满意？ */
.PhoneChunk .satisfaction-top-box{
    width:100%;
}
/* 导语 */
.PhoneChunk .satisfaction-top-box .satisfactionTitle{
    width: 190px;
        height: 100px;
        float: left;
        margin-left: 10px;
}
.satisfaction-top-box .satisfactionTitle>span:nth-child(2){
    display: block;
    margin:15px 0;
    font-size:18px;
    color:#444;
}

.satisfaction-top-box .satisfactionTitle>span:nth-child(1){
    font-size:16px;
    color:var(--qiTiZiTiColor);
}
.satisfaction-top-box .satisfactionTitle>span label{
	font-size:16px;
	color:var(--qiTiZiTiColor);
}
.satisfaction-top-box .qunimgdiv {
    background: url(../../images/css_sprites.png);
    width: 60px;
    height: 60px;
    float: left;
    background-position: -94px -68px;
}
/* 图 */
.satisfaction-top-box .satisfactionPhoto{
    width:115px;
    height:150px;
    float:left;
}
.satisfaction-top-box .satisfactionPhoto img{
    width:100%;
    height:100%;
}
/* 比较满意？ end */


/* 电话块 */
.acidValue .PhoneChunk{
    width:100%;
    background:#F2F8FB;
    padding:18px 28px;
	border-bottom: 5px solid var(--qiTiZiTiColor);
	margin-top:10px;
}
.acidValue .PhoneChunk>p.inRed{
    display: inline-block;
    width: 100%;
    max-height:20px;
    color:red;
    font-size:14px;
    margin:3px 0;
}
.acidValue .PhoneChunk>p.inRed>span>i{
    color:red;
    /* background:var(--qiTiZiTiColor); */
    display: inline-block;
    padding:2px 3px;
    border-radius:50%;
    margin-right:3px;
}
/* 手机号码 */
.acidValue .PhoneChunk .shouJiPhone{
    width:100%;
    height:40px;
    border-radius:2px;
    overflow: hidden;
    border:1px solid var(--qiTiZiTiColor);
    margin-top:10px;
}
.acidValue .PhoneChunk .shouJiPhone>span{
    display:inline-block;
    width:40px;
    height:100%;
    text-align: center;
    line-height:40px;
    font-size:36px;
    background:var(--qiTiZiTiColor);
    color:#fff;
    float:left;
}
.acidValue .PhoneChunk .shouJiPhone>input{
    display:inline-block;
    width:221px;
    height:38px;
    padding:0 10px;
    color:#999999;
    float:left;
    border:none;
    outline:none;
    background:none;
    border-radius:0 2px 2px 0;
}
.acidValue .PhoneChunk .SubscribeNow{
    width:100%;
    height:38px;
    border-radius:2px;
    overflow: hidden;
/*}
.SubscribeNow{*/
    width:100%;
    height:100%;
    border:none;
    outline:none;
    background:var(--qiTiZiTiColor);
    color:#fff;
    font-size:16px;
    font-weight:bold;
}

/* 获取验证码 */
.acidValue .PhoneChunk .getCode{
    width:100%;
    margin:0px 0 20px;
}
.acidValue .PhoneChunk .getCode input,.acidValue .PhoneChunk .getCode button{
    border:1px solid var(--qiTiZiTiColor);
    outline:none;
    background:transparent;
    height:40px;
    border-radius:2px;
    overflow: hidden;
    font-size:14px;
    float: left;
}
.acidValue .PhoneChunk .getCode input{
    width:56%;
    margin-right:4%;
    padding:0 10px;
}
.acidValue .PhoneChunk .getCode button{
    width:40%;
    color:#999;
}
.acidValue .PhoneChunk .getCode button:hover{
    color:var(--qiTiZiTiColor);
}



/* 服务热点 */
.acidValue .PhoneChunk .ServiceHot{
    display:inline-block;
    font-size:16px;
    float: right;
    margin-top:10px;
    color:var(--qiTiZiTiColor);
}
.acidValue .PhoneChunk .ServiceHot>b{
    font-size:18px;
}

/* 局部 输入框 - 占位符的颜色 */
/* WebKit browsers */
.acidValue .PhoneChunk .getCode>input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.acidValue .PhoneChunk .getCode>input:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.acidValue .PhoneChunk .getCode>input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.acidValue .PhoneChunk .getCode>input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}
/* 局部 输入框 - 占位符的颜色 end */

/* 局部2 输入框 - 占位符的颜色 */
/* WebKit browsers */
.acidValue .PhoneChunk .shouJiPhone>input::-webkit-input-placeholder {
    color: #a0a2a3;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.acidValue .PhoneChunk .shouJiPhone>input:-moz-placeholder {
    color: #a0a2a3;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.acidValue .PhoneChunk .shouJiPhone>input::-moz-placeholder {
    color: #a0a2a3;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.acidValue .PhoneChunk .shouJiPhone>input:-ms-input-placeholder {
    color: #a0a2a3;
    font-size: 14px;
}
/* 局部2 输入框 - 占位符的颜色 end */
/* 电话块 end */

/* 蓝色块 end */
/* 免费预约算价 end */



/* 定位 */
/*.Point{
	position:fixed;
	top:60px;
	right:172px;
}*/
.fixeD{
	min-height:722px;
}
/* 定位 end */


/* 楼盘信息 */
.louPanMessage{
    width: 100%;
    margin-top:50px;
}
.louPanMessage>table{
    width:100%;
    font-size: 14px;
    margin-top:20px;
}
.louPanMessage>table tr{
    height:35px;
}
.louPanMessage>table tr td{
    width:25%;
    color:#232323;
}
.louPanMessage>table tr td span:nth-child(1){
    display: inline-block;
    width:73px;
    text-align: right;
	float:left;
}
.louPanMessage>table tr td span:nth-child(2){
    color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 198px;
	float:left;
}
/* 楼盘信息 end */

.lp-facility-content{
	width:100%;height:410px;
	margin-top: 35px;
}
.lp-facility-atlas{
	width:64.8%;
	overflow: hidden;margin:0;font-family:"微软雅黑";
	float:left;
}



/*配套设施*/
.lp-facility-content .lp-facility-atlas #dituContent{
	width:100%;height:410px;
	overflow: hidden;margin:0;font-family:"微软雅黑";
}
.lp-facility-content .lp-facility-atlas #dituContent img {
    transform: initial;
    transition: initial;
}
.lp-facility-content .lp-facility-type{
	width: 35.2%;
    height: 410px;
    border: 1px solid #f0efef;
	float:left;
}
.covering-param {
	position: absolute;
	top: 3%;
	left: 90%;
	width: 278px;
	height: 64px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 14px 12px;
}
.covering-param .loupan-map-param {
	overflow: hidden;
	color: #333;
	cursor: default;
	float:left;
	width: 160px;
}
.covering-param .loupan-map-param .lp-name{
	height: 22px;
	font-size: 16px;
	line-height: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom:0px;
	color:#555;
}
.covering-param .loupan-map-param .lpseat{
	height: 18px;
	font-size: 13px;
	line-height: 16px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom:0px;
	color:#999;
}
.tailored-taxi-service{
	float:right;
	font-size: 13px;
	text-align: center;
	padding-left: 14px;
	border-left: 1px solid #ddd;
	cursor: pointer;
	height:37px;
	line-height:37px;
	color: #666;
}
.fa-car{
	color:var(--qiTiZiTiColor);
	margin-right:4px;
}







.lp-facility-label>ul{
	background: #f7f7f7;
	height:52px;
}
.lp-facility-label ul li{
	float:left;
	background:no-repeat;
	padding:0 22px;
	margin-left:24px;
	height: 100%;
	line-height: 52px;
	padding-right: 6px;
}
.lp-facility-label ul li.onlyA,.lp-facility-label ul li:hover{
	border-bottom:1px solid var(--qiTiZiTiColor);
}
.lp-facility-label ul li a{
	color:#555;
	font-size:14px;
}
.lp-facility-label ul li.onlyA a{
	color:var(--qiTiZiTiColor);
}
.lp-facility-label ul li:nth-child(1){
	background-position: -12px -74px;
}
.lp-facility-label ul li:nth-child(2){
	background-position: -87px -74px;
}
.lp-facility-label ul li:nth-child(3){
	background-position: -168px  -74px;
}
.lp-facility-label ul li:nth-child(4){
	background-position: -249px -74px;
}
.lp-facility-label ul li:nth-child(5){
	background-position: -321px -74px;
}


.lp-facility-caption-content,.lp-facility-caption-content>ul{
	width:100%;
	padding:0;
	margin:0;
	height:356px;
	overflow:auto;
}
.lp-facility-caption-content>ul>li{
	width:100%;
	padding:10px 0; 
	display:block;
	border-bottom: 1px solid #f0e5e5;
	min-height:50px;
}
.lp-facility-caption-content > ul > li:hover{
	background:#f9f4f4c2;
}
.lp-facility-caption-content>ul>li>i{
	display:inline-block;
	width:50px;
	height:50px;
	float:left;
	/*background: url(http://192.168.1.201/pingtai/resource/images/iconcoords.png) no-repeat;*/
	background-repeat:no-repeat !important;
	text-align: center;
    background-position: 10px 9px;
    color: #fff;
	line-height:44px;
}
.lp-facility-caption-content>ul>li>.map-area{
	display:inline-block;
	width:223px;
	height:100%;
	float:left;
	margin-top: 2%;
}
.lp-facility-caption-content>ul>li>.map-area .distance-span{
	margin-top:4%;
	padding-right:21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lp-facility-caption-content>ul>li>.map-area .area-site{
	color:#999;
	padding-right:21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 楼盘相册 */
.BuildingAnAlbum{
    margin-top:50px;
    overflow: hidden;
}
.lpxq-ablum-place {
    position: relative;
    padding: 0 36px;
    overflow: hidden;
    margin:25px 0 0;
}
/* 前进后退按钮 */
.lpxq-ablum-place .swiper-button-prev,
.lpxq-ablum-place .swiper-button-next {
    z-index: 5;
    background: rgba(0,0,0,.6);
}
.lpxq-ablum-place .swiper-button-prev {
    left: 0;
}
.lpxq-ablum-place .swiper-button-next {
    right: 0;
}
.lpxq-ablum-place .swiper-button-next:after,
.lpxq-ablum-place .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}
/* 前进后退按钮 end */

.lpxq-ablum-swiper {
    overflow: hidden;
}
.lpxq-ablum-swiper ul li{
    display: inline-block;
    width:284.8px;
    height:210px;
    margin-right:15px;
    overflow: hidden;
    border-radius:6px;
}
.lpxq-ablum-swiper ul li:hover a>img{
    transform: scale(1.1);
    transition: all 0.4s;
}
.lpxq-ablum-swiper ul li a{
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
    position: relative;
}
.lpxq-ablum-swiper ul li a img{
    width:100%;
    height:100%;
}
.lpxq-ablum-swiper ul li a div{
    font-size:14px;
    color:#fff;
    padding:2px 5px;
    background-color:rgba(0,0,0,.5);
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
/* 楼盘相册 */









/* 对半分-盒子 */
.fifty-fifty-box {
    margin-top: 50px;
    /*display: none;*/
}
.fifty-fifty-box::after {
    content: '';
    display: block;
    clear: both;
}
/* 对半分-盒子 end */



/* 楼盘导购 */
.building-environment {
	width: 48.5%;
    float: left;
    margin-right: 3%;
}
.building-environment .titleTwos {
	border: none;
}
/* 列表 */
.building-environment .build-envir-list {
	width:100%;
    min-height: 349px;
    border: 1px solid #ddd;
    /*padding: 16px;*/
}
.building-environment .build-envir-list .bui-env-item {
	display: block;
	padding: 13px 16px;
    border-bottom: 1px solid #ddd;
}
.building-environment .build-envir-list .bui-env-item:last-of-type {
    border-bottom: none;
}
.building-environment .build-envir-list .bui-env-item:hover {
	background: #f0f0f0;
}
/* 标题 */
.building-environment .build-envir-list .bui-env-item .title-txt {
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.building-environment .build-envir-list .bui-env-item .title-txt .serial-num {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #999;
}
.building-environment .build-envir-list .bui-env-item:nth-child(1) .title-txt .serial-num,
.building-environment .build-envir-list .bui-env-item:nth-child(2) .title-txt .serial-num,
.building-environment .build-envir-list .bui-env-item:nth-child(3) .title-txt .serial-num {
	background: #ff0000;
}
.building-environment .build-envir-list .bui-env-item .title-txt .label-tit {
	font-size: 15px;
	font-weight: bold;
	color: #444;
	line-height: 25px;
}
.building-environment .build-envir-list .bui-env-item:hover .title-txt .label-tit {
	color: var(--qiTiZiTiColor);
}
/* 内容 */
.building-environment .build-envir-list .bui-env-item .content-txt {
	display: none;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #888;
}
.building-environment .build-envir-list .bui-env-item .content-txt .hue-color {
	color: var(--qiTiZiTiColor);
}
.building-environment .build-envir-list .bui-env-item .content-txt .hue-color .iconfont {
	font-size: 14px;
}
/* 楼盘导购 end */


/* 暂无导购 */
.not-data-buildEnvir {
    width: 100%;
    height: 349px;
    padding-top: 87px;
    text-align: center;
    border: 1px solid #ddd;
}
.not-data-buildEnvir .not-data-img .fake-img {
    width: 100px;
    height: 100px;
}
.not-data-buildEnvir .not-data-img .iconfont {
  font-size: 100px;
  color: #809799;
}
.not-data-buildEnvir .not-data-txt {
  font-size: 16px;
  color: #666;
}
/* 暂无导购 end */




/* 暂无用户点评 */
.not-data-bothSides {
    width: 100%;
    height: 349px;
    padding-top: 130px;
    text-align: center;
    border: 1px solid #ddd;
}
.not-data-bothSides .xieDianPing .iconfont {
  font-size: 100px;
  color: #809799;
}
.not-data-bothSides .not-data-txt {
  font-size: 16px;
  color: #666;
}
.not-data-bothSides .xieDianPing{
    display: inline-block;
    border: none;
    outline: none;
    background: var(--qiTiZiTiColor);
    font-size: 14px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 3px;
}
/* 暂无用户点评 end */

/* 用户点评 */
.UserCommentsOn{
    width: 48.5%;
    float: left;
}
.UserCommentsOn .titleTwos {
	border: none;
}
/* 两边 */
.UserCommentsOn .bothSides{
    width:100%;
    min-height: 349px;
    border: 1px solid #ddd;
    padding: 16px;
}
.UserCommentsOn .bothSides>ul{
    width:100%;
    padding:0;
    margin:0;
}
.UserCommentsOn .bothSides>ul>li{
    width:100%;
    list-style: none;
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid #eaeaea;
    margin-top:27px;
}
.UserCommentsOn .bothSides>ul>li:last-of-type{
    padding-bottom:0;
    border-bottom:none;
}
/* zuo */
.UserCommentsOn .bothSides>ul>li .zuo{
    width:60px;
    float: left;
}
.UserCommentsOn .bothSides>ul>li .zuo .headPhoto{
    width:100%;
    height:60px;
    border-radius:50%;
    overflow: hidden;
    margin-bottom:10px;
}
.UserCommentsOn .bothSides>ul>li .zuo .headPhoto img{
    width:100%;
    height:100%;
}
.UserCommentsOn .bothSides>ul>li .zuo .ziXun{
    width:100%;
    height:24px;
    line-height: 24px;
    border:1px solid var(--qiTiZiTiColor);
    color:var(--qiTiZiTiColor);
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}
.fa-thumbs-o-up {
  margin-right:4px;
}
/* you */
.UserCommentsOn .bothSides>ul>li .you{
    width:88%;
    padding-left:15px;
    float: left;
}
/*.UserCommentsOn .bothSides>ul>li .you .user{
    width: 1%;
    display: table-cell;
    vertical-align: bottom;
}*/
.UserCommentsOn .bothSides>ul>li .you .user .userName{
    font-size:16px;
    color:#444;
    font-weight:bold;
    margin-right:10px;
}
.UserCommentsOn .bothSides>ul>li .you .user .userTab>span{
    display: inline-block;
    padding:2px 8px;;
    font-size:12px;
    color:var(--qiTiZiTiColor);
    background:#f4f6f9;
    margin-right:7px;
}
.UserCommentsOn .bothSides>ul>li .you .user .userTab>span.different{
    background:#fff6e7;
    color:#ffa30c;
}
.goodLike, .likenum{
    font-size:12px;
    color:var(--nextColorHue);
    float: right;
    cursor:pointer;
    position:relative;
    top:3px;
    right:0;
}

/* 内容 */
.UserCommentsOn .bothSides>ul>li .you .userContent{
    margin-top:10px;
    font-size:14px;
    color:#232323;
    line-height:27px;
    padding-right:2px;
}
.UserCommentsOn .bothSides>ul>li .you .userContent .fake-showUp-btn {
    color: var(--qiTiZiTiColor);
    cursor: pointer;
}
.UserCommentsOn .bothSides>ul>li .you .userContent .fake-showUp-btn .iconfont {
    font-size:14px;
}
/* 内容 end */

/* 控件 */
.UserCommentsOn .bothSides>ul>li .you .control{
    width:100%;
    margin-top:5px;
}
.UserCommentsOn .bothSides>ul>li .you .control .time{
    font-size: 14px;
    color:#999;
}
/*.UserCommentsOn .bothSides>ul>li .you .control span:nth-child(2){
    float:right;
    clear: both;
	cursor: pointer;
}*/
/* 控件 end */
/* 两边 end */
/* 用户点评 end */



/* 新房推荐 */
.newHouseRecommend{
    width:100%;
    margin-top:50px;
}


/*  列表   (独立一块) */
.newHouseRecommend .messageList{
    width:100%;
    overflow: hidden;
}
.newHouseRecommend .messageList>ul{
    padding:0;
    margin:30px 0 0;
    width:105%;
    overflow: hidden;
}
.newHouseRecommend .messageList>ul>li{
    display: block;
    list-style:none;
    width:277.5px;
	min-height:246px;
    float: left;
    margin:0 30px 30px 0;
    overflow: hidden;
}
.newHouseRecommend .messageList>ul>li:hover .List-TopPhoto>a>img{
    transform: scale(1.1);
    transition: all 0.4s;
}
.newHouseRecommend .messageList>ul>li:hover .List-Hot-Content>div .areaAndName>span{
    color:#ffa30c;
}
/* 图 */
.newHouseRecommend .messageList>ul>li .List-TopPhoto{
    width:100%;
    height:200px;
    border-radius:6px;
    overflow: hidden;
    border:1px solid #e3e3e3;   
    cursor:pointer;
    position:relative;
}
.newHouseRecommend .messageList>ul>li .List-TopPhoto>a{
    width:100%;
    height:100%;
}
.newHouseRecommend .messageList>ul>li .List-TopPhoto>a>img{
    width:100%;
    height:100%;
}
/* 隐藏内容 */
.messageList>ul>li .List-TopPhoto>a>.skip{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
    background:rgba(0,0,0,0.3);
}
.messageList>ul>li .List-TopPhoto>a>.skip>div{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 50px;
    height: 50px; 
    line-height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    color: #fff;
    text-align: center;
	
}
.messageList>ul>li .List-TopPhoto>a>.skip>div>i{
	font-size:16px;
}
.messageList>ul>li .List-TopPhoto>a>.skip>div>span{
	display:block;
	width:65px;
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%,-25%);
}
/* 图 end */


/* 信息内容 */
.newHouseRecommend .messageList>ul>li .List-Hot-Content{
    padding-top:10px;
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div{
    width:100%;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}

/* 第一行 */
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .areaAndName{
    word-spacing: -3px;
    letter-spacing: -1px;
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .areaAndName span{
    font-size:18px;
    font-family:"方正大黑简体";
    color:var(--biaotiTitle);
}

/* 第二行 */
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .priceMoney sup{
    font-size:12px;
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .priceMoney{
    display: block;
    font-size:18px;
    font-family:"方正大黑简体";
    color:var(--Listcolor);
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .specialOffer{
    font-size:14px;
    font-family: "黑体";
    color:#333;
}
/* 信息内容 end*/
/*  列表 end */

/* 新房推荐 end */




/* 底部 其他服务 */
.base{
    width:100%;
    overflow: hidden;
    border-top:1px solid #dddddd;
    margin-top:40px;
}
.base>ul{
    width:1200px;
    margin:auto;
    overflow: hidden;
}
.base>ul>li{
    width:230px;
    height:157px;
    overflow: hidden;
    float:left;
    cursor:pointer;
}
.base>ul>li a{
    display: block;
}
.base>ul>li img{
    width:100%;
    height:100%;
}
/* 底部 其他服务 end */
.FreetoAppointment{
	width:100%;
}

.onlyA{
	background-position-y: -17px !important;
	border-bottom:1px solid var(--qiTiZiTiColor);
}


.qrcodeCall{
	position:relative;
}
.qrcodeCall>img{
	width:80px;
	height:80px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}
#facility-map-width .lp-facility-type{
	width:34%;
}
.code-block{
	display:none;
}
.text-Introduce{
	line-height: 28px;
    white-space: pre-wrap;
}
.fa-star{
	color:#ffb843;
}
.sameClanOne .leiXING {
	display: inline-block;
	background:#D7E8FE;
	border-radius: 3px;
	padding: 0px 11px 0;
	color:var(--qiTiZiTiColor);
	line-height: 22px;
}
.sameClanOne span:nth-child(2) {
    white-space: pre-wrap;
}

#qiangDiao{
	padding:0;
	margin:0 0 5px 0;
	border:none;
}
.lp-fujia{
	margin-top:14px;
}
.expert-content-show .read{
	float:right;
}






























/* 插件 */
.louPanPlugIn{
    width:100%;
    padding:.24rem;
    border:1px solid #ddd;
}
/* 图 */
.louPanPlugIn .plugInPhoto{
    width:100%;
    height:3.7rem;
}
.louPanPlugIn .plugInPhoto img{
    width:100%;
    height:100%;
}
.louPanPlugIn .plugInContent{
    width:100%;
}
/* 名 */
.louPanPlugIn .plugInHouseName{
    margin-top:.2rem;
}
.louPanPlugIn .plugInHouseName span{
    font-size:.4rem;
    font-weight:bold;
    color:#444;
    display: inline-block;
}
.louPanPlugIn .plugInHouseName .plugInHouseNameTag{
    font-size:.24rem;
    color:#fff;
    padding:.02rem .08rem;
    border-radius:2px;
    background:#ffb53c;
    position: relative;
    top:-.04rem;
    left:.04rem;
}
/* 参数信息 */
.louPanPlugIn .argumentsXingxi p{
    font-size:.30rem;
    color:#666;
    margin:.1rem 0 0 0;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
/* 输入框 */
.shuRuMianbian{
    width:100%;
}
.shuRuMianbian .inputSystem{
    width:100%;
    height:1rem;
    margin:.26rem 0;
    border:1px solid #e2e2e2;
    border-radius:2px;
    overflow: hidden;
}
.shuRuMianbian .inputSystem span{
    width:15%;
    height:100%;
    display:inline-block;
    font-size:.46rem;
    color:#aaa;
    position: relative;
    float: left;
}
.shuRuMianbian .inputSystem span:after{
    content:'|';
    font-size:.40rem;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-58%);
}
.shuRuMianbian .inputSystem span i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.shuRuMianbian .inputSystem input{
    width:85%;
    height:100%;
    padding-left:.24rem;
    border:none;
    outline:none;
    display:inline-block;
    float: left;
}
/* 输入框 - 占位符的颜色 */
/* WebKit browsers */
.shuRuMianbian .inputSystem input::-webkit-input-placeholder {
    color: #999;
    font-size:.26rem;
}
/* Mozilla Firefox 4 to 18 */
.shuRuMianbian .inputSystem input:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size:.26rem;
}
/* Mozilla Firefox 19+ */
.shuRuMianbian .inputSystem input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size:.26rem;
}
/* Internet Explorer 10+ */
.shuRuMianbian .inputSystem input:-ms-input-placeholder {
    color: #999;
    font-size:.26rem;
}
/* 输入框 - 占位符的颜色 end */

/* 用户服务协议 */
.userServiceAgreement{
    font-size:.26rem;
    color: #666;
    margin:.2rem 0;
}
.userServiceAgreement label{
    margin:0;
}
.userServiceAgreement a{
    width:100%;
    color:#2b87f8;
}
/* form 表单 */
.userServiceAgreement label input, .radio_on {
    display: none;
}            
.pos {
    display: inline;
    vertical-align: middle;
}        
.radio_bg {
    position: relative;
    display: inline-block;
    height: .3rem;
    width: .3rem;
    border: 1px solid  #E4A982;
    border-radius: 50%;
}          
.userServiceAgreement label input:checked + span.pos span.radio_bg .radio_on {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    border-radius: 50%;
    background-color: #E4A982;
}

/* 提交按钮 */
.submitButton{
    width:100%;
    color:#fff;
    font-size:.32rem;
    padding:.16rem 0;
    background:var(--qiTiZiTiColor);
    border-radius:2px;
    border:none;
    outline:none;
}
/* 插件 */


/*楼盘价格趋势*/
.lpprice-detailed-table{/*楼盘价格趋势表格*/
	margin-bottom: 100px;
}

.budgetInRedBox,.remindTipText{
	visibility: hidden;
}






@media screen and (min-width: 375px) {

.louPanPlugIn{
    padding:1.24rem !important;
    border:1px solid #ddd;
}
/* 最左 */
.louPanPlugIn{
	width:800px !important;
}
.louPanPlugIn .plugInPhoto{
    width:30% !important;
	height: 164px !important;
    float: left !important;
}
/* 中间 */
.louPanPlugIn .plugInContent{
    width:41% !important;
    padding:13px 1.5% 0 !important;
    float: left !important;
}
.louPanPlugIn .plugInHouseName {
    margin-top: 0.02rem !important;
}
.louPanPlugIn .plugInHouseName span {
    font-size: 20px !important;
}
.louPanPlugIn .plugInHouseName .plugInHouseNameTag {
    font-size: 14px !important;
    padding: 0px 3px !important;
    top: -2px !important;
    left: 4px !important;
}
.louPanPlugIn .argumentsXingxi p {
    font-size: 18px !important;
    color: #666 !important;
    margin: 10px 0 0 0 !important;
}
/* 输入 */
.shuRuMianbian{
    width:26% !important;
    float: left;
}
.shuRuMianbian .inputSystem {
    width: 100% !important;
    height: 36px !important;
    margin: 0 0 4.5% !important;
    border-radius: 2px;
}
.shuRuMianbian .inputSystem span {
    width: 15% !important;
    height: 100% !important;
    font-size: 20px !important;
}
.shuRuMianbian .inputSystem span:after {
    font-size: .25rem !important;
}
.userServiceAgreement {
    font-size: 14px !important;
    margin: .1rem 0 !important;
}
.radio_bg {
    height: 16px !important;
    width: 16px !important;
	position:relative !important;
	top:2px !important;
}        
.userServiceAgreement label input:checked + span.pos span.radio_bg .radio_on {
    width: 8px !important;
    height: 8px !important;
}
.submitButton {
    font-size: .16rem !important;
    padding: 8px 0 !important;
}
.userServiceAgreement label{
	display:block !important;
}

/* 输入框 - 占位符的颜色 */
/* WebKit browsers */
.shuRuMianbian .inputSystem input::-webkit-input-placeholder {
    font-size:14px !important;
}
/* Mozilla Firefox 4 to 18 */
.shuRuMianbian .inputSystem input:-moz-placeholder {
    font-size:14px !important;
}
/* Mozilla Firefox 19+ */
.shuRuMianbian .inputSystem input::-moz-placeholder {
    font-size:14px !important;
}
/* Internet Explorer 10+ */
.shuRuMianbian .inputSystem input:-ms-input-placeholder {
    font-size:14px !important;
}
/* 输入框 - 占位符的颜色 end */

}


.propertyType{
	background-color: var(--qiTiZiTiColor);
    color: aliceblue;
	margin-right: 5px;
	padding: 2px 5px;
}

.file-input{
    width: 100%;
}
.file-drop-disabled{
    height: 283px;
    overflow: auto;
}

/* 专属优惠 */
.discountsPages{
    margin:20px auto;
    width:1180px;
    height:154px;
    position:relative;
}
.discountsPages .fake-img{
    width:100%;
    height:100%;
}
.discountsPages .superposedBox{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 1;
    box-sizing: border-box;
}
.discountsPages .superposedBox::after,
.discountsPages .superposedBox .toLeft .natureTags::after{
    content:"";
    display: block;
    clear:both; 
}
/* L */
.discountsPages .superposedBox .toLeft{
    width:68%;
    height:100%;
    padding-left:185px;
    float: left;
    box-sizing: border-box;
	
}
.discountsPages .superposedBox .toLeft .youHuititle{
    font-weight: 600;
    font-size: 30px;
    color: #f9011e;
    margin: 32px 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.discountsPages .superposedBox .toLeft .natureTags{
    display: -webkit-flex;
    display: flex;
}
.discountsPages .superposedBox .toLeft .natureTags .tagNums{
    display:-webkit-flex;
    display: flex;
    align-items:center;
    float: left;
    margin-right:16px; 
	font-weight:600;
	font-size:16px;
	color:#333;
	display:inline-block;
	width:40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.discountsPages .superposedBox .toLeft .natureTags .tagNums .fake-img{
    width:16px;
    height:24px;
    margin-right:6px;
}
.discountsPages .superposedBox .toLeft .natureTags .tagNums .fake-span{
    position: relative;
    top: 3px;
}
/* R */
.discountsPages .superposedBox .toRight{
    width: 32%;
    height:100%;
    float: left;
    box-sizing: border-box;
    text-align: right;
    padding-right: 80px;
}
.discountsPages .superposedBox .toRight .participationBtn{
    /*margin: 34px 0 12px;*/
    margin: 34px 0 0;
}
.discountsPages .superposedBox .toRight .participationBtn>button{
    min-width: 189px;
    padding: 15px 16px 25px;    
    /*padding: 10px 16px;*/
    border-radius:30px;
    border:none;
    outline:none;
    background-color: transparent;
    /*background: -webkit-linear-gradient(left, #FE7F10 , #FFB21F);
    background: -o-linear-gradient(right, #FE7F10, #FFB21F);
    background: -moz-linear-gradient(right, #FE7F10, #FFB21F); 
    background: linear-gradient(to right, #FE7F10 , #FFB21F);*/
    font-weight:600;
    font-size:18px;
    color:#fff;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.discountsPages .superposedBox .toRight .activityCountdown{
    font-weight:100;
    font-size:12px;
    color:#555;
}

/* 专属优惠end */







/* 购房特惠窗 */
.buy-preferential-win{
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.buy-preferential{
  width: 400px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* 关闭按钮 */
.buy-preferential .close-buy_per-btn{
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 6px;
  right: -33px;
  cursor: pointer;
}
.buy-preferential .close-buy_per-btn .iconfont{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
/* 信息标题 */
.buy-preferential .top-msgTitle{
  text-align: center;
  position: relative;
  position: relative;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 17px;
  padding: 17px 0;
  background-image: url('../images/bg-hb-line.png');
  background-size: 101.7% 100%;
}
.buy-preferential .top-msgTitle > span{
  font-weight: bold;
  font-size: 24px;
  color: #F65C4F;
  display: block;
  padding: 0 20px;
  /* 字体溢出隐藏 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buy-preferential .top-msgTitle .before-box{
  display: block;
  width: 100%;
  height: 20px;
  background-image: url('../images/bg-hb-top.png');
  background-size: 101.7% 100%;
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  z-index: 0;
}
.buy-preferential .top-msgTitle::after{
  content: "";
  position: absolute;
  width: 306px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffe7db;
}
/* 信息内容 */
.buy-preferential .pre-msg-cont{
  width: 100%;
  padding: 25px 27px 0;
  height: 277px;
  background-image: url('../images/bg-hb.png');
  background-size: 100% 100%;
}
.buy-preferential .pre-msg-cont .msg-describe{
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #F65C4F;
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.buy-preferential .pre-msg-cont .msg-describe > span{
  padding: 0 20px;
  /* 字体溢出隐藏 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buy-preferential .pre-msg-cont .msg-describe::after{
  content: "";
  position: absolute;
  width: 288px;
  height: 1px;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffe7db;
}
/* 获取手机号 */
.buy-preferential  .get-phone-box{
  width: 330px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}
.buy-preferential  .get-phone-box input{
  width: 100%;
  border: none; 
  outline: none;
  font-size: 14px;
  color: #666;
}
.buy-preferential  .get-phone-box > div{
  float: left;
}
.buy-preferential  .get-phone-box div.phone-pull{
  width: 230px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  padding: 10px;

}
.buy-preferential  .get-phone-box div.pull-btn input{
  border-radius: 0 4px 4px 0;
  width: 100px;
  height: 41px;
  line-height: 41px;
  font-weight: 600;
  font-size: 16px;
  color: #f7624a;
  background: #fcd759;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ffe365),to(#f7c244));
  background-image: -webkit-linear-gradient(top,#ffe365 0,#f7c244 100%);
  background-image: -moz-linear-gradient(top,#ffe365 0,#f7c244 100%);
  background-image: -o-linear-gradient(top,#ffe365 0,#f7c244 100%);
  background-image: linear-gradient(-180deg,#ffe365 0,#f7c244 100%);
  cursor: pointer;
}
/* 校验 */
.buy-preferential  .get-phone-box .verify-txt-box{
  font-size: 12px;
  color: #fff;
  padding-top: 4px;
  clear: both;
}
/* 购房特惠窗 end */





/* 输入验证码窗 */
.inp-security-code-bg{
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
.inp-security-code-bg .inp-security-code-win{
  width: 360px;
  background: #fff;
  padding: 24px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* 关闭按钮 */
.inp-security-code-win .inpcode-closeBtn{
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
}
.inp-security-code-win .inpcode-closeBtn .iconfont{
  font-size: 24px;
  color: #333;
}
/* 等待过程 */
.inp-security-code-win .inpcode-await-code{
  font-size: 36px;
  font-weight: 600;
  color: #666;
  text-align: center;
  padding: 16px 0;
}
/* 提醒 */
.inp-security-code-win .inpcode-remind-txt{
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 16px;
}
/* 输入框 */
.inp-security-code-win .inpcode-input-box::after{
  content: "";
  display: block;
  clear: both;
}
.inp-security-code-win .inpcode-input-box .inpcode-input-item{
  width: 57%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  float: left;
}
.inp-security-code-win .inpcode-input-box .inpcode-input-item.inp-wid2{
  width: 40%;
  height: 42px;
  line-height: normal;
  float: right;
  cursor: pointer;
  text-align: center;
  background: #F56A02;
  color: #fff;
}
.inp-security-code-win .inpcode-input-box .inpcode-input-item input{
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  color: #444;
}
/* 校验文本 */
.inp-security-code-win .inpcode-verify-txt{
  font-size: 12px;
  color: red;
  padding: 2px 0;
  margin: 0;
  visibility: hidden;
}
/* 按钮 */
.inp-security-code-win .inpcode-applyBtn{
  width: 100%;
  height: 43px;
  border-radius: 4px;
  background: #F56A02;
  color: #fff;
  border: none;
  outline: none;
}
/* 输入验证码窗 end */




/* swiper */

/* 互相控制 */
.putong-swiper {
    padding: 0 30px;
    z-index: 1;
    position: relative;
}
.putong-swiper .control-each-other {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-top: 10px;
    position: relative;
}
.putong-swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.putong-swiper .swiper-slide {
    width: 100%;
    height: 120px;
    background: pink;
    position: relative;
}
.putong-swiper .swiper-slide .ceo-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
}
/* 左右-按钮 */
.putong-swiper .swiper-button-next:after,
.putong-swiper .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}
.putong-swiper .ps-other-button-next {
    right: 0px;
}
.putong-swiper .ps-other-button-prev {
    left: 0px;
}
.putong-swiper .ps-other-button-next,
.putong-swiper .ps-other-button-prev {
    width: 20px;
    height: 67px;
    line-height: 67px;
    background: rgba(0,0,0,.6);
    top: 74%;
    transform: translateY(-50%);
}
/* 互相控制 end */









/* 定义通用类名 */
.univOnly_dis_name {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.univOnly_jus_name {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.univOnly_flex_name {
	-webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
	flex: 1;
	min-width: 0;
}
.univOnly_align_name {
	-webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.univOnly_wrap_name {
	-webkit-flex-wrap: wrap; 
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.univOnly_float_name::after {
	content: "";
	display: block;
	clear: both;
}
/* 定义通用类名 end */


/* 沙盘图 */
.sand-table-figure {
    margin-top: 50px;
}
.sand-table-figure .stf-component {
    margin-top: 20px;	
}
/* L */
.stf-component .stf-com-left {
	width: 700px;
	padding-right: 30px;
}
/* 伪轮播 */
.sandGallery-thumbs{
	width: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
	border-bottom: 2px solid red;
}
.sandGallery-cont {
	box-sizing: border-box;
	height: 350px;
    background: #262626;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.sandGallery-cont .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.sandGallery-thumbs .swiper-slide,
.sandGallery-cont .swiper-slide {
	background-size: cover;
	background-position: center;
}
.sandGallery-thumbs .swiper-slide {
	width: 90px;
	padding: 10px 14px;
	text-align: center;
	font-size: 16px;
	color: #444;
	cursor: pointer;
}
.sandGallery-thumbs .swiper-slide-thumb-active {
	background: red;
	color: #fff;
}
/* 拖拽 */
.sandGallery-cont .stf-showMove-box {
	min-width: 300px;
	min-height: 300px;
	background: var(--qiTiZiTiColor);
	position: absolute;
	cursor: pointer !important;
}
/* 生成的div style */
.sandGallery-cont .stf-showMove-box .create-of-divs {
	position: absolute;
	z-index: 10;
	min-width: 25px;
	min-height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
    padding: 0 8px;
    background: #ff9832;
    border-radius: 2px;
	cursor: pointer !important;
}
.sandGallery-cont .stf-showMove-box .create-of-divs::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	border-width: 0;
	border-height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ff9832;
}
.sandGallery-cont .stf-showMove-box .create-of-divs.onSale-tag{
    background: #ff9832;
}
.sandGallery-cont .stf-showMove-box .create-of-divs.forSale-tag{
    background: var(--qiTiZiTiColor);
}
.sandGallery-cont .stf-showMove-box .create-of-divs.sellOut-tag{
    background: #cccccc;
}
.sandGallery-cont .stf-showMove-box .create-of-divs.ondown,
.sandGallery-cont .stf-showMove-box .create-of-divs:hover{
    background: #ff0000;
}
.sandGallery-cont .stf-showMove-box .create-of-divs.ondown::after,
.sandGallery-cont .stf-showMove-box .create-of-divs:hover::after {
	border-top: 4px solid #ff0000;
}
/* 生成的div style end */

.sandGallery-cont .stf-showMove-box .stf-img {
	max-width: none;
	min-width: none;
}
.sandGallery-cont .stf-showMove-box::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
/* 拖拽 end */
/* 选项 */
.sandGallery-cont .options-box {
	position: absolute;
	top: 0;
	/*left: 0;*/
	right: 0;
	padding: 10px;
	z-index: 5;
}
/* L */
.sandGallery-cont .options-box .opt-left .input-base {
	/* height: 28px; */
	font-size: 14px;
	color: #666;
	padding: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	border-radius: 4px;
}
.sandGallery-cont .options-box .opt-left .input-base .white-base {
	width: 150px;
	border-radius: 4px;
	padding: 6px 10px;
	background: #fff;
	position: relative;
	cursor: pointer !important;
}
.sandGallery-cont .options-box .opt-left .opt-ui-defuHide {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.sandGallery-cont .options-box .opt-left .opt-ui-defuHide .opt-li {
	padding: 10px 10px;
	font-size: 14px;
	color: #888;
	cursor: pointer;
}
.sandGallery-cont .options-box .opt-left .opt-ui-defuHide .opt-li:hover {
	background: #eee;
}
/* 复选框 */
.sandGallery-cont .options-box .opt-right .opt-checkbox-btn {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #fff;
	padding: 5px 8px;
	background: #ff9832;
	border-radius: 3px;
	margin-left: 10px;
}
.sandGallery-cont .options-box .opt-right .opt-checkbox-btn:nth-child(2) {background: var(--qiTiZiTiColor);}
.sandGallery-cont .options-box .opt-right .opt-checkbox-btn:nth-child(3) {background: #cccccc;}

.sandGallery-cont .options-box .opt-right .opt-checkbox-btn input{
	border: none;
	outline: none;
	position: relative;
	top: -1px;
}
.sandGallery-cont .options-box .opt-right .opt-checkbox-btn input[type="checkbox"] {
	-webkit-appearance: none;
	vertical-align: middle;
	margin-top: 0;
	background:#fff;
	border :#fff solid 1px;
	border-radius: 3px;
	min-height: 15px;
	min-width: 15px;
}
.sandGallery-cont .options-box .opt-right .opt-checkbox-btn input[type="checkbox"]:checked {
	background: #fff;
}
.sandGallery-cont .options-box .opt-right .opt-checkbox-btn input[type=checkbox]:checked::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 2px;
	background: transparent;
	border: #999 solid 2px;
	border-top: none;
	border-right: none;
	height: 4px;
	width: 8px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}
/* 提示-信息 */
.sandGallery-cont .msg-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: rgba(0,0,0,.6);
	/* height: 40px;
	line-height: 40px; */
	padding: 6px 10px;
	font-size: 14px;
	color: #fff;
}
.sandGallery-cont .msg-box .toggle-tips {
	display: none;
}
.sandGallery-cont:hover .msg-box .toggle-tips {
	display: block;
}
/* R */
.stf-component .stf-com-right {
	min-height: 300px;
}
/* 伪轮播 */
.storeNumber-container{
	width: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
	border-bottom: 2px solid red;
}
.storeNumber-container .swiper-slide {
	background-size: cover;
	background-position: center;
}
.storeNumber-container .swiper-slide {
	width: 90px;
	padding: 10px 14px;
	text-align: center;
	font-size: 16px;
	color: #444;
	cursor: pointer;
}
.storeNumber-container .swiper-slide.ondown {
	background: red;
	color: #fff;
}
/* 左右-按钮 */
.storeNumber-container .swiper-button-next {
	right: 0px;
}
.storeNumber-container .swiper-button-prev {
	left: 0px;
}
.storeNumber-container .swiper-button-next:after,
.storeNumber-container .swiper-button-prev:after {
	font-size: 14px;
	color: #fff;
}
.storeNumber-container .storeNumber-next,
.storeNumber-container .storeNumber-prev {
	width: 20px;
	/* height: 50px; */
	background: rgba(0,0,0,.6);
}
/* 伪轮播 end */
.store-data-panel {
    padding-top: 16px;
}
.store-data-panel .store-table {
	padding: 10px 0;
}
.store-data-panel .store-table .store-item {
	width: 50%;
	line-height: 36px;
	text-indent: 20px;
	font-size: 14px;
	color: #809799;
}
.store-data-panel .store-table .store-item .lable-tit {
	color: #444;
}
.store-data-panel .house-type-txt {
	height: 30px;
	line-height: 30px;
	text-indent: 14px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	border-left: 5px solid #e9e9e9;
	background-color: #f3f3f3;
	margin-bottom: 0;
}
/* 户型显示 */
.store-data-panel .all-houseType-show .over-hide-box {
	height: 284px;
	margin-top: 16px;
	overflow: auto;
}
.store-data-panel .all-houseType-show .houseTipe-item {
	font-size: 14px;
	color: #666;
}
.store-data-panel .all-houseType-show .houseTipe-item .fake-span {
	display: inline-block;
	padding: 6px 12px;
}
.store-data-panel .all-houseType-show .houseTipe-item .fake-span.span-one{
	text-indent: 20px;
    padding: 6px 0;
}
.store-data-panel .all-houseType-show .houseTipe-item .fake-span.span-tow {
	min-width: 120px;
}
.store-data-panel .all-houseType-show .houseTipe-item .fake-span.span-three {
	min-width: 140px;
}
.store-data-panel .all-houseType-show .houseTipe-item .fake-span.span-four {
	min-width: 80px;
}
/* 沙盘图 end */