:root{
	--biaotiTitle:#F56A02;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
}


/* ä¸Šä¸‹è¾¹è· */
.HotProperty,.discountsHouses,.bargainCase,.messageAndAskReply,.bridalRecommend,.BrandOrigin{
	margin:50px 0; 
}




/* è½®æ’­å›¾ */
.slideshow{
    width:100%;
    height:360px;
    background:rgba(233, 230, 230, 0.438);
    position:relative;
	z-index:1;
	/*overflow: hidden;*/
}
.slideshow>ul{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.slideshow>ul>li{
    list-style: none;
    width:100%;
    height:100%;
    float:left;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.slideshow>ul>li a{
	display:block;
	width:100%;
	height:100%;
}
.slideshow>ul>li img{
    width:100%;
    height:100%;
}
.slideshow>ul>li:nth-child(1){
    background:#f37474;    
}
.slideshow>ul>li:nth-child(2){
    background:#8df374;
}
.slideshow>ul>li:nth-child(3){
    background:#74d5f3;    
}
.slideshow>ul>li:nth-child(4){
    background:#d55eec;   
}
.slideshow>ul>li:nth-child(5){
    background:#644515;   
}

/* ä¸‹ä¸€æ­¥ - ä¸Šä¸€æ­¥ */
.slideshow .prev, .slideshow .next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    padding:10px;
    font-size:48px;
    font-weight:bold;
    background:rgba(02,02,02,0.3);
    color:#fff;
    display:none;
    cursor:pointer;
	z-index:3;
}
.slideshow .prev{
    left:50px;
}
.slideshow .next{
    right:50px;
}
/* è½®æ’­å›¾ end*/




/* å°å· - è½®æ’­å›¾ */
.smallSlideshow{
    width:100%;
    height:333px;
    border-radius:6px;
    overflow: hidden;
    background:rgba(233, 230, 230, 0.438);
    position:relative;
}
.smallSlideshow>ul{
    width:400%;
    height:100%;
    padding:0;
    margin:0;
}
.smallSlideshow>ul>li{
    list-style: none;
    width:382px;
    height:100%;
    float:left;
}
.smallSlideshow>ul>li img{
    width:100%;
    height:100%;
}
.smallSlideshow>ul>li:nth-child(1){
    background:#f37474;    
}
.smallSlideshow>ul>li:nth-child(2){
    background:#8df374;    
}
.smallSlideshow>ul>li:nth-child(3){
    background:#74d5f3;    
}
.smallSlideshow>ul>li:nth-child(4){
    background:#d55eec;    
}
.smallSlideshow>ul>li:nth-child(5){
    background:#644515;    
}

/* ä¸‹ä¸€æ­¥ - ä¸Šä¸€æ­¥ */
.smallSlideshow .prev, .smallSlideshow .next{
    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;
}
.smallSlideshow .prev{
    left:10px;
}
.smallSlideshow .next{
    right:10px;
}
.adverContent{
	 background-color: rgba(0,0,0,0.5);
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: aliceblue;
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 5;
}
/* è½®æ’­å›¾ end*/




/*ä¸­é—´ - æœç´¢ - å—*/
.searchSE{
    width:675px;/*è®°å¾—åŠ 40px*/
    /*height:180px;è®°å¾—åŠ 40px*/
    padding:20px;
    border-radius:12px;
    background:rgba(0,0,0,0.6);
    box-shadow: 0 0 13px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 13px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 13px 7px rgba(0,0,0,0.2);
    position:absolute;
    top:50%;
    left:50%;
	z-index:4;
    transform:translate(-50%,-50%);
    /*overflow: hidden;*/
}

/* logo ä¸Ž åŸŽå¸‚ */
.searchSE .logoCity{
    width:100%;
    height:65px;
}
.searchSE .logoCity .logoPohne{
    float: left;
    width:105px;
    height:100%;
}
.searchSE .logoCity .logoPohne img{
    width:100%;
    height:100%;
}

.searchSE .logoCity .citySelect{
    float:left;
    width:200px;
    height:100%;
    line-height:100px;
    font-size:16px;
    color:#fff;
}
.searchSE .logoCity .citySelect a{
    color:#fff;
}


/* æœç´¢ */
.searchSE .classifySE{
    width:100%;
    height:111px;
}
.searchSE .classifySE>ul{
    width:97%;
    height:32px;
    margin:10px auto;
    position:relative;
    padding:0;
}
.searchSE .classifySE>ul>li{
    display: inline-block;
    letter-spacing: 1px;
    padding:5px 12px;
    border-radius:4px;
    color:#fff;
    cursor:pointer;
	overflow:hidden;
}
.searchSE .classifySE>ul>li>a{
	/*display: block;*/
	width:100%;
	height:100%;
    color:#fff;
}
.searchSE .classifySE>ul>li:hover{
    background:var(--qiTiZiTiColor);
}
.searchSE .classifySE>ul>li.defaultColor{
    background:var(--qiTiZiTiColor);
}

.searchSE .lookSeMapSe{
    width:97%;
    margin:22px auto 0;
}
.searchSE .lookSeMapSe .inputBtn{
    width:80%;
    height:38px;
    float:left;
    border-radius:4px;
    overflow: hidden;
    font-size: 0px;
}
.searchSE .lookSeMapSe .inputBtn input{
    width:84%;
    height:100%;
    float:left;
    border:none;
    padding: 0 10px;
    border-radius:4px 0 0 4px;
    background:#fff;
	font-size:14px;

}
.searchSE .lookSeMapSe .inputBtn button{
    width:12%;
    height:100%;
    float:left;
    border:none;
    border-radius:0 4px 4px 0;
    background:var(--qiTiZiTiColor);
    font-size:24px;
    color:#fff;
    cursor:pointer;

}

.searchSE .lookSeMapSe .mapSE{
    width:18%;
    height:38px;
    line-height:38px;
    padding-left:10px;
    float:left;
}
.searchSE .lookSeMapSe .mapSE a{
    display: inline-block;
    color:#fff;
}
.searchSE .lookSeMapSe .mapSE i{
    font-size:18px;
}
.searchSE .lookSeMapSe .mapSE span{
    font-size:16px;
}

/* ä¸‰è§’å½¢ */
.triangle{
    width: 0;
    height: 0;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: -25px;
    left: 13px;
}

/*ä¸­é—´ - æœç´¢ - å— end */


/* çƒ­é—¨æœç´¢ */
.hot_search_wrod{
	font-size:14px;
	color:#fff;
	padding-left: 10px;
}
.hot_search_wrod::after{
	content: "";
	display: block;
	clear: both;
}
.hot_search_wrod .hot_search_tag{
	width: 85%;
	float:left;
}
.hot_search_wrod .hot_search_tag a{
	margin-right:12px;
	color:#fff;
}
.hot_search_wrod .hot-search-location{
	width:15%;
	float:left;
}
/* çƒ­é—¨æœç´¢ end */

/* åº•éƒ¨ - é€šçŸ¥ - å— */
.informBox{
    width:100%;
    height:40px;
    position:absolute;
    bottom:0;
    left:0;
	z-index:1;
    box-shadow:inset -7px -40px 23px -19px rgba(0,0,0,0.5);
    -webkit-box-shadow:inset -7px -40px 23px -19px rgba(0,0,0,0.5);
    -moz-box-shadow:inset -7px -40px 23px -19px rgba(0,0,0,0.5);
}
.informBox .informContenr{
    width:1200px;
    height:100%;
    margin:auto;
}



/* æ–‡å­—å‘ä¸Šç¿»æ»š */
#FontScroll{
    width:100%;
    height:30px;
    line-height:30px;
    /* border:1px solid green; */
    overflow:Hidden;
    margin: 5px auto;
    font-size:16px;
    letter-spacing: 1px;
}

