
a:hover{
	color:var(--qiTiZiTiColor);
}

/* è¾“å…¥æ¡† - å ä½ç¬¦çš„é¢œè‰² */
/* 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);
	line-height: 74px;
    /* margin-right:5px; */
}
.crumbsAndSearchBox .displayArea .crumbs>ul>li>i{
	line-height: 74px;
    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%);
	z-index: 3;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox .SearchFocus{
    /* width:490px; */
    width:640px;
    height:42px;
    font-size: 14px;
    padding:0 10px;
    border:none;
    outline:none;
    color:#999;
	border-radius:4px 0 0 4px;
	float:left;
}


/* çƒ­é—¨æœç´¢ ï¼ˆéšè—ï¼‰ */
.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;
	z-index:3;
}
.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 */

.fa-phone-square{
	color: var(--nextColorHue);
}

/* ä¸­é—´å®½ 1200px */
.middleInterlayer{
    width:1200px;
    margin:auto;
}
/* ä¸­é—´å®½ 1200px ç»“æŸ */

/* æ–°æˆ¿éšè—ç±»å */
.newHouseHideOnlyName {
    /*display: none !important;*/
}

/* å­¦æ ¡éšè—ç±»å */
.schoolHideOnlyName {
    /*display: none;*/
}

/* tab-åˆ‡æ¢ */
.fake-tab-swiper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 2px solid var(--qiTiZiTiColor);
}
/* L */
.fake-tab-swiper .left-tab-box .tab-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.fake-tab-swiper .left-tab-box .tab-list .tab-item {
    height: 38px;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    font-size: 16px;
    color: #444;
    border: 1px solid #ececec;
    cursor: pointer !important;
}
.fake-tab-swiper .left-tab-box .tab-list .tab-item.different {
    padding: 0;
}
.fake-tab-swiper .left-tab-box .tab-list .tab-item.different .fake-a {
    display: block;
    padding: 0 20px;
}
.fake-tab-swiper .left-tab-box .tab-list .tab-item.different .fake-a:hover {
    color: #444;
}
.fake-tab-swiper .left-tab-box .tab-list .tab-item.onDown{
    background: var(--qiTiZiTiColor);
    font-size: 16px;
    color: #fff;
    border: 1px solid var(--qiTiZiTiColor);
}
/* R */
.fake-tab-swiper .right-tab-describe .des-txt {
    height: 38px;
    line-height: 40px;
    padding: 0 20px;
    background: var(--qiTiZiTiColor);
    font-size: 16px;
    color: #fff;
}
/* tab-åˆ‡æ¢ end */


/* å­¦æ ¡-åˆ—è¡¨ */
/* å­¦æ ¡-å¯¼èˆªæ  */
.school-list-arae p {
    margin: 0;
}
.school-menu-selector {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 2px solid #ececec;
}
/* L */
.school-menu-selector .sms-left .sms-menu-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.school-menu-selector .sms-left .sms-menu-list .sms-menu-item {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background: var(--qiTiZiTiColor);
    font-size: 16px;
    color: #fff;
    border: 1px solid var(--qiTiZiTiColor);
}
/* R */
.school-menu-selector .sms-right .school-sumNumber {
    margin: 0;
    height: 38px;
    line-height: 38px;
}
/* å­¦æ ¡-å¯¼èˆªæ  end */

