@charset "utf-8";

/*
制作人：张琪
修改时间：2018-5-28
用处：小区问答详情页，专家解读
*/


/*
李佳蔚修改于2021-3-20 
*/

body {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: DIN;
	src: url(https://static.fangxiaoer.com/m/static/fonts/DINCond-Bold.otf);
}


/*专家解读*/

.plotAsk {
	background: #fff;
	padding: 0;
	padding-top: 0;
	width: 9.04rem;
	margin: auto;
	margin-top: .7rem;
}

.plotAsk ul {
	width: 96%;
	margin: 0 auto;
}

.plotAsk ul li {
	overflow: hidden;
	line-height: 18pt;
	color: #999;
	margin-bottom: 5px;
}

.plotAsk ul li .Q-A {
	overflow: hidden;
	font-size: 10pt;
	float: left;
	width: 86%;
}

.plotAsk ul li h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	width: 94%;
	font-weight: normal;
	color: #333;
	background: url(https://static.fangxiaoer.com/m/images/sale/villageQaIcon1.jpg  ) no-repeat 0px 4px;
	background-size: 18px 18px;
	padding-left: 22px;
}

.plotAsk ul li .iconQ-A {
	color: #999
}

.plotAsk ul li p {}

.myQuestionListN p {
	color: #757575;
	text-align: center;
}

.myQuestionListN a {
	width: 25%;
	display: block;
	margin: 18px auto;
	border: 1px solid #ff5200;
	/* text-align:  center; */
	color: #ff5200;
	border-radius: 13px;
	font-size: 10pt;
	line-height: 18pt;
	height: 22px;
}

.expertTellK {
	background: #fff;
	margin-top: 10px;
}

.zjzd_title {
	font-size: .35rem;
	position: relative;
	background: #fff;
	color: #757575;
	height: .5rem;
	line-height: .5rem;
	margin-bottom: .5rem;
}

.villageAgentMainLi {
	padding-bottom: 5px;
}

.zjzd_title a {
	color: #757575;
}

.allbtn {}

.expertTellK>ul {}

.expertTell {
	position: relative;
}

.agentShop {
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.agentShop img {
	width: 100%;
}

.expertTellK>ul>li {
	padding: 10px 2%;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 auto;
	position: relative;
}

.expertTeller {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
}

.expertTell .name h4 {
	font-weight: normal;
	font-size: 11pt;
	display: inline-block;
	margin-right: 5px;
	color: #000;
}

.expertTell .name {
	float: left;
	margin-top: 3px;
}

.expertTell .name p {
	color: #999;
}

.expertTell>li {
	padding: 10px 5%;
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	position: relative;
}

.expertTell>li:last-child,
.expertTellK>ul>li:last-child {
	border-bottom: none;
}

.details {
	position: relative;
	margin-top: 0.6rem;
	margin-left: 4px;
	padding-bottom: 10px;
}

.details>li {
	margin-bottom: 5px;
}

.details li span {
	display: inline-block;
	padding: 0 4px;
	float: left;
	background: #fef1e8;
	color: #ff5200;
	line-height: 20px;
	margin-right: 5px;
}

.details li p {
	line-height: 20px;
}

.pull-down {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -19px;
	background: url(https://static.fangxiaoer.com/web/images/m/detail_icon.png) no-repeat;
	background-size: 130px auto;
	background-position: -21px -57px;
}

.pull-up {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -19px;
	background: url(https://static.fangxiaoer.com/web/images/m/detail_icon.png) no-repeat;
	background-size: 130px auto;
	background-position: -2px -58px;
}

.detailsImg {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.detailsImg>li {
	width: 30%;
	float: left;
	overflow: hidden;
	margin-right: 5%;
}

.detailsImg li:nth-last-child(2) {
	margin-right: 0;
}

.detailsImg li img {
	width: 100%;
}

.dispalyBlock {
	display: block !important;
}

.agentPhoneIocn {
	background: url(https://static.fangxiaoer.com/m/images/sale/agentPhoneIocn.png) no-repeat;
	display: block;
	width: 31px;
	height: 31px;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 10px;
}

.noListA {
	text-align: center;
	margin: 50% auto 0 auto;
	color: #999;
	display: none;
}

.detailsImgNum {
	font-style: initial;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 2px 8px;
	position: absolute;
	bottom: 3px;
	right: 0;
}


/*筛选*/

.searchresult {
	margin: 10px 10px 5px 10px;
	color: #999;
	font-size: 10pt;
}

.searchresult span {
	color: #ff5200;
}

.list {
	/*border-top: 1px solid #e0e0e0;*/
	background: #fff;
	/* margin-top:  10px; */
	padding: 0 5% 10px 5%;
	overflow: hidden;
}

.list .plot {
	overflow: hidden;
	display: inline-block;
	padding: 10px 0;
	border-top: 1px solid #e9e9e9;
	width: 100%;
}

.lefttu {
	width: 100px;
	height: 73px;
	display: block;
	margin-right: 10px
}

.title {
	/* height: 39px; */
	line-height: 18px;
	color: #000;
	/* margin-bottom: 5px; */
	font-size: 11pt;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trait span {
	/* height: 15px; */
	/* line-height: 12px; */
	color: #ff5200;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin-right: 3px;
	font-size: 12px;
}

.add_left {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	font-size: 9pt;
	color: #333;
}

.address span {
	float: right
}

.address span img {
	width: 10px;
	float: left;
}

.address em {
	display: block;
	float: left;
	width: 50%;
	font-style: normal;
}

.price {
	color: #FF5200;
	font-size: 12px;
	float: right;
	font-weight: bold;
}

.price i {
	font-style: normal;
	font-weight: 400;
	font-size: 9pt;
}

.price span {
	float: right;
	color: #a1a1a1;
	font-size: 9px;
}

.price ul {
	float: right
}

.price li {
	float: left;
	margin-top: 3px;
	border: 1px solid #ffa64c;
	color: #ffa64c;
	line-height: 12pt;
	font-size: 8pt;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 5px;
}

.price li.color2 {
	border-color: #66ccff;
	color: #66ccff
}

.price li.color3 {
	border-color: #66cc66;
	color: #66cc66
}

.zhuzhai:hover {
	text-decoration: none;
}

.loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.loading img {
	display: block;
	margin: 200px auto;
	width: 100px;
}

.area {
	display: block;
	font-size: .29rem;
	line-height: .3rem;
	/* height: 12px; */
	color: #545454;
	margin-top: .2rem;
	/* margin-bottom: -1px; */
	width: 100%;
}

.ui-v {
	position: absolute;
	top: 5px;
	left: 55px;
	width: 40px
}

.list .no_info {
	display: block;
	margin: 25% auto;
	text-align: center;
	font-size: 15px;
	color: #c8c8c8;
	overflow: hidden;
}

.list .no_info p {
	background: url(/images/house_bg.jpg) no-repeat top center;
	background-size: 80px auto;
	padding-top: 80px;
}

.list .no_info a {
	display: block;
	width: 180px;
	margin: 10px auto;
	line-height: 40px;
	border: 1px solid #e2e2e2;
	color: #c8c8c8;
}

.ess {
	position: absolute;
	top: -10px;
	right: 0;
	width: 20px
}

.ess img {
	width: 100%
}


/*地图*/

#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
}

#list_item {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
	max-height: 50%;
	overflow: auto;
}

.item {
	position: relative;
	margin: 10px;
	display: block;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.item img {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.cl {
	clear: both
}

.item_info {
	color: #757575;
	font-size: 9pt;
	line-height: 14pt;
}

.item_info div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 14pt;
}

.item_title {
	color: #000;
	font-size: 11pt
}

.item_price span {
	color: #FF5200;
	font-size: 11pt;
	font-weight: bold;
}

.bgfff {
	background-color: #fff
}

.maploading {
	position: fixed;
	top: 50%;
	left: 45%;
	display: none;
}

.toast {
	display: none;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 20px;
	width: 90%;
	height: auto;
	color: #fff;
	line-height: 20px;
	border-radius: 10px;
	left: 5%;
	padding: 5px
}

.trait b {
	display: block;
	float: right;
	font-style: normal;
	font-weight: normal;
	color: #b4b4b4;
}

.detail_icon {
	display: block;
	background: url(/images/detail_icon.png) no-repeat;
	background-size: 161px auto;
	z-index: 9999
}

.return_icon {
	width: 30px;
	height: 30px;
	background-position: -52px -3px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.list_icon {
	width: 30px;
	height: 30px;
	background-position: -131px -3px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.return_top {
	position: fixed;
	right: 20px;
	bottom: 60px;
	display: none;
	width: 40px;
	cursor: pointer
}


/*遮罩背景*/

.m_nav a.sharebtn {
	background: url(/images/nav.png);
	background-size: 138px auto;
}

.sharebtn {
	position: absolute;
	right: 45px;
	top: 11px;
	width: 15px;
	height: 20px;
	background-position: -93px 0px !important;
}

.fullbgn {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	overflow: hidden;
}

.fullbgn div {
	display: none;
}

.fullbgn img {
	display: block;
	text-align: center;
	padding: 5% 2%;
	margin: 0 auto;
}

.fwpz_title {
	color: #757575;
	margin: 4px 0 10px;
	font-size: 16px;
}

.fwpz_ul {
	overflow: hidden;
}

.fwpz_ul li {
	width: 33%;
	float: left;
	line-height: 19px;
	background-image: url(/images/rentfwpz.png );
	background-repeat: no-repeat;
	background-size: 18px;
	margin: 5px 0;
}

.fwpz_ul .fwpz1 {
	background-position-y: -114px;
}

.fwpz_ul .fwpz2 {
	background-position-y: -134px;
}

.fwpz_ul .fwpz3 {
	background-position-y: -96px;
}

.fwpz_ul .fwpz4 {
	background-position-y: -17px;
}

.fwpz_ul .fwpz5 {
	background-position-y: -152px;
}

.fwpz_ul .fwpz6 {
	background-position-y: -56px;
}

.fwpz_ul .fwpz7 {
	background-position-y: -37px;
}

.fwpz_ul .fwpz8 {
	background-position-y: 3px;
}

.fwpz_ul .fwpz9 {
	background-position-y: -114px;
}

.fwpz_ul .fwpz10 {
	background-position-y: -76px;
}

.fwpz_ul li span {
	width: 20px;
	height: 10px;
	display: block;
	float: left;
	margin: 8px 5px 0 0;
	/* background: url(https://static.fangxiaoer.com/m/images/fwpz_icon.png); */
}

.fwpz_ul .unchecked {
	opacity: 0.5;
	text-decoration: line-through;
}

.fwpz_p {
	color: #ff5200;
	margin-top: 15px;
	line-height: 18px;
}

.bodyvillage {
	/* margin: 5px 0 30px 0; */
}

.detail_icon {
	display: block;
	background: url(/images/detail_icon.png) no-repeat;
	background-size: 161px auto;
	z-index: 99
}

.return_icon {
	width: 30px;
	height: 30px;
	background-position: -52px -3px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.list_icon {
	width: 30px;
	height: 30px;
	background-position: -131px -3px;
	position: absolute;
	right: 15px;
	top: 15px
}

.return_top {
	position: fixed;
	right: 20px;
	bottom: 60px;
	display: none;
	width: 40px;
	cursor: pointer
}

.rentbody {
	margin-top: 0;
	margin-bottom: 0
}

.mzsm {
	background-color: #f6f6f6;
	color: #ACACAC;
	font-size: .24rem;
	padding: .36rem .48rem;
	margin-bottom: 50px;
	padding-bottom: .5rem;
}

.mzzw {
	width: 100%;
	height: 1.71rem;
}

.map {
	display: block;
	height: 200px;
	background-color: #f5f5f5;
}


/* 小区详情页项目内容 */

.polShadow {
	overflow: hidden;
	font-size: 11pt;
	background: #fff;
	padding: .2rem;
	margin: auto;
	margin-top: .2rem;
}

.polShadow .plotPriceRing {
	overflow: hidden;
	font-size: 11pt;
	background: #fff;
	width: 8.14rem;
	margin: auto;
	box-shadow: 0 0 10px rgba(110, 110, 111, 0.26);
	padding: .6rem .45rem;
	border-radius: .13rem;
}

.plotPriceRing div {
	float: left;
	width: 40%;
	text-align: center;
	color: #999;
	line-height: .6rem;
}

.averagePrice {
	width: 60% !important;
}

.plotPriceRing .averagePrice span {
	font-size: .29rem;
	color: #fa5741;
	display: block;
	float: left;
	line-height: .4rem;
}

.avePrice {
	float: left;
	width: auto !important;
	font-size: 0.29rem !important;
	color: #1F1F21 !important;
	margin-top: .1rem;
	margin-right: .23rem;
}

.ringPrice .avePrice {
	float: left;
	width: auto !important;
	font-size: 0.29rem !important;
	color: #1F1F21 !important;
	margin-top: 0rem;
}

.plotPriceRing .ringPrice span {
	font-size: 12pt;
	color: #669934;
}

.rentbody {
	/* margin-top:10px; */
	background-color: #fff;
	font-size: .4rem;
	overflow: hidden;
	/*margin-bottom: 10px;*/
	width: 9.04rem;
	margin: auto;
}

.rentbody .maptitle {
	font-size: 0.48rem;
	font-weight: 800;
	color: #222222;
	margin-top: .7rem;
	margin-bottom: .49rem;
}

.detailtitle {
	color: #000;
	font-size: 0.53rem;
	font-weight: bold;
	color: #1C1C1C;
	line-height: 0.69rem;
	margin-top: .53rem;
}

.detailtitle label {
	font-size: 9pt;
	color: #999;
}

.detailtitleSpan {
	display: block;
	color: #333;
	font-size: 0.35rem;
	float: left;
	line-height: .75rem;
	margin-right: .1rem;
}

.rentbody ul li {
	color: #757575;
	float: left;
	line-height: .67rem;
}


}
.rentbody ul li {
	width: 9.04rem;
}
.rentbody ul li s {
	width: 1.8rem;
	display: block;
	float: left;
	margin-right: 0.15rem;
	color: #898989;
	font-size: .38rem;
}
.rentbody ul li span {
	width: 6rem;
}
.top_address {
	font-size: .35rem;
	color: #333;
	line-height: .75rem;
	overflow: hidden;
}
.tese {
	color: #ff5200;
	font-size: 9pt
}
.tese span {
	border: 1px solid #ddd;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 3px;
	font-size: 12px;
}
.bot_address {
	font-size: 13px;
	color: #333;
	margin: 8px 0
}
.bodyprice span {
	margin-right: 8px;
	font-size: 16pt;
	color: #ff5200
}
.reldate {
	font-size: 10pt;
	color: #7c7c7c;
	width: 150px;
	height: 22px;
	overflow: hidden;
}
.rentcont span {
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
	font-size: .37rem;
}
.width50 {
	width: 50%;
	float: left;
}
.width65 {
	width: 64% !important;
	float: left;
	color: #757575;
}
.bodyvillage {
	/* margin: 0; */
	/* margin-bottom: 5px; */
	/* padding: 5px 0; */
}
.bodyvillage2 {
	margin-top: 30px;
}
.bodytitle {
	width: 9.04rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	background: rgba(255, 111, 40, .08);
	border-radius: 5px;
	margin-top: .24rem;
}
.bodytitle a {
	width: 9.04rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0.4rem;
	font-weight: bold;
	color: #FF6F28;
}
.bodytitle span {
	margin-right: 5px;
	color: #ff5200
}
.bodydesc {
	line-height: 25px;
	color: #000;
}
.bodytitle small {
	display: block;
	float: right;
}
.allbtn {
	display: block;
	color: #2568c7 !important;
	position: absolute;
	right: 10px;
	font-size: .35rem;
}
.rentcontRegion {
	margin-top: 20px;
	margin-bottom: -8px;
}
.rentcontRegion a {
	color: #5c85ad;
}
.rentcontRegion li {
	border-top: 1px solid #ebebec;
	line-height: 40px;
}
.rentcontRegion li:after {
	content: '';
	display: block;
	float: right;
	width: 20px;
	height: 40px;
	background: url(/images/arrow.png) no-repeat center;
	background-size: auto 28px;
	background-position: -42px 6px;
}
.uhouselist {
	padding-bottom: 0;
}
.wzzb:after {
	content: '';
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(/images/arrow.png) no-repeat center;
	background-size: auto 28px;
	background-position: -42px -3px;
}

/*优惠券 */
.discount {
	position: relative;
	width: 95%;
	max-width: 640px;
	height: 80px;
	margin: 0 auto;
	color: #757575;
	border-radius: 5px;
	background: url(/images/privilege/yh_bg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.discount .ms_yh {
	display: block;
	width: 100%;
	line-height: 80px;
	font-size: 15px;
	color: #fff;
	overflow: hidden;
}
.discount .ms_yh div {
	display: block;
	float: left;
	padding-left: 15px;
	overflow: hidden;
}
.discount div.order {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	/*background: #f5d333;*/
	
	border-radius: 18px;
	/*color: #e23638;*/
	
	font-size: 15px;
	font-weight: bold;
	margin: 5% 8% 0 0;
	text-align: center;
	cursor: pointer;
}
.discount .order a {
	display: block;
	color: #e23638;
	font-size: 0;
	background: url(/images/privilege/com_btn.png) no-repeat;
	cursor: pointer;
	background-size: 100%;
	line-height: 50px;
}
@media screen and (max-width:320px) {
	.discount .ms_yh {
		font-size: 13px;
	}
}

/*房源描述*/
.house {
	display: block;
	background: #fff;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.house h3 {
	font-size: 16px;
	font-weight: normal;
	color: #757575;
	margin-bottom: 5px;
}
.house ul {
	display: block;
	overflow: hidden;
}
.house ul li {
	display: block;
	float: left;
	width: 50%;
	line-height: 25px;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hilien;
}
.house ul li label {
	color: #969998;
	margin-right: 10px;
}
.house dl dd {
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 15px;
	overflow: hidden;
}
.house dl dd label {
	color: #969998;
	margin-right: 10px;
}
.house p {
	display: block;
	line-height: 25px;
	font-size: 15px;
}
.slp {
	display: block !important;
	width: 100% !important;
	white-space: inherit !important;
}
.ell {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.configure {
	margin-top: 10px
}
.slideinfo {
	display: none;
	text-align: center;
	color: #ff5200;
	margin: 5px 0;
	margin-bottom: 0;
	cursor: pointer;
}
.slideinfo i {
	font-style: normal;
	margin-left: 0;
	color: #ff5200;
	position: relative;
}
.slideinfo i:after {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	right: -20px;
	margin-left: 0;
	background: url(../images/detail_icon.png) no-repeat;
	background-size: 130px auto;
	background-position: -21px -57px;
}
.slideinfos {
	text-align: center;
	color: #ff5200;
	margin: 5px 0;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.slideinfos i {
	font-style: normal;
	margin-left: 0;
	color: #ff5200;
	position: relative;
}
.slideinfos i:after {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 2px;
	right: -20px;
	margin-left: 0;
	background: url(../images/detail_icon.png) no-repeat;
	background-size: 130px auto;
	background-position: -2px -58px;
}

/*登录*/
#login {
	display: none;
	position: fixed;
	top: 40%;
	left: 10%;
	max-width: 640px;
	width: 80%;
	background: #fff;
	z-index: 99999;
	border-radius: 5px;
	overflow: hidden;
}
form,
.form {
	margin: 10px;
}
.input_block {
	position: relative;
	height: 40px;
	border-bottom: 1px solid #dcddde;
}
.input_block span {
	width: 30%;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 40px;
}
.input_block input {
	height: 20px;
	line-height: 20px;
	width: 70%;
	background-color: #fff;
	border: none;
	outline: none;
	font-size: 15px;
	margin: 10px 0;
	font-family: "Microsoft YaHei";
}
.inputbtn {
	width: 100%;
	height: 35px;
	margin-top: 20px;
	background-color: #ff5200;
	color: #fff;
	border: none;
	font-size: 14pt;
	border-radius: 3px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.txt {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	text-align: right;
	color: #999;
}
.txt a {
	margin: 0 5px;
	color: #999;
}
.yzm {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 8pt;
	padding: 0 12px;
	color: #ff5200;
	display: inline-block;
	border-left: solid 1px #ccc;
	line-height: 26px;
}

/*ï¿½Ò»ï¿½ï¿½ï¿½ï¿½ï¿½*/
.successbg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
}
.success {
	width: 240px;
	height: 100px;
	padding-top: 20px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -120px;
	z-index: 10;
	text-align: center;
	font-size: 10pt;
	color: #666;
}
.successtitle {
	color: #000;
}
.success a {
	border-top: 1px solid #dcddde;
	display: block;
	margin-top: 10px;
	font-size: 12pt;
	line-height: 35px;
	color: #ff5200;
}
.txt span {
	float: left;
	cursor: pointer;
}
.logo {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.logo img {
	width: 20%;
	max-width: 90px;
}
.icon {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 16px;
	cursor: pointer;
}
.icon_right {
	right: 100px;
}
.fxe_alert span {
	display: inline-block;
	background: url(https://static.fangxiaoer.com/web/images/ico/sign/b50.png);
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 12pt;
	color: #fff;
}
.fxe_alert {
	position: absolute;
	top: 71px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}
.fullbg {
	display: none;
	background-color: rgb(102, 102, 102);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
}

/*æ”¶è—*/
.coll_t {
	display: none;
	position: fixed;
	top: 50%;
	left: 10%;
	z-index: 999999;
	max-width: 640px;
	width: 80%;
	height: auto;
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #000;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	z-index: 99999;
}
.coll_t p {
	display: block;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	line-height: 45px;
}
.coll_t span {
	width: 49.5%;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	color: #515151;
}
.coll_t .cal {
	border-right: 1px solid #e0e0e0;
}
.coll_tt {
	display: none;
	position: fixed;
	top: 50%;
	left: 30%;
	z-index: 999999;
	max-width: 640px;
	width: 120px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: rgb(102, 102, 102);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-radius: 5px;
}

/*äºŒæ‰‹æˆ¿*/
.uhousefeat,
.trait {
	color: #ff5200;
	margin-top: .2rem;
	width: 100%;
}
.emIcon-good {
	background: url(https://static.fangxiaoer.com/m/images/emIcon_god.png) top center;
	width: 69px;
	height: 18px;
	background-size: 100% 100%;
	display: inline-block;
	float: left !important;
	margin-right: 3px;
}
.uhouseprice {
	float: left;
	color: #fa5741;
	font-size: 0.48rem;
	font-weight: bold;
	font-family: arial;
}
.uhouseprice i {
	color: #ff5200;
	font-weight: 400;
	font-style: normal;
	font-size: .32rem;
}
.realdiv {
	padding: 0.02rem .08rem;
	background: linear-gradient(90deg, #FF6015 0%, #FF5251 100%);
	font-size: 0.32rem;
	/* font-weight: 500; */
	
	color: #FFFFFF;
	text-align: center;
	line-height: .4rem;
	float: left;
	position: absolute;
}
.uhousetitle {
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 0.59rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: -.08rem;
}
.room {
	font-size: 0.29rem;
	font-weight: 400;
	color: #545454;
	float: left;
	margin-top: .1rem;
	margin-left: .24rem;
}
.room span {
	height: .32rem;
	line-height: .32rem;
	display: block;
	float: left;
	margin-right: .2rem;
}
.houseprice {
	margin-top: .24rem;
	width: 100%;
}
.uhousefeat li {
	padding: .02rem.08rem;
	border-radius: 3px;
	margin-right: 2px;
	display: inline-block;
	background: #F4F5F7;
	font-size: 0.27rem;
	font-weight: 400;
	color: #545454;
}
.uhousefeat li.color2 {
	border-color: #66ccff;
	color: #66ccff
}
.uhousefeat li.color3 {
	border-color: #66cc66;
	color: #66cc66
}
.uhouseaddress span {
	margin-right: 10px;
}
.zhuzhai {
	/* margin:10px 0 !important; */
}

/*底*/
.footer {
	height: 50px;
	line-height: 20px;
	font-size: 10pt;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	max-width: 640px;
	border-top: 1px solid #e4e4e4;
}
.footer ul li {
	display: block;
	float: left;
	width: 50%;
	overflow: hidden;
}
.footer ul li a {
	display: block;
	float: right;
	width: 49.5%;
}
.footer ul li a:last-child {
	border-left: none;
}
.footimg {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 5px;
	margin: 7px 0 0 7px;
	border-radius: 100%
}
.footerc {
	margin-left: 7px;
	float: left;
	margin-top: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.call_tel {
	width: 50px;
	float: right;
	/* background-color:#ea5319 !important; */
	
	text-align: center;
	color: #fff;
	line-height: 12pt;
	height: 50px;
	font-size: 9pt;
	border-left: 1px solid #fff;
}
.footer .phone {
	background-image: linear-gradient(90deg, #ffb924, #ff8b01);
}
.footer .mess {
	background-image: linear-gradient(90deg, #faae00, #ff8a00);
}
.footer .guide {
	background-image: linear-gradient(90deg, #ff7d00, #ff5200);
}
.footer .cancel {
	background-image: linear-gradient(90deg, #ff7d00, #ff5200);
}
.call_tel img {
	width: 20px;
	margin-top: 5px;
}
.ddh_icon {
	width: 20px;
	height: 30px;
	background-position: -65px -44px;
	margin: 0 auto;
}
.dx_icon {
	width: 20px;
	height: 30px;
	background-position: -30px -86px;
	margin: 0 auto;
}
.gd_icon {
	width: 20px;
	height: 30px;
	background-position: -95px -45px;
	margin: 0 auto;
}
.zxzx_icon {
	width: 20px;
	height: 30px;
	background-position: -5px -87px;
	margin: 0 auto
}

/*预约带看*/
.guide_t {
	display: none;
	position: fixed;
	top: 50%;
	left: 30%;
	z-index: 999999;
	max-width: 640px;
	width: 120px;
	height: 35px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: rgb(102, 102, 102);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-radius: 5px;
}
.guide_t span {
	display: block;
}
.cancel {
	line-height: 18px;
	padding: 8px 0;
}
.cancel_t {
	display: none;
	position: fixed;
	top: 50%;
	left: 10%;
	z-index: 999999;
	max-width: 640px;
	width: 80%;
	height: auto;
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #000;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	z-index: 99999;
}
.cancel_t p {
	display: block;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	line-height: 45px;
}
.cancel_t span {
	width: 49.5%;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	color: #515151;
}
.cancel_t .cal {
	border-right: 1px solid #e0e0e0;
}
.fullbg {
	display: none;
	background-color: rgb(102, 102, 102);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
}
.cancel_tt {
	display: none;
	position: fixed;
	top: 50%;
	left: 30%;
	z-index: 999999;
	max-width: 640px;
	width: 120px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: rgb(102, 102, 102);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-radius: 5px;
}

/* 相似小区列表 */
.zhuzhai {
	display: block;
	padding: .4rem 0;
	border-top: .7px solid #ededed;
	text-decoration: none;
	position: relative;
}
.lefttu {
	display: block;
	margin-right: .35rem;
	margin-top: 0 !important;
	width: 2.89rem;
	height: 2.19rem;
}
.ui-v2K img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
}
.title {
	line-height: 18pt;
	color: #000;
	font-size: 12pt;
	overflow: hidden;
}
.villagePrice em {
	font-style: inherit;
	color: #ff5200;
	font-weight: bold;
	font-size: 11pt;
}
.add_left {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	font-size: 9pt;
}
.address span {
	float: right
}
.address span img {
	width: 10px;
	float: left;
}
.price {
	float: right;
	color: #FF5200;
	font-size: 12px;
	overflow: hidden;
}
.price span {
	float: left;
	color: #ff5200 !important;
	font-size: 12px;
}
.price i {
	float: right;
	color: #a1a1a1;
	font-style: normal;
	font-size: 12px;
	width: 72px;
	height: 22px;
	overflow: hidden;
}
.price ul {
	float: right
}
.price li {
	float: left;
	margin-top: 3px;
	border: 1px solid #ffa64c;
	color: #ffa64c;
	line-height: 12pt;
	font-size: 8pt;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 5px;
}
.price li.color2 {
	border-color: #66ccff;
	color: #66ccff
}
.price li.color3 {
	border-color: #66cc66;
	color: #66cc66
}

/*æ¥ç”µæ—¶è¯´æ˜Ž*/
.ldssm {
	line-height: 23px;
	color: #b4b4b4;
	font-size: 11px;
	background-color: #fff;
	width: 100%;
}
.ldssm span {
	margin-left: 10px;
}
.ldssm_scroll {
	position: fixed;
	bottom: 51px;
}
.lxssm_icon {
	width: 8px;
	height: 4px;
	background-position: -63px -111px;
	position: absolute;
	top: -1px;
	left: 30px;
	display: none
}
.uhouselist a .rightinfo {
	line-height: 17px;
	float: none;
	width: auto;
}
.rightinfo {
	line-height: 17px;
	/* float:  left; */
	
	overflow: hidden;
}
.rightinfo .divSan {
	color: #000;
}
.trait span {
	border: #ccc 1px solid;
	color: #ff5200;
	float: left;
	margin-top: 1px;
	line-height: 12pt;
	font-size: 8pt;
	margin-right: 5px;
	padding: 0 5px;
	border-radius: 5px;
}
.rightinfo .prices {
	float: right;
}
.box_sun .em1 {}

/*佣金95折标签样式*/
.ui-v {
	position: absolute;
	top: 5px;
	left: 55px;
	width: 40px
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
}
.swiper-slide {
	float: left;
	max-height: 350px;
	width: 100%;
}
.swiper-slide a {
	position: relative;
	display: block;
}
.home-device {
	width: 100%;
	height: 7.47rem !important;
	position: relative;
	margin-top: 43px;
}
.swiper-wrapper {
	height: 7.47rem !important;
}
.home-device img,
.swiper-slide img {
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-height: none;
	width: 100%;
	height: 7.47rem;
}
.swiper-slide a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #000;
}
.pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}
.pagination1 .swiper-active-switch {
	background: #fff;
}
.pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5px;
	z-index: 99
}
.flicking_num {
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 3px 6px;
	background: url("https://static.fangxiaoer.com/web/images/m/black60.png");
	z-index: 9999;
	color: #fff;
}
.photo_page {
	left: 5%;
}

/* 小区房源 */
.f52 {
	font-size: 0.48rem !important;
	font-weight: 800 !important;
	color: #1C1C1C !important;
	display: block;
}
.f52 span {
	width: 0.43rem;
	height: 0.08rem;
	background: #FF6F28;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 1rem;
}
.subHouses {
	background: #fff;
	width: 9.04rem;
	margin: auto;
	height: 1rem;
	margin-top: .6rem;
	/* padding-bottom: 20px; */
}
.trend {
	background: #fff;
	margin-top: 10px;
	overflow: hidden;
}
.trend p {
	padding-left: 10px;
	color: #999;
}
.trend p s b {
	color: #ff5200;
}
.trend p s em {
	font-style: normal;
	padding-left: 6px;
	color: #000;
}
.subHousesTitle ul {
	overflow: hidden;
}
.subHousesTitle ul li {
	float: left;
	font-size: 0.37rem;
	color: #404040;
	line-height: 1rem;
	height: 1rem;
	display: block;
	margin-right: .55rem;
	position: relative;
}

/* .subHousesTitle ul li:first-child {border-bottom:1px solid #ff5200;color: #ff5200;} */
.subHousesMain {
	background-color: #fff;
	font-size: 11pt;
	position: relative;
	width: 9.04rem;
	margin: auto;
	font-size: .29rem;
}
.plotAskNoIcon {
	background: url(https://static.fangxiaoer.com/m/images/sale/page_xq_detail_zwwd_btn_bj.png);
	display: block;
	width: 15px;
	height: 15px;
	background-size: cover;
	float: left;
	margin: 3px 8px 0 13px;
}
.increaseRateColor {
	color: #669934;
	font-style: inherit;
	float: left;
}
.increaseRateColor span {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/public_icon_xj.png) no-repeat center;
	background-size: 100% 100%;
	width: .21rem;
	height: .21rem;
	display: block;
	float: left;
	margin-top: .16rem;
	margin-right: .1rem;
}
.ringPrice .increaseRateColor span {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/public_icon_xj.png) no-repeat center;
	background-size: 100% 100%;
	width: .21rem;
	height: .21rem;
	display: block;
	float: left;
	margin-top: .2rem;
	margin-right: .1rem;
}
.increaseRateColor s {
	font-weight: bold;
	font-size: .35rem;
}
.colorRed {
	color: #fa5741;
	font-style: inherit;
	font-weight: bold;
}
.ringPrice .colorRed span {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/public_icon_ss.png) no-repeat center;
	background-size: 100% 100%;
	width: .21rem;
	height: .21rem;
	display: block;
	float: left;
	margin-top: .17rem;
	margin-right: .1rem;
}
.colorRed span {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/public_icon_ss.png) no-repeat center;
	background-size: 100% 100%;
	width: .21rem;
	height: .21rem;
	display: block;
	float: left;
	margin-top: .14rem;
	margin-right: .1rem;
}
.box_sun .em1 {
	float: left;
	margin-top: 3px;
	color: #ff5200;
	line-height: 12pt;
	font-size: 8pt;
	margin-right: 5px;
	padding: 0 5px;
	border-radius: 5px;
	background: #ffe8de;
	font-style: inherit;
}

/* 新房推荐 */
.titleNewHouse {
	font-size: 12pt;
	color: #000;
}
.infoNewHouse {
	overflow: hidden;
	line-height: 14pt;
}
.infoNewHouse>span {
	float: left;
}
.infoNewHouse span+span span {
	font-weight: bold;
	font-size: 10pt;
}
.infoNewHouse span+span {
	float: right;
	color: #ff5200;
	font-size: 8pt;
	font-weight: bold;
}
.infoNewHouse i {
	font-style: initial;
}
.mapIconSee {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/xqxq_btn_positon.png) no-repeat;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	background-size: 100% 100%;
	float: right;
}

/*新房vip图片*/
.ui-v {
	position: absolute;
	top: 15px;
	left: 0;
	width: 30px !important;
}

/*专家解读图片放大*/
.bigImgShow .showImg ul li img {
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	/* width: 100% !important; */
}
.bigImgShow .showImg ul li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 413px !important;
	height: 100% !important;
	margin-right: 0 !important;
}
.bigImgShow .next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -28.5px !important;
	width: 32px !important;
	height: 57px !important;
	background: url(https://static.fangxiaoer.com/global/imgs/ico/white_ico1.png)no-repeat top right;
	cursor: pointer;
	background-size: cover !important;
	z-index: 10 !important;
}
.bigImgShow .prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px !important;
	margin-top: -28.5px !important;
	height: 57px !important;
	background: url(https://static.fangxiaoer.com/global/imgs/ico/white_ico1.png)no-repeat top left;
	cursor: pointer;
	background-size: cover !important;
	z-index: 10 !important;
}
.bigImgShow .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 20px !important;
	height: 20px !important;
	z-index: 10 !important;
}
.bigImgShow .close img {
	width: 100% !important;
}
.bigimgHeibu {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: url(https://static.fangxiaoer.com/global/imgs/ico/b60.png);
	background: rgba(0, 0, 0, 0.85);
}
.priceTrend {
	overflow: hidden;
	background: #fff;
	/* padding-bottom:  10px; */
	
	width: 80%;
	float: right;
}
.priceTrend div {
	float: left;
	width: 33%;
}
.priceTrend .regionIcon {
	background: #88c75e;
}
.priceTrend .cityIcon {
	background: #a3b5ec;
}
.priceTrend .plotIcon {
	background: #ff9500;
}
.priceTrend i {
	display: block;
	width: 7px;
	height: 7px;
	background: #7cb5ec;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	border-radius: 50%;
}
.priceTrend span {
	display: block;
	font-size: .32rem;
}
.priceTrend s {
	padding-left: 13px;
	color: #999;
	display: inline-block;
	margin-top: 2px;
}
.expertTellK .bigImgShow {
	background: none;
	display: none;
}
.highcharts-credits {
	display: none !important
}
.villageAgentMainLi {
	background: #fff;
	margin-top: 10px;
}
.villageAgentMainLi li {
	overflow: hidden;
	position: relative;
	padding: 8px 10px;
}
.villageAgentMainLi .pesMain {
	padding: 12px 4% 12px 6%;
	float: left;
	width: 81%;
	background: #fff;
	margin-left: 2%;
	box-shadow: 2px 5px 9px #afafaf;
}
.villageAgentMainLi .pesMainDiv>a {
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-left: 11px;
}
.villageAgentMainLi .agentPhoneIocn {
	float: right !important;
	background: #ff5200;
	width: 31px !important;
	height: 31px !important;
	margin-top: 4px;
}
.villageAgentMainLi .agentPhoneIocn i {
	display: block;
	background: url(https://static.fangxiaoer.com/m/images/agentTelIcon.png) no-repeat;
	width: 31px;
	height: 31px;
	margin: 0 auto;
	background-size: cover;
}
.villageAgentMainLi .pesMainDiv>a img {
	width: 100%;
}
.villageAgentMainLi .name {
	float: left;
	margin-top: 4px;
	margin-left: 7px;
}
.villageAgentMainLi .name h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: normal;
}
.villageAgentMainLi .name p {
	font-size: 12px;
	color: #999;
}

/* 小区详情页小二服务弹窗 */
.xiaoer_service_ {
	width: 100%;
	background: #fff;
	height: 62.5px;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #f2f2f2;
}
.xiaoer_big_box {
	background: url(https://static.fangxiaoer.com/m/images/sale/xiaoerSev.jpg) top center no-repeat;
	width: 96%;
	height: 45px;
	background-size: 100% 100%;
	position: fixed;
	bottom: 8.5px;
	left: 2%;
	z-index: 99;
}
.xiaoErServiceKHm {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	overflow: hidden;
}
.xiaoErServiceMain {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 999999;
	width: 100%;
	display: none;
}
.xiaoErServiceMain li {
	padding: 15px 11px 6px 11px;
	overflow: hidden;
}
.xiaoErServiceMain li .xrSleft {
	float: left;
}
.xiaoErServiceMain li .xrSleft h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 2px;
}
.xiaoErServiceMain li .xrSleft p {
	font-size: 12px;
	color: #8a8a8a;
}
.xiaoErServiceMain li .xrBtn {
	float: right;
	border: 1px solid #ff5200;
	color: #ff5200;
	padding: 0 10px;
	line-height: 28px;
	margin-top: 2px;
	font-size: 12px;
	border-radius: 2px;
}
.xiaoErServiceMain .cancelBtn {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	border-top: 1px solid #eaeaea;
	font-size: 14px;
	color: #333;
}

/* 相似小区 */
.subHousesMain .ListIconVr,
.subHousesMain .ListIconVideo {
	left: 39px;
	top: 26px;
	margin-right: .13rem;
}
.poRecord {
	height: 1.1rem;
	width: 8.02rem;
	margin: auto;
	display: block;
	margin-top: 1.06rem;
	position: relative;
}
.poRecord .Recordlist {
	width: 1.65rem;
	float: left;
	margin-right: 1.52rem;
}
.poRecord .Recordlist:last-child {
	margin-right: 0;
}
.poRecord .Recordlist:first-child div {
	text-align: center;
}
.Recordlist span {
	font-size: 0.29rem;
	color: #898989;
	display: block;
	width: 1.5rem;
	text-align: center;
	margin: auto;
}
.Recordlist i {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/xqxq_btn_jth.png) no-repeat center;
	background-size: 100% 100%;
	width: .24rem;
	height: .24rem;
	display: block;
	float: right;
	margin-top: .17rem;
	margin-left: 0rem;
}
.Recordlist div {
	width: 100%;
	font-size: 0.29rem;
	color: #222222;
}
.Recordlist b {
	font-size: 0.61rem;
	color: #222222;
	font-family: arial;
	font-weight: bold;
}
.averagePrice b {
	font-size: 0.61rem;
	color: #fa5741;
	font-family: arial;
	font-weight: bold;
}
.ringPrice {
	float: right !important;
	width: auto !important;
}
.info {
	font-size: 0.48rem;
	font-weight: 800;
	margin-bottom: .25rem;
	margin-top: .7rem;
}
.w50 {
	width: 50% !important;
}
.w50 span {
	width: auto !important;
	float: left;
}
.seemore {
	font-size: 0.38rem;
	color: #2568C7;
	line-height: 0.7rem;
	width: 3rem;
	text-align: center;
	margin: auto;
	margin-top: .2rem;
}
.downMore {
	font-size: 0.38rem;
	color: #2568C7;
	line-height: 0.7rem;
	width: 1.8rem;
	text-align: center;
	margin: auto;
	display: none;
	margin-top: .2rem;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.infoNo {
	display: none;
}
.expert {
	width: 9.04rem;
	margin: auto;
	padding-bottom: .1rem;
}
.headPort,
.expName {
	float: left;
	position: relative;
}
.expName {
	margin-left: .37rem;
	font-size: 0.32rem;
}
.headPort img {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
}
.headPort span {
	display: block;
	padding: 0 .12rem;
	background: #CFA972;
	border-radius: 0.05rem;
	font-size: 0.21rem;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
	bottom: .2rem;
	left: .17rem;
	height: .29rem;
	line-height: .29rem;
}
.expName div {
	font-size: 0.4rem;
	font-weight: 800;
	color: #000000;
	margin-bottom: .05rem;
}
.expName span {
	font-size: 0.32rem;
	color: #898989;
}
.praise {
	float: right;
	margin-top: .1rem;
}
.praise .praDz {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/xqxq_btn_dz.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	float: left;
	margin-right: .05rem;
}
.praise .onpraDz {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/xqxq_btn_ydz.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	float: left;
	margin-right: .05rem;
}
.praise span {
	font-size: 0.32rem;
	font-weight: 400;
	color: #545454;
	display: block;
	float: left;
	height: .32rem;
	line-height: .32rem;
}
.zjComment {
	margin-top: .3rem;
	margin-bottom: .3rem;
}
.intro {
	width: 100%;
	position: relative;
	margin-bottom: .05rem;
}
.intro span {
	font-size: 0.29rem;
	font-weight: bold;
	color: #fa5741;
	padding: 0 .12rem;
	display: block;
	float: left;
	position: absolute;
	height: .4rem;
	line-height: .4rem;
	background: #FEF1E8;
	margin-top: .1rem;
}
.intro p {
	font-size: 0.35rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.54rem;
	display: block;
	float: left;
	text-indent: 1.1rem;
}
.expImg img {
	width: 2.13rem;
	height: 2.13rem;
	float: left;
	margin-right: .17rem;
}
.expImg img:last-child {
	margin-right: 0rem;
}
.zjzd_title span {
	display: block;
	float: left;
	color: #1C1C1C;
	font-size: .48rem;
	font-weight: bold;
}
.zjzd_title small {
	display: block;
	float: right;
}
.zjzd_title small span {
	display: block;
	float: right;
	background: url(https://static.fangxiaoer.com/m/static/images/subway/ckqb_btn_jtl.png) no-repeat center;
	background-size: 100% 100%;
	width: .24rem;
	height: .24rem;
	margin-top: .125rem;
	margin-left: .15rem;
}
.question span {
	width: 0.4rem;
	height: 0.4rem;
	line-height: .4rem;
	background: #FF6F28;
	font-size: 0.27rem;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	margin-right: .17rem;
	margin-top: .08rem;
}
.question p {
	font-size: 0.4rem;
	font-weight: 800;
	color: #333333;
	line-height: 0.51rem;
}
.expertAn {
	width: 8.38rem;
	background: #f7f7f7;
	margin: auto;
	margin-top: .28rem;
	padding: .32rem .33rem;
	margin-bottom: .25rem;
	border-radius: .1rem;
}
.expertAn .eaImg {
	width: 0.93rem;
	height: 0.93rem;
	border-radius: 50%;
	float: left;
}
.jjrdiv {
	width: 100%;
	height: .6rem;
	margin-bottom: .16rem;
}
.eaImg img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.eaName {
	font-size: 0.4rem;
	font-weight: bold;
	color: #000000;
	display: block;
	float: left;
	margin-right: .16rem;
}
.eaLable {
	background: #CFA972;
	font-size: 0.29rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 .12rem;
	display: block;
	float: left;
	height: .4rem;
	line-height: .4rem;
	margin-top: .1rem;
}
.exCommend {
	float: right;
	line-height: .32rem;
	margin-top: .05rem;
}
.excdz {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/xqxq_btn_dz.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	float: left;
	margin-right: .05rem;
}
.onexc .excdz {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/xqxq_btn_ydz.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	float: left;
	margin-right: .05rem;
}
.exCommend b {
	float: left;
	display: block;
	font-size: 0.32rem;
	font-weight: 400;
	color: #545454;
	margin-right: .2rem;
}
.onexc b {
	color: #fa5741;
}
.exCommend span {
	font-size: 0.32rem;
	font-weight: 400;
	color: #545454;
	display: block;
	float: left;
}
.expertAn p {
	font-size: .35rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.jjrInfo {
	margin-left: 1.26rem;
}
.eaResponse {
	width: 2.3rem;
	font-size: 0.32rem;
	font-weight: 500;
	color: #2568c7;
	margin-top: .29rem;
	margin-bottom: .71rem;
}
.eaResponse span {
	display: block;
	float: right;
	background: url(https://static.fangxiaoer.com/m/static/images/subway/ckqb_btn_jtl.png) no-repeat center;
	background-size: 100% 100%;
	width: .24rem;
	height: .24rem;
	margin-top: .125rem;
	margin-left: 0rem;
}
.putQuestion {
	width: 9.04rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	background: rgba(255, 111, 40, .08);
	font-size: 0.4rem;
	font-weight: bold;
	color: #fa5741;
	margin-top: .48rem;
	border-radius: .1rem;
}
.priceLine {
	width: 9.04rem;
	margin: auto;
	font-size: 0.48rem;
	font-weight: 800;
	color: #1C1C1C;
	margin-top: 0.7rem;
}
.priceBar {
	width: 9.04rem;
	margin: auto;
	font-size: 0.48rem;
	font-weight: 800;
	color: #1C1C1C;
	margin-top: 0.7rem;
	margin-bottom: .25rem;
}
.selectList .zf .listIconTwo {
	top: 1.9rem;
}
.subHousesMain .listIconTwo {
	left: .12rem;
	top: auto;
	bottom: .17rem;
}
.listIconTwo .ListIconVideo {
	position: initial;
	float: left;
	margin-left: 0rem;
}
.hothouse {
	font-size: 0.29rem;
	font-weight: 400;
	color: #919496;
	height: .32rem;
	line-height: .32rem;
	width: 3rem;
	margin-top: .32rem;
}
.listL {
	float: left;
	width: 2.89rem;
	margin-right: .35rem;
}
.subHousesMain .zhuzhai:first-child {
	border-top: 0;
}
.dealTitle {
	width: 9.04rem;
	margin: auto;
	font-size: 0.48rem;
	font-weight: 800;
	color: #1C1C1C;
	margin-top: 0.7rem;
	margin-bottom: .6rem;
}
.dealdiv {
	width: 9.04rem;
	margin: auto;
	height: 100%;
	position: relative;
	margin-bottom: .64rem;
}
.dealmain {
	position: relative;
	width: 9.04rem;
	height: auto;
	margin: auto;
}
.fenge {
	width: 1px;
	height: 100%;
	position: absolute;
	left: .105rem;
	background: #EDEDED;
	margin-top: .15rem;
}
.dian {
	width: 0.21rem;
	height: 0.21rem;
	background: #E5E5E5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .13rem;
}
.dealinfo {
	padding-left: .36rem;
	float: left;
}
.dealmain .dealdiv:last-child {
	margin-bottom: 0rem;
}
.dealarea {
	font-size: 0.37rem;
	font-weight: 500;
	color: #1C1C1C;
	display: block;
	margin-bottom: .13rem;
}
.dealtime {
	font-size: 0.32rem;
	color: #898989;
	display: block;
}
.dealprice {
	float: right;
	font-size: 0.4rem;
	font-weight: bold;
	color: #fa5741;
	font-family: arial;
}
#sub_map_around .btn_box ul li {
	float: left;
	margin-left: .86rem;
	font-size: 0.4rem;
	font-weight: 500;
	color: #1C1C1C;
	text-align: center;
	position: relative;
}
#sub_map_around .btn_box ul li h1 {
	font-size: 0.38rem;
	color: #1C1C1C;
	font-weight: 400;
}
#sub_map_around .btn_box ul li:first-child {
	margin-left: 0;
	text-align: left;
}
#sub_map_around .btn_box ul li:last-child {
	text-align: right;
}
.maplist {
	margin-top: .33rem;
}
.mapli {
	width: 9.04rem;
	height: .33rem;
	margin-bottom: .29rem;
}
.listdiv {
	float: left;
	font-size: 0.35rem;
	color: #1C1C1C;
}
.maptab1 .listImg {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/detail_list_icon_dt.png) no-repeat center;
	width: 0.32rem;
	height: 0.32rem;
	background-size: 100% 100%;
	display: block;
	float: left;
	margin-right: .15rem;
}
.maptab2 .listImg {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/detail_list_icon_gj.png) no-repeat center;
	width: 0.32rem;
	height: 0.32rem;
	background-size: 100% 100%;
	display: block;
	float: left;
	margin-right: .15rem;
}
.maptab3 .listImg {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/detail_list_icon_jy.png) no-repeat center;
	width: 0.32rem;
	height: 0.32rem;
	background-size: 100% 100%;
	display: block;
	float: left;
	margin-right: .15rem;
}
.maptab4 .listImg {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/detail_list_icon_yl.png) no-repeat center;
	width: 0.32rem;
	height: 0.32rem;
	background-size: 100% 100%;
	display: block;
	float: left;
	margin-right: .15rem;
}
.maptab5 .listImg {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/detail_list_icon_gw.png) no-repeat center;
	width: 0.32rem;
	height: 0.32rem;
	background-size: 100% 100%;
	display: block;
	float: left;
	margin-right: .15rem;
}
.maptab6 .listImg {
	background: url(https://static.fangxiaoer.com/m/static/images/subway/detail_list_icon_cy.png) no-repeat center;
	width: 0.32rem;
	height: 0.32rem;
	background-size: 100% 100%;
	display: block;
	float: left;
	margin-right: .15rem;
}
.maplist ul {
	display: none;
}
.listarea {
	font-size: 0.35rem;
	color: #1C1C1C;
	display: block;
	line-height: .35rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 6rem;
}
.listDist {
	float: right;
	font-size: 0.35rem;
	color: #1C1C1C;
	display: block;
	line-height: .35rem;
}
.onmap h1 {
	color: #FF6F28 !important;
	font-weight: bold !important;
}
.onmap span {
	width: 0.43rem !important;
	height: 0.08rem;
	background: #FF6F28;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 1rem;
}

/*周围小区*/
.aroundHTitle {
	width: 9.04rem;
	margin: auto;
	font-size: 0.48rem;
	font-weight: 800;
	color: #222222;
	margin-top: .55rem;
	margin-bottom: .13rem;
}
.aroundList {
	width: 9.04rem;
	margin: auto;
	border-bottom: .7px solid #ededed;
}
.arrxq .aroundList:last-child {
	border-bottom: 0 !important;
}
.zhuzhai1 {
	display: block;
	font-size: .29rem;
	text-decoration: none;
	overflow: hidden;
	color: #222;
	margin: 0 !important;
	padding: .4rem 0;
}
.lefttu1 {
	width: 2.91rem;
	height: 2.19rem;
	border-radius: 4px;
	display: block;
	float: left;
	margin-right: .37rem;
}
.rightinfo {
	overflow: hidden;
}
.rightinfo .title {
	height: 0.45rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #222222;
	line-height: 0.45rem;
	margin-bottom: .22rem;
}
.region_address {
	margin-bottom: .15rem;
	height: .32rem;
	font-size: .29rem;
	line-height: .32rem;
	color: #222;
}
.region_address span {
	display: inline-block;
	float: left;
}
.region_address span:nth-child(3) {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.divSan {
	overflow: hidden;
	width: 100%;
	margin-bottom: .1rem;
	color: #222;
	font-size: .29rem;
}
.divSan>div {
	float: left;
}
.villagePrice {
	float: left;
	display: inline-block;
	margin-right: .35rem;
	margin-top: .09rem;
}
.villagePrice span {
	font-style: normal;
	font-weight: bold;
	color: #fa5741;
	font-size: .48rem;
	font-family: arial;
}
.villagePrice s {
	color: #fa5741;
	font-weight: 400;
	font-style: normal;
	font-size: .32rem;
}
.rightinfo span span i {
	font-size: 0.4rem;
	font-weight: 200;
	color: #ccc;
}
.increaseRateColor {
	color: #669934;
	font-style: inherit;
	display: block;
	line-height: initial;
}
.increaseRateColor s {
	font-weight: bold;
}

/*周围楼盘*/
.arHouseTitle {
	width: 9.04rem;
	margin: auto;
	font-size: 0.48rem;
	font-weight: 800;
	color: #222222;
	margin-top: .3rem;
	margin-bottom: .13rem;
}
.arHouseList {
	width: 9.04rem;
	margin: auto;
	border-bottom: .7px solid #ededed;
}
.arrlp .arHouseList:last-child {
	border-bottom: 0;
}
.arHimg {
	width: 2.91rem;
	height: 2.19rem;
	border-radius: 4px;
	display: block;
	float: left;
	margin-right: .37rem;
	position: relative;
}
.arHimg img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.arHimg .listIconTwo {
	left: .12rem;
	top: auto;
	bottom: .17rem;
}
.arHimg .ListIconVr,
.arHimg .ListIconVideo {
	left: 39px;
	top: 26px;
	margin-right: 0.11rem;
}
.arRight {
	overflow: hidden;
	min-height: 2.19rem;
}
.arrTitle {
	font-size: 0.4rem;
	font-weight: 800;
	color: #000000;
	line-height: .4rem;
	height: .42rem;
	width: 4.8rem;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.arrstate {
	background: rgba(237, 27, 35, .08);
	padding: 0 .12rem;
	font-size: 0.29rem;
	font-weight: 500;
	color: #ED1B23;
	float: right;
	height: .4rem;
	line-height: .4rem;
	border-radius: 2px;
}
.arrds {
	background: rgba(253, 156, 4, .1);
	padding: 0 .12rem;
	font-size: 0.29rem;
	font-weight: 500;
	color: #FD9C04;
	float: right;
	height: .4rem;
	line-height: .4rem;
	border-radius: 2px;
}
.arrsj {
	background: rgba(127, 132, 135, .15);
	padding: 0 .12rem;
	font-size: 0.29rem;
	font-weight: 500;
	color: #7F8487;
	float: right;
	height: .4rem;
	line-height: .4rem;
	border-radius: 2px;
}
.arrArea {
	display: block;
	font-size: .29rem;
	line-height: .3rem;
	color: #222;
	margin-top: .22rem;
	width: 100%;
}
.arrUnit {
	color: #ff5200;
	margin-bottom: .1rem;
	margin-top: .2rem;
	width: 100%;
	font-size: .32rem;
}
.arrUnit li {
	padding: .02rem.08rem;
	border-radius: 3px;
	margin-right: 2px;
	display: inline-block;
	background: #F4F5F7;
	font-size: 0.27rem;
	font-weight: 400;
	color: #545454;
}
.arrHP {
	width: 100%;
}
.arruHP {
	float: left;
	color: #fa5741;
	font-size: 0.48rem;
	font-weight: bold;
	margin-top: .05rem;
	font-family: arial;
}
.arruHP i {
	color: #ff5200;
	font-weight: 400;
	font-style: normal;
	font-size: .32rem;
}
.arrRoom {
	font-size: 0.29rem;
	font-weight: 400;
	color: #666;
	float: left;
	margin-top: .2rem;
	margin-left: .1rem;
}
.arrRoom span {
	height: .32rem;
	line-height: .32rem;
	display: block;
	float: left;
	margin-right: .2rem;
	margin-top: 0rem;
}
.arHouseList .arlink {
	display: block;
	padding: .4rem 0;
}
.arRecommend {
	margin-top: .39rem;
	width: 100%;
}
.arRecommend span {
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #FD9C04;
	font-size: 0.24rem;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	text-align: center;
	float: left;
	border-radius: .05rem;
}
.arRecommend p {
	margin-left: .19rem;
	display: block;
	float: left;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.29rem;
	font-weight: 500;
	color: #222222;
}
.broker {
	width: 100%;
	height: 1.71rem;
	background: #FFFFFF;
	box-shadow: 0 0 10px 10px rgba(172, 172, 174, 0.18);
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.brokerImg {
	width: 1rem;
	height: 1rem;
	margin: 0.35rem .21rem .35rem .48rem;
	float: left;
}
.brokerImg img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.brokerInfo {
	float: left;
	margin-top: .45rem;
}
.brokerInfo .brName {
	font-size: 0.37rem;
	font-weight: bold;
	color: #1C1C1C;
	height: .37rem;
	line-height: .37rem;
	margin-bottom: .1rem;
	display: block;
}
.brokerInfo .brlable {
	font-size: 0.29rem;
	font-weight: 500;
	color: #898989;
	height: .32rem;
	line-height: .32rem;
	display: block;
}
.brokerBut {
	float: right;
	margin: .27rem .48rem 0 0;
}
.brokerBut .onass {
	background: #FDB901;
	border-radius: 0.2rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: .3rem .76rem;
	float: left;
	margin-right: .21rem;
}
.brokerBut .onphone {
	background: #FF701B;
	border-radius: 0.2rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: .3rem .76rem;
	float: left;
}
.scdsubnav {
	display: none;
	position: fixed;
	top: 43px;
	width: 100%;
	max-width: 640px;
	z-index: 999;
}
.m_tops {
	background-color: #fff;
}
.scdsubnav ul {
	margin: 0 auto;
	border-bottom: none;
}
.scdsubnav ul {
	display: block;
	overflow: hidden;
	box-shadow: 0 0 10px 10px rgba(172, 172, 174, 0.18);
}
.scdsubnav ul.sub li {
	width: 25%;
}
.scdsubnav ul li {
	font-size: 0.37rem;
	padding: .36rem 0 !important;
}
.scdsubnav ul li {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	padding: .36rem 0;
}
.baseInfo .info,
.expert,
.maptitle,
.priceLine {
	position: relative;
}
#expert,
#priceLine,
#maptitle,
#zjzd_title {
	position: absolute;
	left: 0;
	top: -2.8rem;
}
#baseInfo {
	position: absolute;
	left: 0;
	top: -2.8rem;
}
.prouu {
	font-size: 0.35rem;
	font-weight: bold;
	color: #FF6F28;
}
.head_title {
	display: block;
	float: left;
	margin-left: 2.8rem;
	width: 3.2rem;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
	font-size: 0.43rem;
	font-weight: 800;
	color: #222222;
}
.anIcon img {
	width: 49px;
	height: 16px;
	display: inline-block;
	margin-right: 7px;
	margin-top: 4px;
	float: left;
}
.aaaa .h1 {
	width: 170px;
	line-height: .36rem;
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: .2rem;
	font-size: .37rem;
	margin-top: .5rem;
	text-align: center;
}
.aaaa .span {
	width: 150px;
	line-height: .36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: .5rem;
	color: #919496;
	margin-top: .1rem;
	text-align: center;
}
.noQue {
	width: 9.04rem;
	font-size: 0.37rem;
	color: #999999;
	line-height: 0.38rem;
	margin-top: .89rem;
	margin-bottom: 1.07rem;
	text-align: center;
}
.seemore span {
	display: block;
	float: right;
	background: url(https://static.fangxiaoer.com/m/static/images/subway/ckqb_btn_zk.png) no-repeat center;
	background-size: 100% 100%;
	width: .35rem;
	height: .35rem;
	margin-top: .15rem;
}
.downMore span {
	display: block;
	float: right;
	background: url(https://static.fangxiaoer.com/m/static/images/subway/ckqb_btn_sq.png) no-repeat center;
	background-size: 100% 100%;
	width: .35rem;
	height: .35rem;
	margin-top: .15rem;
}
.asktop {
	width: 100%;
	height: 43px;
	background-color: #fff;
	color: #000;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 1001;
	line-height: 43px;
	font-weight: bold;
	font-size: 0.45rem;
}
.return {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 20px;
	height: 20px;
}
.asktop a {
	background: url(https://static.fangxiaoer.com/m/static/images/headNav/page_fddh_nav_btn_rtn.png) top center;
	background-size: 100% 100%;
}
.showAsk {
	position: fixed;
	z-index: 1001;
	top: 43px;
}
.askTitle {
	width: 100%;
	height: 1.33rem;
	line-height: 1.33rem;
	background: #F5F5F5;
	text-align: left;
	font-size: 0.48rem;
	font-weight: 800;
	color: #333333;
	padding-left: .48rem;
}
#iAsk {
	width: 9.04rem;
	margin-left: .48rem;
	height: 4rem;
	border: 0;
	margin-top: .39rem;
	font-size: .37rem;
}
.textNum {
	float: right;
	font-size: 0.32rem;
	font-weight: 500;
	color: #999999;
	line-height: 0.51rem;
	height: .51rem;
	position: relative;
	z-index: 1001;
	right: .48rem;
	width: 9.04rem;
	text-align: right;
}
.tiwen {
	width: 9.04rem;
	height: 1.2rem;
	line-height: 1.2rem;
	margin: auto;
	text-align: center;
	color: #fff;
	background: #FF6F28;
	border-radius: 0.2rem;
	border: 0;
	margin-left: .48rem;
	margin-top: .35rem;
	font-size: .4rem;
	font-weight: bold;
}
.hidebg {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
}
.askhtm {
	display: none;
}
.zf .esfJcD {
	float: left;
	width: 118px;
	overflow: hidden;
}
.zf .left_tu {
	width: 108px;
	height: 82px;
	border-radius: 5px !important;
}
.zf .esfJx {
	color: #919496;
	font-size: 11px;
	/* position: absolute; */
	/* left: 15px; */
	/* bottom: 15px; */
	/* display: block; */
	
	float: left;
	margin-top: 10px;
}
.zf .title {
	font-size: 15px !important;
	width: 60%;
	height: auto;
	font-weight: bold;
	color: #000000;
	margin-top: -2px;
	line-height: 19px !important;
	/* white-space: normal; */
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 2; */
	/* overflow: hidden; */
	
	margin-right: 0;
}
.zf .address {
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* height: 18px; */
}
.zf .rentlist .address_main_room {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	float: left;
	margin-right: 7px;
}
.zf .rentlist .address_main {
	margin-top: 7px !important;
	margin-bottom: 0px !important;
}
.zf .address em {
	display: block;
	float: left;
	width: 65%;
	font-style: normal;
	overflow: hidden;
	white-space: pre;
	text-overflow: inherit;
}
.zf .address .esfPrice {
	float: left;
	font-size: 0.4rem;
	color: #FF6F28 !important;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 9px;
	font-family: arial;
}
.zf .esfPrice i {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}
.jd2 {
	display: none;
}
.putQuestion a {
	width: 100%;
	color: #FF6F28;
	display: block;
}
.ListIconVr {
	width: .5rem;
	height: .5rem;
}
.ListIconVideo {
	width: .5rem;
	height: .5rem;
}
.fdimg{
	    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.fullbgn1 img {
	    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.fullbgn1 {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	overflow: hidden;
}
.top_address span {
	width: 5.4rem;
	line-height: .5rem;
	margin-top: .12rem;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.flicking_num {
	position: absolute;
	right: 10px;
	bottom: .4rem;
	padding: 3px 6px;
	background: url(https://static.fangxiaoer.com/web/images/m/black60.png);
	z-index: 9999;
	color: #fff;
}
.noxq {
	height: 2px;
	border-bottom: 2px dashed #ccc;
	width: 80%;
	margin: auto;
	position: absolute;
	bottom: 28%;
	z-index: 999;
	text-align: center;
	left: 0;
	right: 0;
}
.charact_dist {
	display: block;
	margin-top: 7px;
	overflow: hidden;
}
.charact li {
	color: #545454 !important;
	border: 0px solid #ddd;
	font-size: 10px;
	background: #f4f5f7;
	padding: 0px 3px;
	border-radius: 3px;
	margin-right: 2px;
	font-size: 12px;
	display: inline-block;
	height: 16px !important;
	line-height: 16px !important;
}
.coll_t {
	display: none;
	position: fixed;
	top: 45%;
	left: 15%;
	z-index: 999999;
	max-width: 640px;
	width: 70%;
	height: auto;
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #000;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	z-index: 999999;
}
.coll_t p {
	/* display: inline-block; */
	
	text-align: center;
	/* border-bottom: 1px solid #e0e0e0; */
	
	line-height: 55px;
	/* background: url(https://static.fangxiaoer.com/m/static/images/vip/coll.png) no-repeat left center; */
	
	background-size: 25px;
	/* padding-left: 30px; */
}
.coll_t span {
	width: 49.5%;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	color: #4b78b8;
}
.coll_t .cal a {
	color: #4b78b8;
}
.coll_t span {
	width: 49.5%;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	color: #4b78b8;
}
.coll_tt {
	display: none;
	position: fixed;
	top: 50%;
	left: 30%;
	z-index: 999999;
	max-width: 640px;
	width: 120px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: rgb(102, 102, 102);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-radius: 5px;
}
.infofg {
	width: 1px !important;
	background: #E6E6E6;
	height: .51rem;
	position: absolute;
}
.infofgL {
	left: 2.43rem;
	top: .27rem;
}
.infofgR {
	right: 2.43rem;
	top: .27rem;
}
.scrollShowHead {
	background: #fff;
}
.baseInfo .info {
	margin-top: .4rem;
}
.letsp s {
	width: 1.5rem !important;
}
.arrxq .tubiaodiv {
	margin-top: 0.2rem;
	font-style: inherit;
	display: block;
	line-height: initial;
	font-size: .35rem;
}
.uhouselist .houseprice {
	margin-top: .18rem;
}
.uhouselist .area {
	margin-top: .15rem;
}
#form0 {
	margin: 0;
}
.tubiaodiv {
	font-style: inherit;
}
.onePhoto {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.onePhotoDiv {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.onePhotoDiv a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #000;
}
.onePhotoDiv a img {
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-height: none;
	width: 100%;
	height: 7.47rem;
}
.oneimg {
	position: absolute;
	bottom: .27rem;
	right: 0.53rem;
	display: block;
	color: #fff;
	opacity: 1;
	width: 1.27rem;
	/* height: .57rem; */
	
	left: auto;
	/* background: url(https://static.fangxiaoer.com/m/static/images/house/swiperNumimg.png) no-repeat rgba(0, 0, 0, 0.8) 7px 4px; */
	
	border-radius: .4rem;
	background: rgba(0, 0, 0, .5);
	padding: .1rem .2rem;
	font-size: .29rem;
	text-align: center;
}
.oneimg span {
	padding: .08rem;
}
.nosj {
	font-size: .37rem !important;
	font-weight: 500 !important;
    font-style: normal !important;
    font-family: "微软雅黑" !important;
}