<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overview,.m-content,.push {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.sellDetailHeader {
	padding: 17px 0 26px;
}

.sellDetailHeader .title-wrapper {
	text-align: center;
	position: relative
}

.sellDetailHeader .title-wrapper .content {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-align: left;
	padding: 0;
/*position:relative;*/
	left: 0;
}

.sellDetailHeader .title-wrapper .content .title {
	display: table-cell;
	vertical-align: top
}

.sellDetailHeader .title-wrapper .content .title .main {
	max-width: 900px;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 26px;
	color: #101d37;
	font-weight: bold
}

.sellDetailHeader .title-wrapper .content .title .main span {
	display: inline-block;
	margin-left: 15px;
	color: #b0b3b4
}

.sellDetailHeader .title-wrapper .content .title .sub {
	max-width: 790px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}

.sellDetailHeader .title-wrapper .content .btnContainer {
	display: table-cell;
	vertical-align: top;
	width: 1000px;
	text-align: right
}

.sellDetailHeader .title-wrapper .content .btnContainer .action {
	display: inline-block;
	text-align: center;
	color: #b0b3b4;
	font-size: 12px;
	margin-left: 20px;
	position: relative
}

.sellDetailHeader .title-wrapper .content .btnContainer .sharethis span {
	display: inline-block;
}

.sellDetailHeader .title-wrapper .content .btnContainer .sharethis {
	margin-left: 20px;
	cursor: pointer;
	display: inline-block;
	color: #101d37;
	font-size: 12px;
}

.sellDetailHeader .title-wrapper .content .btnContainer .sharethis i {
	display: inline-block;
	vertical-align: -4px;
	margin-right: 10px;
	background-image: url(../images/fenxiang.png);
	width: 17px;
	height: 17px;
	background-size: 100%;
}

.sellDetailHeader .title-wrapper .content .btnContainer .history i {
	background-image: url(../images/liulanhistory.png);
	width: 22px;
	height: 22px;
	vertical-align: -6px;
}

.sellDetailHeader .title-wrapper .content .btnContainer .jubao i {
	background-image: url(../images/jubaofangyuan_icon.png);
	width: 16px;
	height: 16px;
	vertical-align: -2px;
}

.sellDetailHeader .title-wrapper .content .btnContainer .shoucang i {
	background-image: url(../images/guanzhufangyuan_defult.png);
	width: 16px;
	height: 16px;
	vertical-align: -4px;
}

.sellDetailHeader .title-wrapper .content .btnContainer .shoucang_active i {
	background-image: url(../images/guanzhufangyuan_active.png);
}

.share_banner {
	display: inline-block;
}

.share_banner .shareBackground {
	display: none;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

.share_banner .shareBackground .shareDialog {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 44%;
	margin-left: -182px;
	margin-top: -109px;
	border-radius: 5px;
	background-color: #fff;
	padding: 36px 45px;
	*zoom: 1;
}

.shareBackground .shareDialog:after,.shareBackground .shareDialog:before {
	display: table;
	content: "";
}

.share_banner .shareBackground .shareCloseBtn {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 10px;
	height: 10px;
	background-image: url(../images/icon-close.png);
	background-image: -webkit-image-set(url(../images/icon-close.png) 2x);
	background-size: 100%;
}

.share_banner .shareBackground .shareToWeixin {
	float: left;
	width: 188px;
}

.share_banner .shareBackground .shareWeixinImg {
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
}

.share_banner .shareBackground .shareWeixinText1 {
	margin-top: 14px;
	font-size: 14px;
	color: #101d37;
	padding-left: 5px;
	white-space: nowrap;
}

.share_banner .shareBackground .shareWeixinText2 {
	font-size: 14px;
	color: #101d37;
	text-align: center;
	margin-top: 5px;
}

.share_banner .shareBackground .share_code {
	position: relative;
	*zoom: 1;
	width: 134px;
	margin: auto;
	margin-top: 20px;
}

.share_banner .shareBackground .share_code .btn_copy {
	float: right;
	position: relative;
	*zoom: 1;
	width: 67px;
	height: 28px;
	line-height: 27px;
	cursor: pointer;
	color: grey;
	border: 1px solid #e2e2e2;
	border-left: none;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0 28px 28px 0;
}

.share_banner .shareBackground .share_code .btn_copy a {
	color: grey;
}

.share_banner .shareBackground .share_code input {
	float: left;
	display: inline;
	width: 67px;
	height: 28px;
	line-height: 28px;
	padding: 0 6px 0 14px;
	border: 1px solid #e2e2e2;
	background-color: #f7f7f7;
	color: #999;
	cursor: text;
	border-radius: 28px 0 0 28px;
}

.share_banner .shareBackground .share_code .btn_copy:hover {
	background-color: #03AC65;
	color: #fff;
	border-color: #03AC65
}

.share_banner .shareBackground .share_code .btn_copy:hover a {
	color: #fff
}

.share_banner .shareBackground .share_code input::selection {
	background: #03AC65;
	color: #fff
}

.share_banner .shareBackground .share_code input:focus,.mod_share_codes .share_code input:hover {
	border-color: #03AC65;
	outline: 0
}

.share_banner .shareBackground .share_tips.none {
	display: none;
}

.share_banner .shareBackground .share_tips {
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: -40px;
	display: inline-block;
	padding: 0 20px;
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	background: rgba(0,0,0,.8);
	border-radius: 32px;
}

.share_banner .shareBackground .share_tips .icon_sm {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	position: relative;
	top: 8px;
	margin-right: 3px;
	width: 16px;
	height: 16px;
	background-image: url(../images/sussess_icon.png);
	background-size: 100%;
}

.share_banner .shareBackground .share_tips .triangle_down {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -14px;
	overflow: visible;
	border-left: none;
	border: 7px solid transparent;
	border-top-color: rgba(0,0,0,.8);
}

.share_banner .shareBackground .shareLine {
	float: left;
	margin-top: 11px;
	margin-left: 44px;
	border-left: 1px solid #eee;
	height: 163px;
}

.share_banner .shareBackground .sharebuzhou {
	float: left;
	margin-left: 30px;
	width: 220px;
}

.share_banner .shareBackground .sharebuzhou p {
	padding-bottom: 5px;
	font-size: 14px;
	color: #9199A1;
}

.share_banner .shareBackground .sharebuzhou p&gt;span {
	display: block;
	float: left;
}

.share_banner .shareBackground .sharebuzhou p .title {
	color: #03AC65;
	font-weight: 700;
	width: 20px;
	padding-top: 5px;
}

.share_banner .shareBackground .sharebuzhou p .content {
	width: 200px;
	line-height: 1.8;
}

.overview {
	background-color: #fff;
	position: relative;
	*zoom: 1
}

.overview:before,.overview:after {
	display: table;
	content: ""
}

.overview:after {
	clear: both
}

.overview:before,.overview:after {
	display: table;
	content: ""
}

.overview:after {
	clear: both
}

.overview .content {
	float: right;
	width: 480px;
	line-height: 1
}

.overview .content .price {
	position: relative;
	height: 49px
}

.overview .content .price .total {
	display: inline-block;
	font-family: Tahoma;
	font-size: 46px;
	line-height: 46px;
	color: #e4393c;
	font-weight: bold;
	letter-spacing: -1px;
	max-width: 185px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.overview .content .price .unit {
	display: inline-block;
	font-size: 16px;
	color: #e4393c;
	height: 37px;
	vertical-align: 6px
}

.overview .content .price .unit i {
	display: inline-block;
	margin: 0 auto;
	display: block;
	background-image: url(../component/sprite.png?t=1527080563124);
	background-position: -395px -238px;
	width: 10px;
	height: 13px
}

.overview .content .price .unit span {
	display: block;
	margin-top: 9px
}

.overview .content .price .text {
	font-size: 12px;
	color: #101d37;
	display: inline-block;
	margin-left: 15px;
	vertical-align: 6px
}

.overview .content .price .text .unitPrice {
	font-size: 16px;
	color: #101d37
}

.overview .content .price .text .unitPrice .unitPriceValue {
	font-weight: bold;
	color: #101d37
}

.overview .content .price .text .unitPrice .unitPriceValue i {
	font-weight: normal
}

.overview .content .price .text .tax {
	margin-top: 5px;
	color: #101d37;
	font-size: 12px
}

.overview .content .price .text .tax .taxtext {
	cursor: pointer;
	display: inline-block;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #03AC65
}

.jisuanqi_icon {
	background-image: url(../images/jisuanqi_icon.png);
	background-size: 100%;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: -4px;
}

.overview .content .houseInfo {
	box-sizing: border-box;
	margin-top: 22px;
	width: 100%;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 30px 0;
	*zoom: 1
}

.overview .content .houseInfo:before,.overview .content .houseInfo:after {
	display: table;
	content: ""
}

.overview .content .houseInfo:after {
	clear: both
}

.overview .content .houseInfo:before,.overview .content .houseInfo:after {
	display: table;
	content: ""
}

.overview .content .houseInfo:after {
	clear: both
}

.overview .content .houseInfo .mainInfo {
	font-size: 20px;
	font-weight: bold;
	color: #101d37;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}

.overview .content .houseInfo .subInfo {
	margin-top: 8px;
	font-size: 12px;
	color: #101d37;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}

.overview .content .houseInfo .room,.overview .content .houseInfo .area,.overview .content .houseInfo .type {
	float: left;
	width: 33%
}

.overview .content .aroundInfo {
	padding: 24px 0;
	line-height: 18px;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px
}

.overview .content .aroundInfo .label {
	color: #aeb0b1;
	margin-right: 24px
}

.overview .content .aroundInfo .info {
	color: #101d37
}

.overview .content .aroundInfo .communityName .map {
	color: #101d37;
	margin-left: 14px
}

.overview .content .aroundInfo .communityName .map:hover {
	color: #000000
}

.overview .content .aroundInfo .areaName {
	margin-top: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.overview .content .aroundInfo .areaName .supplement {
	color: #9399a5;
	margin-left: 14px
}

.overview .content .aroundInfo .areaName a {
	color: #101d37
}

.overview .content .aroundInfo .communityName .info {
	text-decoration: underline
}

.overview .content .aroundInfo .content {
	padding-top: 0;
	padding-bottom: 5px;
}

.overview .content .aroundInfo .content ul {
	font-size: 0;
}

.overview .content .aroundInfo .content ul li {
	display: inline-block;
	width: 50%;
	line-height: 32px;
	font-size: 14px;
	color: #101d37;
}

.overview .content .aroundInfo .content ul li .label {
	color: #9399a5;
	margin-right: 30px;
}

.intro {
	width: 1200px;
	height: 67px;
	line-height: 66px;
	background: #ffffff;
	border-top: 0;
	margin: 0 auto
}

.intro .container {
	width: 710px;
	margin-left: 0
}

.intro .l-txt a,.intro .l-txt span {
	color: #aaaaaa
}

.intro .houseRecord {
	font-size: 12px;
	color: #101d37;
	text-align: justify
}

.intro .houseRecord .report {
	color: #1ba1e1;
	margin-left: 10px
}

.intro .houseRecord .detail {
	color: #9399a5
}

.intro .l-txt,.intro .r-txt {
	font-size: 12px;
}

.brokerInfo {
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 35px;
	border-bottom: 1px solid #eeeeee;
}

.brokerInfo .agentInfo {
	height: 60px;
}

.brokerInfo .agentInfo .head_photo {
	width: 60px;
	height: 60px;
	border-radius: 60px;
}

.brokerInfo .agentInfo .brokerInfoText {
	margin-top: 6px;
	float: right;
	line-height: 1;
	width: 396px;
}

.brokerInfo .agentInfo .brokerInfoText .brokerName .name {
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #101d37;
	margin-right: 3px;
	max-width: 140px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brokerInfo .agentInfo .brokerInfoText .evaluate {
	margin-top: 12px;
	font-size: 12px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #9399A5;
	letter-spacing: 0;
}

.brokerInfo .phone {
	margin-top: 24px;
}

.brokerInfo .phone .new-talk {
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: right;
	background: #f3fffa;
	border: 1px solid #03AC65;
	border-radius: 2px;
	font-size: 14px;
	color: #03AC65;
	text-decoration: none;
	cursor: pointer;
	margin: 0 !important;
}

.brokerInfo .phone .new-talk .im-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/dianpu_icon.png) no-repeat center center / 16px;
	padding: 0;
	background-size: 100%;
	margin-right: 8px;
	vertical-align: -3px;
}

.brokerInfo .phone .margin {
	float: right;
	display: block;
	width: 8px;
	height: 46px;
	background: #fff;
}

.brokerInfo .phone .phone400 {
	background: #03AC65;
	border-radius: 2px;
	min-width: 252px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.brokerInfo .phone .phone400   .ico {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../../img/detail/s-ico-11.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: -8px;
}

.tab-wrap .wrap {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	background: #303035;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.tab-wrap .panel-tab {
	height: 55px;
	background: #303035;
	font-size: 16px;
}

.tab-wrap .panel-tab ul {
	position: relative;
	z-index: 10;
}

.tab-wrap .panel-tab li {
	float: left;
	height: 100%;
	line-height: 55px;
	visibility: middle;
	text-align: center;
	margin-right: 45px;
	position: relative;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.tab-wrap .panel-tab .on {
	color: #ffffff;
}

.tab-wrap .panel-tab li a {
	color: #9399a5;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	height: 55px;
}

.m-content {
	padding-top: 55px;
}

.m-content .box-l {
	float: left;
	width: 775px;
}

.m-content:before,.m-content:after {
	display: table;
	content: "";
}

.newwrap:first-child {
	margin-top: -70px;
}

.newwrap {
	padding-top: 70px;
}

.newwrap h2 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

.newwrap h2:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

.newwrap .title {
	float: left;
	font-weight: bold;
	font-size: 23px;
	line-height: 23px;
}

.newwrap .comment-more {
	float: right;
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 30px;
	background-image: url(../images/more_icon.png);
	background-size: 10px 15px;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.newwrap .comment-more:hover {
	text-decoration: underline;
}

.introContent .m-txt1 {
	font-size: 16px;
	line-height: 1.5;
	float: left;
	width: 100%;
}

.introContent .m-txt1 li {
	line-height: 45px;
	color: #9399a5;
	float: left;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.introContent .m-txt1 li strong {
	color: #515151;
	font-weight: 600;
	font-size: 15px;
}

.introContent .m-txt1 p {
	line-height: 2;
	color: #9399a5;
}

.introContent .m-txt1 p strong {
	color: #616a7d;
}

.disclaimer {
	clear: both;
	color: #b0b3b4;
	font-size: 14px;
}

.introContent .m-txt1 * {
	max-width: 100%;
}

.m-content .box-r {
	float: right;
	width: 360px;
}

.agbox.fixed {
	position: fixed;
	top: 70px;
	bottom: auto;
	margin-top: 0px;
	width: 360px;
}

.myAgent {
	display: none;
	z-index: 998;
	background-color: #ffffff;
}

.myAgent .topinfor {
	width: 100%;
	padding-bottom: 12px;
}

.myAgent .topinfor span:first-child {
	color: #101d37;
	font-weight: bold;
	font-size: 18px;
}

.myAgent .brokerInfoFixed {
	padding: 16.5px 0;
	position: relative;
	font-size: 0;
}

.myAgent .brokerInfoFixed .head_photo {
	width: 60px;
	height: 60px;
}

.myAgent .brokerInfoFixed .brokerInfoText {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	line-height: 1;
	width: 280px;
}

.myAgent .brokerInfoFixed .brokerInfoText .brokerName .name {
	font-size: 14px;
	font-weight: bold;
	color: #101d37;
	margin-right: 3px;
	max-width: 140px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.myAgent .brokerInfoFixed .brokerInfoText .phone {
	margin-top: 9px;
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
	color: #FE615A;
	letter-spacing: -1px;
}

.myAgent .brokerInfoFixed .brokerInfoText .evaluate {
	font-size: 12px;
	margin-top: 10px;
	vertical-align: middle;
	color: #a9abab;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.myAgent .btn {
	position: absolute;
	right: 30px;
	top: 30px;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	display: block;
	width: 60px;
	height: 25px;
	color: #03AC65;
	margin-top: 10px;
	background: #eef4f2;
}

.myAgent .myline {
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
	margin-top: 35px;
	margin-bottom: 18px;
}

.bigImg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1002;
}

.bigImg .mask {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
}

.bigImg .list {
	position: absolute;
	top: 2%;
	bottom: 14%;
	margin-bottom: 2px;
	left: 0;
	right: 0;
	text-align: center;
}

.bigImg .list img {
	height: 100%;
	max-width: 100%;
}

.bigImg .list .loading {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	background-image: url();
	background-image: -webkit-image-set(url() 1x,url() 2x);
}

.loading {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	color: #9399a5;
}

.bigImg .list .pre {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bigImg .list .pre span {
	background-image: url(../../img/detail/left-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 46px;
	height: 88px;
	background-size: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -37px;
}

.bigImg .list .next {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bigImg .list .next span {
	background-image: url(../../img/detail/right-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 46px;
	height: 88px;
	background-size: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -37px;
}

.bigImg .close {
	position: absolute;
	right: 60px;
	top: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	background-image: url(../../img/detail/close-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: 100%;
}

.bigImg .slide {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -500px;
	width: 1000px;
}

.bigImg .slide .desc {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 39px;
}

.bigImg .slide ul {
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}

.bigImg .slide ul li:first-child {
	margin-left: 0;
}

.bigImg .slide ul li {
	display: inline-block;
	width: 48px;
	height: 36px;
	margin-left: 10px;
	background-color: #000000;
	cursor: pointer;
}

.bigImg .slide ul li img {
	width: 100%;
	height: 100%;
	opacity: .6;
}

.bigImg .slide ul li.selected img {
	opacity: 1;
}

.waroundTitle {
	position: relative;
	left: 0;
	top: 0;
	width: 830px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 23px;
	line-height: 23px;
}

.waroundTitle .more_banner {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #9199A1;
}

.waroundTitle .more_banner .icon_more {
	display: inline-block;
	vertical-align: -2px;
	background-image: url(../images/more_icon.png);
	background-size: 100%;
	height: 14px;
	width: 14px;
}

.around {
	padding-top: 50px;
}

.aroundTitle {
	position: relative;
	left: 0;
	top: 0;
	width: 1200px;
	margin: 0 auto 25px auto;
	font-weight: bold;
	font-size: 23px;
	line-height: 23px;
}

.aroundTitle .more_banner {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #9199A1;
}

.aroundTitle .more_banner .icon_more {
	display: inline-block;
	vertical-align: -2px;
	background-image: url(../images/more_icon.png);
	background-size: 100%;
	height: 14px;
	width: 14px;
}

.aroundContainer {
	width: 1200px;
	margin: 0 auto;
	height: 510px;
	margin-top: 18px;
	position: relative;
	overflow: hidden;
	background-color: #efefef;
}

.tabBox {
	position: absolute;
	top: 24px;
	bottom: 24px;
	right: 18px;
	width: 385px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.tabBox .aroundType {
	width: 100%;
	height: 40px !important;
	font-size: 0;
	background-color: #fff;
	border-radius: 2px;
}

.tabBox .aroundType li.selectTag {
	position: relative;
	background: #fff;
	font-weight: 900;
	color: #03AC65;
	box-shadow: 1px 0 0 rgba(0,0,0,0.05);
}

.tabBox .aroundType li {
	cursor: pointer;
	display: inline-block;
	width: 16.66%;
	line-height: 40px;
	text-align: center;
	background: #f1f1f1;
	color: #384043;
	font-size: 14px;
}

.tabBox .aroundType li {
	cursor: pointer;
	display: inline-block;
	width: 16.66%;
	line-height: 40px;
	text-align: center;
	background: #f1f1f1;
	color: #384043;
	font-size: 14px;
}

.tabBox .itemTagBox {
	box-sizing: border-box;
	margin-left: 17px;
	padding-top: 10px;
	border-bottom: 1px solid #eeeeee;
}

.tabBox .itemTagBox .tagStyle.select {
	box-sizing: border-box;
	border-bottom: 1px solid #03AC65;
	color: #03AC65;
}

.tabBox .itemTagBox .tagStyle {
	display: inline-block;
	height: 43px;
	line-height: 43px;
	margin-right: 22px;
	cursor: pointer;
}

.tabBox .aroundList {
	padding-top: 10px;
	height: 405px;
	margin: 0px 17px;
}

.tabBox .itemBox li {
	padding: 10px 0;
	cursor: pointer;
}

.contentBox {
	border-left: 2px solid #fff;
	padding: 0 23px;
}

.contentBox .itemContent,.makerDetailStyle .itemContent {
	color: #101d37;
	font-size: 14px;
	overflow: hidden;
}

.list-banner {
	width: 1200px;
	margin: 0 auto;
}

.content_box {
	width: 775px;
	height: 500px;
	background-color: #000;
}

.video_banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
}

.ad-pic {
	width: 100%;
	margin-bottom: 30px;
}

.ad-pic img {
	width: 100%;
	display: block;
}

.jibao_showMessage .validateOverlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.jibao_showMessage .valideteMain {
	display: none;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	border-radius: 2px;
}

.jibao_showMessage .valideteMain .validateTop {
	overflow: hidden;
	height: 16px;
	padding: 22px 22px 18px 0;
}

.jibao_showMessage .valideteMain .validateTop a.validateCloseBtn {
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/icon-close.png) no-repeat;
	background-position: center 0;
	background-size: 100%;
}

.jibao_showMessage .valideteMain .validateTop a {
	font-size: 23px;
	color: #ccc;
}

.jibao_showMessage .valideteMain .reportBox {
	display: none;
	width: 472px;
}

.jibao_showMessage .valideteMain .reportBox .validForm {
	position: relative;
	font-size: 16px;
	color: #101d37;
	max-height: 432px;
	overflow: auto;
}

.jibao_showMessage .valideteMain .reportBox .validForm .formMain {
	width: 328px;
	margin: 0 auto;
}

.jibao_showMessage .valideteMain .reportBox .validForm h3 {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

.jibao_showMessage .valideteMain .reportBox .validForm .infju_me {
	clear: both;
	background: #fff;
	margin-top: 43px;
}

.jibao_showMessage .valideteMain .reportBox .validForm .infju_me .inputul {
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
}

.jibao_showMessage .valideteMain .reportBox .validForm .infju_me .inputul .reason {
	float: left;
	width: 280px;
}

.jibao_showMessage .valideteMain .reportBox .validForm .infju_me .inputul .inputreport {
	float: left;
	width: 16px;
	height: 16px;
	position: relative;
	left: 16px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.jibao_showMessage .valideteMain .reportBox .validForm .infju_me .inputul .as-input {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/cheaked_defult_icon.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.jibao_showMessage .valideteMain .reportBox .validForm .infju_me .inputul .inputreport:checked+.as-input {
	background: url(../images/cheaked_active_icon.png) no-repeat;
	background-size: cover;
}

.jibao_showMessage .valideteMain .reportBox .jiudin {
	margin: 22px 72px 40px;
	height: 50px;
	background: #03AC65;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	color: #fff;
}

.hs-list ul {
	margin-left: -40px;
}

.hs-list.smaller {
	padding-bottom: 40px;
}

.hs-list ul li {
	float: left;
	width: 270px;
	margin-left: 40px;
}

.hs-list.smaller .pic-wrap,.anchor-trigger .hs-list.smaller .hs-photo {
	width: 100%;
}

.hs-list .pic-wrap,.anchor-trigger .hs-list .hs-photo {
	position: relative;
	display: block;
}

.hs-list.smaller .pic-wrap img {
	width: 100%;
	display: block;
}

.hs-list .pic-wrap .dsp {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(0,0,0,0.8);
}

.hs-list .pic-wrap .dsp em {
	position: relative;
	top: 1px;
	font-size: 16px;
	padding-right: 2px;
}

.hs-list .hs-title {
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	padding: 15px 0 0;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.hs-list .hs-meta .hs-meta-model {
	color: #808080;
	font-size: 0;
	text-align: right;
	margin-left: -15px;
}

.hs-list .hs-meta .hs-meta-model em {
	position: relative;
	top: 2px;
	padding-left: 15px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

.rentItemPrice {
	color: #101D37;
	font-weight: bold;
	line-height: 37px;
}

.rentItemPrice span {
	color: #db4c3f;
}

.box-left {
	float: left;
	margin-left: 120px;
	margin-top: 2px;
	position: relative;
	width: 480px;
}

.box-left .box-left-top {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	border-radius: 2px 2px 0 0;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-sizing: border-box;
	height: 140px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.box-left .box-left-top .jiage {
	margin-top: 30px;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	margin-bottom: 15px;
	width: 100%;
}

.box-left .box-left-top .jiage .junjia {
	color: #f76e64;
	font-size: 26px;
	font-weight: 700;
}

.box-left .box-left-top .jiage .yuan {
	color: #f76e64;
	font-weight: 700;
}

.box-left .box-left-top .other-name {
	color: #aaa;
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-top: 0px;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-left .box-left-top .update {
	color: #aaa;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	margin-bottom: 5px;
	width: 100%;
}

.box-left .box-left-bottom {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	background-color: #fff;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	margin-bottom: 0;
}

.box-left .box-left-bottom .bottom-info {
	box-sizing: border-box;
	padding: 20px 20px 14px;
	width: 100%;
}

.box-left .box-left-bottom .bottom-info .small-tags .popular {
	background-color: #e0a0a0;
}

.box-left .box-left-bottom .bottom-info .small-tags span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	margin-right: 5px;
	padding: 0 5px;
	vertical-align: middle;
}

.box-left .box-left-bottom .bottom-info .small-tags .villa {
	background-color: #c5a9dd;
}

.box-left .box-left-bottom .bottom-info .small-tags .q70 {
	background-color: #ecc896;
}

.box-left .box-left-bottom .bottom-info .small-tags .limit {
	background-color: #96cf95;
}

.box-left .box-left-bottom .bottom-info .when,.box-left .box-left-bottom .bottom-info .when-has,.box-left .box-left-bottom .bottom-info .where,.box-left .box-left-bottom .bottom-info .wu-type {
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	margin: 20px 0;
}

#more-pan {
	cursor: pointer;
}

.box-left .box-left-bottom .bottom-info .wu-type {
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.box-left .box-left-bottom .bottom-info .wu-type i {
	background: url(../images/type.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 15px;
	margin-top: 2px;
	width: 17px;
}

.box-left .box-left-bottom .bottom-info .where {
	font-size: 14px;
	font-weight: 700;
	max-width: 302px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-left .box-left-bottom .bottom-info .where i {
	background: url(../images/address.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 15px;
	margin-top: 2px;
	width: 17px;
}

.box-left .box-left-bottom .bottom-info .when-has i {
	background: url(../images/time.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 15px;
	margin-top: 1px;
	width: 17px;
}

.box-left .remind-tag.manager {
	bottom: 0;
}

.box-left .remind-tag.open-remind {
	bottom: 0;
	left: 210px;
	position: absolute;
}

.box-left .remind-tag {
	-webkit-transform: scale(.9);
	border: 1px solid #f76e64;
	border-radius: 1px;
	box-sizing: border-box;
	color: #f76e64;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	margin-left: 5px;
	padding: 2px;
	transform: scale(.9);
	line-height: 13px;
}

.box-left .box-left-bottom .bottom-info .when-has .iic {
	background: url(../../img/index/more.png);
	background: -webkit-image-set(url(../../img/index/more.png) 1x,url(../../img/index/more.png) 2x);
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	height: 13px;
	margin-right: 0;
	background-size: 100%;
	margin-top: 3px;
	width: 7px;
}

.box-left .box-left-bottom .bottom-info .who {
	margin-top: 24px;
	position: relative;
}

.box-left .box-left-bottom .bottom-info .who .imgWrap {
	float: left;
	height: 65px;
	overflow: hidden;
	width: 65px;
}

.box-left .box-left-bottom .bottom-info .who .infoWrap {
	margin-left: 0px;
}

.box-left .box-left-bottom .bottom-info .who .infoWrap .lineOne {
	height: 36px;
	line-height: 36px;
}

.box-left .box-left-bottom .bottom-info .who .infoWrap .lineOne .managerName {
	font-size: 18px;
	font-weight: 500;
}

.box-left .box-left-bottom .bottom-info .who .lianjiaim-createtalkAll {
	height: 17px;
	line-height: 17px;
	vertical-align: baseline!important;
	width: 43px;
}

.infoWrap .lianjiaim-createtalkAll {
	background: none;
	border: 1px solid #4285f4;
	border-radius: 2px;
	box-sizing: border-box;
	color: #4285f4;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

.box-left .box-left-bottom .bottom-info .who .infoWrap .lineTwo {
	color: #db4c3f;
	font-size: 18px;
	font-weight: 500;
	height: 36px;
	line-height: 36px;
	margin-bottom: 4px;
	margin-top: 1px;
}

.lineTwo {
	margin: 3px 0;
}

.lineTwo .phone-qr-wrap {
	background: #fff;
	border: 0!important;
	display: inline-block!important;
	height: auto;
	left: 170px;
	line-height: 26px;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	top: -22px;
	width: 100px;
	z-index: 9;
}

.box-left .box-left-bottom .bottom-info .who .infoWrap .short-vertical-line {
	background-image: linear-gradient(90deg,rgba(51,51,51,.7) 70%,transparent 0);
	display: inline-block;
	height: 14px;
	margin: 0 10px;
	position: relative;
	top: 2px;
	width: 1px;
}

.box-left .box-left-bottom .bottom-info .explain {
	background: #f5f5f5;
	border-radius: 2px;
	margin-top: 25px;
}

.box-left .box-left-bottom .bottom-info .explain .txt {
	color: #c1c3c4;
	font-size: 11px;
	line-height: 20px;
	padding: 10px;
}

.box-left .box-left-bottom .bottom-info .more-box2 {
	background: #fff;
	border-radius: 8px;
	bottom: -27px;
	box-shadow: 0 0 10px rgba(0,0,0,.26);
	color: #101d37;
	display: none;
	height: 280px;
	left: 297px;
	padding: 20px 20px 15px;
	position: absolute;
	width: 300px;
	z-index: 23;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-title {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	padding-bottom: 18px;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-title {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	padding-bottom: 18px;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-close {
	background: url(../images/cancel_big.png);
	background-size: 100%;
	background: -webkit-image-set(url(../images/cancel_big.png) 1x,url(../images/cancel_big.png) 2x) no-repeat 50%;
	cursor: pointer;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: -webkit-transform .5s cubic-bezier(.22,.61,.36,1);
	transition: transform .5s cubic-bezier(.22,.61,.36,1);
	transition: transform .5s cubic-bezier(.22,.61,.36,1),-webkit-transform .5s cubic-bezier(.22,.61,.36,1);
	width: 11px;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-wrap {
	height: 218px;
	margin-top: 18px;
	overflow: auto;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-date-group:first-child {
	margin-top: 0;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-date-group {
	margin: 15px 0 8px;
	overflow: hidden;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-date-group .more-icon {
	background-image: url(../images/time.png);
	background-size: 100%;
	float: left;
	height: 13px;
	margin-right: 5px;
	position: relative;
	top: 3px;
	width: 13px;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-date-group .more-date {
	float: left;
	font-size: 18px;
	line-height: 20px;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-loupan-group {
	overflow: hidden;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-loupan-group .more-icon {
	background-image: url(../images/opening.png);
	background-size: 100%;
	display: inline-block;
	float: left;
	height: 13px;
	margin-right: 5px;
	position: relative;
	top: 3px;
	width: 13px;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-loupan-group .more-loupan {
	float: left;
	font-size: 14px;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-loupan-detail {
	margin-top: 5px;
	overflow: hidden;
}

.box-left .box-left-bottom .bottom-info .more-box2 .more-loupan-detail .more-detail {
	color: #9c9fa1;
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding-left: 18px;
	width: 270px;
}

.dynamic-wrap-block {
	margin-top: 30px;
	position: relative
}

.dynamic-wrap-block .dongtai-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
	max-width: 480px;
	min-height: 23px
}

.dynamic-wrap-block h4 {
	float: left;
	border-radius: 2px;
	color: #9199A1;
	font-size: 15px;
	margin-top: -2px;
	padding: 3px 6px;
	font-weight: 700;
}

.dynamic-wrap-block .dynamic-block-detail {
	width: 690px;
}

.dynamic-wrap-block .dynamic-detail-info {
	-webkit-line-clamp: 3;
	color: #9c9fa1;
	display: block;
	display: -webkit-box;
	font-size: 14px;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 490px
}

.dynamic-wrap-block .dynamic-detail-info-full {
	color: #9c9fa1;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 24px;
	text-decoration: none;
	width: 690px
}

.dynamic-wrap-block .dynamic-detail-time {
	color: #9c9fa1;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0
}

.dynamic-wrap-remind {
	margin-top: 30px;
	padding: 0 20px;
	height: 65px;
	border: 1px solid #e4e6f0;
	border-radius: 2px;
	box-sizing: border-box;
}

.dynamic-wrap-remind .dynamic-remind-text {
	float: left;
	height: 100%;
	line-height: 63px;
	font-size: 15px;
	color: #101d37;
}

.dynamic-wrap-remind .dynamic-remind-setting {
	float: right;
	padding-top: 12px;
}

.dynamic-wrap-remind .dynamic-remind-setting .remind-input {
	float: left;
	padding-left: 20px;
	width: 225px;
	height: 40px;
	background: #f8f8f9;
	border: none;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
}

.dynamic-wrap-remind .dynamic-remind-setting .remind-btn {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 13px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #fe615a;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}

.hm_mod-house-online .house-det {
	padding-bottom: 27px;
	padding-top: 30px
}

.hm_mod-house-online .house-det li {
	float: left
}

.hm_mod-house-online .house-det .img-li {
	font-size: 0;
	height: 120px;
	margin-right: 40px;
	position: relative;
	text-align: center;
	width: 140px
}

.hm_mod-house-online .house-det .img-li:before {
	content: " ";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.hm_mod-house-online .house-det .img-li img {
	cursor: pointer;
	display: inline-block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.hm_mod-house-online .house-det .img-li .tip {
	background: #333;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	filter: alpha(opacity=80);
	font-size: 12px;
	font-weight: 700;
	height: 25px;
	left: 0;
	line-height: 22px;
	margin-left: 3px;
	margin-top: 3px;
	opacity: .8;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	width: 90px;
	z-index: 20
}

.hm_mod-house-online .house-det .info-li {
	margin-right: 135px
}

.hm_mod-house-online .house-det .info-li p {
	margin-bottom: 10px
}

.hm_mod-house-online .house-det .info-li .p1 {
	font-size: 20px;
	font-weight: 700;
	margin-top: -3px
}

.hm_mod-house-online .house-det .info-li .p1 .p1-orientation {
	font-size: 14px
}

.hm_mod-house-online .house-det .info-li .p1 .ori-margin {
	margin-right: 13px
}

.hm_mod-house-online .house-det .info-li .p1 .p1-build-area {
	display: inline-block;
	padding-left: 8px
}

.hm_mod-house-online .house-det .info-li .p1 .p1-state {
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	text-align: center;
	vertical-align: 4px
}

.hm_mod-house-online .house-det .info-li .p1 .p1-green {
	background-image: linear-gradient(-135deg,#f99f82,#ff5722);
	color: #fff;
}

.hm_mod-house-online .house-det .info-li .p1 .p1-red {
	border: 1px solid #f15044;
	color: #f15044
}

.hm_mod-house-online .house-det .info-li .p1 .p1-orange {
	border: 1px solid #ffa703;
	color: #ffa703
}

.hm_mod-house-online .house-det .info-li .p2 {
	font-size: 14px;
	font-weight: 700
}

.hm_mod-house-online .house-det .info-li .p2 span {
	color: #f15044
}

.hm_mod-house-online .house-det .info-li .p2 span.p2-time {
	color: #6b7072;
	font-weight: 400;
	margin-left: 10px
}

.hm_mod-house-online .house-det .info-li .p3 {
	font-size: 14px;
	max-width: 550px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hm_mod-house-online .house-det .info-li .p4 span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	margin-right: 5px;
	padding: 0 5px;
	vertical-align: middle
}

.hm_mod-house-online .house-det .info-li .p4 .tag1 {
	background-color: #c5a9dd
}

.hm_mod-house-online .house-det .info-li .p4 .tag2 {
	background-color: #ecc896
}

.hm_mod-house-online .house-det .info-li .p4 .tag3 {
	background-color: #e0a0a0
}

.hm_mod-house-online .house-det .info-li .p4 .tag4 {
	background-color: #96cf95
}

.hm_mod-house-online .house-det .slt-li {
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	position: relative;
	text-align: center;
	width: 150px
}

.hm_mod-house-online .house-det .slt-li .wenzi-i {
	color: #333
}

.hm_mod-house-online .house-det .slt-li .down {
	color: #f15044
}

.hm_mod-house-online .house-det .slt-li-yincang {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #888;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	position: relative;
	text-align: center;
	width: 173px
}

.hm_mod-house-online .house-det .slt-li-yincang:hover ol {
	display: block
}

.hm_mod-house-online .house-det .slt-li-yincang .down {
	float: left;
	margin-left: 20px
}

.hm_mod-house-online .house-det .slt-li-yincang ol {
	background: #fff;
	border: 1px solid;
	display: none;
	padding-left: 20px;
	position: absolute;
	top: 31px;
	width: 153px;
	z-index: 2
}

.hm_mod-house-online .house-det .slt-li-yincang .arrow {
	border-color: #828282 transparent transparent;
	border-style: solid;
	border-width: 6px 4px;
	position: absolute;
	right: 20px;
	top: 14px
}

.hm_mod-house-online .house-det .chak {
	width: 68px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	border: 1px solid #9399a5;
	border-radius: 2px;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #9399a5;
	cursor: pointer;
}

.loupanpingluns .list {
	width: 100%;
	margin-top: 5px;
}

.loupanpingluns .list li {
	position: relative;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
}

.loupanpingluns .list li .l_userpic {
	float: left;
	margin-right: 15px;
	text-align: center;
	padding-top: 4px;
}

.loupanpingluns .list li .l_userpic .pic {
	width: 55px;
	margin: 0 auto 13px;
}

.loupanpingluns .list li .l_userpic .pic img {
	width: 100%;
	border-radius: 50%;
}

.loupanpingluns .list li .r_comment {
	float: left;
	position: relative;
	width: 705px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 2px;
}

.loupanpingluns .list li .r_comment .user-name {
	margin-top: 3px;
	margin-bottom: 7px;
	height: 20px;
	line-height: 20px;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	font-weight: 700;
	color: #101d37;
}

.loupanpingluns .list li .r_comment .words-container {
	position: relative;
	max-height: 96px;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
}

.loupanpingluns .list li .r_comment .info {
	margin: 7px 0 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}

.loupanpingluns  .list li .r_comment .info .time {
	float: left;
	font-size: 13px;
	color: #9399a5;
}

.loupanpingluns .comment_btn {
	height: 50px;
	width: 200px;
	margin: auto;
	margin-top: 20px;
	display: block;
	color: #9399a5;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ced2d6;
	background: #fff;
	cursor: pointer;
}

.loupanpingluns .comment_btn:hover {
	color: #03AC65;
}

#comment_mask {
	background: #000;
	filter: alpha(opacity=50);
	height: 100%;
	opacity: .5;
	width: 100%;
	z-index: 9
}

#comment_layer,#comment_mask {
	display: none;
	left: 0;
	position: fixed;
	top: 0;
}

#comment_layer {
	bottom: 0;
	overflow-y: scroll;
	right: 0;
	z-index: 10
}

#comment_layer .container {
	padding: 10px 0
}

#comment_layer .main {
	background-color: #fff;
	border-radius: 2px;
	margin: auto;
	position: relative;
	top: 150px;
	width: 675px;
	z-index: 1200
}

#comment_layer .tit {
	height: 55px;
	line-height: 55px;
	position: relative
}

#comment_layer .tit span {
	font-size: 16px;
	font-weight: 700;
	padding-left: 29px
}

#comment_layer .tit i {
	background-image: url(../images/icon-close.png);
	background-image: -webkit-image-set(url(../images/icon-close.png) 1x,url(../images/icon-close.png) 2x);
	background-size: cover;
	cursor: pointer;
	height: 11px;
	position: absolute;
	right: 32px;
	top: 23px;
	width: 11px
}

#comment_layer .comment_box {
	padding: 15px 32px 25px
}

#comment_layer .comment_box .writearea {
	color: #333;
	font-size: 14px;
	position: relative
}

#comment_layer .comment_box .writearea textarea {
	border: 1px solid #eaeaea;
	color: #bbb;
	font-size: 14px;
	height: 190px;
	padding: 8px 10px;
	width: 589px
}

#comment_layer .comment_box .writearea p {
	color: #999;
	display: none;
	font-size: 12px;
	position: absolute;
	right: -10px;
	top: 0
}

#comment_layer .comment_box .uploadarea {
	margin-top: 10px
}

#comment_layer .comment_box .uploadarea .title {
	color: #333;
	font-size: 14px
}

#comment_layer .comment_box .uploadarea .title i {
	color: #999
}

#comment_layer .comment_box .uploadarea .add_list {
	width: 100%
}

#comment_layer .comment_box .uploadarea .add_list li {
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 8px;
	margin-top: 10px;
	position: relative;
	width: 60px
}

#comment_layer .comment_box .uploadarea .add_list .deleteMask {
	background: #000;
	cursor: pointer;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%
}

#comment_layer .comment_box .uploadarea .add_list .deleteIcon {
	background-image: url(../../common/img/comment/comment_sprite.png?042f3638239bec043a60);
	background-image: -webkit-image-set(url(../../common/img/comment/comment_sprite.png?042f3638239bec043a60) 1x,url(../../common/img/comment/comment_sprite@2x.png?e26a1ea992d1942c510e) 2x);
	background-position: 85% -35px;
	cursor: pointer;
	display: none;
	height: 14px;
	position: absolute;
	right: 25px;
	top: 23px;
	width: 11px
}

#comment_layer .comment_box .uploadarea .add_list .add {
	background-color: #eaeaea;
	text-align: center
}

#comment_layer .comment_box .uploadarea .add_list .add img {
	cursor: pointer;
	margin-top: 16px
}

#comment_layer .comment_box .buttonarea .btnlist {
	margin: auto;
	position: relative;
	text-align: center;
	width: 170px
}

#comment_layer .comment_box .buttonarea .post {
	background-color: #686868;
	border-radius: 2px;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	width: 140px
}

#comment_layer .comment_box .buttonarea p {
	color: #999;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

#comment_layer .comment_box .buttonarea .post {
	-moz-box-shadow: 0 -1px 0 #4f4f4f inset;
	-webkit-box-shadow: 0 -1px 0 #4f4f4f inset;
	background-color: #676767;
	box-shadow: inset 0 -1px 0 #4f4f4f;
	color: #fff;
	float: left;
	ms-box-shadow: 0 -1px 0 #4f4f4f inset;
	o-box-shadow: 0 -1px 0 #4f4f4f inset
}

#comment_layer .comment_box .buttonarea .cancel {
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #999;
	float: right
}

.hm_show-content ul li {
	float: left;
}

.hm_show-content ul li:last-child {
	margin-right: 0;
}

.hm_show-content .li-last {
	float: left;
	margin-right: 0
}

.hm_show-content .pic {
	display: block;
	margin-bottom: 15px;
	position: relative;
	width: 270px
}

.hm_show-content .pic img {
	height: auto;
	width: 270px
}

.hm_show-content .pic .tip {
	background: #f15044;
	border-radius: 2px;
	bottom: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 22px;
	line-height: 22px;
	padding: 0 4px;
	position: absolute;
	right: 5px;
	text-align: center;
	z-index: 20
}

.hm_show-content .pic .coverpic-type {
	color: hsla(0,0%,100%,.5);
	display: block;
	font-size: 12px;
	position: absolute;
}

.hm_show-content .house-name {
	color: #101D37;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	margin-right: 10px;
	max-width: 228px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hm_show-content .zhuzhai {
	background: #ccc;
	border-radius: 2px;
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px;
	position: absolute
}

.hm_show-content P {
	color: grey;
	font-size: 14px;
	margin-top: 5px;
}

.hm_show-content P .left-i {
	display: inline-block;
	margin-right: 25px
}

.hm_reminding-box {
	position: relative;
	z-index: 1008
}

.hm_reminding-box .border_c {
	border: 1px solid #dbdbdb;
	margin-top: -1px
}

.hm_reminding-box .border_t {
	border: 1px solid #dbdbdb;
	border-radius: 2px 2px 0 0
}

.hm_reminding-box .border_b {
	border: 1px solid #dbdbdb;
	border-radius: 0 0 2px 2px;
}

.hm_reminding-box .border_red {
	border: 1px solid #db4c3f;
	margin-top: -1px;
	z-index: 2
}

.hm_reminding-box .active {
	background-image: url(../images/checkbox_login.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 10px
}

.hm_reminding-box .remind_overlay_bg {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: .6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1003
}

.hm_reminding-box .panel_reminding {
	-moz-box-shadow: 1px 3px 14px rgba(0,0,0,.3);
	-o-box-shadow: 1px 3px 14px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 3px 14px rgba(0,0,0,.3);
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 1px 3px 14px rgba(0,0,0,.3);
	height: auto;
	left: 50%;
	margin-left: -246px;
	margin-top: -205px;
	padding-left: 47px;
	position: fixed;
	top: 50%;
	width: 398px;
	z-index: 10000
}

.hm_reminding-box .panel_reminding .panel_info {
	padding-top: 44px;
	width: 350px
}

.hm_reminding-box .panel_reminding .panel_info .close_reminding {
	cursor: pointer;
	padding: 4px;
	position: absolute;
	right: 15px;
	top: 15px
}

.hm_reminding-box .panel_reminding .panel_tab span {
	border: 1px solid #f5f5f5;
	border-bottom-color: #d0d0d0;
	border-radius: 4px;
	border-right: 0;
	color: #999;
	display: block;
	float: left;
	font-size: 16px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	width: 189px
}

.hm_reminding-box .panel_reminding .panel_tab .title {
	line-height: 20px;
	margin-bottom: 16px;
	min-height: 20px;
	padding-left: 0
}

.hm_reminding-box .panel_reminding .panel_tab .title .fl {
	color: #101d37;
	font-size: 24px;
	font-weight: 700
}

.hm_reminding-box .panel_reminding .panel_tab .title .reminding_text_tel {
	color: #9399a5;
	font-size: 16px;
	line-height: 1;
	padding: 34px 0 0
}

.hm_reminding-box .panel_reminding .panel_tab .title .reminding_text_select {
	color: #ced2d6;
	font-size: 16px;
	line-height: 1;
	padding: 18px 0 0
}

.hm_reminding-box .panel_reminding .panel_tab .send_verify_code_s,.hm_reminding-box .panel_reminding .panel_tab .show_error {
	display: none;
	height: 14px;
	line-height: 14px;
	padding: 24px 0 0
}

.hm_reminding-box .panel_reminding .panel_tab .show_error {
	height: 30px;
	line-height: 30px;
	padding: 0px;
}

.hm_reminding-box .panel_reminding .panel_tab .send_verify_code_s dd,.hm_reminding-box .panel_reminding .panel_tab .show_error dd {
	color: #db4c3f;
	display: block;
	top: 0
}

.hm_reminding-box .panel_reminding .panel_tab li {
	clear: both;
	color: #555;
	height: 60px;
	position: relative
}

.hm_reminding-box .panel_reminding .panel_tab li input {
	border: 0
}

.hm_reminding-box .panel_reminding .panel_tab li .the_input {
	box-sizing: border-box;
	color: #333;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	outline: none;
	padding-left: 16px;
	width: 330px
}

.hm_reminding-box .panel_reminding .panel_tab li .reminding_checkbox {
	cursor: pointer;
	float: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.hm_reminding-box .panel_reminding .panel_tab li .send_verify_code {
	line-height: 60px
}

.hm_reminding-box .panel_reminding .panel_tab li .send_verify_code em {
	border-left: 1px solid #dbdbdb;
	padding: 0 16px
}

.hm_reminding-box .panel_reminding .panel_tab li.send_verify_code_s {
	color: #db4c3f;
	height: 30px;
	line-height: 30px;
	margin-left: 7px
}

.hm_reminding-box .panel_reminding .panel_tab li.username {
	background: #fff;
	border-bottom: none;
	padding: 0
}

.hm_reminding-box .panel_reminding .panel_tab li.username i {
	background: -113px 0
}

.hm_reminding-box .panel_reminding .panel_tab li i {
	display: inline-block;
	float: left;
	height: 19px;
	left: 15px;
	margin-right: 20px;
	margin-top: 6px;
	position: absolute;
	width: 14px
}

.hm_reminding-box .panel_reminding .panel_tab li.checkVerimg {
	padding: 0
}

.hm_reminding-box .panel_reminding .panel_tab li.checkVerimg i {
	background-position: -136px -25px;
	margin: 0;
	top: 10px
}

.hm_reminding-box .panel_reminding .panel_tab li.checkVerimg .ver-img {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 16px;
	width: 151px
}

.hm_reminding-box .panel_reminding .panel_tab li.checkVerimg .verImg {
	float: right;
	height: 45px;
	margin-top: 7.5px;
	width: 125px
}

.hm_reminding-box .panel_reminding .panel_tab li .verifycode {
	width: 200px
}

.hm_reminding-box .panel_reminding .panel_tab li.reminding_type {
	font-size: 0
}

.hm_reminding-box .panel_reminding .panel_tab li.reminding_type label span {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	display: inline-block;
	height: 16px;
	margin-right: 6px;
	position: relative;
	width: 16px
}

.hm_reminding-box .panel_reminding .panel_tab li.reminding_type .checkbox_btn {
	background-color: rgba(244,248,254,.6);
	color: #03AC65;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 33.3%
}

.hm_reminding-box .panel_reminding .panel_tab li.reminding_type .checkbox_btn span {
	left: 10px;
	top: 21px
}

.hm_reminding-box .panel_reminding .panel_tab li.read_protocol {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	padding: 24px 0
}

.hm_reminding-box .panel_reminding .panel_tab li.read_protocol label span {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	display: inline-block;
	height: 16px;
	margin-right: 6px;
	position: relative;
	width: 16px
}

.hm_reminding-box .panel_reminding .panel_tab li.read_protocol a {
	float: none
}

.hm_reminding-box .panel_reminding .panel_tab li input {
	margin: 0;
	padding: 0
}

.hm_reminding-box .panel_reminding .panel_tab li.reminding_btn {
	margin-bottom: 35px;
	padding: 0;
	margin-top: 5px;
}

.hm_reminding-box .panel_reminding .panel_tab li input.topSpecial {
	border-radius: 3px 3px 0 0
}

.hm_reminding-box .panel_reminding .hm_panel-tab li input.the_input:focus {
	border-color: #dbdbdb;
	outline: none;
	transition: all .3s ease-in-out
}

.hm_reminding-box .panel_reminding .hm_panel-tab li .the_input {
	color: #333;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	outline: none;
	padding: 16px;
	width: 282px
}

.hm_reminding-box .panel_reminding .panel_tab li .the_input::-webkit-input-placeholder {
	color: #bbb
}

.hm_reminding-box .panel_reminding .panel_tab li .the_input:-moz-placeholder,.hm_reminding-box .panel_reminding .panel_tab li .the_input::-moz-placeholder {
	color: #bbb
}

.hm_reminding-box .panel_reminding .panel_tab li .the_input:-ms-input-placeholder {
	color: #bbb
}

.hm_reminding-box .panel_reminding .panel_tab li img {
	float: right;
	height: 41px;
	width: 85px
}

.hm_reminding-box .panel_reminding .panel_tab li a {
	color: #333;
	float: right
}

.hm_reminding-box .panel_reminding .panel_tab li a.voice_a {
	color: #333;
	cursor: pointer;
	float: none;
	text-decoration: underline
}

.hm_reminding-box .panel_reminding .panel_tab li .disabled {
	color: #bbb;
	cursor: default
}

.hm_reminding-box .panel_reminding .panel_tab li .disabled.hover {
	text-decoration: none
}

.hm_reminding-box .panel_reminding .panel_tab .reminding_user_tel_btn {
	background: #03AC65;
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 350px
}

.hm_reminding-box .panel_reminding .panel_tab .reminding_user_tel_btn:hover {
	background: #03AC65;
	text-decoration: none
}

.hm_reminding-box .panel_reminding .fr {
	position: relative
}

.hm_reminding-box #dialog_cancel .panel_tab,.hm_reminding-box #dialog_success .panel_tab {
	text-align: center
}

.hm_reminding-box #dialog_cancel {
	min-height: 400px
}

.hm_reminding-box .panel_reminding .panel_tab .cancel_content .cancel_title,.hm_reminding-box .panel_reminding .panel_tab .success_content .success_title {
	color: #101d37;
	font-size: 24px;
	height: 33px;
	line-height: 33px;
	margin-top: 36px
}

.hm_reminding-box .panel_reminding .panel_tab .cancel_content .cancel_title {
	margin-top: 76px
}

.hm_reminding-box .panel_reminding .panel_tab .cancel_content span,.hm_reminding-box .panel_reminding .panel_tab .success_content span {
	border: none;
	color: #9399a5;
	cursor: default;
	float: none;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin-top: 7px;
	width: auto
}

.hm_reminding-box .reminding_success_btn {
	background-color: #03AC65;
	border-radius: 2px;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	margin-bottom: 105px;
	margin-top: 73px;
	width: 350px
}

.hm_reminding-box .reminding_success_btn:hover {
	background: #03AC65;
	text-decoration: none
}

.hm_reminding-box .cancel_btn_box {
	margin-bottom: 105px;
	margin-top: 53px;
	overflow: hidden
}

.hm_reminding-box .reminding_cancel_btn,.hm_reminding-box .reminding_continue_btn {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	width: 165px
}

.hm_reminding-box .reminding_cancel_btn:hover,.hm_reminding-box .reminding_continue_btn:hover {
	text-decoration: none
}

.hm_reminding-box .reminding_continue_btn {
	background-color: #03AC65;
	float: left
}

.hm_reminding-box .reminding_continue_btn:hover {
	background-color: #03AC65
}

.hm_reminding-box .reminding_cancel_btn {
	background-color: #656466;
	float: right
}

.hm_reminding-box .reminding_cancel_btn:hover {
	background-color: #656466
}

.sec-list-nav {
	width: 1200px;
	margin: 20px auto;
	padding-bottom: 4px;
	position: relative;
}

.sec-list-nav .sec-list {
	float: left;
	margin-right: 35px;
	line-height: 46px;
}

.sec-list-nav .sec-list a {
	font-size: 16px;
	color: #101d37;
	font-weight: 700;
}

.sec-list-nav .sec-list-on a {
	color: #03AC65;
}

.sec-list-nav .sec-list-on {
	border-bottom: 2px solid #03AC65;
}

.detailMore_content {
	width: 1200px;
	margin: 20px auto;
}

.detailMore_content .detailMore-title {
	font-size: 14px;
	height: 84px;
	line-height: 84px;
	color: #03ac65;
	font-weight: bold;
}

.ul-szsz {
	overflow: hidden;
	margin-right: -23px;
}

.ul-szsz li {
	float: left;
	margin-bottom: 22px;
	width: 25%;
}

.ul-szsz li:hover img {
	transform: scale(1.2);
}

.ul-szsz a {
	display: block;
	margin-right: 23px;
	position: relative;
}

.ul-szsz .pic {
	overflow: hidden;
	position: relative;
	padding-top: 78%;
	background-color: #F1DFA7;
}

.ul-szsz .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ul-szsz span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	font-size: 14px;
	padding: 5px 5px;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content__aside {
	width: 445px;
	border: 1px solid #e4e6f0;
	padding: 30px 24px 30px 22px;
	background-color: #fff;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.content__aside .content__aside--title {
	font-size: 16px;
	color: #fa5741;
	margin-bottom: 20px
}

.content__aside .content__aside--title span {
	font-size: 40px;
	font-weight: 700;
	margin-right: 4px;
	line-height: 56px
}

.content__aside .content__aside--subtitle {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px
}

.content__aside .content__aside--subtitle span {
	color: #3072f6
}

.content__aside .content__aside--tags i {
	background-color: rgba(132,154,174,.1);
	border-radius: 2px;
	display: inline-block;
	width: 62px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	color: #849aae;
	margin-right: 5px;
	margin-bottom: 5px
}

.content__aside .content__aside__list {
	margin-top: 17px;
	margin-bottom: 22px;
	padding-top: 25px;
	padding-bottom: 22px;
	border-top: 1px solid #e4e6f0;
	padding-bottom: 25px;
	position: relative;
	max-height: 170px;
	overflow: initial
}

.content__aside .content__aside__list li {
	overflow: initial;
	margin-bottom: 25px
}

.content__aside .content__aside__list li:last-child {
	margin-bottom: 0
}

.content__aside .content__aside__list li:last-child  .btn {
	position: absolute;
	right: 10px;
	top: 30px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: block;
	width: 75px;
	height: 30px;
	color: #03AC65;
	margin-top: 10px;
	background: #eef4f2;
}

.content__aside .content__aside__list .content__aside__list--icon {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #e4e6f0;
	border-radius: 30px;
	margin-right: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/haeder.png)
}

.content__aside .content__aside__list .content__aside__list--title {
	font-size: 20px;
	font-weight: 700;
	color: #101d37;
	line-height: 28px;
	margin-bottom: 7px;
	margin-right: 10px;
	position: relative;
	overflow: initial
}

.content__aside .content__aside__list .content__aside__list--title .contact_name {
	display: inline-block;
	max-width: 92px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.content__aside .content__aside__list .content__aside__list--subtitle {
	font-size: 14px;
	margin-bottom: 18px;
	color: #101d37;
	line-height: 20px
}

.content__aside .content__aside__list .content__aside__list--bottom {
	font-size: 25px;
	color: #fa5741;
	font-weight: 700;
	line-height: 40px
}

.content__aside .content__aside__list .content__aside__list--button {
	position: absolute;
	font-size: 14px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer
}

.content__article__table {
	overflow: hidden
}

.content__article__table span {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	color: rgba(16,29,55,.6);
	line-height: 22px
}

.content__article__table span i {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto 4px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.content__article__table span i.house {
	background-image: url(../../img/zufang/house.png)
}

.content__article__table span i.typ {
	background-image: url(../../img/zufang/typ.png)
}

.content__article__table span i.area {
	background-image: url(../../img/zufang/area.png)
}

.content__article__table span i.orient {
	background-image: url(../../img/zufang/orient.png)
}

.content__article__info ul {
	overflow: hidden;
}

.content__article__info ul li:nth-of-type(3n+1) {
	width: 23.33%;
	font-size: 18px;
	color: rgba(16,29,55,.6);
}

.content__article__info ul li {
	width: 33%;
	text-align: left;
	line-height: 18px;
	font-size: 16px;
	margin-bottom: 18px;
}

.oneline {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content__article__info2 {
	overflow: hidden;
	padding-left: 128px;
	position: relative;
	margin-bottom: 7px;
	margin-top: 20px;
}

.content__article__info2 li {
	width: 20% !important;
	text-align: center;
	margin-bottom: 28px
}

.content__article__info2 li i {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.content__article__info2 li.refrigerator i {
	background-image: url(../../img/zufang/bx.png)
}

.content__article__info2 li.refrigerator_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.refrigerator_no i {
	background-image: url(../../img/zufang/bx_1.png)
}

.content__article__info2 li.bed i {
	background-image: url(../../img/zufang/chuang.png)
}

.content__article__info2 li.bed_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.bed_no i {
	background-image: url(../../img/zufang/chuang_1.png)
}

.content__article__info2 li.television_no i {
	background-image: url(../../img/zufang/tv.png)
}

.content__article__info2 li.air_conditioner i {
	background-image: url(../../img/zufang/kt.png)
}

.content__article__info2 li.air_conditioner_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.air_conditioner_no i {
	background-image: url(../../img/zufang/kt_1.png)
}

.content__article__info2 li.wifi i {
	background-image: url(../../img/zufang/wifi.png)
}

.content__article__info2 li.wifi_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.wifi_no i {
	background-image: url(../../img/zufang/wifi_1.png)
}

.content__article__info2 li.heating i {
	background-image: url(../../img/zufang/nuanqi.png)
}

.content__article__info2 li.heating_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.heating_no i {
	background-image: url(../../img/zufang/nuanqi_1.png)
}

.content__article__info2 li.water_heater i {
	background-image: url(../../img/zufang/rsq.png)
}

.content__article__info2 li.water_heater_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.water_heater_no i {
	background-image: url(../../img/zufang/rsq_1.png)
}

.content__article__info2 li.washing_machine i {
	background-image: url(../../img/zufang/xyj.png)
}

.content__article__info2 li.washing_machine_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.washing_machine_no i {
	background-image: url(../../img/zufang/xyj_1.png)
}

.content__article__info2 li.wardrobe i {
	background-image: url(../../img/zufang/yigui.png)
}

.content__article__info2 li.wardrobe_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.wardrobe_no i {
	background-image: url(../../img/zufang/yigui_1.png)
}

.content__article__info2 li.natural_gas i {
	background-image: url(../../img/zufang/trq.png);
}

.content__article__info2 li.natural_gas_no {
	color: #969696;
	text-decoration: line-through
}

.content__article__info2 li.natural_gas_no i {
	background-image: url(../../img/zufang/trq_1.png);
}

.xiaoqu_content .xiaoquInfo {
	padding: 20px 0;
	border-top: 1px solid #F1F1F1;
}

.xiaoqu_content .xiaoquInfo .xiaoquInfoItem {
	margin: 14px 0;
	font-size: 14px;
}

.xiaoqu_content .xiaoquInfo .xiaoquInfoItem .xiaoquInfoLabel {
	display: inline-block;
	vertical-align: top;
	color: #babbbc;
	width: 78px;
}

.xiaoqu_content .xiaoquInfo .xiaoquInfoItem .xiaoquInfoContent {
	color: #101D37;
	display: inline-block;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xiaoqu_content .xiaoquInfo .xiaoquInfoItem .xiaoquInfoContent .actshowMap {
	color: #03AC65;
	cursor: pointer;
}

.xiaoqu_content .Detail-aside-hd {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.xiaoqu_content .Detail-aside-hd-title {
	font-size: 18px;
	font-weight: 700;
}

.xiaoqu_content .brokerInfo {
	border-bottom: none;
	position: relative;
	top: 0;
	left: 0;
}

.xiaoqu_content .brokerInfo .phone {
	margin-top: 15px;
	color: #db4c3f;
	font-size: 26px;
	font-family: tahoma;
	font-weight: bold;
}

.xiaoqu_content .mydianpu {
	position: absolute;
	right: 10px;
	top: 30px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: block;
	width: 75px;
	height: 30px;
	color: #03AC65;
	margin-top: 10px;
	background: #eef4f2;
}

.main_GS {
	width: 1200px;
	margin: 0 auto;
}

.main_GS .box {
	padding: 20px 0;
}

.main_GS .box .agent-con-box {
	position: relative;
	width: 618px;
}

.main_GS .box .agent-con-box .agent-img,.agent-img img {
	width: 146px;
}

.main_GS .box .agent-con-box .agent-con {
	min-width: 348px;
	margin-left: 36px;
	position: relative;
	margin-right: 0px;
	max-width: 420px;
}

.main_GS .box .agent-con-box .agent-tit {
	position: relative;
	margin-top: 10px;
}

.main_GS .box .agent-con-box .agent-tit .name {
	display: inline-block;
	line-height: 30px;
	font-size: 28px;
	margin-right: 16px;
}

.main_GS .box .agent-con-box .agent-info {
	color: #535d6a;
	font-size: 14px;
	margin-top: 28px;
}

.main_GS .box .agent-con-box .agent-info p {
	width: 100%;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_GS .box .erwei {
	position: absolute;
	right: 0;
	top: 0;
}

.main_GS .box .erwei span {
	display: block;
}

.main_GS .box .erwei p {
	text-align: center;
	color: #999;
	font-size: 14px;
	padding-top: 10px;
}

.main_GS .box .erwei img {
	padding: 4px;
	width: 80px;
	height: 80px;
	border: 1px solid #eee;
}

.main_GS .ag-phone-num {
	width: 552px;
	text-align: center;
	padding-left: 18px;
	margin-top: 15px;
}

.main_GS .ag-phone-num .ag-num {
	width: 100%;
	height: 48px;
	padding: 18px 0;
	color: #535d6a;
	font-size: 14px;
}

.main_GS .ag-phone-num .ag-num li {
	width: 25%;
	text-align: center;
	float: left;
}

.main_GS .ag-phone-num .ag-num li b {
	font-size: 28px;
}

.main_GS .ag-phone-num .ag-num li p {
	margin-top: 10px;
	font-size: 14px;
}

.main_GS .ag-phone-num .ag-phone i {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-position: 0 -60px;
	margin-right: 18px;
	background: url(../../img/zhongjie/phone_iconl.png) no-repeat;
}

.main_GS .ag-phone-num .ag-phone {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #03AC65;
	text-align: center;
	padding-top: 26px;
}

.ul-list-p2 {
	padding-top: 50px;
}

.ul-list-p2 li {
	float: left;
	width: calc(20% - 32px);
	margin: 0 40px 40px 0px;
}

.ul-list-p2 li:nth-child(5n) {
	margin-right: 0;
}

.ul-list-p2 a {
	position: relative;
	display: block;
	font-size: 17px;
	text-align: center;
	color: #333;
	-ms-transition: .5s;
	transition: .5s;
}

.ul-list-p2 .img {
	position: relative;
	padding-top: 100%;
}

.ul-list-p2 .img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.ul-list-p2 .txt {
	padding-top: 20px;
}

.ul-list-p2 .txt .tit {
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ul-list-p2 .site {
	padding-top: 10px;
	font-size: 12px;
	color: #999;
}

.ul-list-p2 a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	height: 33px;
	background: url(../../img/zhongjie/bg-Tim-chengyuan.png) center no-repeat;
	opacity: 0;
	visibility: hidden;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}

.ul-list-p2 a:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px)
}

.ul-list-p2 a:hover:before {
	opacity: 1;
	visibility: visible
}

.nearest-three .nearest-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
}

.nearest-three .nearest-item .left {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 272px;
	font-size: 13px;
	color: #9399A5;
	vertical-align: bottom;
}

.nearest-three .nearest-item .name {
	display: inline-block;
	max-width: 135px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	color: #394043;
	vertical-align: bottom;
}

.nearest-three .nearest-item .distance {
	display: inline-block;
	width: 80px;
	text-align: right;
	font-size: 13px;
	color: #9399A5;
	letter-spacing: 0.5px;
	float: right;
	padding-top: 4px;
}

.nearest-three .nearest-item .distance .icon {
	display: inline-block;
	width: 9px;
	height: 11px;
	vertical-align: -2px;
	margin-right: 2px;
	background-image: url(../images/map-icon.png);
	background-size: 100% 100%;
}

.nearest-three .nearest-item .distance .distance-item {
	display: inline-block;
	vertical-align: middle;
}

.introContent .m-txt1 li.long_banner {
	display: block;
	width: 100%;
}

.box-r .tuijianershoufang {
	padding-left: 0;
}

.user-comment-content-p.commenthuifu {
	color: #03ac65;
	font-size: 14px;
	margin-top: 8px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
}

.user-comment-isbest {
	position: absolute;
	top: 10px;
	left: 150px;
	width: 60px;
	height: 60px;
	background: url(../../img/detail/essence.png) center center no-repeat;
	background-size: 100%;
	z-index: 1;
}

.box-left .box-left-bottom .bottom-info .who .infoWrap .lineOne {
	height: auto;
}

.hm_show-content .pic img {
	height: 202px;
	object-fit: cover;
}
/* ��ͼ�Ҳ��Ƽ���Ѷ�б� */
.zixun_two .zx_item {
	padding-bottom: 20px;
}

.zixun_two .zx_item:last-child {
	padding-bottom: 0;
}

.zixun_two .zx_item .zx_l {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.zixun_two .zx_item .zx_l:nth-child(even) {
	margin-right: 0;
}

.zixun_two .zx_item .zx_l .img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}

.zixun_two .zx_item .zx_l .tit {
	color: #101D37;
	font-size: 14px;
	margin-top: 8px;
	overflow: hidden;
	font-weight: 400;
	line-height: 21px;
	height: 42px;
}

.zixun_two .zx_item .zx_l .tit:hover {
	color: #03AC65;
}

.tuijianguwen {
	margin-bottom: 20px;
}

.tuijianguwen .ke-card .name {
	display: inline-block;
	font-size: 18px;
	color: #101D37;
	font-weight: 700;
}

.tuijianguwen .guwen-sign {
	display: flex;
	display: -webkit-flex;
	margin-top: 15px;
	padding-bottom: 20px
}

.tuijianguwen .guwen-sign li {
	font-size: 13px;
	color: #9399A5;
	line-height: 13px;
	padding-left: 17px;
	margin-right: 8px;
	flex: 1;
}

.tuijianguwen .guwen-sign li:nth-child(1) {
	background: url(../images/icon_coin@3x.png) 0 center no-repeat;
	background-size: 15px 15px
}

.tuijianguwen .guwen-sign li:nth-child(2) {
	background: url("../images/icon_shield@3x.png") 0 center no-repeat;
	background-size: 15px 15px
}

.tuijianguwen .guwen-sign li:nth-child(3) {
	background: url("../images/icon_book@3x.png") 0 center no-repeat;
	background-size: 15px 15px
}

.tuijianguwen .guwen-sign li:nth-child(4) {
	background: url("../images/icon_cake_graph@3x.png") 0 center no-repeat;
	background-size: 15px 15px
}

.tuijianguwen .guwen-sign li:last-child {
	margin-right: 0
}

.tuijianguwen .guwen-list .guwen-box {
	position: relative;
	display: flex;
	display: -webkit-flex;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer
}

.tuijianguwen .guwen-list .guwen-box:last-child {
	padding-bottom: 0
}

.tuijianguwen .guwen-list .guwen-box img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 12px
}

.tuijianguwen .guwen-list .guwen-box .guwen-box-infor {
	display: flex;
	display: -webkit-flex;
	flex: 1;
	-webkit-flex: 1;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between
}

.tuijianguwen .guwen-list .guwen-box .a {
	position: absolute;
	top: 10px;
	right: 0;
	height: 40px;
	margin-left: 12px
}

.tuijianguwen .guwen-list .guwen-box.preferred:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/icon_star@3x.png");
	background-size: 100% 100%;
	position: absolute;
	top: 38px;
	left: 30px;
}

.tuijianguwen .guwen-box-infor .guwen-agent-name {
	padding: 0px 0px 3px 0
}

.tuijianguwen .guwen-box-infor .guwen-agent-name span {
	display: inline-block;
	line-height: 23px;
	vertical-align: middle
}

.tuijianguwen .guwen-box-infor .guwen-agent-name .name {
	font-weight: 600;
	font-size: 20px;
	color: #333;
	vertical-align: middle;
	margin-right: 6px;
	width: 60px;
}

.tuijianguwen .guwen-box-infor .guwen-agent-infor {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 17px;
	font-size: 12px;
	color: #101d37;
}

.tuijianguwen .guwen-box-infor .phone {
	height: 23px;
	display: none;
	line-height: 23px;
	font-size: 14px;
	font-weight: 600;
	color: #fe615a;
}

.tuijianguwen .guwen-list .contact-container {
	display: flex;
	align-items: center;
	height: 32px;
}

.tuijianguwen .guwen-list .guwen-box a.im-icon {
	width: 32px;
	height: 32px;
	background: url(../images/icon_im.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 12px;
}

.tuijianguwen .guwen-list .guwen-box a.phone {
	font-size: 14px;
	font-weight: 600;
	color: #fe615a;
}

.ewmAlert .bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
}

.ewmAlert .ewmCont {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	left: calc(50% - 100px);
	z-index: 1111;
	padding: 0 20px 20px 20px;
	background-color: #fff;
	border-radius: 4px;
}

.ewmAlert .ewmCont .close_box {
	position: absolute;
	right: -30px;
	top: -30px;
	cursor: pointer;
}

.ewmAlert .ewmCont .close_box .css-icon {
	display: inline-block;
	height: 1em;
	width: 1em;
	font-size: 20px;
	box-sizing: border-box;
	text-indent: -9999px;
	vertical-align: middle;
	position: relative;
}

.ewmAlert .ewmCont .close_box .css-icon::before,.ewmAlert .ewmCont .close_box .css-icon::after {
	content: '';
	box-sizing: inherit;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ewmAlert .ewmCont .close_box .icon-close::before {
	width: 90%;
	border-top: 2px solid #fff;
}

.ewmAlert .ewmCont .close_box .icon-close::after {
	height: 90%;
	border-left: 2px solid #fff;
}

.ewmAlert .ewmCont .tite {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #101D37;
	font-size: 16px;
}

.ewmAlert .ewmCont .tite .name {
	color: #03AC65;
	font-weight: 700;
	padding: 0 2px;
}

.ewmAlert .ewmCont .img {
	display: block;
	width: 100%;
}

.box-left {
	margin-left: 118px;
}</pre></body></html>