/* åˆ—è¡¨ */
.school-list-ul .slu-li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.school-list-ul .slu-li {
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}
/* L */
.school-list-ul .slu-li .slu-li-left {
    width: 175px;
    height: 140px;
    /*background: pink;*/
    border-radius: 4px;
    overflow: hidden;
}
.school-list-ul .slu-li:hover .slu-li-left .img-a .fake-img{
    transform: scale(1.1);
}
.school-list-ul .slu-li .slu-li-left .img-a {
    display: block;
}
.school-list-ul .slu-li .slu-li-left .img-a,
.school-list-ul .slu-li .slu-li-left .img-a .fake-img{
    width: 100%;
    height: 100%;
}
/* M */
.school-list-ul .slu-li .slu-li-middle {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0 20px;
}
/* 1 */
.school-list-ul .slu-li .slu-li-middle .slu-houseName {
    margin: 0;
}
.school-list-ul .slu-li .slu-li-middle .slu-houseName .houseName-a {
    font-size: 22px;
    font-weight: bold;
    color: #444;
}
.school-list-ul .slu-li .slu-li-middle .mid-line {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* æ ‡ç­¾ */
.school-list-ul .slu-li .slu-li-middle .slu-tags {
    margin-top: 10px;
    height: 26px;
    overflow: hidden;
}
.school-list-ul .slu-li .slu-li-middle .slu-tags .tag-item {
    display: inline-block;
    padding: 3px 6px;
    background: #F2F2F2;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
}
/* R */
.school-list-ul .slu-li .slu-li-right {
    width: 270px;
}
/* top */
.school-list-ul .slu-li .slu-li-right .slu-r-top {
    line-height: 88px;
    font-size: 14px;
    color: #666;
}
.school-list-ul .slu-li .slu-li-right .slu-r-top .slu-price {
    display: inline;
    font-size: 22px;
    font-weight: bold;
    color: #FF0000;
}
/* bottom */
.school-list-ul .slu-li .slu-li-right .slu-r-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.school-list-ul .slu-li .slu-li-right .slu-r-bottom .fake-but-a {
    display: block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--qiTiZiTiColor);
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}
.school-list-ul .slu-li .slu-li-right .slu-r-bottom .fake-but-a.diffColor {
    background: #FF0000;
}
/* åˆ—è¡¨ end */
/* æŸ¥çœ‹æ›´å¤š */
.school-list-arae .slu-look-more {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--qiTiZiTiColor);
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
/* å­¦æ ¡-åˆ—è¡¨ end */



/* ä½ç½®åŒºåŸŸ */
.bandOfPosition{
    width:100%;
}
.bandOfPosition .bandTraversalChunk{
    width:100%;
    padding:20px 10px 0 30px;
}

.bandOfPosition .bandTraversalChunk>ul{
	margin:0;
	padding-left: 110px;
}

.gain-color{
    color:var(--qiTiZiTiColor) !important;
}
/* .bandOfPosition .bandTraversalChunk>div{
    display:inline-block;
} */
/* one */
.bandOfPosition .bandTraversalChunk .prefix{
    width:6%;
    height:100%;
    float:left;
    font-size:14px;
    color:#232323;
    font-weight:bold;
    padding-top:2px;
	text-align:right;
}
/* two */
.bandOfPosition .bandTraversalChunk .AllTag{
    width:4%;
    height:100%;
    float:left;
    font-size:14px;
    color:#232323;
    padding-top:2px;
	margin-left: 50px;
}
/* three */


.bandOfPosition .bandTraversalChunk .multiDate{
    width:83%;
    height:100%;
    float:left;
}
.bandOfPosition .bandTraversalChunk .multiDate>ul{
	margin:0;
	padding:0;
}
.bandOfPosition .bandTraversalChunk .multiDate>ul>li{
	display:inline-block;
    margin:0 10px 10px;
    font-size:14px;
    color:#232323;
    font-family:var(--zitiType);
}

.bandOfPosition .bandTraversalChunk>ul>li{
    display:inline-block;
    margin:0 10px 10px;
    font-size:14px;
    color:#232323;
    font-family:var(--zitiType);
}
 
/* æ”¶èµ· */
.bandOfPosition .packUp{
    width:100%;
    padding:16px 0 8px;
    border-bottom:1px solid #eaeaea;
    text-align:center;
    color:#666;
    font-weight:bold;
	margin-bottom:24px;
}
.bandOfPosition .packUp>span{
    cursor: pointer;
}

/* æ¡ä»¶ç­›é€‰ */
.bandOfPosition .conditionScreening{
    width:100%;
    padding:20px 10px 0 43px;
}

/* æ ‡é¢˜ */
.bandOfPosition .conditionScreening .conditionTitle{
    display:inline-block;
    font-size:14px;
    color:#232323;
	margin-right:10px;
}
/* ul */

