html, body {
	width: 100%;
	max-width: 640px;
	margin: 0 auto !important;
	font-size: 12px;
	background: #efeff5;
	color: #333;
	line-height: 20px;
	position: relative;
	word-break: break-all;
}
.bg-color1 {
	background: #e8e8e8;
}
.top-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
.hover {
	opacity: .8;
}
.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: visible;
}
.flex-con {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #999;
	font-size: 12px;
}
.flex-vertical {
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.flex {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex.start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex.end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex.around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex.center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-align {
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.border-t, .border-b {
	position: relative;
	overflow: visible;
}
.border-b:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #ddd;
	right: 0;
	height: 1px;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.border-b:after {
	top: auto;
	bottom: 0;
}
#wrap {
	height: 100%;
}
/*样式*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	tap-highlight-color: rgba(0, 0, 0, 0); /*点击背景为透明*/
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}

A:link {
	color: #999;
	TEXT-DECORATION: none
}
A:visited {
	color: #999;
	TEXT-DECORATION: none
}
A:hover {
	color: #999;
	text-decoration: none;
}
A:active {
	color: #999;
	text-decoration: none;
}
input[type="text"], input[type="number"], input[type="tel"], input[type="submit"], input[type="reset"], input[type="button"], input[type="checkbox"], select, textarea, button {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	overflow: visible;
	font-size: 12px;
	line-height: 22px;
	height: 36px;
	outline: none;
	border: 0;
	background: none;
}
select:focus {
	outline: none;
}
.checkbox {
	position: relative;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}
.checkbox label {
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	padding: 0 0 0 23px;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	border: 1px solid #aaa;
	border-radius: 50%;
}
input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
	background: url(http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0804/1470275324126029412.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	border: 0;
}

::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}/* firefox 19+ */
:-ms-input-placeholder {
	color: #999;
}/* ie */
input:-moz-placeholder {
	color: #999;
}
textarea {
	width: 100%;
	min-height: 150px;
	padding: 13px;
	font-size: 13px;
}
div ul li:last-child, ul li:last-child {
	border: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
h1, h2, h3, h4, h5, strong {
	font-weight: normal;
	line-height: 20px;
}
h1 {
	font-size: 16px;
	line-height: 22px;
}
h2 {
	color: #ef8840;
	font-size: 15px;
}
h5 {
	color: inherit;
	font-size: 13px;
}
h3 {
	color: #333;
	font-size: 14px;
}
div, ul, ul li {
	width: auto;
	height: auto;
	overflow: hidden;
}
strong {
	color: #eb5e23;
}
.relative {
	position: relative;
}
small {
	font-size: 12px;
}
.m-t {
	margin-top: 10px;
}
.m-b {
	margin-bottom: 10px;
}
.m-5 {
	margin: 0 5px;
}
.p-10 {
	padding: 10px 2.5%;
}
.p-5 {
	padding: 5px 10px;
}
div.pb-10 {
	padding-bottom: 10px;
}
.border-top {
	border-top: 1px solid #e6e6e6;
}
.border-no {
	border: none;bordr}
	img{
	width: 100%;
	height: auto;
	display: block;
}
.ellipsis-1, #marqueeBox div, .text_ellipsis {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ibox {
	width: 100%;
	height: auto;
	background: #fff;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.ibox-content {
	padding: 0 13px;
	overflow: hidden;
}
.ibox-border {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.ibox-title {
	padding: 0 13px;
	color: #666;
	font-size: 13px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
}
.ibox-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background: #e6e6e6;
	width: 100%;
	height: 1px;
}
.ibox-title.border-none:after {
	height: 0;
}
.ibox-title.border-right:after {
	left: 13px;
}
.ibox-title h5 {
	font-size: 14px;
	color: #ff8833;
	line-height: 40px;
	display: inline-block;
	float: left;
}
.ibox-title a {
	color: #999;
	font-size: 12px;
}
.ibox-title i.right_icon {
	width: 10px;
	height: 10px;
	margin-top: 4px;
}
/*.ibox-title li {
 width: 50%;
 display: inline-block;
 border-right: 1px solid #e5e5e5;
 float: left;
 text-align: center;
 }
 .ibox-title li.active {
 color: #ff5f15;
 }*/
.clamp_2, .ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	line-height: 20px;
	white-space: normal;
}
input.a_btn, a.a_btn, .a_btn {
	width: 100%;
	height: auto;
	line-height: 34px;
	display: block;
	background: #fb922c;
	border: 1px solid #fb922c;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
}
.a_btn.main-btn {
	background: #eb5e23;
}
.a_btn.btn_outline {
	background: none;
	color: #fb922c;
}
.a_btn.main-btn.btn_outline {
	background: none;
	border: 1px solid #eb5e23;
	color: #eb5e23;
}
.radius_4 {
	border-radius: 4px;
}
.clear {
	clear: both;
}

.bg-fbfbfb {
	background: #fbfbfb;
}
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/*线条图标*/
.left_icon {
	width: 12px;
	height: 12px;
	display: block;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.right_icon {
	width: 10px;
	height: 10px;
	display: block;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.down_icon {
	width: 10px;
	height: 10px;
	display: block;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.top_icon {
	width: 17px;
	height: 17px;
	display: block;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*图片图标*/
.icon {
	width: 40px;
	height: 40px;
	display: block;
	background: url() no-repeat center;
	background-size: 48%;
	display: inline-block;
}
.buy_icon {
	background-image: url(/image/mobile/image/buy.png);
}
.sale_icon {
	background-image: url(/image/mobile/image/sale.png);
}
.deal_icon {
	background-image: url(/image/mobile/image/deal.png);
}
.rent1_icon {
	background-image: url(/image/mobile/image/my-need-rent.png);
}
.rent2_icon {
	background-image: url(/image/mobile/image/my-rent.png);
}
.design_icon {
	background-image: url(/image/mobile/image/icon-design.png);
}
.enshrine_icon {
	background-image: url(/image/mobile/image/collect.png);
}
.set_icon {
	background-image: url(/image/mobile/image/set.png);
}
.comment_icon {
	background-image: url(/image/mobile/image/comment01.png);
}
.gifts_icon {
	background-image: url(/image/mobile/image/gifts.png);
}
.icon-phone, .icon-wx {
	width: 40px;
	height: 40px;
	display: block;
	background: url(/image/mobile/image/icon-wx.png) no-repeat center;
	background-size: 55% auto;
}
.icon-phone {
	background-image: url(/image/mobile/image/icon-phone.png);
}
.tel_icon {
	width: 30px;
	height: 30px;
	background: url(../image/tel.png) no-repeat;
	background-size: 100%;
}
.tel_img {
	width: 30px;
	height: 30px;
	background: url(../image/tel01.png) no-repeat center;
	background-size: 80%;
}
.wx_tel {
	width: 30px;
	height: 30px;
	background: url(../image/wxtel.png) no-repeat;
	background-size: 100%;
}
.fans_icon {
	width: 30px;
	height: 30px;
	background: url(../image/fans.png) no-repeat;
	background-size: 100%;
}
.share_icon {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../image/icon-share.png) no-repeat center;
	background-size: 75%;
}/*分享*/
.collect_icon {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../image/icon-collect.png) no-repeat center;
	background-size: 75%;
}/*收藏*/
.collect_on {
	background-image: url(../image/icon-collect-on.png);
}/*已收藏*/
.icon-phone-gray {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../image/icon-phone-gray.png) no-repeat center;
	background-size: 75%;
}/*头部 电话*/
.icon-user-gray {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../image/icon-user-gray.png) no-repeat center;
	background-size: 75%;
}/*头部 群组*/
.draw-on {
	width: 18px;
	height: 18px;
	background: url(../image/activeon.png) no-repeat;
	background-size: 90%;
}

