.quick-filter{
	padding:0.42rem;
	width: auto;
	height: auto;	
}
.quick-filter>.quick-filter-list{
	width: 100%;
	height: auto;
	overflow: auto;
}
.quick-filter>.quick-filter-list>li{
	width: 22%;
	height: 0.89rem;
	line-height: 0.89rem;
	font-size: 0.32rem;
	background: #f8f8f9;
	text-align: center;
	float: left;
	margin-right: 3%;
}
.quick-filter>.quick-filter-list>li:last-child{
	margin-right: 0;
}
.lj-track{
	width: auto;
	height: auto;
	padding: 0 0.42rem;	
}
.lj-track>a{
	display: block;
	width: 100%;
	height: 1.05rem;
	line-height:1.05rem ;
	background: #fef7e9;
	font-size: 0.36rem;
	font-weight: bold;
	color: #d99b2c;
}
.lj-track>a>i{
	display: block;
	float: left;
	width: 0.65rem;
	height: 0.65rem;
	margin: 0 0.21rem;
	background: #DDDDDD;
	margin-top: 0.2rem;
}
.lj-track>a:after{
	content: "";
	display: block;
	float: right;
	margin-right: 0.21rem;
	width: 0.65rem;
	height: 0.65rem;
	background: #DDDDDD;
	margin-top: 0.2rem;
}
.home-search-box {
	margin-bottom: 0.1rem;
	width: auto;
	height: auto;
	overflow: auto;
	padding: 0.37rem 0;
	-webkit-box-shadow: 0 0.12rem 0.12rem rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0.12rem 0.12rem rgba(0, 0, 0, .05);
	box-shadow: 0 0.12rem 0.12rem rgba(0, 0, 0, .05);
	border-radius: 0.15rem;
}

.home-search-box>.search-city {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	top: .1rem;
}

.home-search-box>.search-city>a {
	font-size: 0.4rem;
	color: #999999;
}

.home-search-box>.search-city>.arrow {
	display: inline-block;
	width: 0.15rem;
	height: 0.15rem;
	background: #DDDDDD;
	margin-left: 0.12rem;
}

.home-search-box>.search-input {
	float: right;
	width: 80%;
}

.home-search-box>.search-input>.search-icon {
	display: inline-block;
	width: 0.52rem;
	height: 0.52rem;
	background: #DDDDDD;
	float: left;
	background: url(../image/search.png) no-repeat;
	background-size: cover;
	position: relative;
	top: .2rem;
	left: .5rem;
}

.home-search-box>.search-input>.input {
	float: left;
	padding-left: 0.21rem;
	font-size: 0.36rem;
	width: 80%;
	padding: 0.2rem 0.1rem;
	background: #f8f8f8;
	overflow: auto;
	box-shadow: 0 0.12rem 0.12rem rgba(0, 0, 0, .05);
	border-radius: 0.15rem;
}

.home-search-box>.search-input>.input::-webkit-input-placeholder {
	color: #CCCCCC;
}
.icon_position {
	display: inline-block;
	width: 0.41rem;
	height: 0.52rem;
	background: url(../image/ic_position.png) no-repeat;
	background-size: cover;
	position: relative;
	left: -.25rem;
	top: .1rem;
}
/*filter start*/
.filter_wapper{
	width: 100%;
	position: relative;
}
.filter_wapper.on{
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	z-index: 3;
	height: 100%!important;
}
.filter_wapper.fixed{
	position: fixed;
	top: 0;
	z-index: 3;
	height: auto;
}
.filter_wapper>.tab_bar{
	width: 100%;
	height: 1.05rem;
	line-height: 1.05rem;
	border-bottom: 1px solid #F0F0F0;
	background: #FFFFFF;
}
.filter_wapper>.tab_bar>.tab_item{
	float: left;
	width: 20%;
	height: 1.2rem;
	height: 1.2rem;
	text-align: center;
	font-size: 0.37rem;
	position: relative;
}
.filter_wapper>.tab_bar>.tab_item:after {
	content: "";
	position: relative;
	top: .12rem;
	width: 0.52rem;
	height: 0.52rem;
	background: url(../image/city_more.png) no-repeat;
	background-size: cover;
	display: inline-block;
}