.bandOfPosition .conditionScreening>.screen-out,
.bandOfPosition .conditionScreening>.screen-out-two{
    list-style: none;
    display:inline-block;
    padding:0px 5px;
    border:1px solid #999;
    font-size:14px;
    color:#232323;
    margin-right:10px;
    cursor:pointer;
}
.bandOfPosition .conditionScreening>.screen-out:hover,
.bandOfPosition .conditionScreening>.screen-out-two:hover{
    border:1px solid var(--qiTiZiTiColor);
    color:var(--qiTiZiTiColor);
}
.bandOfPosition .conditionScreening>.screen-out:hover>a,
.bandOfPosition .conditionScreening>.screen-out-two:hover>a{
    color:var(--qiTiZiTiColor);
}
/* æ¸…é™¤ */
.bandOfPosition .conditionScreening .empty,
.bandOfPosition .conditionScreening .empty-two{
    display:inline-block;
    font-size:14px;
    color:#232323;
    cursor:pointer;
}

/* ä½ç½®åŒºåŸŸ end */



/* å·¦å³æ˜¾ç¤º */
.AroundTheShow{
    width:1200px;
	margin:0;
}

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

/* æŽ’åº */
.AroundTheShow .housesSum .rank{
    width:100%;
    border-bottom:1px solid #eaeaea;
}
.AroundTheShow .housesSum .rank>ul{
    width:100%;
    height:100%;
    padding-top:4px;
    margin:0;
    vertical-align: bottom;
    text-align: right;
}
.AroundTheShow .housesSum .rank>ul>li{
    display: inline-block;
    list-style:none;
    margin-left:20px;
    font-size:14px;
    color:#232323;
}
.AroundTheShow .housesSum .rank>ul>#defaultColor{
    color:var(--qiTiZiTiColor);
}
.AroundTheShow .housesSum .rank>ul>.louPanZongShu{
    display: inline-block;
    list-style:none;
    float: left;
    clear: both;
    padding:0px;
    margin:0;
    font-size:16px;
    color:#232323;
}
.AroundTheShow .housesSum .rank>ul>.louPanZongShu>span{
    color:var(--qiTiZiTiColor);
    font-weight:bold;
}
/* æŽ’åº end */


/* æ¥¼ç›˜åˆ—è¡¨ */
.AroundTheShow .housesSum .loupanList{
    width:100%;
}
.AroundTheShow .housesSum .loupanList>ul{
    width:100%;
    padding:0;
    margin:0;
}
.AroundTheShow .housesSum .loupanList>ul>li{
    list-style:none;
    width:100%;
    padding-bottom:40px;
    margin-top:40px;
    border-bottom:1px solid #eaeaea;
}