.graytel-icon01 {
	width: 26px;
	height: 26px;
	background: url(../image/graytel01.png) no-repeat;
	center background-size: 90%;
}
/*.share-icon {
	width: 26px;
	height: 26px;
	background: url(../image/share.png) no-repeat center;
	background-size: 90%;
}*/
.chat-icon01 {
	width: 30px;
	height: 30px;
	background: url(../image/chat01.png) no-repeat center;
	background-size: 90%;
}
.book-icon {
	width: 30px;
	height: 30px;
	background: url(../image/book.png) no-repeat center;
	background-size: 90%;
}
.phone-icon {
	width: 30px;
	height: 30px;
	background: url(../image/user.png) no-repeat;
	background-size: 100%;
}
.name-icon {
	width: 30px;
	height: 30px;
	background: url(../image/name.png) no-repeat;
	background-size: 100%;
}
.gender-icon {
	width: 30px;
	height: 30px;
	background: url(../image/gender.png) no-repeat;
	background-size: 100%;
}
.close-icon {
	width: 40px;
	height: 40px;
	display: block;
	background: url(/image/mobile/image/close.png) no-repeat center;
	background-size: 50%;
	display: block;
}

.local_icon {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../image/local01.png) no-repeat center;
	background-size: 50%;
	display: block;
}

.icon_down {
	width: 10px;
	height: 10px;
	background: url(http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0531/1464689403390036147.png) no-repeat;
	background-size: 100% auto;
	display: block;
}
.local-img {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../image/local02.png) no-repeat center;
	background-size: 85%;
	display: block;
}
.area-img {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../image/area.png) no-repeat center;
	background-size: 85%;
	display: block;
}
.region-img {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../image/region.png) no-repeat center;
	background-size: 85%;
	display: block;
}
.hx-img {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../image/hx.png) no-repeat center;
	background-size: 85%;
	display: block;
}
.dete-icon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../image/dete.png) no-repeat center;
	background-size: 90%;
	display: block;
}
.edit-icon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../image/edit.png) no-repeat center;
	background-size: 90%;
	display: block;
}
.success_icon {
	width: 40px;
	height: 40px;
	display: block;
	background: url(http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0622/1466586110707060493.png) no-repeat center;
	background-size: 80%;
}/*成功 √ */
.msg_icon01 {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../image/msg01.png) no-repeat;
	background-size: 100%;
}/*活动通知*/
.msg_icon02 {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../image/msg02.png) no-repeat;
	background-size: 100%;
}/*已跟进*/
.msg_icon03 {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../image/msg03.png) no-repeat;
	background-size: 100%;
}/*资讯消息*/
.msg_good {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../image/good.png) no-repeat;
	background-size: 100%;
}/*好评*/
.msg_mid {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../image/mid.png) no-repeat;
	background-size: 100%;
}/*中评*/
.msg_low {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../image/low.png) no-repeat;
	background-size: 100%;
}/*差评*/

/*楼盘列表样式*/
.line-layout li {
	width: 100%;
	min-height: 106px;
	display: block;
	padding: 13px 13px 13px 100px;
	position: relative;
	overflow: hidden;
	color: #999;
	z-index: 1;
	font-size:12px;
}
.line-layout li:after {
	width: 100%;
	height: 1px;
	content: '';
	background: #e6e6e6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.line-layout li:last-child:after {
	height: 0;
}
.line-layout li p{ font-size:12px;}
.line-layout.esf-line li h3, .line-layout.xf-line li h3, .line-layout.project-line li h3 {
	padding: 0 100px 0 0;
}
.line-layout li h2, .line-layout li img {
	position: absolute;
	top: 13px;
	right: 13px;
	color: #e60011;
}

.line-layout li h2 small {
	font-size: 10px;
},
.line-layout li h2, .line-layout li h3 {
	line-height: 25px;
}
.line-layout li img {
	width: 80px;
	height: 80px;
	right: auto;
	left: 13px;
}
.line-layout li a.a_btn {
	font-size: 13px;
	line-height: 32px;
}
.line-layout.xf-line li h2 {
	font-size: 14px;
	color: #ff8b00;
}
.line-layout.esf-line li, .line-layout.project-line li, .news-list li {
	padding-left: 127px
}
.line-layout.esf-line li img, .line-layout.project-line li img, .news-list li img {
	width: 106px;
}

.line-layout.esf-line li small {
	position: absolute;
	top: 32px;
	right: 13px;
}
.line-layout.renthouse-list li h3 {
	padding-right: 0;
}
.line-layout.renthouse-list li h2 {
	position: static;
	top: 0;
	right: 0;
	color: #d32d25;
}
.line-layout.renthouse-list li small {
	position: static;
	top: 0;
	right: 0;
}