#FontScroll>ul{
    overflow:Hidden;
	position:relative;
}
#FontScroll>ul>li{
    height:30px;
    line-height:30px;
}


#FontScroll .line{
    text-align:left;
    width:100%;
}
#FontScroll a{
    color:#fafbff;
}
#FontScroll b{
    display: inline-block;
    color:#fff;
    margin:0 20px;
}
#FontScroll>ul{
	padding:0;
	margin:0;
}
#FontScroll>ul>li{
	width:50%;
	float:left;
 
}
#FontScroll>ul>li span{
    margin-right:5px;
}
#FontScroll>ul>li i{
    font-size:16px;
}

/*å¥‡æ•°è¡Œ*/
#FontScroll>ul>li:nth-child(odd):after{
    content: "|";
    position: relative;
    top: 0;
	left:41px;
	color:#fff;
}

/* åº•éƒ¨ - é€šçŸ¥ - å— end */






/* ä¸­é—´å®½ 1200px */
.middleInterlayer{
    width:1200px;
    margin:auto;
    /*overflow: hidden;*/
}
/* ä¸­é—´å®½ 1200px ç»“æŸ */
/*.exper{
	height: 24px;
margin-bottom: 10px;
font-size: 18px;
font-family: "æ–¹æ­£å¤§é»‘ç®€ä½“";
color: #2d2d2d;
	float:right;
}
.exper-content{
height: 74px;
overflow: hidden;
font-size: 16px;
font-family: "å¾®è½¯é›…é»‘";
color: #5d5d5d;
}*/




/* æ–°æˆ¿ ä¸Ž ä»·æ ¼èµ°åŠ¿ */
.bridalPricetrend{
    width:1200px;
    margin:50px 0;
    overflow: hidden;
}
.bridalPricetrend .bridal{
    width:700px;
    padding:20px;
    min-height:315px;
    border:1px solid #dddddd;
    float:left;
    border-radius:4px;
}
.bridalPricetrend .pricetrend{
    width:475px;
    padding:20px;
    height:315px;
    border:1px solid #dddddd;
    float:right;
    border-radius:4px;
}



/* æ–°æˆ¿ ä¸Ž ä»·æ ¼èµ°åŠ¿ å…±ç”¨æ ·å¼ */
.bridalPricetrend .bridal .titleBiaoti,.bridalPricetrend .pricetrend .titleBiaoti{
    width:100%;
    height:35px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
}
.bridalPricetrend .bridal .titleBiaoti h2,.bridalPricetrend .pricetrend .titleBiaoti h2{
    font-size: 20px;
    color:var(--biaotiTitle);
	display:inline-block;
	line-height: 35px;
}

/* æ–°æˆ¿ */
.bridalPricetrend .bridal .titleBiaoti a.entrust{
    display: block;
    padding:3px 7px;
    font-size:14px;
    /*font-weight:bold;*/
    color:#f5970f;
    border:1px solid #f5970f;
    border-radius:4px;
    float:right;
    clear:both;
}
.bridalPricetrend .bridal .titleBiaoti i{
    font-weight:100;
    margin:0 3px;
}


