
.header .location-con em{
    background:url(../image/loushiBg.png) no-repeat -2px -20px;
    width:15px!important;
}

.header .nav-list .active .title,.header .nav-list .item:hover .title{
    border-color: #FF1126;
	color: #FF1126;
}

.header .search-group .search-btn{
    background: #FF1126;
}

.header .search-relative-con .result{
    color: #ff5b5d !important;
}
/* 头部样式 */
.header{
    margin: 0 auto;
    height: 70px;
    box-sizing: border-box;
}
.header-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	z-index: 999999;
	border-bottom: 1px solid #dfdfdf;
	/* box-shadow: 0px 5px 5px #f4f4f4; */
}
.header-nav .main{
    position: relative;
}
.header .logo{
    display: block;
    width: 100px;
    float:left;
    margin-top: 10px!important;
}
.header .location-con{
    height: 23px;
    padding: 0 11px;
    line-height: 23px;
    background: #c9c8ca;
    display: inline-block;
    border-radius: 50px;
    margin-left: 15px;
    margin-top: 10px;
	cursor: pointer;
}
.header .location-con em{
    display: inline-block;
    width: 12px;
    height: 17px;
    position: relative;
    top: 2px;
}
.header .location-con .sitename{
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    vertical-align: bottom;
	max-width: 80px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.header .nav-list{
    margin-left: 50px;
    width: 400px;
    float: left;
 
}
.header .nav-list .item{
    float: left;
}
.header .nav-list .title{
    color: #333333;
    font-size: 16px;
    line-height: 66px;
    display: block;
    border-bottom: 4px solid transparent;
    padding: 0 7px;
    margin-right: 30px;
    cursor: pointer;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.header .nav-list .active .title,.header .nav-list .item:hover .title{
	font-weight: bold;
}
.header .search-group{
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 50px;
    line-height: 40px;
    position: relative;
    width: 395px;
    margin-top: 15px;
    float: right;
}
.header .search-group input{
    font-size: 12px;
    color: #333;
    text-align: left;
    display: block;
    width: 325px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 0;
    padding-left: 30px;
    position: absolute;
    left: 0;
}
.header .search-group .search-btn{
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 20px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
}
.header .complain{
    font-size: 13px;
    color: #333;
    display: block;
    cursor: pointer;
    width: 50px;
    line-height: 70px;
    float: right;
    text-align: right;
}
.header .search-relative-con{
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
    background: #FFF;
    z-index: 100;
    box-shadow: 0px 1px 2px #f4f4f4;
    padding: 20px;
}
.header .search-relative-con-1{
	padding: 20px 0;
}
.header .search-relative-bk{
    padding: 20px;
    max-height: 300px;
    overflow-y: scroll;
}
.header .search-relative-con.search-relative-bk .search-reuslt .result-item{
    max-width: 100%;
    font-size: 14px;
    line-height: 50px;
}
.header .search-relative-bk a{
    border-bottom:1px solid #f2f2f2;
}
.header .search-relative-con .floor-label{
    margin-left: 10px;
    margin-top:10px;
}
.header .search-relative-con .search-name{
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
}
.header .search-relative-con .search-name1{
    line-height: 15px;
}
.header .search-relative-con-1 .search-name{
    padding-left: 20px;
	padding-right: 20px;
}
.header .search-relative-con .search-name2{
    line-height: 15px;
    margin-top: 20px;
}
.header .search-relative-con .search-reuslt:hover{
	background-color: #f7fcff;
}
.header .search-relative-con .search-reuslt .result-item{
    color: #333;
    font-size: 12px;
    max-width: 200px;
}
.header .search-relative-con .search-result-list-show{
	max-height: 350px;
	overflow-y: scroll;
	padding: 0 20px;
}
.header .search-relative-con .result-price{
    text-align: right;
    color: #333;
    font-size: 12px;
}
.header .search-relative-con .result-price .price{
    color: #999;
    margin-right: 10px;
}
.header .search-relative-con .search-history a{
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    color: #666666;
    padding: 0 15px;
    border-radius: 50px;
	cursor: pointer;
}
.header .search-relative-con .empty-group{
    display: block;
    margin: 15px auto 0;
}
.search-delete-icon{
	float: right;
	margin-top: -5px;
	cursor: pointer;
}
.header .login-info{
    width: 200px;
    position: absolute;
    right: -200px;
    height: 70px;
    line-height: 70px;
    padding-left:10px;
    font-size: 14px;
    display: none;
}
.header .login-info em{
    font-style: normal;
    cursor: pointer;
}
/* 底部样式 */
/* 公共底部样式 */
.footer .foot_cnt .list_wrap{
    max-height:150px;
    overflow: hidden;
}
.footer{
    width:100%;
    min-height:360px;
    background-color:#363e42;
    zoom: 1;
    overflow: hidden;
    margin-top:60px;
    height:auto;

}
.footer .foot_cnt{
    width:1182px;
    height:auto;
    margin:0 auto;
}
.footer .foot_cnt .top{
    float:left;
    /* padding-top:20px; */
}
.footer .foot_cnt .top .nav{
    margin-bottom:30px;
}
.footer .foot_cnt .top .nav li{
   float: left;
   margin-right: 16px;
}
.footer .foot_cnt .top .nav li a{
    width:120px;
    height:40px;
    border-radius:2px;
    background-color:#0f1112;
    color:#fff;
    text-align: center;
    line-height:40px;
    font-size:14px;
    display: block;
}
.footer .foot_cnt .top .nav li a:hover{
    font-size:#fff;
}

.footer .foot_cnt .top .link li{
    float: left;
    margin-bottom:24px;
    margin-right:18px;
}
.footer .foot_cnt .top .link li a{
    color:#fff;
    font-size:14px;
}
.footer .foot_cnt .top .link li a:hover{
    text-decoration: underline;
}
.footer  .site_info{
    color:#fff;
    margin-bottom: 20px;
    font-size:14px;
}
.footer  .site_info span{
    margin-right:15px;
}
.footer em{
    font-style: normal;
}
.footer  .copy_right{
    color:#838282;
    font-size:12px;
    margin-bottom:20px;
}
.footer .foot_cnt .left{
    float: left;
    padding-top: 0;
}
.footer .foot_cnt .right{
    width: 282px;
    float: right;
    padding-top: 0;
}
.footer .foot_cnt .right .logo{
    height:25px;
    text-align: center;
}
.footer .foot_cnt .right .logo img{
    height:25px;
}
.footer .foot_cnt .right .qrcode img{
    width: 87px;
    height: 86px;
    margin: 0 auto;
    display: block;
}
.footer .foot_cnt .right .qrcode p{
    color:#C6C6C6;
    font-size:12px;
    text-align: center;
}
.footer .foot_cnt .right .qrcode{
    padding: 11px 0;
}
.footer .foot_cnt .inner_chain .tab_list{
    margin-bottom:30px;
}
.footer .foot_cnt .inner_chain .tab_list li{
    width: 120px;
    height: 40px;
    border-radius: 2px;
    background-color: #0f1112;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin-right: 16px;
    cursor: pointer;
}
.footer .foot_cnt .inner_chain .tab_list li.active{
    font-size: #fff;
}
.footer .foot_cnt .list_wrap .item{
    display: none;
}
.footer .foot_cnt .list_wrap .item.active{
    display: block;
}
.footer .foot_cnt .list_wrap .item a {
    float: left;
    margin-bottom: 24px;
    margin-right: 18px;
    color: #fff;
    font-size: 14px;
    line-height:20px;
}
.footer .foot_cnt .list_wrap .item a:hover{
    text-decoration: underline;
}
.home_foot .foot_cnt .top{
    width: 100%;
    min-height: 200px;
    margin-bottom:0;
    float: none;
}
.home_foot .foot_cnt .top .inner_chain{
    max-height: 220px;
    overflow: hidden;
}
.home_foot .home_inves{
    display: inline-block;
}
.home_foot .home_inves .intro{ 
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    margin-right: 15px;
}
.home_foot .home_inves .intro a{
    color:#fff;
}

.home_foot .home_inves .intro a:hover{
    text-decoration: none;
}
.home_foot .home_inves .nav li{
    line-height: 40px;
}

.home_foot .home_inves .nav{
    display: inline-block;
    margin-right: 15px;

}
.home_foot .home_inves .nav a{
    color: #fff;
    font-size: 14px;
}
.home_foot .wrapper{
    width:100%;
    position: relative;
    height: auto;
    padding-top: 20px;
}
.home_foot .wrapper .fixed{
    width:100%;
    position: relative;
}
.home_foot .wrapper .site_info{
    color: #fff;
    margin:0 0 20px 0;
    font-size: 14px;
    padding-top: 0;
}
.home_foot .foot_cnt .list_wrap .item a{
    color:#999;
}
.footer .copy_right a{
    text-decoration: underline;
    color:#999;
    
}
/* 固定头部 */
.fixed-nav-container{
    background-color: #f3f3f3;
    box-shadow: 0 0 10px #ececec;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    display: none;
}
.fixed-nav-container .nav-list a{
    display: inline-block;
    line-height: 70px;
    border-bottom: 3px solid transparent;
    padding: 0 10px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}
.fixed-nav-container .fixed-nav-mobile{
    position: relative;
    line-height:73px;
}
.fixed-nav-container .fixed-nav-mobile .name{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.fixed-nav-container .fixed-nav-mobile .name em{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
}
.fixed-nav-container .fixed-nav-mobile:hover .code-shadow{
    display: block;
}
.fixed-nav-container .code-shadow{
    position: absolute;
    position: absolute;
    top:52px;
    left: 40px;
    display: none;
}
.fixed-nav-container .code-shadow .content-group{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed-nav-container .code-shadow .content-group .name1{
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    padding: 20px 0 0;
}
.fixed-nav-container .code-shadow .content-group img{
    width: 70px;
    display: block;
    height: 70px;
    margin: 0 auto;
}
/** 公共弹层样式 */
.boxTips{ position:fixed; width:0px; height:0px; margin:auto; left:0; top:0; right:0; bottom:0; z-index:99999999; }
.boxTips .tips{ background:#000; background:rgba(0, 0, 0, 0.7); filter:alpha(opacity=70); position:absolute; padding:20px 40px; border-radius:4px; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.boxTips .tips .tit{ font-size:20px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; margin-bottom:10px; }
.boxTips .tips .desc{ font-size:16px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; }

/** 全局loading */
.enter-loading{ position:fixed; width:80px; height:80px; margin:auto; top:0; right:0; bottom:0; left:0; z-index:100000; background:rgba(0, 0, 0, 0.5); border-radius:4px; }
.enter-loading img{width: 70%;display: block;margin: 12px auto;}

/** 意见反馈表单样式 */
.complain-shadow{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.8);z-index: 9999;}
.complain-container{background-color: #FFFFFF;width: 755px;padding-bottom: 30px;position: fixed;z-index: 10000;left: 0;right: 0;margin: auto;top: 100px;bottom: 0;height: 760px;border-radius: 5px;}
.complain-container .close-btn{position: absolute;right: 20px;top: 20px;display: block;z-index: 10;width: 25px;cursor: pointer;}
.complain-container .back{display: block;margin: -50px auto 0;position: absolute;left: 0;right: 0;z-index: 100;}
.complain-container .content-header{position: relative;}
.complain-container .content-header .back-1{display: block;width: 100%;}
.complain-container .item-header{position: absolute;left: 0;width: 100%;top: 100px;padding: 0 80px;}
.complain-container .complain-name{font-size: 32px;color: #333333;font-weight: bold;text-align: center;}
.complain-container .complain-desc{color: #666666;font-size: 18px;line-height: 35px;text-align: center;}
.complain-container .mt15{margin-top: 15px;}
.complain-container .mt5{margin-top: 5px;}
.complain-container .complain-item-group{text-align: center;}
.complain-container .complain-item{display: inline-block;width: 100px;line-height: 30px;text-align: center;font-size: 16px;color: #666666;border-radius: 50px;border: 1px solid #c2c2c2;cursor: pointer;cursor: pointer;margin: 0 10px;}
.complain-container .complain-item.active{color: #FFF;}
.complain-container .fankui-item{margin-top: 25px;padding: 0 30px 0 17px;}
.complain-container .fankui-name{color: #333333;font-size: 18px;font-weight: bold;}
.complain-container .fankui-control{margin-top: 20px;padding-left: 18px;}
.complain-container .input-control{display: block;width: 100%;border-radius: 5px;padding: 0 10px;font-size: 14px;color: #333;line-height: 40px;border: 1px solid #c2c2c2;height:40px;}
.complain-container .input-control::-webkit-input-placeholder{color: #999;}
.complain-container .textarea{resize: none;line-height: 20px;padding: 10px;height: 145px;}
.complain-container .submit-form{margin-top: 25px;display: inline-block;border-radius: 5px;width: 120px;line-height: 40px;color: #FFF;font-size: 18px;border: 0;cursor: pointer;margin-left: 35px;}

/** 购房需求样式 */
.demand-con{position: fixed;background: #FFF;z-index: 99999;top: 100px;bottom: 20px;left: 0;border-radius: 10px;overflow: hidden;right: 0;margin: auto;width: 755px;}
.demand-con .demand-header{position: relative;}
.demand-con .demand-header img{display: block;}
.demand-con .demand-header .d-title{font-size: 26px;color: #FFF;font-weight: bold;line-height: 43px;position: absolute;top: 35px;left: 250px;}
.demand-con .demand-header .d-close{position: absolute;top: 15px;right: 15px;display: block;cursor: pointer;}
.demand-con .demand-content{padding: 25px;position: absolute;top: 160px;bottom: 0;overflow-y: scroll;width: 100%;}
.demand-con .demain-item{padding-bottom: 25px;}
.demand-con .de-title p{float: left;line-height: 30px;color: #333333;font-size: 18px;font-weight: bold;margin-left: 5px;}
.demand-con .de-title img{display: block;float: left;}
.demand-con .de-content{padding-left: 35px;}
.demand-con .de-label{min-width:80px;margin-top: 20px;margin-right: 30px;line-height: 30px;font-size: 14px;color: #666666;border: 1px solid #d6d6d6;border-radius: 50px;display: inline-block;padding: 0 20px;cursor: pointer;}
.demand-con .de-label:hover,.demand-con .de-label.active{color: #FFF;}
.demand-con .free-title{margin-top: 17px;color: #333;font-size: 14px;font-weight: bold;}
.demand-con .de-input{margin: 15px 0;line-height: 40px;height:40px;border: 1px solid #d6d6d6;background: transparent;border-radius: 10px;display: inline-block;width: 380px;padding: 0 15px;}
.demand-con .de-remark{font-size: 14px;color: #999;}
.demand-con .de-btn{line-height: 40px;font-size: 18px;color: #FFF;border-radius: 10px;width: 120px;text-align: center;display: inline-block;margin-top: 20px;cursor: pointer;}
.demand-con .de-round{width: 16px;height: 16px;border-radius: 50%;display: block;position: relative;float: left;}
.demand-con .de-round i{width: 8px;height: 8px;border-radius: 50%;display: block;background: #fff;position: absolute;top: 4px;left: 4px;}
.demand-con .de-round-1{background: #cbcbcb;}
.demand-con .de-start::before,.demand-con .de-end::before{text-align:center;left:-15px;content: '0万';position: absolute;top: -40px;width: 50px;font-size: 14px;color: #333;line-height: 30px;}
.demand-con .de-end::before{content: '200万';}
.demand-con .de-round-list{margin-top: 55px;}
.demand-con .de-line{width: 595px;height: 4px;background: #cbcbcb;margin: 6px -16px 6px -1px;}
.demand-con .active-line{height: 4px;position: relative;z-index: 100;}
.demand-con .active-line1{height: 4px;border-radius: 5px;position: absolute;}
.demand-con .active-line .de-round{margin-left: 15px;cursor: move;}
.demand-con .de-price{line-height: 30px;width: 50px;text-align: center;color: #FFF;font-size: 14px;border-radius: 5px;background: #5f94ff;position: relative;margin-bottom: 10px;}
.demand-con .de-price::after{content: '';border-top: 8px solid transparent;display: inline-block;position: absolute;bottom: -4px;transform: rotateZ(45deg);left: 17px;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.demand-con .de-result-list{margin-top: 30px;color: #666;font-size: 14px;line-height: 20px;}
.demand-con .de-input-price{width: 50px;line-height: 20px;border: 1px solid #d6d6d6;text-align: center;font-size: 14px;margin: 0 5px;}
.demand-con .de-avg{position: absolute;width: 50px;bottom: -6px;z-index: 100;margin-left: -30px;}

/* 分页样式*/
.pagination-con{text-align: center; margin-bottom: 20px;}
.pagination-con .item{border: 1px solid #dddddd;border-radius: 5px;line-height: 28px;width: 33px;text-align: center;display: inline-block;cursor: pointer;margin-right: 8px;color: #333333;font-size: 12px;}
.pagination-con .item.active{background-color: #eeeeee;border-color: #eeeeee;}
.pagination-con .next-page{width: auto;padding: 0 10px;}
.pagination-con .page-btn{background-color: #112348;color: #FFF;line-height: 28px;border-radius: 5px;font-size: 12px;display: inline-block;padding: 0 10px;cursor: pointer;}
.pagination-con .to-page{font-size: 12px;color: #333;line-height: 28px;margin-right: 15px;display: inline-block;}
.pagination-con .to-page input{width: 35px;display: inline-block;line-height: 28px;height:32px;font-size: 12px;border: 1px solid #dddddd;border-radius: 5px;text-align: center;margin: 0 8px;}
.pagination-con .item-ellipse{margin-right: 8px;display: inline-block;}
.news-search-con{padding-bottom: 40px;}

/* 站点选择样式*/
.site-container{display:none;width: 535px;position: absolute;top: 72px;background: #FFF;z-index: 9999;padding: 0 0px 20px 20px;max-height: 390px;overflow-y: scroll;box-shadow: 0 0 10px rgba(102, 102, 102, 0.66);border-radius: 5px;}
.site-container .address-list a{font-size: 14px;text-decoration: none;color: #1a1a1a;cursor: pointer;text-align: left;padding-right: 30px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;display: inline-block;    line-height: 30px;}
.site-container .site-area-name{font-size: 14px;color: #999;margin-top: 20px;display: block;padding-bottom: 5px;}
.citys-check-list{float: left;padding-bottom: 20px;margin-bottom: -20px;position:relative;}
.citys-check-list:hover .site-container{display: block;}
.pb30{padding-bottom: 30px;}
.weichat-call{display: block;margin: 4px auto 0;width: 73px;height: 73px;}
.citys-check-list:hover .common-site-container{display: block;}
.common-site-container{
    width: 600px;
    max-height: 500px;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    opacity: 1;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    top: 90px;
    background: #FFF;
    z-index: 9999;
    margin-left: -65px;
    display:none;
}
.common-site-container .site-area{
    max-height: 250px;
    overflow-y: auto;
    position:relative;
}
.common-site-container .hot p{
    font-size:14px;
    color: #A7A7A7;
    line-height:30px;
    margin-top:6px;
}
.common-site-container .hot .hot-list a{
    color: #30323D;
    line-height: 30px;
    font-size:14px;
    display: inline-block;
    padding-right:40px;
    margin-bottom: 10px;
}
.common-site-container .hot .hot-list a:hover{
    color:#FF0712;
}
.common-site-container .site-tab ul{
    width: 550px;
    height: 30px;
    background: #F9FBFD;
    opacity: 1;
    border-radius: 4px;
    margin-bottom:20px;
}
.common-site-container .site-tab ul li{
    float:left;
}
.common-site-container .site-tab ul li a{
    font-size: 14px;
    line-height: 30px;
    color: #30323D;
    padding-left: 16px;
    margin:0;
}
.common-site-container .site-tab ul li.active  a{
    color:#FF0712;
}
.common-site-container .site-group .site-area-name{
    line-height:30px;
    color: #A7A7A7;
}
.common-site-container .address-list .item a{
    margin-right:40px;
}
.common-site-container .address-list .item .n{
    width: 28px;
    height: 19px;
    background: #F8F8F8;
    opacity: 1;
    border-radius: 4px;
    DISPLAY: inline-block;
    text-align: center;
    line-height: 19px;
    color: #A7A7A7;
}
.common-site-container .address-list .item .n.active{
    color:#FF0712;
}
.common-site-container .address-list .item .i{
    font-size: 14px;
    line-height: 30px;
    color: #30323D;
    word-break: keep-all;
    cursor: pointer;
}
.common-site-container .address-list .item .i:hover{
    color:#FF0712;
}
.common-site-container  .site-group{
    margin-bottom:10px;
}
/* 空状态页面 */
.message-empty-list{text-align: center;padding-top: 60px;padding-bottom: 60px;}
.message-empty-list img{width: 300px;}
.message-empty-list p{font-size: 14px;color: #1a1a1a;margin-top: 30px;}

/* 面包屑导航样式 */
.threadBar-list{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #bab7b7;
}
.threadBar-list span{
    color:#333;
}
.threadBar-list a{
	display: inline-block;
	color: #bab7b7;
}
.threadBar-list a:hover{
	text-decoration: underline;
}
.threadBar-list.threadBar-fixed{
    top: 17px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: normal;
}
.grey-price{
    color: #999!important;
    font-weight: normal!important;
    font-size:14px!important;
    line-height:32px;
}
.floor-label{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 8px;
    font-weight: normal;
    background: #EEEFF0;
    color: #7B90B9;
}
.con-back{
    width: 13px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.con-back-package{
	background-position: 0 -33px!important;
}
.con-back-chart{
	background-position: -21px -21px!important;
    width: 16px;
}
.icon-back-notice{
	background-position: -43px -22px!important;
}
.icon-voice{
	background-position: -73px -0!important;
	width: 19px;
    height: 22px;
}


/* 楼盘详情 */
.house-container .home-bar{
    font-size: 12px;
    color: #bab7b7;
    margin-top: 15px;
}
.house-container .title-con{
    margin-bottom: 35px;
}
.house-container .title-con .title{
    font-size: 28px;
    color: #000;
    line-height: 32px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}
.house-container .floor-label{
    height: 20px;
    line-height:19px;
    background: #eff4f6;
    font-size: 12px;
    color: #808080;
    padding: 0 8px;
    display: block;
    border-radius: 2px;
    margin-right: 8px;
    float: left;
    margin-top: 9px;
}
.house-container  .title-con .price{
    color: #FF1126;
    font-size: 30px;
    float: left;
    display: block;
    margin-left: 30px;
    font-weight: bold;
}
.house-container .price .unit{
    font-size:16px;
    font-weight: normal;
}
/* 楼盘菜单 */
.house-container .menu-bar{
    height: 56px;
    background: #FEF2E4;
    line-height:52px;
}
.house-container .menu-bar .menu{
    font-size: 16px;
    color: #000;
    display: inline-block;
    /* padding: 0 4px; */
    /* margin-right: 30px; */
    cursor: pointer;
    border-bottom: 4px solid transparent;
    /* margin-left: 10px; */
}
.house-container .menu-bar .flex-all{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    padding: 0 10px;
}
.house-container .mobile-free{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
}
.footer .foot_cnt .left .nav li a:hover{
    background-color:#FF1126;
}

.footer .foot_cnt .inner_chain .tab_list li.active{
    background-color: #FF1126;
}


.home_foot .home_inves h2 a:hover{
    color:#FF1126;
}

.home_foot .home_inves .intro a:hover{
    text-decoration: underline;
    color:#FF1126;
}
.home_foot .home_inves .nav a:hover{
    text-decoration: underline;
    color:#FF1126;
}

.home_foot .foot_cnt .list_wrap .item a:hover{
    color:#FF1126;
}

.fixed-nav-container .nav-list a.active{
    border-bottom-color: #FF1126;
	color: #FF1126;
}
.fixed-nav-container .fixed-nav-mobile .name{
    color: #ff5b5d;
}

.complain-container .complain-item.active{background: #FF1126;border-color: #FF1126;}
.complain-container .fankui-name span{color: #ff5b5d;}
.complain-container .submit-form{background-color: #FF1126;}

/** 购房需求样式 */

.demand-con .de-label:hover,.demand-con .de-label.active{background: #FF1126;border-color: #FF1126;}
.demand-con .free-title{margin-top: 17px;color: #333;font-size: 14px;font-weight: bold;}
.demand-con .de-btn{background: #FF1126;}
.demand-con .de-round{background: #FF1126;}

.demand-con .active-line1{background: #FF1126;}

.demand-con .de-price{background: #FF1126;}
.demand-con .de-price::after{border-right: 8px solid #FF1126;}


/* 站点选择样式*/

.site-container .address-list a:hover{color: #FF1126;}

.floor-label-1{
    background: #FFE6EC;
    color: #FF1B31;
}
.floor-label-2{
    background: #D9E7FE;
    color: #7594C4;
}
.floor-label-3{
    background: #B9B9B9 ;
    color: #FFF;
}
.floor-label-4{
    background: #FFE9B3;
    color: #FF7200;
}
.con-back{
	background: url('../image/back.png');
}
/* 楼盘详情 */

.house-container .floor-label-1{
    background: #FFE6EC;
    color:#FF1B31;
}
.house-container .floor-label-2{
    background: #D9E7FE;
    color: #7594C4;
}
.house-container .floor-label-3{
    background: #B9B9B9 ;
    color: #FFF;
}
.house-container .floor-label-4{
    background: #FFE9B3;
    color: #FF7200;
}
.house-container .menu-bar .menu:hover, .house-container .menu-bar .menu.active{
    border-color: #000;
    font-weight: bold;
}






.common-header{
    width:100%;
    height:150px;
    background-color: #fff;
 
}
.common-header .common-nav{
    width:1180px;
    height:40px;
    margin:0 auto;
}
.common-header .common-nav li a{
    margin-right:40px;
    float: left;
    font-size:16px;
    color:#666;
    line-height:40px;
}
.common-header .common-nav li.active a{
    font-weight: bold;
    color:#000;
}
.common-header .ch-wrapper{
    background: #F1F1F1;
}
.common-header .ph-cnt{
    width:1180px;
    height:110px;
    margin:0 auto;
    position: relative;
}
.common-header .ph-cnt a .logo{
    width:98px;
    height: 47px;
    margin-top:27px;
    float:left;
}
.common-header .citys-check-list .location-con{
    float:left;
    width:100px;
    height: 100%;;
    margin-left:15px;
    line-height:110px;
    font-size:14px;
    cursor: pointer;
}
.common-header .citys-check-list .iconfont{
    color:#DA251D;
}
.common-header .home-search{
    float:left;
    width:578px;
    height: 40px;
    border: 1px solid #FF521B;
    border-radius: 20px;
    position: relative;
    margin-top:36px;
    background-color:#F1F1F1;
    margin-left:100px;

}
.common-header .home-search .search-btn{
    width: 65px;
    height: 40px;
    background: linear-gradient(-48deg, #FF0712, #E94A18);
    border-radius: 20px;
    line-height:40px;
    text-align: center;
    display: inline-block;
    position:absolute;
    right:-1px;
    top: 0;
}
.common-header .home-search .search-btn .iconfont{
    font-size:24px;
    color:#fff;
}
.common-header .home-search input{
    width:510px;
    border-radius: 19px;
    padding-left: 30px;
    font-size: 14px;
    height:38px;
    line-height: 38px;
    border:0;
    background-color:#F1F1F1;
}
.common-detail-header{
    width:100%;
    height:120px;
    background-color: #fff;
 
}
.common-detail-header .nav-wrapper{
    width:100%;
    height:40px;
    
}
.common-detail-header .fixed-nav{
    width:100%;
    height:40px;
    position: fixed;
    left:0;
    top:0;
    border-bottom: 1px solid #eee;
    background:#fff;
    z-index: 999;
}
.common-detail-header .common-site-container{
    top:40px;
}
.common-detail-header .citys-check-list{
    height:40px;
    line-height:40px;
}
.common-detail-header .citys-check-list .location-con{
    padding-right: 40px;
    font-size: 14px;
}
.common-detail-header .citys-check-list .location-con .iconfont{
    color:#DA251D;
}
.common-detail-header .common-nav{
    width:1180px;
    height:40px;
    margin:0 auto;
}
.common-detail-header .common-nav .logo{
    width: 46px;
    height: 31px;
    margin-top: 4px;
    margin-right: 25px;
    display: block;
    float: left;
}
.common-detail-header .common-nav li{
    float: left;
}
.common-detail-header .common-nav li a{
    margin-right:40px;
    font-size:16px;
    color:#666;
    line-height:40px;
}
.common-detail-header .newHouse {
    position: relative;
}
.common-detail-header .common-nav .item .scene_xuanfu {
    position: absolute;
    width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 5px 10px #a5a5a5;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    color: #000;
    left: -10px;
    top: 40px;
    display: none;
    z-index: 9;
}
.common-detail-header .common-nav .item .scene_xuanfu::before {
    content: '';
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    border-right: 10px solid transparent;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.common-detail-header .common-nav .item.newHouse:hover .scene_xuanfu{
    display: inline-block;
}

.common-detail-header .common-nav li.active a{
    font-weight: bold;
    color:#000;
}
.common-detail-header .ch-wrapper{
    background: #FFFFFF;
    box-shadow: -1px -1px 0px 0px rgba(19, 19, 19, 0.07);
}
.common-detail-header .ph-cnt{
    width:1180px;
    height:80px;
    margin:0 auto;
}
.common-detail-header .ph-cnt a .logo{
    width:98px;
    height: 47px;
    margin-top:27px;
    float:left;
}
.common-detail-header .threadBar-list{
    margin:0;
    width:500px;
    line-height:80px;
    float:left;
}
.common-detail-header .home-search{
    float:left;
    width:570px;
    height: 40px;
    border: 1px solid #FF521B;
    border-radius: 20px;
    position: relative;
    margin-top:20px;
    float:right;
}
.common-detail-header .home-search .search-btn{
    width: 65px;
    height: 40px;
    background: linear-gradient(-48deg, #FF0712, #E94A18);
    border-radius: 20px;
    line-height:40px;
    text-align: center;
    display: inline-block;
    position:absolute;
    right:-1px;
    top: 0;
    cursor: pointer;
}
.common-detail-header .home-search .search-btn .iconfont{
    font-size:24px;
    color:#fff;
}
.common-detail-header .home-search input{
    width:505px;
    border-radius: 19px;
    padding-left: 30px;
    font-size: 14px;
    height:38px;
    line-height: 38px;
    border:0;
}
.home-search .search-home-con{
    width: 500px;
    max-height: 330px;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    z-index: 100;
    top: 43px;
    padding-bottom:30px;
}
.home-search .search-home-con .empty-group{
   display: block;
   margin: 30px auto;
}
.home-search .search-history p,.home-search .house-result p{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border-bottom: 1px solid #eee;
    display: flex;
    padding: 15px 10px;
    margin: 0 auto;
    width: 460px;
}
.home-search .house-result p .result{
    color:#FF1D40;
}
.home-search .search-history p .btn{
    flex: 1;
    text-align: right;
}
.home-search .search-history p .btn em{
    font-style: normal;
    color: #A7A7A7;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}
.home-search .search-history .his-list a{
    display: block;
    width:100%;
    line-height:30px;
    color: #000000;
    font-size:14px;
    padding-left: 20px;
}
em{
    font-style: normal;
}
.home-search .search-history .his-list a:hover,.home-search .search-list a:hover{
    background: #F9FBFD;
}
.home-search .his-list{
    max-height: 250px;
    overflow-y: auto;
}
.search-list{
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
}
.home-search .search-list a{
    display: flex;
    width: 100%;
    line-height: 20px;
    color: #000000;
    font-size: 14px;
    padding: 0 20px;
    padding-left: 25px;
}
.search-list .item .result{
    color:#FF1D40;
}
.search-list .item .tit{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    margin-right: 20px;
}
.search-list .item .area{
    color: #A7A7A7;
    font-size: 14px;
    line-height: 30px;
}
.search-list .item .price{
    color: #30323D;
    text-align: right;
    flex: 1;
}


 /*通栏广告*/
 .ad_area{
    width:100%;
    display: none;
}
.ad_area .ad_list .ad_el{
    width:1180px;
    margin:0 auto;
    position: relative;
}
.ad_area .ad_list .ad_el::before{
   content: '广告';
   position: absolute;
   width: 40px;
   height: 16px;
   line-height: 16px;
   text-align: center;
   font-size: 12px;
   background: #9b9b9b;
   color: #fff;
}
.ad_area .ad_list .ad_el{
   display: block;
   width: 1180px;
   height: 55px;
   margin-bottom: 10px;
}
.ad_area .ad_list .ad_el img{
    width: 1180px;
    height: 55px;
}
.ad_area .ad_list .ad_el:last-child{
    margin-bottom: 0;
}
.fixed_ad{
    width: 300px;
    height:200px;
    position:fixed;
    bottom: 5px;
    left: 5px;
    z-index: 999;
}
.fixed_ad img{
   width: 300px!important;
   height:200px!important;
}
.fixed_ad .close {
   position: absolute;
   background: #f5f5f5;
   color: #333;
   line-height: 20px;
   font-size: 12px;
   width: 40px;
   text-align: center;
   right: 0;
   top: 0;
   z-index: 9;
   cursor: pointer;
}

.new-group{
    width:100%;
    height:90px;
    background-image: url(../image/from/form_41314.png);
}
.new-group .sale-info {
    width: 370px;
    float: left;
    line-height: 90px;
    padding-left:88px;
}
.new-group .sale-info .sale-name{
    font-weight: normal;
    line-height: 90px;
    font-size: 18px;
    color:#000;
}
.new-group .concat-input-con{
    width: 395px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 2px;
    margin-top:25px;
    margin-right:50px;
    border:none;
    float:right;
}
.new-group .concat-input{
    background: transparent;
    border: 0;
    color: #C4C5C4;
    font-size: 12px;
    padding: 0 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
}
.new-group  .concat-input-btn{
    width: 124px;
    height: 40px;
    background: linear-gradient(-48deg, #FF0712, #E94A18);
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    float:right;
}
.house_calculator select{
    -webkit-appearance: none;
    background: url(../image/down-1.png) no-repeat right 20px center transparent;
}
/* 登录 */
*{
    box-sizing: border-box;
}
.login-container{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 99999999;
    
}
.login-bg{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box{
    width: 380px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px;
    padding:40px 40px 20px;
    position: relative;
}
.login-container .close-login {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 28px;
    line-height: 32px;
    color: #18172E;
    padding: 10px;
}
.login-container .p-title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    margin-bottom: 10px;
}
.login-container .login-box .tip{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
}
.login-container .login-form li {
    width: 300px;
}
.login-container .login-form li.yhxy{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.login-container .login-form li.yhxy a{
    color: #FF1126;
}
.login-container .login-form li .ipt{
    width: 100%!important;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    margin-top: 10px;
    border: 1px solid #DADADA;

}
.login-container .login-form li.verifycode{
    position: relative;
}
.login-container .login-form li.verifycode .send-verify-code {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 17px;
    text-align: center;
    padding-right: 20px;
    padding-left: 15px;
    min-width: 85px;
    line-height: initial;
}
.login-container .login-form li.verifycode .send-verify-code button{
    padding: 0 16px;
    border-left: 1px solid #BFBFBF!important;
    font-style: normal;
    background: none;
    border: none;
    cursor: pointer;
}
.login-container .login-form li.verifycode .send-verify-code.disabled button{
    color:#999;
}

.login-container li.error{
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 5px;
    padding-left: 10px;
}
.login-container .login-form li.agree{
    margin:30px 0;
   
}
.login-container .login-form li.agree span{
    font-size:14px;
    margin-left:10px;
}
.login-container .loginBtn{
    cursor: pointer;
    display: block;
    width: 300px;
    height: 50px;
    border-radius: 5px;
    font-size:16px;
    color:#fff;
    text-align: center;
    line-height: 50px;
}
.hide{
    display: none;
}
.imgVerify{
    width: 380px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 40px;
    position: relative;
    margin-left:-380px;
}
.login-container .imgCode{
    width: 100%;;
    text-align: center;
    margin-bottom:20px;
}
.login-container .imgCode img{
    width: 180px;
    height: 67px;
    cursor: pointer;
}
.login-container .imgVerify .imgVerBtn{
    margin-top: 30px;
}

/* 经纪人列表 */
.sale-title span{
    font-size:14px;
    color:#999;
    font-weight: normal;
    padding-left: 20px;
}
.agent_list_slider{
    width: 100%;
    max-height:310px;
    background: #FFFFFF;
    position: relative;
}
.agent_list_slider .title{
    font-size:16px;
    color:#000;
    margin-bottom:20px;
}
.agent_list_slider #agent-flexslider{
    width:100%;
    position: relative;
    max-height: 270px;
    overflow: hidden;

}
.agent_list_slider .im-item{
    width: 220px!important;
    position: relative;
    margin-bottom: 15px;
    height: 54px!important;
    padding-top:5px;
}

.agent_list_slider .im-item .img {
    float: left;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden;
}
.agent_list_slider .im-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agent_list_slider .im-item  .text {
    float: left;
    margin-left:10px;
    width: 160px;
    display: flex;
    height: 49px;
}
.agent_list_slider .im-item  .text span{
    height: 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.agent_list_slider .im-item  .text p{
    font-size: 12px;
    color: #000;
    line-height: 49px;
}
.agent_list_slider .im-item  .text a{
    display: block;
    width: 60px;
    height: 24px;
    border-radius:4px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.agent_list_slider .flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.agent_list_slider .flex-direction-nav li a{
    display: block;
    width: 22px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.agent_list_slider .flex-prev:after{
  
    font-size: 14px!important;
    color: #9D9D9D;
    position: relative;
  
}
.agent_list_slider .flex-prev{    
    position: absolute;
    top: 9px;
    right: -10px;

}
.agent_list_slider .flex-next{
    position: absolute;
    top: 9px;
    left: 174px;
}
.agent_list_slider .flex-next::after{
    font-size: 14px!important;
    color: #9D9D9D;
    position: relative;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1!important;
}

.single-wrapper{
    width: 280px;
    height: 140px;
    box-shadow: 0px 0px 8px 0px rgba(102, 102, 102, 0.15);
    border-radius: 5px;
    margin-top:20px;
}

.single-wrapper  .im-item{
    height: 140px;
    width: 100%;
    position: relative;
    padding:30px 0;
}
.single-wrapper .im-item .img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 30px;
}
.single-wrapper .im-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-wrapper .im-item  .text {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.single-wrapper  .im-item  .text span{
    height: 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    margin-left: 10px;
}
.single-wrapper .im-item  .text p{
    margin-bottom:10px;
}
.single-wrapper .im-item  .text p em{
    font-size: 18px;
    color: #000;
    font-style: normal;
    width: 72px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.single-wrapper  .im-item  .text a{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    padding-left: 27px;
}

.login-container .login-form li.verifycode .send-verify-code {
    color:  #FF1126;
}
.login-container .login-form li.verifycode .send-verify-code button{
    color: #FF1126;
}
.login-container li.error{
    color: #FF0A0A;
}
.login-container .loginBtn{
    background: #FF1126;
    color:#fff;
}
.agent_list_slider .im-item  .text span{
    background: #f7efec;
    color: #FF1126;
}
.agent_list_slider .im-item  .text a{
    background: #FFFFFF;
    border: 1px solid #FF1126;
    color: #FF1126;
    margin-top: 12px;
    margin-left: 10px;
}
.single-wrapper{
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
}
.single-wrapper  .im-item  .text span{
    background: #f7efec;
    color: #FF1126;
}
.single-wrapper  .im-item  .text a{
    background: #FFFFFF;
    border: 1px solid #FF1126;
    color: #FF1126;
    background-image: url(../image/imIcon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px center;
   
}
.agent_list_slider .im-item .text a .iconfont{
    font-size: 14px;
    margin-right: 5px
}




.right-float-btn{
    position: fixed;
    right: 24px;
    bottom: 120px;
    font-family: PingFang SC;
    padding-left: 20px;
    z-index: 9999;
   
}
.right-float-btn .float-wrapper{
    width: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(25, 25, 25, 0.25);
    border-radius: 8px;
}
.right-float-btn .item .icon{
    width: 60px;
    height: 60px;
    text-align: center;
}
.right-float-btn .item .icon .bm{
    font-size:12px;
}
.right-float-btn .item.radius1 .icon{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.right-float-btn .item.radius2 .icon{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.right-float-btn .item.fhdb{
    display: none;
}
.right-float-btn .item.active .icon{
    background: #FD531B;
}
.right-float-btn .item.active .icon .iconfont,.right-float-btn .item.active .icon .bm{
    color:#fff;
}
.right-float-btn .item .app{
    width: 60px;
    height: 36px;
    background: url(./../image/app-icon.png) no-repeat;
    background-position: center;
    background-size: 24px;
}
.right-float-btn .item.active .app{
    color:#fff;
    background-image: url(./../image/app-icon-active.png) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: 24px;
}
.right-float-btn .item .icon .iconfont{
    font-size:24px;
    line-height: 36px;
    text-align: center;
    color:#666;
}
.right-float-btn .item{
    position: relative;
    cursor: pointer;
    width: 100%;
}
.right-float-btn .item .panel{
    display: none;
    position: absolute;
    right: 70px;
    top: 6px;
    padding-right: 10px;
    animation: rightFloat .3s;
    cursor: pointer;
}
.right-float-btn .item .panel.qrcode{
    top: -50px;
}
.right-float-btn .item.im .panel{
    padding: 12px 12px 0;
    width: 148px;
    max-height: 269px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgb(25 25 25 / 25%);
    opacity: 1;
    border-radius: 8px;
    overflow-y: scroll;
}
.right-float-btn .item.im .title{
    font-size: 15px;
    color:#FD531B;
    margin-bottom: 10px;
}
.right-float-btn .item.im .list .im-item{
    width: 100%;
    height:48px;
    margin-bottom: 12px;
}
.right-float-btn .item.im .list .im-item .img{
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    float:left;
    margin-right: 8px;
}
.right-float-btn .item.im .list .im-item  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-float-btn .item.im .list .im-item .text{
    width: 64px;
    float: left;

}
.right-float-btn .item.im .list .im-item .text p{
    font-size:16px;
    color:#333333;
    margin-bottom: 5px;
}
.right-float-btn .item.im .list .im-item .text span{
    width: 60px;
    height: 20px;
    background: #FFE5DD;
    border-radius: 2px;
    color:#FD531B;
    font-size:13px;
    display: block;
    text-align: center;
    line-height:20px;
}
.item.im .panel::-webkit-scrollbar{
    width:4px;
    height:50px;
    background-color:#fff;
}
.item.im .panel::-webkit-scrollbar-thumb{
     background: #FD531B;
     border-radius: 4px;
}
.item.im .panel::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #fff;
    
}
.right-float-btn .item .panel .desc{
    width: 68px;
    height: 28px;
    background: linear-gradient(180deg, #2B94FD 0%, #398DFF 100%);
    opacity: 1;
    text-align: center;
    line-height: 28px;
    color:#fff;
    font-size: 13px;
}
.right-float-btn .item .panel .desc::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: #2B94FD 5px solid!important;
    border-right: transparent 5px solid;
    border-top: transparent 5px solid;
    border-bottom: transparent 5px solid;
    margin: auto;
    left: 0;
    bottom: 9px;
    right: -68px;
}
.right-float-btn .item::before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: transparent 15px solid!important;
    border-left: transparent 10px solid;
    border-top: transparent 30px solid;
    border-bottom: transparent 30px solid;
    margin: auto;
    bottom: 0px;
    left: -25px;
}

/**内链优化样式**/
.relative-news{
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-top: 25px;
}

.relative-news-list a .message-name:hover{
    color:#FF1126;
}

.message-right{
    width:266px;
}
.message-right .relative-news,.message-right .relative-house{
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-top: 25px;
}
.relative-news .title {
    font-weight: bold;
    line-height: 21px;
    color: #30323D;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;

}
.relative-news .title a{
    font-size: 14px;
    color: #7A7A7A;
    font-weight: normal;
}
.relative-news .title a .iconfont{
    font-size: 12px;
    position: relative;
    top: -1px;
}

.relative-news-list a{
    display: block;
    padding:10px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}
.relative-news-list a .message-name {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.relative-news-list a:last-child{
    border-bottom: 0;
}
.relative-news-list a:first-child{
    padding-top: 0;
}
.relative-news-list a span{
    font-size:14px;
    color:#333;
    line-height:24px;
    word-break: break-word;
}
.relative-news-list a p{
    color: #999;
    font-size: 14px;
    margin-top: 10px
}
/* 同价位楼盘 */
.detail-same-price{
    position: relative;
    width: 1190px;
    margin: 0 auto;
    margin-top: 47px;

}
.detail-same-price .sale-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 27px;
}
.detail-same-price .hot-floor-list .hot-item {
    width: 282px;
    display: block;
    margin-top: 35px;
    margin-right: 15px;
    float: left;
    cursor: pointer;
}
.detail-same-price .hot-floor-list .hot-item .img-group {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.detail-same-price .hot-floor-list .hot-item .img-group img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
}
.detail-same-price .hot-floor-list .tit {
    padding: 16px 0;
}
.detail-same-price .hot-floor-list .tit .name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    max-width: 150px;
    display: inline-block;
}
.detail-same-price .hot-floor-list .tit em {
    color: #666;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    display: inline-block;
    max-width: 120px;
}
.detail-same-price .hot-floor-list .price {
    font-size: 20px;
    color: #FF1B31;
    font-weight: bold;
    margin-left: 0;
}
.detail-same-price .hot-floor-list .price em{
    font-weight: normal;
}


/* 现场动态大图展示 */
.big_scene_shadow.active {
    display: block;
}
.big_scene_shadow{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    display: none;
}
.big_scene_shadow .big_scene_form_btn{
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.big_scene_shadow .big_scene_form_btn a.imgBtn {
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
    background: #ff1126;
}
.big_scene_shadow .big_scene_container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 940px;
    height: 700px;
}
.big_scene_shadow .big_scene_container .big_scene_tab{
    display: flex;
    display: -webkit-flex;
    position: relative;
    top: 40px;
    padding-left: 10px;
}
.big_scene_shadow .big_scene_tab .menu_items{
    opacity: 1;
    border-radius: 20px;
    line-height: 28px;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
}
.big_scene_shadow .big_scene_tab .menu_items.active{
    background: linear-gradient(180deg, #ff1126 0%, #ff1126 100%);
    box-shadow: 0px 2px 4px rgba(0, 61, 227, 0.3);
    color: #fff;
}
.big_scene_shadow .big_scene_right_box{
    width: 245px;
    height: 500px;
    background: #FFF;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 0;
    padding:10px;
}
.big_scene_shadow .big_scene_right_box .top_box{
    position: relative;
    display: block;
    height: 20px;

}
.big_scene_shadow .big_scene_right_box .top_box .big-scene-close{
    position: absolute;
    right: 0;
    width: 15px;
    cursor: pointer;
}

.big_scene_shadow .big_scene_right_box .popup_im_box{
    display: flex;
    align-items: center;
    border-bottom:1px solid #CCCCCC;
    padding: 15px 0;
}
.big_scene_shadow .big_scene_right_box .popup_im_box .via{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.big_scene_shadow .big_scene_right_box .popup_im_box .user_info{
    margin-left: 10px;
    width: 90px;
}
.big_scene_shadow .big_scene_right_box .popup_im_box .user_info .name{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.big_scene_shadow .big_scene_right_box .popup_im_box .user_info .time{
    font-size: 14px;
    color: #515151;
}
.big_scene_shadow .big_scene_right_box .popup_im_box .im_box{
    width: 96px;
    height: 36px;
    line-height: 30px;
    background: #fff4f5;
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    color: #FF1126;
}
.big_scene_shadow .big_scene_right_box .popup_im_box .im_box .iconfont{
    font-size: 20px;
    position: relative;
    top: 4px;
    right: 2px;
}
.big_scene_shadow .big_scene_right_box .cnt{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    margin-top: 10px;
}

.big_scene_shadow .big_scene_container .big_scene_control{
    background: rgba(0,0,0,0.5);
    height: 620px;
    padding-top: 42px;
}
.big_scene_shadow .big_scene_container .big_img_swiper{
    width: 680px;
    height: 465px;
    border-radius: 5px;
    overflow: hidden;
    background: transparent;
    position: relative;
    left: -120px;
}
.big_scene_shadow .big_img_swiper .big_img_item_slide{
    width: 680px;
    height: 465px;
    position: relative;
    background: rgba(0,0,0,0.5);
}
.big_scene_shadow .big_img_swiper .big_img_item_slide .cover_img{
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* width: 100%; */
}
.big_scene_shadow .big_img_swiper .big_img_item_slide .play_icon{
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.big_scene_shadow .thumbs_swiper_box{
    margin-top: 10px;
    width: 100%;
    position: relative;
    height: 100px;
}
.big_scene_shadow .thumbs_swiper_box .thumbs_swiper{
    width: 780px;
    margin: 0 auto;
    overflow: hidden;
}
.big_scene_shadow .thumbs_swiper_box .thumbs_swiper .thumbs_item_slide{
    width: 145px;
    height: 100px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}
.big_scene_shadow .thumbs_swiper_box .thumbs_swiper .cover_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.big_scene_shadow .thumbs_swiper_box .thumbs_item_slide .play_icon{
    position: absolute;
    width: 35px;
    height: 35px;
    left: 55px;
    top: 37px;
    z-index: 999;
    background: none;
}
.big_scene_shadow .thumbs_swiper_box .thumbs_slide_prev{
    position:absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 100px;
    width: 40px;
    color: #fff;
    text-align: center;
}
.big_scene_shadow .thumbs_swiper_box .thumbs_slide_next{
    position:absolute;
    right: 5px;
    top: 0;
    height: 100%;
    line-height: 100px;
    width: 40px;
    color: #fff;
    text-align: center;
}
.my-slide-thumb-active{
    border: 2px solid #ff1126;
}
/* 视频 */
.picture_look_popup .big_scene_container .video_box{
    position:relative;
}
.picture_look_popup .big_scene_container .video_box .big-scene-close{
    position: absolute;
    top: -25px;
    right: -25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.picture_look_popup .big_scene_container .video_box .my_video{
    height: 520px;
    width: 100%;
}
.picture_look_popup .big_scene_container .video_box .video_header{
    height: 60px;
    display: flex;
    padding: 0 20px;
    background: #000;
    align-items: center;
}
.picture_look_popup .big_scene_container .video_box .popup_im_box{
    align-items: center;
    display: flex;
}
.picture_look_popup .big_scene_container .video_header .via{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.picture_look_popup .big_scene_container .video_box  .popup_im_box .user_info{
    margin-left: 10px;
    width: 90px;
}
.picture_look_popup .big_scene_container .video_box  .popup_im_box .user_info .name{
    display: block;
    font-size: 12px;
    color: #fff;
}
.picture_look_popup .big_scene_container .video_box  .popup_im_box .im_box{
    width: 96px;
    height: 30px;
    line-height: 25px;
    background: #fff4f5;
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    color: #FF1126;
}
.picture_look_popup .big_scene_container .video_box  .popup_im_box .im_box .iconfont{
    font-size: 20px;
    position: relative;
    top: 4px;
    right: 2px;
}


.picture_look_popup .big_scene_container .video_header .cnt{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    width: 300px;
    margin-left: 20px;
}

.picture_look_popup .big_scene_container .video_box .img-form-btn{
    color: #fff;
    bottom: -30px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    background: rgba(0,0,0,1);
    position: absolute;
    height: 60px;
    line-height: 60px;
}
.picture_look_popup .big_scene_container .video_box .img-form-btn a.imgBtn {
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
    background: #ff1126;
}