/*.line-layout.project-line li h3 {
	padding: 5px 0;
}*/
.line-layout.project-line li h2 {
	top: 18px;
}
.line-layout.esf-line li h2 {
	color: #d32d25;
	font-size: 14px;
}
.house-label {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 5;
}
.house-label span {
	width: 34px;
	display: inline-block;
	text-align: center;
	padding: 2px 5px;
	color: #fff;
	font-size: 9px;
	line-height: 12px;
}
.house-label span.label-1 {
	background: #e69e7c;
}
.house-label span.label-2 {
	background: #f4c979;
}
.assort-label span {
	border: 1px solid #e6e6e6;
	position: relative;
	color: #999;
	font-size: 9px;
	padding: 1px 4px 1px 33px;
	display: inline-block;
	float: left;
	margin: 3px 5px 2px 0;
}
.assort-label span:after {
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 26px;
	background: #e6e6e6;
}
.assort-label span:before {
	width: 24px;
	height: 100%;
	background: url() no-repeat center;
	background-size: 18px auto;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.assort-label span.assort-school:before {
	background-image: url(../image/icon-school.png);
}
.line-layout li.right-arrow {
	padding-right: 30px;
}
.line-layout li.right-arrow:before {
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 13px;
	content: '';
	margin-top: -4px;
}

.view_num {
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: #9a9a9a;
}

.line-layout.esf-line li h3 {
	padding: 0;
}

.line-layout.esf-line li {
	padding-right: 80px;
}

.line-layout.esf-line li .label {
	height: 20px;
	overflow: hidden;
}
/*二手房列表 */
ul.esindex_line > li {
	height: auto;
	padding: 10px 13px 13px 13px;
	color: #666;
	line-height: 36px;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	overflow: hidden;
	position: relative;
}
.esindex_line ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 4px 0 0 0;
}
.esindex_line ul li {
	width: 24%;
	height: 80px;
	float: left;
	display: inline;
	margin: 0 2% 0 0;
	text-align: center;
}
.esindex_line ul li:last-child {
	width: 22%;
	position: absolute;
	right: 0;
	bottom: 12px;
}
.esindex_line ul li:last-child i {
	width: 18px;
	height: 18px;
	display: block;
	border: 1px solid #999;
	border-radius: 11px;
	background: url(http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0415/1460690961924070926.png) no-repeat center;
	background-size: 40% auto;
	margin: 20px auto 0 auto;
}
.esindex_line ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
.esindex_line li h3 {
	padding: 0 90px 0 0;
	line-height: 26px;
	display: block;
}
.esindex_line li h2 {
	font-size: 14px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	right: 2.5%;
	color: #ff0000;
}

/*楼盘列表样式 结束*/
.label {
	width: 100%;
	height: auto;
	clear: both;
}
.label span {
	width: auto;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-size: 9px;
	margin: 0 3px 3px 0;
	padding: 0 5px;
	position: relative;
	background: #eff6fe;
	color: #6ba8f6;
	display: inline-block;
	float: left;
}
.label.rent span.label-0 {
	background: #eef9ed;
	color: #6cbe96;
}
.label span.label-1 {
	background: #eff6fe;
	color: #6ba8f6;
}
.label span.label-2 {
	background: #f2f5fe;
	color: #8491cd;
}
.label span.label-3 {
	background: #f5f0fe;
	color: #9071d5;
}
.label span.label-4 {
	background: #fff3eb;
	color: #fd7f3a;
}
.label span.label-5 {
	background: #fff4db;
	color: #c79a33;
}
.label span.label-green {
	background: #eef9ed;
	color: #6cbe96;
}
.label span.label-none {
	background: none;
	color: #666;
	font-size: 12px;
	display: inline-block;
	float: left;
}
/*文字列表样式*/
.list-text li {
	position: relative;
	padding: 5px 0 5px 50px;
	display: inline-block;
	float: left;
	width: 100%;
}
.list-text li span {
	position: absolute;
	top: 5px;
	left: 0;
	color: #999;
}
.list-text.half li {
	width: 50%;
}
/*
 .es_li {
 overflow: hidden;
 }
 .es_li li {
 padding: 0 2.5%;
 display: block;
 border-bottom: 1px solid #e2e2e2;
 font-size: 13px;
 position: relative;
 }
 .es_li li strong {
 padding-right: 10px;
 color: #666;
 }
 .es_li li i.right_icon {
 float: right;
 margin: 18px 2px 0 5px;
 }
 .es_li li span {
 color: #999;
 }
 .img-li li {
 padding-left: 42px;
 }
 .img-li i.fl {
 position: absolute;
 top: 3px;
 left: 5px;
 }
 */
/*星级*/
i.star {
	width: 63px;
	height: 12px;
	background: url(../image/star.png) no-repeat left center;
	background-size: auto 100%;
	display: block;
	margin: 2px 0 0 0;
}
i.star_00 {
	width: 0;
}
i.star_01 {
	width: 13px;
}
i.star_02 {
	width: 26px;
}
i.star_03 {
	width: 38px;
}
i.star_04 {
	width: 50px;
}
i.star_05 {
	width: 63px;
}
.icon-star {
	width: 73px;
	height: 13px;
	background: url(../image/icon-star01.png) no-repeat left center;
	background-size: auto 100%;
	display: block;
	margin: 2px 0 0 0;
}
.icon-star i {
	width: 100%;
	height: 100%;
	background: url(../image/icon-star02.png) no-repeat left center;
	background-size: auto 100%;
	display: block;
}
.icon-star i.one {
	width: 20%;
}
.icon-star i.two {
	width: 40%;
}
.icon-star i.three {
	width: 60%;
}
.icon-star i.four {
	width: 80%;
}
.icon-star i.five {
	width: 100%;
}

ul.source_con li:nth-child(2) i.star, ul.source_con li:nth-child(2) i.star_05 {
	width: 56px;
	height: 10px;
	margin-top: 1px;
	margin-left: 3px;
}
ul.source_con li:nth-child(2) i.star_01 {
	width: 11px;
}
ul.source_con li:nth-child(2) i.star_02 {
	width: 21px;
}
ul.source_con li:nth-child(2) i.star_03 {
	width: 32px;
}
ul.source_con li:nth-child(2) i.star_04 {
	width: 43px;
}
ul.source_con li:nth-child(2) i.star_00 {
	width: 0;
}

/*星级评分*/
.star-grade {
	width: 96px;
	height: 16px;
	background: url(../image/grade01.png) no-repeat;
	background-size: 100% auto;
	display: block;
}
.grade-percent {
	width: 100%;
	height: 100%;
	background: url(../image/grade02.png) no-repeat;
	background-size: auto 100%;
	display: block;
}

/*房源条件筛选*/
.box > div.input_block strong {
	top: 8px;
	line-height: 38px;
}
div.input_block div {
	width: 100%;
	height: 38px;
	background: url(http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0421/1461227928150074597.png) no-repeat 97% center #f0f0f0;
	background-size: 18px auto;
	padding: 8px;
	border-radius: 4px;
}
.input_block div input:first-child {
	width: 85%;
	height: 100%;
	color: #333;
	padding-left: 10px;
	float: left;
}
.input_block div input:last-child {
	width: 15%;
	height: 100%;
	float: right;
}

.box > div {
	padding: 8px 10px 5px 55px;
	color: #666;
	line-height: 24px;
	border-bottom: 1px solid #f0f0f0;
}
.box div strong {
	width: 50px;
	display: block;
	line-height: 24px;
	text-align: right;
	color: #333;
	position: absolute;
	top: 8px;
	left: 0;
}
.box div li {
	float: left;
	padding: 0 10px 0 0;
}
.box div li.select_on {
	color: #f96b2b;
}