/* åŒºåŸŸé€‰æ‹© */
.bridalPricetrend .bridal .bridalContent{
    width:100%;
	/*height: 87px;*/
}
.bridalPricetrend .bridal .bridalContent>div{
    width:100%;
    margin-top:14px;
    overflow: hidden;
}
.bridalPricetrend .bridal .bridalContent .bridalLeft{
    width:60px;
    /*height:100%;*/
    /* border:1px solid #e3e3e3; */
    float:left;
    font-size:14px;
    font-weight:bold;
    color:var(--biaotiTitle);
}
.bridalPricetrend .bridal .bridalContent .bridalRight{
    width:598px;
    /* height:110px; */
    /* border:1px solid #e3e3e3; */
    float:left;
    font-size:14px;
    color:#666;
    overflow: hidden;
    padding: 0 10px;
}
.bridalPricetrend .bridal .bridalContent .bridalRight a{
    display: inline-block;
    margin:0 13px 12px;
    cursor:pointer;
	color:#666;
}
.bridalPricetrend .bridal .bridalContent .bridalRight a:hover,.bridalPricetrend .bridal .bridalContent .bridalRight span:hover{
    color:var(--qiTiZiTiColor);
    font-weight:bold;
}

.news-house, .used{
width: 8px;
height: 8px;
float: left;
padding: 1;
margin-top: 18px;
margin-right: 8px;
border-radius: 4px;
}
.find-house{
	float:left;
}
.news-house{
background:#ee6e6e;
}
.used{
background:#7083ee;
margin-left: 10px;
}

/* ä»·æ ¼èµ°åŠ¿ */
.bridalPricetrend .pricetrend .titleBiaoti span.suite{
    display: block;
    float: right;
    clear:both;
    font-size:14px;
    color:#999;
    margin-top:6px;
}
.bridalPricetrend .pricetrend .titleBiaoti span.suite a{
    font-size:18px;
}


.bridalPricetrend .pricetrend .pricetrendContent{
    width: 100%;
    overflow: hidden;
}
.bridalPricetrend .pricetrend .pricetrendContent .ArticleData{
    height:40px;
    line-height: 40px;
    font-family:"é»‘ä½“";
    font-size:14px;
    color:#222222;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px 0px 0px 7px;
}
.bridalPricetrend .pricetrend .pricetrendContent .ArticleData span i{
    margin:0 3px;
}
.bridalPricetrend .pricetrend .pricetrendContent .ArticleData .blueColor{
    color:var(--nextColorHue);
    font-weight:bold;
    font-size:16px;
}
.bridalPricetrend .pricetrend .pricetrendContent .ArticleData .redColor{
    color:#e90b32;
}
.bridalPricetrend .pricetrend .pricetrendContent .ArticleData .greenColor{
    color:#779758;
}

/* ç»Ÿè®¡å›¾ */
.bridalPricetrend .pricetrend .pricetrendContent .cartogram{
    width:100%;
    height:200px;
}






/* é€šæ  */
.tongLan{
    width:1200px;
    /*height:60px;*/
    margin:5px 0;
    overflow: hidden;
}
.tongLan>a{
	display:block;
	width:100%;
    height:auto;
}
.tongLan img{
    width:100%;
    height:auto;
}
/* é€šæ  end */




/* å¤§ æ ‡é¢˜ (ç‹¬ç«‹ä¸€å—) */
.bigTitle{
    width:100%;
	height:45px;
    margin-bottom:20px;
}
.bigTitle > div{
	display:inline-block;
}
.bigTitle .bigWord{
	display:inline-block;
    font-size:26px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
    color:var(--biaotiTitle);
    margin-right:5px;
	margin-bottom: 0;
	position:relative;
	top:10px;
}
.bigTitle .littleWord{
    font-size:14px;
    font-family:"é»‘ä½“";
    color:var(--littleBiaotiTitle);
	position:relative;
	bottom:-10px;
}
.bigTitle>a{
    display: block;
    float:right;
    font-size:14px;
    font-family:"é»‘ä½“";
    color:var(--qiTiZiTiColor);
    border:1px solid var(--qiTiZiTiColor);
    border-radius: 4px;
    padding:2px 10px;
    margin-top:5px;
	position:relative;
	bottom:-10px;
}
/* å¤§ æ ‡é¢˜ end */







/* çƒ­é—¨æ¥¼ç›˜ */
.HotProperty{
    width:1200px;
    /*overflow: hidden;*/
}
.HotProperty .bigTitle{
	margin-bottom: 0;
}
/* çƒ­é—¨æ¥¼ç›˜ end */



/*  åˆ—è¡¨   (ç‹¬ç«‹ä¸€å—) */
.messageList{
    width:100%;
    /*overflow: hidden;*/
}
.messageList>ul{
    padding:0;
    margin:0;
    width:105%;
    /*overflow: hidden;*/
}
.messageList>ul>li{
    display: block;
    list-style:none;
    width:277.5px;
    float: left;
    margin-right:30px;
	margin-bottom:30px;
    /*overflow: hidden;*/
}

/* å›¾ */
.messageList>ul>li .List-TopPhoto{
    width:100%;
    height:200px;
    border-radius:6px;
    overflow: hidden; 
	position:relative;
}
.messageList>ul>li .List-TopPhoto:hover img{
	transform: scale(1.1);
}
.messageList>ul>li .List-TopPhoto img{
    width:100%;
    height:100%;
}
/* éšè—å†…å®¹ */
.messageList>ul>li .List-TopPhoto .skip{
	/*display:none;*/
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:rgba(0,0,0,0.3);
}
.messageList>ul>li .List-TopPhoto .skip>div{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 70%;
    /* height: 24%; */
    /*line-height: 50px;*/
	padding:10px 0;
    border-radius: 6px;
    background: rgba(255,255,255,0.4);
    color: #fff;
    text-align: center;
	
}
/*.messageList>ul>li .List-TopPhoto .skip>div>i{
	font-size:16px;
}
.messageList>ul>li .List-TopPhoto .skip>div>span{
	display:block;
	width:200px;
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%,-30%);
}*/
/* å›¾ end */