.filter_wapper>.tab_bar>.tab_item.on {
	color: #ED6D00;
	font-weight: bold;
}

.filter_wapper>.tab_bar>.tab_item.on:after {
	transform: rotate(180deg);
}
.filter_wapper>.content{
	width: 100%;
	height:auto;
	background: #FFFFFF;
	display: none;
}
.filter_wapper.on>.content{
	display:block
}
.filter_wapper>.content>.filter_choose{
	height: auto;
	width: 100%;
	background: #FFFFFF;
	overflow: auto;
}
.filter_wapper>.content>.filter_choose>.area_list{
	width: 100%;
	height: 9.06rem;
	overflow: auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex
}
.filter_wapper>.content>.filter_choose>.area_list>.nav,.area_list>.guide,.area_list>.cont {
	background: #FFFFFF;
	font-size: 0.37rem;
	flex: 1;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	padding-left: 0.53rem;
	overflow-y:auto;
	overflow-x:hidden
}
.area_list>.guide,.area_list>.cont{
	background: #f8f8f8;
}
.area_list>.cont{
	display: none;
}
.filter_wapper>.content>.filter_choose>.area_list>.nav li.on,.area_list>.guide li.on{
	color: #ED6D00;
}
.filter_wapper>.content>.filter_choose.choose_area li{
	
	border-bottom: 1px solid #eee;
	height: 1.33rem;
	line-height: 1.33rem;
}
.filter_wapper>.content>.filter_choose>.area_list>.cont li>i{
	display: block;
	width: 0.53rem;
	height: 0.53rem;
	background: url(../image/m_react.png) no-repeat;
	-webkit-background-size: 0.53rem;
	background-size: 0.53rem;
	float: right;
	margin-top: 0.42rem;
	margin-right: 0.42rem;
}
.filter_wapper>.content>.filter_choose>.area_list>.cont li.on>i{
	background: url(../image/m_react01.png) no-repeat center;
	-webkit-background-size: 0.53rem;
	background-size:0.53rem ;
}
.filter_wapper>.content>.filter_choose.choose_price>ul,.filter_wapper>.content>.filter_choose.sort>ul{
	width: 100%;
	overflow: auto;
}
.filter_wapper>.content>.filter_choose.sort>ul{
	height: 6.8rem;
}
.filter_wapper>.content>.filter_choose.choose_price>ul>li,.filter_wapper>.content>.filter_choose.sort>ul>li{
	width: auto;
	height:1.13rem;
	line-height: 1.13rem;
	text-align: left;
	text-indent: 0.66rem;
	font-size: 0.37rem;
	/*border-bottom: 1px solid #eee;*/
}
.filter_wapper>.content>.filter_choose.choose_price>ul>li.on,.filter_wapper>.content>.filter_choose.sort>ul>li.on{
	color: #ED6D00
}
.filter_wapper>.content>.filter_choose.choose_price>.opt_box{
	width: auto;
	padding: 0.42rem;
	border-top: 1px solid #EEEEEE;
	height: 1.26rem;
}
.filter_wapper>.content>.filter_choose.choose_price>.opt_box>label>input{
	display: inline-block;
	width: 2.43rem;
	height:1.26rem;
	line-height: 1.26rem;
	font-size: 0.42rem;
	color: #666;
	background: #f8f8f8;
	text-align: center;
	border: 1px solid #f8f8f8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.filter_wapper>.content>.filter_choose.choose_price>.opt_box>.submit{
	display: inline-block;
	width: 3.05rem;
	height: 1.26rem;
	line-height: 1.26rem;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #ED6D00;
	background: #ED6D00;
	float: right;
	font-size: 0.42rem;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.filter_wapper>.content>.filter_choose.houseType>ul{
	width: 100%;
	height: 6.78rem;
	overflow: auto;
}
.filter_wapper>.content>.filter_choose.houseType>ul>li{
	width: auto;
	height:1.33rem;
	line-height: 1.33rem;
	padding-left: 0.53rem;
	font-size: 0.37rem;
	border-bottom: 1px solid #eee;
	position: relative;
}
.filter_wapper>.content>.filter_choose.houseType>ul>li>i{
	display: block;
	width: 0.53rem;
	height: 0.53rem;
	background: url(../image/m_react.png) no-repeat center;
	-webkit-background-size: 0.53rem;
	background-size:0.53rem ;
	position: absolute;
	right: 0.42rem;
	top: 0.42rem;
}
.filter_wapper>.content>.filter_choose.houseType>ul>li.on>i{
	background: url(../image/m_react01.png) no-repeat center;
	-webkit-background-size: 0.53rem;
	background-size:0.53rem ;
}
.filter_wapper>.content>.filter_choose.houseType>.opt_box{
	width: auto;
	padding:0.42rem;
	border-top: 1px solid #EEEEEE;
	height: 1.26rem;
}
.filter_wapper>.content>.filter_choose.houseType>.opt_box>.submit{
	display: inline-block;
	width:100%;
	height: 1.26rem;
	line-height:1.26rem;
	text-align: center;
	color: #fff;
	background: #ED6D00;
	font-size: 0.42rem;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.filter_wapper>.content>.filter_choose.choose_more>.more_box{
	width: 100%;
	height: 8.78rem;
	overflow: auto;
}
.filter_wapper>.content>.filter_choose.choose_more>.more_box>.category{
	display: inline-block;
	font-size: 0.47rem;
	margin: 0.42rem 0;
	text-indent: 0.42rem;
	font-weight: bold;
	width: 100%;
}
.filter_wapper>.content>.filter_choose.choose_more>.more_box>ul{
	width: auto;
	height: auto;
	padding-left: 0.42rem;
}
.filter_wapper>.content>.filter_choose.choose_more>.more_box>ul>li{
	width: auto;
	height: auto;
	float: left;
	padding:0.28rem 0.21rem;
	font-size: 0.32rem;
	background: #f8f8f8;
	position: relative;
	margin-bottom: 0.32rem;
	margin-right: 0.37rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.filter_wapper>.content>.filter_choose.choose_more>.more_box>ul>li.on{
	background:rgba(237,109,0,0.2) ;
	color:#ED6D00;
}
.filter_wapper>.content>.filter_choose.choose_more>.opt_box,.filter_wapper>.content>.filter_choose.choose_area>.opt_box{
	width: auto;
	padding:0.42rem;
	border-top: 1px solid #EEEEEE;
	height: 1.26rem;
}
.filter_wapper>.content>.filter_choose.choose_more>.opt_box>a,.filter_wapper>.content>.filter_choose.choose_area>.opt_box>a{
	width: 46%;
	height: 1.26rem;
	line-height:1.26rem;
	text-align: center;
	display: inline-block;
	float: left;
	margin: 0 2%;
	font-size: 0.42rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	
}
.filter_wapper>.content>.filter_choose.choose_more>.opt_box>.cancel,.filter_wapper>.content>.filter_choose.choose_area>.opt_box>.cancel{
	color: #ED6D00;
	border: 1px dashed #ED6D00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.filter_wapper>.content>.filter_choose.choose_more>.opt_box>.submit,.filter_wapper>.content>.filter_choose.choose_area>.opt_box>.submit{
	color: #fff;
	background: #ED6D00;
}

/*filter end*/



.ershoufang_list{
	width: auto;
	height: auto;
	padding: 0 0.42rem;
}
.ershoufang_list>li{
	width: 100%;
	height: auto;
	padding: 0.32rem 0;
	position:relative;
	border-bottom: 1px solid #eee;
	font-size: .32rem;
}
.ershoufang_list>li:last-child{
	border-bottom: none;
}
.ershoufang_list>li>a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
.ershoufang_list>li>.pic_box{
	width:2.8rem;
	height:2.13rem;
	float: left;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ershoufang_list>li>.pic_box>img{
	max-width:100%;
	max-height:100%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ershoufang_list>li>.text{
	margin-left: 3.16rem;
}
.ershoufang_list>li>.text>h5{
	font-size: 0.39rem;
	width: 100%;
	height: 0.53rem;
	font-weight: bold;
}
.ershoufang_list>li>.text>h5>span{
	background: rgba(237,109,0,0.1); 
	font-size: 0.32rem;
	color:  rgba(237,109,0,0.5);
	padding:0.02rem 0.12rem;
	margin-left: 0.21rem;
	font-weight: bold;
}
.ershoufang_list>li>.text>.house_info{
	padding-top: 0.12rem;
	color: #9399a5;
}
.ershoufang_list>li>.text>.house_info>span{
	padding: 0 .15rem;
	border-left: .01rem solid #9399a5;
}
.ershoufang_list>li>.text>.house_info>span:first-child{
	border-left: 0;
	padding-left: 0;
}
.ershoufang_list>li>.text>.price{
	font-size: 0.42rem;
	color:red;
	font-weight: 700;
	padding: 0.02rem 0;
}
.ershoufang_list>li>.text>.price>span{
	font-size: 0.32rem;
	color: #000000;
	padding-left: 0.06rem;
	font-weight: normal;
}
.ershoufang_list>li>.text>.price>b{
	font-weight: normal;
	font-size: 0.32rem;
	color: #9399a5;
	padding-left: 0.21rem;
}
.ershoufang_list>li>.text>.address{
	width: 100%;
	height: 0.53rem;
	line-height: 0.53rem;
	font-size: 0.32rem;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ershoufang_list>li>.text>.label{
	width: 100%;
	height: auto;
	margin: 0.12rem 0;
}
.ershoufang_list>li>.text>.label>span {
	font-size: 0.32rem;
	display: inline-block;
	margin-right: 0.08rem;
	padding: .01rem 0.1rem;
	color: #999;
	-webkit-border-radius: .08rem;
	-moz-border-radius: .08rem;
	border-radius: .08rem;
	border: .01rem solid #999;
}
.ershoufang_list>li>.text>.label>span:first-child {
	color: #FA5741;
	border: .01rem solid #FA5741;
}
.ershoufang_list>li>.text>.house-top{
	font-size: 0.31rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0.08rem;
}
.ershoufang_list>li>.text>.house-top>i{
	display: block;
	float: left;
	width: 0.42rem;
	height: 0.42rem;
	margin-right: 0.12rem;
	background: #DDDDDD;
	
}
/*真实房源标识*/
.purchase_icon{
	width:auto;
	max-width: 2.14rem;
	height:0.53rem;
	line-height: 0.53rem;
	padding: 0 0.21rem;
	position: absolute;
	left: 0.12rem;
	top: 0.21rem;
	background:#eb4d3a;
	color: #FFFFFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 0.32rem;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.booth {
    border-bottom: 2.667vw solid #f8f8f9;
}
.ceiling-booth {
    background: #fff;
    align-items: center;
    margin: 0 6.4vw;
}
.ceiling-booth .c-title {
    text-align: left;
    color: #101d37;
    font-size: 5.067vw;
    font-weight: 700;
    line-height: 1;
}
.ceiling-booth .icon-arrow {
    vertical-align: -1px;
    display: inline-block;
    width: 4.267vw;
    height: 4.267vw;
    background: url(../image/arrow.png) no-repeat 50%/4.267vw;
}
.ceiling-booth .c-desc {
    color: #9399a5;
    margin-top: 1.333vw;
    font-size: 3.2vw;
}
.ceiling-booth .c-address {
    color: #101d37;
    margin-right: 1.333vw;
}
.ceiling-booth .c-price {
    color: #9399a5;
    margin-right: 1.333vw;
}
.ceiling-booth .c-count {
    font-weight: 700;
}