.box_up div {
	display: none;
}
.box_up div:nth-child(1), .box_up div:nth-child(2) {
	display: block;
}
a.loadmore_btn {
	width: 100%;
	height: 40px;
	padding: 10px 0;
	background: #fcfcfc;
	display: block;
}
a.loadmore_btn span {
	width: 85px;
	display: block;
	margin: 0 auto;
	background-position: right center;
	background-size: 12px auto;
	color: #f96b2b;
}

a.loadmore_btn span i {
	margin: 4px auto 0 auto;
	float: right;
}
a.loadmore_btn span i.top_icon, a.loadmore_btn span i.down_icon {
	width: 8px;
	height: 8px;
}
a.loadmore_btn span i.top_icon {
	margin: 8px auto 0 auto;
}
/*tab导航*/
.tab-nav {
	background: #fafafa;
}
.tab-nav li {
	padding: 10px 0;
	line-height: 20px;
	text-align: center;
	position: relative;
	font-size: 14px;
	display: inline-block;
}
.tab-nav li span {
	color: #333;
	font-size: 13px;
}

.tab-nav li.active span {
	color: #ff8833;
}
.orange-color .right-angle:after {
	border-top: 4px solid #ff8833;
}
.tab-nav li.orange-color span {
	color: #ff8833;
}
.tab-nav.tabs li {
	width: 25%;
	float: left;
}
.tab-nav.tabs li.active {
	color: #fb922c;
}
.tab-nav.tabs li.active:after {
	background: #fb922c;
	width: 90%;
	height: 2px;
	position: absolute;
	bottom: 1px;
	left: 5%;
	content: '';
}
.tab-bg {
	width: 100%;
	height: 40px;
}

.right-angle {
	position: relative;
	padding-right: 12px;
}
.right-angle:after {
	border-top: 4px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}