/* ä¿¡æ¯å†…å®¹ */
.messageList>ul>li .List-Hot-Content{
    padding-top:10px;
}
.messageList>ul>li .List-Hot-Content>div{
    width:100%;
	padding:5px 0;
   /* overflow: hidden;*/
    white-space: nowrap;
	text-overflow: ellipsis;
}

/* ç¬¬ä¸€è¡Œ */
.messageList>ul>li .List-Hot-Content>div .areaAndName{
    display: block;
    word-spacing: -3px;
    letter-spacing: -1px;
}
.messageList>ul>li .List-Hot-Content>div .areaAndName span{
    font-size:18px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
}
.messageList>ul>li .List-Hot-Content>div .areaAndName .lpid{
    color:var(--weiDaoHangLanTitle);
}
.messageList>ul>li .List-Hot-Content>div .areaAndName .lpid:hover,.messageList>ul>li:hover .List-Hot-Content>div .areaAndName .lpid{
	color:var(--qiTiZiTiColor);
}

/* ç¬¬ä¸€ç‚¹äº”è¡Œ */
.messageList>ul>li .List-Hot-Content>div.quYuArea{
	font-size:14px;
	color:#666;
}

/* ç¬¬äºŒè¡Œ */
.messageList>ul>li .List-Hot-Content>div .priceMoney sup{
    font-size:12px;
}
.messageList>ul>li .List-Hot-Content>div .priceMoney{
    display: block;
    /*float:right;*/
    font-size:18px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
    color:var(--nextColorHue);
}
.messageList>ul>li .List-Hot-Content>div .specialOffer{
    font-size:14px;
    font-family: "é»‘ä½“";
    color:#333;
}

/* ç¬¬ä¸‰è¡Œ */
/* æ ‡ç­¾é¢œè‰² */
.messageList>ul>li .List-Hot-Content .tag{
    padding:3px 0;
}
.messageList>ul>li .List-Hot-Content .tag span{
    display:inline-block;
    padding:1px 5px;
    border-radius:2px;
    font-size:14px;
    font-family: "é»‘ä½“";
    margin-right:5px;
}
.messageList>ul>li .List-Hot-Content .tag span:nth-child(1){
    color:var(--qiTiZiTiColor);
    background: #f56a0224;
}
.messageList>ul>li .List-Hot-Content .tag span:nth-child(2){
    color:#d5b338;
    background: #fff5da;
}
.messageList>ul>li .List-Hot-Content .tag span:nth-child(3){
    color:#369774;
    background: #e1f5f3;
}
/* æ ‡ç­¾é¢œè‰² end */


/* ç¬¬å››è¡Œ */
/* å…¶ä»–æœåŠ¡æŒ‰é’® */
.messageList>ul>li .List-Hot-Content .service>span:nth-child(1) span{
    font-size:14px;
    font-family: "é»‘ä½“";
    color:#7b91cd;
    margin-right:5px;
	cursor: pointer;
}
.messageList>ul>li .List-Hot-Content .service>span:nth-child(1) span a{
    font-size:14px;
    font-family: "é»‘ä½“";
    color:#7b91cd;
    margin-right:5px;
}
.messageList>ul>li .List-Hot-Content .service>span:nth-child(1) span i{
    margin:0 1px;
}
.messageList>ul>li .List-Hot-Content .service>span:nth-child(2){
    display: inline-block;
    float:right;
    color:#ff702c;
    font-size:16px;
	position:relative;
	cursor: pointer;
	z-index:4;
}
.messageList>ul>li .List-Hot-Content .service>span:nth-child(2) .hidePhone{
    display:none;
    position: relative;
    top: 16px;
}
.messageList>ul>li .List-Hot-Content .service>span:nth-child(2) .hidePhone .qrcode{
    width: 131px;
    height: 131px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} 
.messageList>ul>li .List-Hot-Content .service>span:nth-child(2) .hidePhone .qrcode img,
.messageList>ul>li .List-Hot-Content .service>span:nth-child(2) .hidePhone .qrcode canvas{
    width: 100%;
    height: 100%;
} 
.qrcode canvas{
width: 79px;
height: 77px;
border-radius: 4px;
}
 
/* ä¿¡æ¯å†…å®¹ end*/
/*  åˆ—è¡¨ end */