/* è¯¥æ¥¼ç›˜ */
/* å›¾ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate{
    width:100%;
    height:180px;

}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstatePhoto{
    width:240px;
    height:100%;
    float:left;
    margin-right:20px;
    position: relative;
	overflow:hidden;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstatePhoto img{
    width:100%;
    height:100%;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstatePhoto .CarToSee{
    padding:2px 9px;
    background:var(--nextColorHue);
    color:#fff;
    font-size:14px;
    position:absolute;
    top:0;
    left:0;
}
/* vr-gif */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstatePhoto .page-vr-gif {
    top: initial;
    left: 0;
    bottom: 0;
    transform: initial;
    width: 50px !important;
    height: 50px !important;

}
/* vr-gif end */
/* èµ„æ–™ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters{
    width:540px;
    height:100%;
    float:left;
}
/* æ¥¼ç›˜å */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .housesName{
    height:36px;
    /* display: table-cell; */
    vertical-align: bottom;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .housesName>a{
    font-size:23px;
    color:#0c1a35;
    font-weight:bold;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .housesName>a:hover{
	color:var(--qiTiZiTiColor);
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .housesName>.youhuitongz{
    display:inline-block;
    /*padding:2px 8px;*/
    font-size:13px;
    color:#FF5F57;
    /*background:var(--nextColorHue);*/
    /*border-radius:4px;*/
    margin-left:10px;
	cursor: pointer;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .housesName>.youhuitongz>img{
	width:22px;
	height:16px;
	margin-right:5px;
	transform:translateY(-2px);
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .housesName> .timeBefore{
	display: inline-block;
    float: right;
    font-size: 14px;
    position: relative;
    top: 10px;
    min-width: 130px;
	text-align:right;
	color:#a9bacf;
	font-weight:bold;
}

/* ä¸¤è¾¹ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .bothSides{
    width:100%;
    height:144px;
}

/* æˆ·åž‹ ++  */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData{
    width:310px;
    height:100%;
    float:left;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div{
    font-size:14px;
    color:#666;
    margin:7px 0;
	overflow:hidden;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.no-hidden-css{
	overflow:visible;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div:nth-child(1)>span:nth-child(3){
    color:#ff702c;
	font-size: 16px;
	margin-left:6px;
    cursor: pointer;
}
/* æˆ·åž‹ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.huiXing>span:nth-child(2){
    margin-left:10px;
}
/* åœ°å€ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.diZi>span{
    max-width:186px;
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:table-cell;
    vertical-align: bottom;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.diZi>span>a{
   color:#666;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.diZi>span>a:hover{
   color:var(--qiTiZiTiColor);
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.diZi>a{
    display:inline-block;
    display:table-cell;
    vertical-align: bottom;
	color:var(--qiTiZiTiColor);
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.diZi>a>i{
    margin-left:8px;
}
/* æ ‡ç­¾ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.gaiTag{
	height:22px;
	overflow:hidden;
    position: relative;
    top:0px;
    left:0;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .normalData>div.gaiTag>.consulting{
    margin-right:8px;
    display:inline-block;
    padding:1px 8px;
    color:#7493d1;
    font-size:14px;
    background:#f2f5f7;
    border-radius:2px;
}

/* æˆ·åž‹ ++ end */


/* é—®å· ï¼Ÿ*/
.PriceConsulting .forehead{
	cursor:pointer;
	display:inline-block;
	position:relative;
}
.PriceConsulting .forehead .vanish{
	display:none;
	text-align:left;
	width: 250px;
    font-size: 14px;
    color: #fff;
    padding: 14px;
    background: rgba(119,119,119,.96);
    -webkit-box-shadow: 0 2px 6px 0 rgba(119,119,119,.06);
    -moz-box-shadow: 0 2px 6px 0 rgba(119,119,119,.06);
    box-shadow: 0 2px 6px 0 rgba(119,119,119,.06);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
	position:absolute;
	top:20px;
	left:-50%;
	transform:translateX(-50%);
	z-index:5;
}
.PriceConsulting .forehead .vanish span{
	line-height:25px;
}
/* é—®å· ï¼Ÿend */



/* ä»·æ ¼ + å’¨è¯¢å¸ˆ */
/* ä»·æ ¼ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting{
    width:230px;
    height:100%;
    float:left;
}

.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div{
    color:#666;
    font-size:14px;
    text-align: right;
    margin:2px 0;
    font-family: var(--zitiType);
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.jiaGe{
    color:var(--nextColorHue);
    font-size:14px;
    text-align: right;
    margin:1px 0;
}

.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.jiaGe .different{
    font-size:21px;
    font-weight:bold;
}

/* å…³æ³¨å¼€ç›˜æ—¶é—´ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.attention{
	display:inline-block;
	font-size: 12px;
    color: var(--qiTiZiTiColor);
    border: 1px solid var(--qiTiZiTiColor);
    border-radius: 4px;
    padding: 1px 5px;
    cursor: pointer;
	float:right;
}

/* è¯¥å’¨è¯¢å¸ˆ */
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.gaiGiXunShi {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end; 
    justify-content: flex-end; 
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.gaiGiXunShi>span{
    display:inline-block;
    margin-left:5px;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.gaiGiXunShi>span:nth-child(1){
    width:40px;
    height:40px;
    border-radius:50%;
    overflow: hidden;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.gaiGiXunShi>span:nth-child(1) img{
    width:100%;
    height:100%;
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.gaiGiXunShi>span:nth-child(2){
    font-weight:bold;
    position: relative;
    /*top:-17px;*/
}
.AroundTheShow .housesSum .loupanList>ul>li .TheRealEstate .MaterialParameters .PriceConsulting>div.gaiGiXunShi>span:nth-child(3){
    font-size:14px;
    color:var(--qiTiZiTiColor);
    border:1px solid var(--qiTiZiTiColor);
    border-radius: 4px;
    padding:1px 5px;
    position: relative;
    /*top:-17px;*/
	cursor:pointer;
}

/* èµ„æ–™ end */
/* è¯¥æ¥¼ç›˜ end */


/* æˆ·åž‹ - è¡¨æ ¼ */
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable{
    width:100%;
    margin-top:30px;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table{
    width:100%;
    border:1px solid #eaeaea;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table .yellowColor{
    color:var(--nextColorHue);
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table .oneTr{
    height: 40px;
    background:#eaeaea;
    vertical-align: middle;
    font-size:14px;
    font-weight: 600;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table .oneTr>img{
    width:30px;
    height:30px;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table td{
    width:100px;
    font-size:14px;
    color:#666;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table td:nth-child(1){
    width:160px;
    text-align: center;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table td:nth-child(5){
    width:300px;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table tr:nth-child(2){
    height: 50px;
}
.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table .shenqingTag>span{
    display: inline-block;
    padding:3px 8px;
    border:1px solid #999999;
    color:#999999;
    border-radius:4px;
    margin-right:5px;
    cursor:pointer;
}

.AroundTheShow .housesSum .loupanList>ul>li .houseTypeTable>table .shenqingTag>span:hover{
    color:var(--qiTiZiTiColor);
    border:1px solid var(--qiTiZiTiColor);
}
/* æˆ·åž‹ - è¡¨æ ¼ end */
/* æ¥¼ç›˜åˆ—è¡¨ end */

/* åˆ†é¡µ */
.AroundTheShow .housesSum .loupanList>.paging{
    width:100%;
    display:flex;
    display:-webkit-flex;
    -webkit-justify-content: center; 
    justify-content: center;
    margin-top:22px;
}
.AroundTheShow .housesSum .loupanList>.paging>div,.AroundTheShow .housesSum .loupanList>.paging>ul,.AroundTheShow .housesSum .loupanList>.paging>ul>li{
    display:inline-block;
    border:1px solid #ddd;
    color:#555;
    margin:0 4.5px;
    padding:0 10px;
    cursor:pointer;
}
.AroundTheShow .housesSum .loupanList>.paging>ul{
    padding:0;
    margin:0 4.5px;
    border:none;
    cursor:default;
}
.AroundTheShow .housesSum .loupanList>.paging>ul>li.different,.AroundTheShow .housesSum .loupanList>.paging>ul>li:hover,.AroundTheShow .housesSum .loupanList>.paging>div:hover{
    background:#2b70f8;
    border:1px solid #2b70f8;
    color:#fff;
}
/* åˆ†é¡µ end */


/* å·¦ end */


/* å³ */
.AroundTheShow .otherCategories{
    width:322px;
    float:left;
}

/* é€šç”¨æ ‡é¢˜ */
.GeneralTitle{
    font-size: 26px;
    color:#444;
}
.GeneralTitle>a{
    display: inline-block;
    float: right;
    clear: both;
    font-size:14px;
    color:#444;
    position: relative;
    top:15px;
} 
/* é€šç”¨æ ‡é¢˜ */

/* æ¯æœˆæˆ¿ä»· */
.AroundTheShow .otherCategories .MonthlyPrices{
    width:100%;
}
.AroundTheShow .otherCategories .MonthlyPrices>table{
    width:100%;
    border:1px solid #ddd;
    margin-top:23px;
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td{
    border:1px solid #ddd;
    padding:8px 0 8px 8px;
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td>span{
    display: block;
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td>span:nth-child(1){
    font-size:14px;
    color:#666;
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td>span.price-per-unit,
.AroundTheShow .otherCategories .MonthlyPrices>table tr td:nth-child(2)>span.Chain{
    color:var(--nextColorHue);
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td:nth-child(1)>span:nth-child(2){
    font-size:18px;
    font-weight: bold;
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td:nth-child(1)>span:nth-child(2)>span,.AroundTheShow .otherCategories .MonthlyPrices>table tr td:nth-child(3)>span:nth-child(2)>span{
    font-size:12px;
    margin-left:3px;
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td:nth-child(2)>span:nth-child(2){
    font-size:14px;
}
.AroundTheShow .otherCategories .MonthlyPrices>table tr td:nth-child(3)>span:nth-child(2){
    font-size:16px;
    font-weight: bold;
}
/* é¢œè‰² */
.MonthlyPricesRed{
    color:var(--nextColorHue);
}
.MonthlyPricesGreen{
    color:#74a75a;
}
.MonthlyPricesBlack{
    color:#0c1a35;
}
/* é¢œè‰² */
/* æ¯æœˆæˆ¿ä»· */



/* å¸¦å›¢çœ‹æˆ¿ */
.takeLookHouseSth{
    width:100%;
    height:230px;
    background:url(http://192.168.1.201/pingtai/images/icon/lookHouseTuan.jpg) no-repeat;
    padding:20px;
    margin-top: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:15px;
} 
/* é€šç”¨æ ‡é¢˜ */

.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:#2b70f8;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
/* å¸¦å›¢çœ‹æˆ¿ */




/* ä¼˜æƒ æ´»åŠ¨ */
.activity-onSale-area{
    width:100%;
    background:url(http://192.168.1.201/pingtai/images/icon/lookHouseTuan.jpg) no-repeat;
    padding:20px;
    margin-top:40px;
}
/* é€šç”¨æ ‡é¢˜ */
.activity-onSale-area .GeneralTitle{
    font-size: 26px;
    color:#444;
    font-weight: bold;
}
.activity-onSale-area .GeneralTitle>a{
    display: inline-block;
    float: right;
    clear: both;
    font-size:14px;
    color:#444;
    font-weight: 100;
    position: relative;
    top:15px;
} 
/* é€šç”¨æ ‡é¢˜ */
/* è½®æ’­ */
.activity-onSale-area .onSalea-ctivity{
	max-height: 160px;
	overflow: hidden;
}
.activity-onSale-area .activity-bar{
    display: -webkit-flex;
    display: flex;
	height: 50%;
    margin: 10px 0 10px;
    padding:10px 10px;
    /*border-bottom:1px solid #f1f6f9;*/
	background-size:100% 100% !important;
	background-repeat: no-repeat !important;
	border-radius: 4px;
}
.activity-onSale-area .activity-bar:last-of-type{
    border:none;
}
/* .activity-onSale-area .activity-bar > div{
    height:.8rem;
} */

/* M */
.activity-onSale-area .activity-bar .onLine-middle{
    width: 70%;
    color:#a1a1a1;
}
.activity-onSale-area .activity-bar .onLine-middle > p{
	margin: 0;
	padding: 0;
}
.activity-onSale-area .activity-bar .onLine-middle .title-acti{
    font-size:14px;
    color:#222;
    font-weight:bold;
    margin-bottom: 5px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;;
}
.activity-onSale-area .activity-bar .onLine-middle .activity-cont{
    width: 100%;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;;
}
/* R */
.activity-onSale-area .activity-bar .onLine-right{
    width: 30%;
    text-align: center;
}
.activity-onSale-area .activity-bar .onLine-right .apply-btn{
    font-size: 12px;
    display: inline-block;
    padding: 2px 10px;
    border-radius:15px;
    overflow: hidden;
    color:#C76048;
    border:1px solid #C76048;
    margin-top:12px;
	cursor:pointer;
}
/* è½®æ’­ */
/* ä¼˜æƒ æ´»åŠ¨ */





/* å¸®æ‰¾æˆ¿ */
.helpLookForHouse{
    width:100%;
    margin-top:40px;
    margin-bottom:40px;
}

.helpLookForHouse .downList{
    padding:20px;
    border:1px solid #d2d2d2;
}
/* å¸®æ‰¾æˆ¿ end */



/* æ–°æˆ¿æŽ¨è */
.newHouseRecommend{
    width:100%;
    margin-top:40px;
}
.newHouseRecommend>ul{
    width:100%;
    margin:0;
    padding:0;
}
.newHouseRecommend>ul>li{
    width:100%;
    margin-top:22px;
    margin-bottom:22px;
    list-style: none;
}

.newHouseRecommend>ul>li .newHousePhoto{
    width:100%;
    height:180px;
    display: block;
	overflow:hidden;
}
.newHouseRecommend>ul>li .newHousePhoto img{
    width:100%;
    height:100%;
}
/* å‚æ•° */
.newHouseRecommend>ul>li .parameter{
    width:100%;
    padding:8px 0;
}
.newHouseRecommend>ul>li .parameter>div:nth-child(1)>a{
    color:#0c1a35;
    font-size:16px;
    font-weight:bold;
}
.newHouseRecommend>ul>li .parameter>div:nth-child(1)>a:hover{
	color:var(--qiTiZiTiColor);
}
.newHouseRecommend>ul>li .parameter>div:nth-child(1)>span{
    color:var(--nextColorHue);
    font-size:16px;
    font-weight:bold;
    float: right;
    clear: both;
}
.newHouseRecommend>ul>li .parameter>div:nth-child(2){
    color:#666;
    font-size:14px;
}
/* æ–°æˆ¿æŽ¨è end*/


/* å³ end */


/* å·¦å³æ˜¾ç¤º end */








/* è‡ªå¸¦ */
.help-house>.widget{
    font-size: 26px;
    color: #444;
	margin-bottom:22px;
}
.help-house .sdc-cq,
.help-house .sdc-hx,
.help-house .sdc-ys{
	margin-bottom:10px;
}


.changer-nav{
	float:left;
}
.AroundTheShow .housesSum .rank{
	position:relative;
}
.changer-actions{
	position:absolute;
	right:0;
}
#bu-zhi-dao{
	height:55px;
}
#bu-zhi-dao>a{
	display:inline-block;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.sort{
	padding:0;
	margin:0;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.sort>li{
	display:inline-block;
	margin-right:10px;
}





#hardcore{
	width:100%;
}
#hardcore>ul{
	border-top: 1px solid #f3f3f3;
	width:100%;
	padding:0;
	margin:0;
}
#hardcore>ul>li{
	list-style:none;
	display:inline-block;
	margin:0 10px;
}







/* å¸®æ‰¾æˆ¿ */
.help-house .input-group,.help-house .cardPhone{
	width:100%;
}
.help-house .typeahead{
	border-radius: 4px !important;
	height:34px !important;
}
.help-house .cardPhone .control-phone{
	height:34px !important;
	margin-bottom:10px;
}
.checkout{
	width:100%;
	padding:0;
	margin:auto;
	margin-top:8px;
}

.checkout>input{
	width:60% !important;
	border-radius: 4px !important;
	overflow:hidden;
}
input.looking-house-code{
	width: 65% !important;
    border-radius: 4px !important;
    overflow: hidden;
}
.cardPhone #house-sub-param{
	width:100%;
}
.time-check {
    border: 1px solid #ccc;
    width: 33%;
    margin: auto;
    float: right;
    height: 34px;
    line-height: 34px;
    border-radius: 4px !important;
    text-align: center;
	cursor:pointer;
}

.sdc-new-list div input{
	height:34px !important;
}
.anniu-yang-shes{
	margin:0;
}

/* å¸®æ‰¾æˆ¿ end */
.changer-nav a{
	padding: 0 22px;
    display: block;
	font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.changer-nav .active a.on{
    color: var(--qiTiZiTiColor);
}


.sort-color{
	color:red;
}
.control{
	display:none;
}
.AroundTheShow .housesSum .loupanList > ul > li .TheRealEstate .MaterialParameters .normalData > div .newHousePhoto{
	margin-left:12px;
}


.pagination-wrap{
	margin:25px 0;
}
.qrcode{
    margin-top: -124px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 30px;
    transform: translateX(-29%);
    z-index: 4;
     display: none; 
    border: 1px solid #e8eeea;
    background: #fff;
}
#qrCodeIco{
	width:50px;
	height:50px;
	position: absolute;
	top: 50%;
    left: 50%;
	z-index:4; 
    transform:translate(-50%,-50%);
}

.qrcode .qrcodeImp{
	width:100%;
	height:100%;
	position:relative;
}
.qrcode .qrcodeImp .qr-tips-txt {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color:#999;
}
.qrcode canvas{
	width:100%;
	height:100%;
	z-index:20000; 
}
.huxingType{
	margin-right:8px;
}
.dialing{
	position: relative;
}

.form-group{
	    margin-left: 1px;
		margin-bottom: 2px;
}

.sorryWindow{
	height: 200px;
    border-bottom: 5px solid #4782ec;
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
}

.likeWindow{
	font-size: 20px;
}

.state {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 5px;
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
    border-radius: 2px;
    background: var(--Listcolor);
}

.feature {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #7b91cd;
    margin-right: 5px;
    cursor: pointer;
    padding: 2px 5px;
    background: #f2f5f7;
	display: inline-block;
}

.propertyType {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: var(--qiTiZiTiColor);
    color: aliceblue;
    margin-right: 5px;
    padding: 2px 5px;
}
#code-text{
    font-size: 12px;
   color: var(--qiTiZiTiColor) !important;

}
#saoyisao{
 color: var(--qiTiZiTiColor) !important;
}


/* ä¼˜æƒ æ¥¼ç›˜åˆ—è¡¨ */
.on-sale-buildingList {
    width: 100%;
}
.on-sale-buildingList .on-sale-dialing,
.on-sale-buildingList .on-sale-dialing .iconfont{
    font-size: 12px !important;
    color: var(--qiTiZiTiColor) !important;
}
/* åœ¨å”® */
.on-sale-buildingList .on-sale-youhuitongz{
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.on-sale-buildingList .on-sale-youhuitongz .state,
.on-sale-buildingList .on-sale-youhuitongz .feature,
.on-sale-buildingList .on-sale-youhuitongz .propertyType {
    margin-bottom: 0 !important;
}
/* åœ°å€ */
.on-sale-buildingList .on-sale-siteWidth{
    max-width: 230px !important;
}
.on-sale-buildingList .on-sale-site {
    display: inline-block;
    width: 24px;
    height: 22px;
    line-height: 22px;
}
.on-sale-buildingList .on-sale-site .iconfont{
    font-size: 18px;
}
/* ä¼˜æƒ ä¿¡æ¯ */
.on-sale-buildingList .on-sale-message-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: var(--nextColorHue);
    font-size: 14px;
}
.on-sale-buildingList .on-sale-message-box .mes-left-box{
    width: 20px;
    height: 40px;
    line-height: 40px;
}
.on-sale-buildingList .on-sale-message-box .mes-left-box .iconfont{
    font-size: 14px;
}
.on-sale-buildingList .on-sale-message-box .mes-right-box{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 0;
    line-height: 40px;
}
/* ä¼˜æƒ ä¿¡æ¯ end */
/* è¡¨æ ¼æ¸…é›¶ */
.on-sale-buildingList .houseTypeTable.on-sale-houseTypeTable{
    margin-top: 0 !important;
}
/* è¡¨æ ¼æ¸…é›¶ end */
/* ä¼˜æƒ æ¥¼ç›˜åˆ—è¡¨ end */



/* loading */
.loupan-loading-gifBox {
    display: none;
}
/* loading end */


/*æ¥¼ç›˜å¿«æŠ¥*/
.realEstateMarketBulletin .remb-list {
    border-left: 1px solid #ddd;
}
/*.realEstateMarketBulletin .remb-list .remb-item {
}*/
.realEstateMarketBulletin .remb-list .remb-link {
    display: block;
    padding: 16px 0;
    padding-left: 12px;
}
.realEstateMarketBulletin .remb-list .remb-top {
    position: relative;
    margin-bottom: 8px;
    font-size: 12px;
    color: #888;
}
.realEstateMarketBulletin .remb-list .remb-top::before{
    content: '';
    z-index: 1;
    position: absolute;
    top: 4px;
    left: -15px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #888;
}
.realEstateMarketBulletin .remb-list .orderIt {
    font-size: 14px;
    color: #555;
}
.realEstateMarketBulletin .remb-list .remb-link:hover {
    background: #eaeaea;
}
.realEstateMarketBulletin .remb-list .remb-link:hover .orderIt {
    color: var(--qiTiZiTiColor);
}
/*æ¥¼ç›˜å¿«æŠ¥ end */