.active .right-angle:after {
	border-bottom: 4px solid #ff8833;
	border-top: 0;
	margin-top: -3px;
}
/*tab导航  结束*/
/*筛选列表*/
.top-select {
	width: 100%;
	max-width: 640px;
	height: auto;
	max-height: 70%;
	overflow: hidden;
	position: fixed;
	top: 40px;
	left: auto;
	right: auto;
	z-index: 11;
}
.select-list, .select-label {
	background: #fff;
	position: relative;
}
.select-list li {
	padding: 12px 15px;
	font-size: 14px;
	position: relative;
}
.select-list li.active {
	color: #ff8833;
}
.select-list li.active:after {
	width: 8px;
	height: 16px;
	display: block;
	border: 1px solid #ff8833;
	border-top: 0;
	border-left: 0;
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select-label {
	padding: 13px;
}
.select-label h3 {
	padding: 10px 0 5px 0;
}
.select-label .label {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.select-label .label:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.select-label .label span {
	width: 70px;
	height: auto;
	display: block;
	float: left;
	font-size: 12px;
	padding: 5px;
	margin: 3px 10px 3px 0;
	background: #f5f5f5;
	color: #666;
}
.select-label .label span.active {
	background: #fcf7ed;
	color: #fb922c;
}
.top-select-footer {
	border-top: 1px solid #e6e6e6;
	padding: 13px;
	background: #fff;
	color: #999;
}
.top-select-footer a.a_btn {
	background: none;
	color: #999;
	margin-bottom: 10px;
	border: 0;
}
.top-select-footer input[type="number"] {
	width: 90px;
	background: #f5f5f5;
	text-align: center;
	margin: 0 5px;
	font-size: 13px;
	padding: 8px 0;
	height: 36px;
	line-height: 20px;
}
.top-select-footer input.btn_outline {
	width: 70px;
	float: right;
}

/*筛选列表 结束*/

/*顾问列表*/
ul.agent_block li {
	height: auto;
	min-height: 105px;
	padding: 15px 10px 10px 97px;
	line-height: 18px;
	color: #666;
}
ul.agent_block li img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 15px;
	left: 10px;
}
ul.agent_block li .contact_btn {
	position: absolute;
	right: 10px;
	top: 20px;
	color: #6fa47b;
}
ul.agent_block li .contact_btn i {
	display: block;
	margin: 0 auto;
}
ul.agent_block li p {
	clear: both;
	color: #333;
	min-height: 18px;
	padding: 0 0 0 50px;
	position: relative;
}
ul.agent_block li p span {
	position: absolute;
	top: 0;
	left: 0;
}
ul.agent_block li h3 {
	font-size: 16px;
	line-height: 27px;
	padding: 0;
}

/*看房纪录，我的出售*/
.record-list h3 {
	padding: 0 0 5px 30px;
	position: relative;
}
.record-list h3 div {
	position: absolute;
	top: 0;
	left: 0;
}
.record-list p {
	color: #999;
}
.record-list .label span.es-label {
	background: #ffd0aa;
	color: #ba5d13;
}
.record-list .source_con {
	padding: 0 0 10px 0;
}
.record-list .source_con li:last-child {
	padding-right: 50px;
}
.record-list .source_con i.tel_icon {
	position: absolute;
	top: 13px;
	right: 0;
}
.no_agent {
	line-height: 50px;
	font-size: 14px;
	padding: 10px;
}

/*input组*/
/*.input-group {
 padding: 10px 3%;
 clear: both;
 overflow: hidden;
 font-size: 13px;
 }
 .input-group .form-control {
 width: 100%;
 padding: 12px;
 height: 40px;
 font-size: inherit;
 display: block;
 border-bottom: 1px solid #ddd;
 background: url() no-repeat 10px center #fff;
 background-size: 20px auto;
 }

 input.input-group-btn, a.input-group-btn {
 background: #da590a;
 color: #fff;
 width: 100%;
 padding: 14px 0;
 display: block;
 font-size: 15px;
 }
 .input-group .code_btn {
 width: 28%;
 background: #fff;
 color: #ff5f15;
 border: 1px solid #ff5f15;
 padding: 12px 0;
 font-size: 13px;
 float: right;
 }
 .search-input {
 background-image: url(../image/15.png);
 padding: 12px 12px 12px 40px;
 }
 .form-layout .input-group {
 position: relative;
 padding: 0 0 0 40px;
 border-bottom: 1px solid #ddd;
 margin-bottom: 10px;
 }
 .form-layout .input-group span {
 font-size: inherit;
 line-height: 40px;
 position: absolute;
 top: 0;
 left: 0;
 }
 .form-layout .input-group .form-control {
 border: 0;
 }
 .form-layout .input-group-btn {
 background: #fb922c;
 border-radius: 6px;
 padding: 13px 0;
 }
 */
/*登录注册*/
.login-cell {
	padding: 13px;
}
.login-cell .a_btn {
	font-size: 14px;
}
.login-form {
	margin-bottom: 20px;
}
.login-form li {
	position: relative;
	margin: 5px 0;
	padding: 5px 0;
}
.login-form li:after {
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.login-form li input.input-text {
	background: url(../image/user.png) no-repeat left center;
	background-size: 16px auto;
	padding: 0 0 0 30px;
	font-size: 14px;
}

.login-form li.code input.input-text {
	background-image: url(../image/password.png);
	width: 70%;
}
.login-form li.code:after {
	width: 70%;
}
.login-form li.code input.a_btn {
	width: 28%;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
}

.login-a {
	padding: 10px 0;
	color: #666;
	text-align: right;
}
.login-a a {
	color: #ff5f15;
}

/*表单样式*/
.form_block {
	width: 100%;
	margin: 0 auto;
}
.form_block h3 {
	font-size: 22px;
	padding: 24px 0 20px 0;
	text-align: center;
}
.form_block ul li {
	padding: 5px 13px 0 88px;
	font-size: 13px;
	color: #333;
	position: relative;
	overflow: hidden;
}
.form_block ul li:after {
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.form_block ul li strong {
	position: absolute;
	top: 5px;
	left: 13px;
}
.form_block ul li input, .form_block ul li a, .form_block ul li select, .form_block ul li strong, .form_block textarea {
	width: 100%;
	height: 40px;
	font-size: 13px;
	padding: 9px 0;
	line-height: 22px;
	overflow: hidden;
	display: block;
}
.form_block ul li strong {
	width: 70px;
	text-align: right;
}

.form_block ul li strong, .form_block ul li font, .form_block ul li a.active {
	color: #333;
}

.form_block ul li font, .form_block ul li i {
	top: 23px;
	left: auto;
	right: 0;
}
.form_block ul li font {
	top: 16px;
}
.form_block textarea {
	height: auto;
	min-height: 50px;
	font-size: 13px;
}
.form_block ul li.right-arrow:before {
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 13px;
	content: '';
	margin-top: -4px;
}
/*评价星级*/
.comment-ibox h1 {
	padding: 15px 0 20px 0;
}
.comment-ibox li {
	padding: 3px 0;
	clear: both;
	height: 36px;
	overflow: hidden;
}
.comment-ibox i {
	width: 30px;
	height: 30px;
	background: url(../image/star02.png) no-repeat center;
	background-size: 75%;
	display: block;
	float: left;
}
.comment-ibox i.star-on {
	background-image: url(../image/star01.png);
}
.comment-ibox li, .comment-ibox li h3 {
	line-height: 30px;
}
.comment-ibox li h3 {
	padding-right: 10px;
	font-size: 13px;
}
.comment-ibox li small {
	color: #999;
	font-size: 12px;
}
.comment-ibox textarea {
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	background: #e6e6e6;
	min-height: 150px;
	line-height: 22px;
	margin-top: 10px;
}
.comment-ibox .a_btn {
	margin: 20px 0;
}

/*空白页*/
/*.blank_content {
 text-align: center;
 padding: 30% 0 0 0;
 color: #666;
 }
 .blank_content a {
 color: #2190e3;
 }
 .blank_content h3 {
 font-size: 20px;
 line-height: 30px;
 }
 .blank_content i.success_icon {
 width: 60px;
 height: 60px;
 margin: 15px auto;
 }*/
.fixed-top {
	width: 100%;
	max-width: 640px;
	height: auto;
	overflow: hidden;
	position: fixed;
	left: auto;
	right: auto;
	top: 0;
	margin: 0 auto;
	z-index: 9;
}
.fixed_bottom {
	width: 100%;
	max-width: 640px;
	height: auto;
	overflow: hidden;
	position: fixed;
	left: auto;
	right: auto;
	bottom: 0;
	margin: 0 auto;
	z-index: 9;
}
.fixed_bottom .a_btn {
	width: 42%;
	float: left;
	margin: 0 4%;
	line-height: 36px;
}
.fixed_bottom .a_btn:first-child {
	border: 1px solid #f45815;
	color: #f45815;
	background: #fff;
}
/*空白页*/
.empty-page {
	padding-top: 20%;
	padding-bottom: 10%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.empty-page img {
	width: 130px;
	height: auto;
	margin: 10px auto;
}
.empty-page a {
	color: #eb5e23;
	line-height: 34px;
	font-size: 12px;
}
.empty-page .a_btn {
	line-height: 32px;
	width: 30%;
	margin: 20px auto;
}
/* 上架空白样式*/
.empty2-wrap{
	text-align: center;
	font-size: 0;
	padding-top: 124px;
	padding-bottom: 60px;
}
.empty2 {
	width: 103px;
	height: 94px;
	background-image: url(/image/mobile/image/empty2@3x.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 33px;
}
@media only screen and (-webkit-min-device-pixel-ratio:3){
    .empty2 {
		background-image: url(/image/mobile/image/empty2@3x.png);
	}
}
.empty2-tips {
	font-size: 14px;
	line-height: 14px;
	color: #666;
}
/*空白页 结束*/
/*底部导航*/
#bottomnav {
	z-index: 999;
	center: 0;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	max-width: 640px;
	height: 42px;
	_position: absolute; /* for IE6 */
	_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
	overflow: visible;
	background-color: rgba(248,248,248,0.96);
}
.bottomnav, .bottomnav .a_btn {
	height: 42px;
	line-height: 42px;
	border-radius: 0;
}
.bottomnav strong {
	line-height: 42px;
	color: #fff;
	position: relative;
	padding-left: 28px;
}
.bottomnav strong:before {
	width: 24px;
	height: 24px;
	background: url(/image/mobile/image/icon_apply.png) no-repeat center;
	background-size: 16px auto;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.bottomnav strong.bottomnav-call:before {
	background-image: url(/image/mobile/image/icon-phone-white.png);
	background-size: 22px auto;
}
.bottomnav .a_btn.bg-ffc548 {
	background: #ffc548;
	border: 0;
}
/*
 .bottomnav ul {
 width: 56%;
 float: left;
 }
 .bottomnav ul li {
 width: 33.33%;
 float: left;
 border-right: 1px solid #e4e4e4;
 color: #999;
 text-align: center;
 }
 .bottomnav ul li:last-child(2) {
 border: 0;
 }
 .bottomnav ul li:first-child div {
 width: 45px;
 margin: 0 auto;
 padding: 0 16px 0 0;
 color: #ff0000;
 background: url(../image/giftbg.png) no-repeat right center;
 background-size: 14px auto;
 }
 .bottomnav ul li:first-child div.active {
 background-image: url(../image/giftbg01.png);
 }
 */
@media screen and (max-width: 325px) {
	.source_con li {
		padding: 12px 0 0 96px;
	}
	.source_con li img {
		width: 90px;
		height: 80px;
	}

	ul.agent_block li {
		min-height: 95px;
		padding-left: 85px;
	}
	ul.agent_block li img {
		width: 70px;
		height: 70px;
	}

	.comment-ibox li {
		height: 32px;
	}
	.comment-ibox i {
		width: 26px;
		height: 26px;
	}
	.comment-ibox li, .comment-ibox li h3 {
		line-height: 26px;
	}
}

#footer {
	width: 100%;
	background: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	overflow: visible;
}
#footer ul {
	height: 52px;
	background: #f4cada;
	overflow: visible;
}
#footer ul li {
	padding-top: 32px;
	background: url() no-repeat center 4px;
	background-size: auto 28px;
	text-align: center;
	width: 20%;
	float: left;
}
#footer ul li.active {
	color: #f45815;
}
#footer ul li:nth-child(1) {
	background-image: url(../image/bottombtn0101.png);
}
#footer ul li:nth-child(2) {
	background-image: url(../image/bottombtn0201.png);
}
#footer ul li:nth-child(3) {
	background-image: url(../image/bottombtn0301.png);
}
#footer ul li:nth-child(4) {
	background-image: url(../image/bottombtn0401.png);
}
#footer ul li:nth-child(5) {
	background-image: url(../image/bottombtn0501.png);
}
#footer ul li:nth-child(1).active {
	background-image: url(../image/bottombtn0102.png);
}
#footer ul li:nth-child(2).active {
	background-image: url(../image/bottombtn0202.png);
}
#footer ul li:nth-child(4).active {
	background-image: url(../image/bottombtn0402.png);
}
#footer ul li:nth-child(5).active {
	background-image: url(../image/bottombtn0502.png);
}
#footer ul li:nth-child(3) {
	background-size: auto 50px;
	padding-top: 54px;
	margin: -22px 0 0 0;
}
.footer {
	height: 52px;
}