/* ä¼˜æƒ æ¥¼ç›˜ */
.discountsHouses{
    width:1200px;
    overflow: hidden;
}
.discountsHouses .discountsHouses-List>ul{
    padding:0;
    margin:0;
    width:105%;
    overflow: hidden;
    /*3D*/
    -webkit-perspective: 0rpx;
    perspective: 0rpx;
    /*3D-end*/
}
.discountsHouses .discountsHouses-List>ul>li{
    display: block;
    list-style:none;
    width:277.5px;
    float: left;
    margin-right:30px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    /*3D*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
    /*3D-end*/
}
/* top */
.discountsHouses .discountsHouses-List>ul>li .containerContent .upper-list{
	width:100%;
	height:100%;
}
.discountsHouses .discountsHouses-List>ul>li:hover .containerContent .upper-list img{
	transform: scale(1.1);
}
.discountsHouses .discountsHouses-List>ul>li .containerContent{
    width:100%;
    height:220px;
    border-radius:6px;
    overflow: hidden;
    position:relative;
}
.discountsHouses .discountsHouses-List>ul>li .containerContent img{
    width:100%;
    height:100%;
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2);
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .message{
    width:100%;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-60%)
    
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .message>span{
    display:block;
    color:#fff;
    font-size:28px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .message>a{
    display: inline-block;
    padding:6px 15px;
    border:1px solid #fff;
    border-radius:4px;
    color:#fff;
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .message>a:hover{
    font-weight: bold;
    border:1px solid var(--qiTiZiTiColor);
    background: var(--qiTiZiTiColor);
}

.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .nameTime,
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .dis-onSale-txt{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:7px 8px;
    background:rgba(0,0,0,0.5);
    overflow: hidden;
    white-space: nowrap; 
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .dis-onSale-txt .dis-item-txt {
    position: relative; 
    padding-right: 15px; 
    color:#fff;
    font-size:16px;
    font-family:"é»‘ä½“";
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .nameTime span{
    color:#fff;
    font-size:16px;
    font-family:"é»‘ä½“";
}
.discountsHouses .discountsHouses-List>ul>li .containerContent .blackBg .nameTime .toRight{
    display:inline-block;
    float:right;
    clear: both;
}
/* bottom */
.discountsHouses .discountsHouses-List>ul>li .con-bottom-box {
    padding: 10px;
}
.discountsHouses .discountsHouses-List>ul>li .con-bottom-box .dis-house-name {
    font-size: 18px;
    font-family: æ–¹æ­£å¤§é»‘ç®€ä½“;
    color: #444;
}
.discountsHouses .discountsHouses-List>ul>li .con-bottom-box .dis-price-btnBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #FE4844;
}
.discountsHouses .discountsHouses-List>ul>li .con-bottom-box .dis-price-btnBox .dis-price {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px;
    font-style: normal;
}
.discountsHouses .discountsHouses-List>ul>li .con-bottom-box .dis-price-btnBox .dis-buttom {
    border: 1px solid #FE4844;
    outline: none;
    background: #fff;   
    padding: 3px 15px;
    border-radius: 21px;
    -webkit-box-shadow: 0px 1px 2px 0px #fe4844c7;
    -moz-box-shadow: 0px 1px 2px 0px #fe4844c7;
    -ms-box-shadow: 0px 1px 2px 0px #fe4844c7;
    -o-box-shadow: 0px 1px 2px 0px #fe4844c7;
    box-shadow: 0px 1px 2px 0px #fe4844c7;
}
/* åŒé¢ */
.discountsHouses .discountsHouses-List>ul>li .dis-front-face,
.discountsHouses .discountsHouses-List>ul>li .dis-back-face {
    background: #fff;
}
/* æ­£é¢ */
.discountsHouses .discountsHouses-List>ul>li .dis-front-face{
    position: relative;
    z-index: 2;
}
.discountsHouses .discountsHouses-List>ul>li.mouseOn .dis-front-face {
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* èƒŒé¢ */
.discountsHouses .discountsHouses-List>ul>li .dis-back-face {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/* è§¦æ‘¸ */
.discountsHouses .discountsHouses-List>ul>li.mouseOn,
.discountsHouses .discountsHouses-List>ul>li.mouseOn .dis-back-face{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #fff;
}
/* æŽ’ç‰ˆ */
/* å›¾ */
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .back-img-shade {
    background: pink;
}
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .back-img-shade,
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .back-img-shade .fake-img{
    width: 100%;
    height: 100%;
}
/* æ–‡ */
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .bf-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .bf-content-box .bf-house-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
}
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .bf-content-box .bf-dis-text {
    font-size: 16px;
    margin-top: 16px;
    padding: 0 20px;
    /* å­—ä½“æº¢å‡ºéšè— */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .bf-content-box .bf-price {
    font-size: 18px;
    margin-top: 16px;
    font-family: æ–¹æ­£å¤§é»‘ç®€ä½“;
}
/* æŒ‰é’® */
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .bf-content-box .bf-buton-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: 30px;
}
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .bf-content-box .bf-buton-box .item-but {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 12px;
    font-size: 12px;
    color: #fff;
}
.discountsHouses .discountsHouses-List>ul>li .dis-back-face .bf-content-box .bf-buton-box .item-but:hover {
    background: #fff;
    color: #FE4844;
    border: 1px solid #FE4844;
}
/* ä¼˜æƒ æ¥¼ç›˜ end */





/* æˆäº¤æ¡ˆä¾‹ */
.bargainCase{
    width:1200px;
    /*overflow: hidden;*/
}
.bargainCase .bargainCase-List{
    width:100%;
    /*overflow: hidden;*/
}
.bargainCase .bargainCase-List>ul{
    padding:0;
    margin:0;
    width:105%;
    /*overflow: hidden;*/
}
.bargainCase .bargainCase-List>ul>li{
    width:380px;
    margin-right:30px;
    display: block;
    list-style:none;
    /*overflow: hidden;*/
    float:left;
}

/* å›¾ç‰‡ */
.bargainCase .bargainCase-List>ul>li .bargainCasePhoto{
    width:100%;
    height:261px;
    border-radius:6px;
    overflow: hidden;
    position:relative;
}
.bargainCase .bargainCase-List>ul>li .bargainCasePhoto img{
    width:100%;
    height:100%;
}
.bargainCase .bargainCase-List>ul>li .bargainCasePhoto .introduce{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:8px;
    background: rgba(0,0,0,0.5);
}
.bargainCase .bargainCase-List>ul>li .bargainCasePhoto .introduce span{
    color:#fff;
    font-size:16px;
}
.bargainCase .bargainCase-List>ul>li .bargainCasePhoto .introduce span:nth-child(2){
    display:inline-block;
    clear: both;
    float:right;
}
.bargainCase .bargainCase-List>ul>li .bargainCasePhoto .introduce span:nth-child(2) sup{
    font-size:12px;
}
/* å›¾ç‰‡ end */

/* å†…å®¹ */
/* ç¬¬ä¸€è¡Œ */
.bargainCase .bargainCase-List>ul>li .bargainCaseContent{
    padding-top:10px;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent>div{
    width:100%;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent>div .clientName{
    font-size:18px;
    font-family: "æ–¹æ­£å¤§é»‘ç®€ä½“";
    color:var(--puitongTitle);
	cursor:pointer;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent>div .downPayment{
    display: inline-block;
    float:right;
    font-size:14px;
    font-family: "é»‘ä½“";
    color:#666;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent>div .clientName:hover,.bargainCase .bargainCase-List>ul>li:hover .bargainCaseContent>div .clientName{
color:var(--Listcolor);
}
/* ç¬¬äºŒè¡Œ */
.bargainCase .bargainCase-List>ul>li .bargainCaseContent .evaluate span{
    font-size:14px;
    font-size:14px;
    font-family: "é»‘ä½“";
    color:#666;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent .evaluate i{
    color:var(--Listcolor);
}

.bargainCase .bargainCase-List>ul>li .bargainCaseContent .service{
    display: inline-block;
    float:right;
    clear: both;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent .service .onLine{
    font-size:14px;
    font-family: "é»‘ä½“";
    color:#7b91cd;
    margin-right:5px;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent .service .onLine i{
    margin-right:5px;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent .service .callPhone{
    color:#ff702c;
    font-size:16px;
	position:relative;
}
.bargainCase .bargainCase-List>ul>li .bargainCaseContent .service .callPhone .hidePhone{
 position: absolute;
top: 18px;
left: -28px;
transform: translateX(-48%);
background: #fff;
padding: 2px 2px;
border-radius: 4px;
width: 85px;
height: 82px;
border: 1px solid #999;
display: none;
}
/* å†…å®¹ end */
/* æˆäº¤æ¡ˆä¾‹ end*/




/* èµ„è®¯çƒ­æ–‡ ä¸Ž è´­æˆ¿é—®ç­” */
.messageAndAskReply{
    width:1200px;
    overflow: hidden;
}

/* èµ„è®¯çƒ­æ–‡ - å·¦ */
.messageHot{
    width:834px;
    overflow: hidden;
    float:left;
    margin-right:50px;
}


/* å°å·è½®æ’­ ä¸Ž å…¨åŸŽæ´»åŠ¨ - å·¦ */
.allCityActivity{
    width:382px;
    margin-right:30px;
    float:left;
}
.allCityActivity .Activity{
    width:100%;
    padding-top:15px;
    overflow: hidden;
}
.allCityActivity .Activity .ActivityName{
    font-size: 20px;
    /* font-weight: bold; */
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
    color: var(--biaotiTitle);
}

.allCityActivity .Activity a{
    display: block;
    width:100%;
    margin-top:5px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.allCityActivity .Activity a span:nth-child(1){
    font-size:14px;
    color:#666;
}
.allCityActivity .Activity a span:nth-child(1) span{
    margin:0 10px;
}
.allCityActivity .Activity a span:nth-child(2){
    font-size:14px;
    color:#333;
}
/* å°å·è½®æ’­ ä¸Ž å…¨åŸŽæ´»åŠ¨ - å·¦ end */


/* äººæ°”çˆ†æ£š - å³ */
.PopularNow{
    width:422px;
    float:left;
}
.PopularNow .SmallText{
    width: 100%;
    padding-bottom:20px;
    border-bottom:1px dashed #bdbdbd;
}
.PopularNow .SmallText>a{
    display: block;
    width:100%;
}
.PopularNow .SmallText>a:nth-child(1){
    height:24px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
    color:#2d2d2d;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
	word-wrap: break-word;
}
.PopularNow .SmallText>a:nth-child(2){
    /*height:72px;*/
	height:68px;
    font-size: 16px;
    font-family:"å¾®è½¯é›…é»‘";
    color:#5d5d5d;
	text-overflow:ellipsis; 
	overflow:hidden; 
	word-wrap: break-word;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.PopularNow .SmallText .exper-content a{
	height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "æ–¹æ­£å¤§é»‘ç®€ä½“";
    color: #2d2d2d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
}
.PopularNow .SmallText .exper-content{
	height:24px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
    color:#2d2d2d;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
	word-wrap: break-word;
}
.PopularNow .SmallText>.exper{
	height:68px;
	overflow:hidden;
    font-size: 16px;
    font-family:"å¾®è½¯é›…é»‘";
    color:#5d5d5d;
	text-overflow:ellipsis; 
	overflow:hidden; 
	word-wrap: break-word;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.PopularNow .SmallText>.exper a{
    height: 68px;
    font-size: 16px;
    font-family: "å¾®è½¯é›…é»‘";
    color: #5d5d5d;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/* æ–‡å­—å‘ä¸Šæ»šåŠ¨ */
.TextScrolling{
    width:100%;
    height:200px;
    margin-top:10px;
    overflow: hidden;
}

.txtMarquee-top{ 
    width:100%; 
    height:100%;
    overflow:hidden; 
    position:relative;  
}
.txtMarquee-top .bd{ 
    padding:0;  
}
.txtMarquee-top .infoList li{ 
    height:40px; 
    line-height:40px;   
}
.txtMarquee-top .infoList li:hover a,
.txtMarquee-top .infoList li:hover span{
	color:var(--qiTiZiTiColor);
}
.txtMarquee-top .infoList li a{
	display:inline-block;
	width:336px;
    font-size:14px;
    font-family:"å¾®è½¯é›…é»‘";
    color:#2e2e2e; 
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.txtMarquee-top .infoList li a:hovet{
	text-decoration:underline;
}
.txtMarquee-top .infoList li .date{ 
    float:right; 
    font-size:12px;
    font-family:"å¾®è½¯é›…é»‘";
    color:#767676;  
}
/* æ–‡å­—å‘ä¸Šæ»šåŠ¨ end*/
/* äººæ°”çˆ†æ£š - å³ end */
/* èµ„è®¯çƒ­æ–‡ - å·¦ end */
/* èµ„è®¯çƒ­æ–‡ ä¸Ž è´­æˆ¿é—®ç­” red */





/* ä¼ª - å¯¼èˆªæ  ï¼ˆç‹¬ç«‹ä¸€å—ï¼‰ */
.fakeNavigationBar{
    width:100%
}
.fakeNavigationBar>ul{
    padding:0;
    margin:0;
    width:100%;
    overflow: hidden;
    margin-bottom:15px;
}
.fakeNavigationBar>ul>li{
    display: inline-block;
    height:35px;
    line-height:35px;
    margin-right:30px;
    font-size: 16px;
    font-family:"æ–¹æ­£å¤§é»‘ç®€ä½“";
    color: var(--weiDaoHangLanTitle);
    border-bottom:2px solid transparent;
    cursor:pointer;
}
.fakeNavigationBar>ul>li h3{
	font-size: 16px;
	line-height:35px;
}
.fakeNavigationBar>ul>li.default,
.fakeNavigationBar>ul>li:hover{
    /* font-size: 18px; */
    color: var(--qiTiZiTiColor);
    border-bottom:2px solid var(--qiTiZiTiColor);
}
/* ä¼ª - å¯¼èˆªæ  ï¼ˆç‹¬ç«‹ä¸€å—ï¼‰ç»“æŸ */





/* è´­æˆ¿é—®ç­” å³ */
.AskReplyRight{
    width:316px;
    float:left;
    overflow: hidden;
}
/* æ‰‹é£Žç´ */
.AskReplyRight .accordion{
    width:100%;
    height:387px;
	margin-top:5px;
    overflow: hidden;
}
.AskReplyRight .accordion h3,.AskReplyRight .accordion ul{
    margin-bottom:0;
    padding-bottom:0;
}

.sideMenu{  
    border:1px solid #dddddd;
    border-radius:6px;
    overflow: hidden;
    margin:0 auto
}
.sideMenu h3:nth-child(1){
    border:none;
}
.sideMenu h3{ 
    height:59.5px; 
    line-height:60px; 
    padding-left:45px;  
    border-top:1px solid #dddddf; 
    background:#fff; 
    cursor:pointer;
    font:normal 16px/55px "å¾®è½¯é›…é»‘";
    color:#2e2e2e;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
    /* font-weight:bold; */
    position: relative;
}
.sideMenu h3 span{ 
    position: absolute;
    top:50%;
    left:10px;
    transform:translateY(-50%);
    display:block; 
    width:33px; 
    height:33px;   
   /* background:url(http://192.168.1.201/pingtai/images/index/ask.png) no-repeat; */
    cursor:pointer; 
}
/* .sideMenu h3.on em{ 
    background-position:16px -57px; 
} */
.sideMenu ul{ 
    color:#999; 
    display:none; /* é»˜è®¤éƒ½éšè— */ 
}
.sideMenu ul li{
    height:85px;
    padding:22px 13px 13px 45px;
    background:#f5f6fa;
    font:normal 14px/23px "é»‘ä½“";
    position: relative;
    color:#323335;
	overflow:hidden;
}
.sideMenu ul li a{
	display:block;
	width:100%;
	height:100%;
	-o-text-overflow: ellipsis;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.sideMenu ul li span{
    position: absolute;
    top:50%;
    left:10px;
    transform:translateY(-50%);
    display:block; 
    width:33px; 
    height:33px;   
   /* background:url(http://192.168.1.201/pingtai/images/index/reply.png) no-repeat; */
    cursor:pointer; 
}

/* æ‰‹é£Žç´ end */

/* è´­æˆ¿é—®ç­” å³ end*/



/* æ–°æˆ¿æŽ¨è */
.bridalRecommend{
    width:1200px;
    /*overflow: hidden;*/
}
.bridalRecommend .bigTitle{
	margin-bottom: 0;
}
/* æ–°æˆ¿æŽ¨è end */



/* å“ç‰Œäº§åœ° */
.BrandOrigin{
    width:1200px;
    overflow: hidden;
}

/* ç¬¬ä¸€è¡Œ */
.BrandOrigin .firstLine{
    width:105%;
    overflow: hidden;
}
/*.BrandOrigin .firstLine>div:nth-child(1){
    width:585px;
    margin-right:30px;
}*/
.BrandOrigin .firstLine>div:nth-child(1)>div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background: rgba(0,0,0,0.5);
    text-align: center;
}
.BrandOrigin .firstLine>div:nth-child(1)>div a{
    color:#fff;
    font-size:16px;
    font-family: "å¾®è½¯é›…é»‘";

}
.BrandOrigin .firstLine>div{
    width:216px;
    height:216px;
    margin:0 30px 30px 0;
    float:left;
    border-radius:6px;
    position: relative;
    overflow: hidden;

}
.BrandOrigin .firstLine>div img{
    width:100%;
    height:100%;
}
.BrandOrigin .firstLine>div>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2);
}
.BrandOrigin .firstLine>div>a>div{
    display: block;
    position: relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:175px;
    height:85px;
    background: #fff;
    border-radius:6px;
    overflow: hidden;
}

/* ç¬¬äºŒè¡Œ */
.BrandOrigin .TheSecondLine{
    width:1200px;
    margin-top:30px;
    overflow: hidden;
}
.BrandOrigin .TheSecondLine ul{
    width:105%;
    overflow: hidden;
}
.BrandOrigin .TheSecondLine>ul>li{
    width:277.5px;
    height:262px;
    margin-right:30px;
    float:left;
    border-radius:6px;
    position: relative;
    overflow: hidden;
}
.BrandOrigin .TheSecondLine>ul>li img{
    width:100%;
    height:100%;
}
.BrandOrigin .TheSecondLine>ul>li>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2);
}
.BrandOrigin .TheSecondLine>ul>li>a>div{
    display: block;
    position: relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:175px;
    height:85px;
    background: #fff;
    border-radius:6px;
    overflow: hidden;
}
/* å“ç‰Œäº§åœ° end */

.registrationPopulation{
	float: right;
}


/* åº•éƒ¨ å…¶ä»–æœåŠ¡ */
/*.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:240px;
    height:157px;
    overflow: hidden;
    float:left;
    cursor:pointer;
}
.base>ul>li a{
    display: block;
}
.base>ul>li img{
    width:100%;
    height:100%;
}*/
/* åº•éƒ¨ å…¶ä»–æœåŠ¡ end */

.hide-content{
	display:none;
}
.activeParam{
	/* font-size: 18px; */
    color: var(--qiTiZiTiColor) !important;
	border-bottom:2px solid var(--qiTiZiTiColor) !important;
}
#param-1, #param-2, #param-3{
	display:none;
}






/* æœç´¢æ¡† */
.address {
    display: block;
    width: 50%;
	padding-right:20px;
    float: left;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-hunit-price {
    display: block;
    width: 37%;
    float: right;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* æœç´¢æ¡† end */











/* æŠ¥åå¼¹çª— */
.discounts-apply-winBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}
/* é®ç½© */
.discounts-apply-winBox .dis-shade-bgBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0,0,0,.6);
}
/* å…³é—­æŒ‰é’® */
.discounts-apply-winBox .dis-close-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  /* line-height: .6rem; */
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
.discounts-apply-winBox .dis-close-btn .fake-close-img {
  width: 100%;
  height: 100%;
}
/* ä¼ª-ç»„ä»¶ */
.discounts-apply-winBox .dis-win-component {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
  width: 400px;
}
/* èƒŒæ™¯ */
.dis-win-component .bg-img-box {
  width: 100%;
}
.dis-win-component .bg-img-box .fake-img {
  width: 100%;
}
/* å†…å®¹ */
.dis-win-component .dis-win-content {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 244px 10px 0;
  color: #fff;
}
.dis-win-component .dis-win-content .dis-house-name {
  font-size: 26px;
  margin: 14px 0;
  text-align: center;
  -webkit-text-shadow: 2px 2px 2px rgba(224, 56, 22, 0.4);
  -moz-text-shadow: 2px 2px 2px rgba(224, 56, 22, 0.4);
  -ms-text-shadow: 2px 2px 2px rgba(224, 56, 22, 0.4);
  -o-text-shadow: 2px 2px 2px rgba(224, 56, 22, 0.4);
  text-shadow: 2px 2px 2px rgba(224, 56, 22, 0.4);
}
.dis-win-component .dis-win-content .dis-onSale-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 106px;
  font-size: 21px;
  text-align: center;
  padding: 0 10px;
}
.dis-win-component .dis-win-content .dic-onSale-text .fake-span {
  /* å­—ä½“æº¢å‡ºéšè— */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* inp */
.dis-win-component .dis-win-content .dis-input-box {
  width: 84%;
  margin: 10px auto;
  padding: 15px 10px;
  background: #fff;
  border-radius: 4px;
}
.dis-win-component .dis-win-content .dis-input-box .fake-input {
  font-size: 14px;
  color: #666;
  border: none;
  outline: none;
  width: 100%;
}
/* é¢†å–æŒ‰é’® */
.dis-win-component .dis-win-content .dis-apply-btn{
  display: block;
  border: none;
  outline: none;
  width: 50%;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 45px;
  margin: 24px auto 10px;
  font-size: 16px;
  font-weight: bold;
  color: #E03716;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(224, 56, 22, 0.4);
  -moz-box-shadow: 0px 2px 6px 0px rgba(224, 56, 22, 0.4);
  -ms-box-shadow: 0px 2px 6px 0px rgba(224, 56, 22, 0.4);
  -o-box-shadow: 0px 2px 6px 0px rgba(224, 56, 22, 0.4);
  box-shadow: 0px 2px 6px 0px rgba(224, 56, 22, 0.4);
}