/*网页头部*/
.top-head {
	width: 100%;
	min-height: 46px;
	line-height: 40px;
	text-align: center;
	color: #333;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 50px;
	position: relative;
}
.top-head h3 {
	font-size: 16px;
	line-height: 46px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top-head .head-left, .top-head .head-right {
	height: 46px;
	padding: 5px 10px;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.top-head .head-right {
	left: auto;
	right: 0;
}
.top-head i.left_icon {
	margin: 12px 0 0 5px;
}

.top-head ul {
	width: 170px;
	overflow: hidden;
	margin: 0 auto;
	padding: 6px 0;
	clear: both;
	border-radius: 4px;
	display: block;
}
.top-head ul li {
	width: 50%;
	height: 32px;
	line-height: 32px;
	float: left;
	color: #fb922c;
	border: 1px solid #fb922c;
	border-right: 0;
	font-size: 13px;
}
.top-head ul li:last-child {
	border-right: 1px solid #fb922c;
}
.top-head ul li.active {
	background: #fb922c;
	color: #fff;
}
.top-head strong {
	font-size: 14px;
	padding: 0 3px;
}

.left_text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 13px 12px 13px;
	z-index: 9999;
	color: #eb5e23;
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*网页头部 城市切换 */
.city-fixed {
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 13px 12px 13px;
	background: url(../image/downdraw.png) no-repeat right center;
	background-size: auto 12px;
	z-index: 9999;
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 20px;
}

/*回到顶部*/
.go-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ff6016;
	background: url(http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0906/1473156776399070942.png) no-repeat center #fff;
	background-size: 50%;
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 1000;
	opacity: 0.7;
}

/*弹出提示*/
.popup-tin {
	text-align: center;
	padding-top: 30px;
}
.popup-tin h2 {
	color: #eb5e23;
	line-height: 26px;
}
.popup-tin .a_btn {
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	background: none;
	color: #666;
	border-right: 1px solid #e5e5e5;
	width: 50%;
	float: left;
}
.popup-tin .a_btn:last-child {
	border-right: 0;
	color: #eb5e23;
}
/*弹框*/
.black_overlay, .popup-bg {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 7;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	overflow: hidden;
}
.popup-bg a {
	width: 100%;
	height: 100%;
	display: block;
}
/*.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 640px;
	height: auto;
	z-index: 1002;
	overflow: visible;
	background: #fff;
	border-radius: 4px;
	margin: -50% auto 0 -40%;
}*/
.popup .close-icon {
	display: block;
	overflow: hidden;
	width: 26px;
	height: 26px;
	/*background-color: #fff;*/
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -8px;
}
.popup .close-icon.react {
	top: 4px;
	right: 4px;
}
/*举报*/
.inform {
	padding: 14px 80px 14px 10px;
	line-height: 20px;
	font-size: 13px;
	position: relative;
	color: #999;
}
.inform a.a_btn {
	width: 70px;
	border-radius: 12px;
	color: #999;
	border: 1px solid #999;
	background: none;
	line-height: 13px;
	font-size: 13px;
	position: absolute;
	padding: 6px 0;
	top: 10px;
	right: 10px;
}
/*房源详情*/

.home-intro {
	padding: 15px 0;
	font-size: 13px;
	color: #999;
	line-height: 22px;
}

.slider-pic {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 5px;
	border-radius: 4px;
}
.list-con, .list-text {
	padding: 13px 0;
	border-top: 1px solid #e6e6e6;
}
.list-con{ margin-top:15px;}
.list-con li {
	width: 33.33%;
	display: inline-block;
	float: left;
	text-align: center;
	color: #999;
	position: relative;
}
.list-con li:after {
	width: 1px;
	height: 80%;
	content: '';
	display: block;
	position: absolute;
	top: 10%;
	right: 0;
	background: #e6e6e6;
}
.list-con li:last-child:after {
	height: 0;
}
.list-con li strong {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.header-con {
	padding-top: 15px;
}
.header-con h3 {
	font-size: 15px;
	line-height: 24px;
}
.header-con p {
	padding: 5px 0 13px 0;
	color: #999;
}
.header-con .label {
	margin: 5px 0 0 0;
}
/*房源详情 结束*/
/*房源设施*/
.facility li {
	width: 25%;
	display: inline-block;
	float: left;
	text-align: center;
	color: #999;
	padding: 0 0 18px 0;
}
.facility li.active {
	color: #333;
}
.facility li i {
	width: 30px;
	height: 30px;
	background: url() no-repeat center;
	background-size: 94% auto;
	display: block;
	margin: 5px auto;
}
.facility li i.icon-bed {
	background-image: url(/image/mobile/image/icon-facility0101.png);
}
.facility li i.icon-tv {
	background-image: url(/image/mobile/image/icon-facility0201.png);
}
.facility li i.icon-water {
	background-image: url(/image/mobile/image/icon-facility0301.png);
}
.facility li i.icon-air {
	background-image: url(/image/mobile/image/icon-facility0401.png);
}
.facility li i.icon-wash {
	background-image: url(/image/mobile/image/icon-facility0501.png);
}
.facility li i.icon-ice {
	background-image: url(/image/mobile/image/icon-facility0601.png);
}
.facility li i.icon-range {
	background-image: url(/image/mobile/image/icon-facility0701.png);
}
.facility li i.icon-wifi {
	background-image: url(/image/mobile/image/icon-facility0801.png);
}
.facility li.active i.icon-bed {
	background-image: url(/image/mobile/image/icon-facility0102.png);
}
.facility li.active i.icon-tv {
	background-image: url(/image/mobile/image/icon-facility0202.png);
}
.facility li.active i.icon-water {
	background-image: url(/image/mobile/image/icon-facility0302.png);
}
.facility li.active i.icon-air {
	background-image: url(/image/mobile/image/icon-facility0402.png);
}
.facility li.active i.icon-wash {
	background-image: url(/image/mobile/image/icon-facility0502.png);
}
.facility li.active i.icon-ice {
	background-image: url(/image/mobile/image/icon-facility0602.png);
}
.facility li.active i.icon-range {
	background-image: url(/image/mobile/image/icon-facility0702.png);
}
.facility li.active i.icon-wifi {
	background-image: url(/image/mobile/image/icon-facility0802.png);
}
/*房源设施 结束*/
/*购房保障 */
.safe-list li {
	width: 25%;
	display: inline-block;
	float: left;
	text-align: center;
}
.safe-list li {
	padding: 0 0 18px 0;
}
.safe-list li i {
	width: 44px;
	height: 44px;
	background: url() no-repeat center;
	background-size: contain;
	display: block;
	margin: 5px auto 5px auto;
}
.safe-list li i.icon-safe01 {
	background-image: url(/image/mobile/image/icon-safe01.png);
}
.safe-list li i.icon-safe02 {
	background-image: url(/image/mobile/image/icon-safe02.png);
}
.safe-list li i.icon-safe03 {
	background-image: url(/image/mobile/image/icon-safe03.png);
}
.safe-list li i.icon-safe04 {
	background-image: url(/image/mobile/image/icon-safe04.png);
}
.safe-list.rent li i.icon-safe01 {
	background-image: url(/image/mobile/image/rent_tips_icon1.png);
}
.safe-list.rent  li i.icon-safe02 {
	background-image: url(/image/mobile/image/rent_tips_icon2.png);
}
.safe-list.rent  li i.icon-safe03 {
	background-image: url(/image/mobile/image/rent_tips_icon3.png);
}
.safe-list.rent  li i.icon-safe04 {
	background-image: url(/image/mobile/image/rent_tips_icon4.png);
}
/*购房保障 结束*/
/*经纪人列表 */
.agent-list.main-agent {
	padding: 13px 13px 13px 100px;
	min-height: 104px;
	color: #999;
	margin: 10px 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
}
.agent-list.main-agent img {
	width: 74px;
	height: 74px;
	left: 13px;
}
.agent-list.main-agent a.a_btn {
	width: 46%;
	float: left;
	color: #fb922c;
	background: #fcf7ed;
	border: 0;
	margin: 15px 4% 0 0;
}
.agent-list li {
	padding: 13px 0 13px 60px;
	position: relative;
	min-height: 76px;
	color: #999;
	border-bottom: 1px solid #e6e6e6;
}
.agent-list:last-child {
	border-bottom: 0;
}
.agent-list img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}
.agent-list h3, .agent-list	p span, .agent-list .icon-star {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.agent-list .icon-star {
	margin-top: 5px;
}
.agent-list h3 {
	font-size: 15px;
	margin-top: 3px;
}
.agent-list p {
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
}
.agent-list .icon-phone, .agent-list .icon-wx {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
}
.agent-list .icon-phone {
	right: 40px;
}
.ibox-title.border-none {
	padding-top: 10px;
}
strong.gold-label, strong.xfj-label, strong.silver-label, strong.copper-label {
	border: 1px solid #fb922c;
	color: #fb922c;
	padding: 0 6px 0 13px;
	border-radius: 8px;
	position: relative;
	margin-top: 3px;
	font-size: 9px;
	line-height: 16px;
	display: inline-block;
	height: 15px;
	float: left;
}
strong.silver-label {
	border-color: #4e9ce9;
	color: #4e9ce9;
}
strong.copper-label {
	border-color: #e38e88;
	color: #e38e88;
}
strong.gold-label:before, strong.xfj-label:before, strong.silver-label:before, strong.copper-label:before {
	width: 15px;
	height: 20px;
	display: block;
	content: '';
	background: url(../image/icon-gold.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: -4px;
	left: -5px;
}
strong.xfj-label:before {
	width: 15px;
	height: 15px;
	background-image: url(../image/icon-xfj.png);
	top: -1px;
}
strong.silver-label:before {
	background-image: url(../image/icon-silver.png);
}
strong.copper-label:before {
	background-image: url(../image/icon-copper.png);
}
/*经纪人列表  结束*/
/*选择列表*/
.popup_list ul {

}
.popup_list ul li, .popup_list a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 42px;
	list-style-type: none;
	display: block;
	color: #333;
	padding: 0 13px;
	background: #fff;
}
.popup_list ul li:last-child, .popup_list a:last-child {
	border: 0 none;
}
.popup_list .list_on {
	background: rgba(0, 0, 0, 0) url("http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0531/1464689396595025960.png") no-repeat scroll 95% center /18px auto;
	color: #f45815;
}
/*选择列表 结束*/
/*列表导航*/
.nav-list li {
	position: relative;
	line-height: 40px;
	padding: 2px 0;
	min-height: 44px;
}
.nav-list li:before {
	width: 100%;
	height: 1px;
	content: '';
	background: #e6e6e6;
	position: absolute;
	left: 40px;
	bottom: 0;
}
.nav-list li:last-child:before {
	height: 0;
}
.nav-list li.right-arrow:after {
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 16px;
	content: '';
	margin-top: -4px;
}
.new-dot {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #f00;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5px;
}
.nav-list li h5 {
	line-height: 40px;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 0;
}
.list-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 0 0 80px;
}
/*列表导航 结束*/
/*表单列表*/
.form-list li {
	padding: 5px 13px;
}
.form-list li:before {
	left: 0;
}
.form-list li h5 {
	font-size: 13px;
	left: 13px;
}
.form-list li h5 span {
	color: #999;
}
.form-listcon {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 13px;
	padding: 0 0 0 50px;
}
.form-listcon a, .form-listcon input[type="text"], .form-listcon input[type="tel"], .form-listcon input[type="number"], .form-listcon select {
	width: 100%;
	font-size: 13px;
}
.form-list li .form-listcon {
	padding-right: 16px;
}
.form-listcon font {
	position: absolute;
	right: 0;
	top: 10px;
}
.form-list li p {
	line-height: 20px;
	padding: 5px 0;
}
#img_div a {
	width: 78px;
	height: 78px;
	border: 1px solid #cbcbcb;
	padding: 0;
	margin: 0 8px 8px 0;
	position: relative;
	background: url(http://xfj-image.oss-cn-hangzhou.aliyuncs.com/uploads/2016/0531/1464689401111001713.png) no-repeat center #f0f0f0;
	background-size: auto 40%;
	float: left;
	overflow: visible;
}
#img_div a i.close-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	right: 0;
}
#img_div a img, .add_thumbnail input {
	width: 100%;
	height: 100%;
}
#img_div input {
	display: block;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/*表单列表 结束*/
/*扩展通用样式*/
.fbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.fbox-justify {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.fbox-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.fbox-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.border-1px-t {
    position: relative;
}
.border-1px-t:after{
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #e6e6e6;
    content: '';
    width: 100%;
}
.border-1px-b {
    position: relative;

}
.border-1px-b:after{
   position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #e6e6e6;
    content: '';
    width: 100%;
}
.border-1px-r {
    position: relative;

}
.border-1px-r:after{
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #e6e6e6;
    content: '';
    /*width: 1px;*/
    height: 100%;
}
.border-1px-l {
    position: relative;

}
.border-1px-l:after{
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
    content: '';
    height: 100%;
}
.border-1px-b {
    position: relative;

}
.border-1px-b:after{
   	position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #e6e6e6;
    content: '';
    width: 100%;
}
.border-1px-r {
    position: relative;
}
.border-1px-r:after{
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #e6e6e6;
    content: '';
    height: 100%;
}
.border-1px-l {
    position: relative;
}
.border-1px-l:after{
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #e6e6e6;
    content: '';
    /*width: 1px;*/
    height: 100%;
}
@media(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .border-1px-b:after,
    .border-1px-t:after,
    .ibox-title:after,
    .line-layout li:after,
    .form-list li:before,
    .login-form li:after,
    .nav-list li:before,
    .box-title:after {
        -webkit-transform: scaleY(0.7);
        -moz-transform: scaleY(0.7);
        -ms-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }
    .border-1px-r:after,
    .border-1px-l:after,
    .list-con li:after {
        -webkit-transform: scaleX(0.7);
        -moz-transform: scaleX(0.7);
        -ms-transform: scaleX(0.7);
        transform: scaleX(0.7);
    }
}
@media(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
    .border-1px-b:after,
    .border-1px-t:after,
    .ibox-title:after,
    .line-layout li:after,
    .form-list li:before,
    .login-form li:after,
    .nav-list li:before,
    .box-title:after {
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    .border-1px-r:after,
    .border-1px-l:after,
    .list-con li:after {
        -webkit-transform: scaleX(0.5);
        -moz-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }
}
.cclearfix {
    display: inline-block;
}
.cclearfix:after{
    display: block;
    content: '.';
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.tbox, .tbox2 {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	display: block;
	opacity: 1;
}
.tbox.fade,.tbox2.fade {
	opacity: 0;
	display: none;
}
.tbox.bth3 > div.ibox:first-child{
	/*padding-top: 12px;*/
}
.tapmode {
	/*opacity: 0.8 !important;*/
}
/* checkbok */
input.aui-checkbox {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #e6e6e6;
	position: relative;
	/*opacity: 0;*/
}
input.aui-checkbox:checked:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 6px;
	border:1px solid;
	border-color: transparent transparent #fb922c #fb922c;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 50%;
	left: 50%;
	margin: -4px  0 0 -5px;
}
/* 系统活动奖品样式  */
.a-wrap {
	position: fixed;
	width: 100%;
	left: 50%;
	padding: 0 42px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.banner-wrap img{
	display: block;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 290px;
}
.a-banner {
	display: block;
	width: 100%;
}
.a-close {
	width: 29px;
	height: 69px;
	padding-top: 40px;
	background-image: url(../image/activity_close.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.headerWrap {
	background: #f5f5f5 ;
}
/*  */
.speace-text {
	padding:0 13px;
}
/* 扩展联盟商 -- 金牌联盟 */
strong[class*='agent-star-icons']  {
	vertical-align: top;
}
.agent-star-icons, *[class*='agent-star-icons'] {
	display: inline-block;
	width: 58px;
	height: 18px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.agent-star-icons1 {
	background-image: url(../image/agentIcons/agent-star-icons1.png) !important;
}
.agent-star-icons2 {
	background-image: url(../image/agentIcons/agent-star-icons2.png) !important;
}
.agent-star-icons3 {
	background-image: url(../image/agentIcons/agent-star-icons3.png) !important;
}
.agent-star-icons4 {
	background-image: url(../image/agentIcons/agent-star-icons4.png) !important;
}
.agent-star-icons5 {
	background-image: url(../image/agentIcons/agent-star-icons4.png) !important;
}
/* 一键服务获取验证码按钮 */
.form-listcon-verifyCode {
	position: absolute;
	top: 8px;
	right: 0;
	height: 36px;
	line-height: 34px;
	background: none;
    border: 1px solid #eb5e23;
    color: #eb5e23;
    width: 96px;
    border-radius: 4px;
    text-align: center;
}
.btn3-banner-wrap {
	width: 100%;
	padding-top: 32%;
	transition: 0.3s;
	-webkit-transition: 0.3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/**/
.load-cps-tips {
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.fixed-b {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.new-detail-project {
	padding: 20px 10px;
}
.new-detail-project .block1{
	width: 64px;
	height: 48px;
	margin-right: 12px;
}
.new-detail-project img{
	display: block;
	width: 100%;
	height: 100%;
}
.new-detail-project .content {

}
.new-detail-project .content .title{
	font-size: 14px;
	color: #333;
}
.new-detail-project .content .area{
	font-size: 12px;
	color: #999999;
}
.new-detail-project .block2{
	/*display: inline-block;*/
	text-align: center;
}
.new-detail-project .block2 .count{
	font-size: 16px;
	color: #333;
}
.new-detail-project .block2 .count .desc{
	font-size: 12px;
	color: #999999;
}
.orange-color {
	color: #ff8833 !important;
}
.hd-house-banner {
	/*padding-top: 45.3%;*/
	background-size: cover;
	background-position: center;
}
.swiper-wrapper {
	overflow: visible;
}

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break:break-all;
}

.text-hidden-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     word-break:break-all;
}
.text-hidden-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break:break-all;
}

/* icon */
.icon-search {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../image/15.png);
	background-size: cover;
	background-position: center;
	vertical-align: sub;
}

