<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::selection {
	background-color: rgba(13,173,81,0.2);
	color: #333
}

::-moz-selection {
	background-color: rgba(13,173,81,0.2);
	color: #333
}

::-webkit-selection {
	background-color: rgba(13,173,81,0.2);
	color: #333
}

.validate .animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.validate .bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.validate .bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.validate .bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0deg);
		-ms-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg)
	}
}

.validate .rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

.validate .flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes bounceDis {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
}

@keyframes bounceDis {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
}

.validate .bounceDis {
	-webkit-animation-name: bounceDis;
	animation-name: bounceDis
}

.validate header {
	width: 90%;
	text-align: center;
	padding: 5%;
	letter-spacing: 2px;
	color: #333;
	font-size: 1.2em;
	text-shadow: 0 0 2px #999
}

.validate .demo {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.validate .demo a {
	margin: 0 5px 20px;
	background-color: #eee
}

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

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.validate .bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.validate .animated {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.validate #valideteMain {
	width: 420px;
	height: 458px;
	margin: 0 auto;
	display: none;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -215px;
	z-index: 10000
}

.validate #valideteMain .infju_me {
	background: #fff;
	padding: 25px 0 0 40px
}

.validate #valideteMain .infju_me ul li {
	float: left;
	margin-right: 9px
}

.validate #valideteMain .infju_me ul li.sdind {
	line-height: 40px
}

.validate .validateTop {
	width: 90%;
	margin: 0 auto;
	letter-spacing: 1px;
	padding: 18px 0;
	text-align: right;
	position: relative
}

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

.validate .validateTop a.validateCloseBtn {
	background: url('../../img/new-version/detail.png') -293px -125px no-repeat;
	display: block;
	width: 41px;
	height: 56px;
	position: absolute;
	right: -45px;
	top: -23px
}

.validate .validForm h3 {
	color: #39ac6a;
	margin-left: 40px;
	font-size: 25px
}

.validate .validForm p {
	margin-bottom: 25px
}

.validate .validForm ul {
	margin: 8px 0
}

.validate .validForm .others {
	width: 260px;
	height: 80px;
	padding: 5px;
	border: 1px solid #d0d0d0;
	color: #333
}

.validate .validForm .dfequ {
	width: 157px;
	height: 24px;
	margin-left: 8px;
	padding: 5px;
	border: 1px solid #d0d0d0;
	color: #333
}

.validate .validForm .jiudin {
	width: 336px;
	height: 40px;
	background: #39ac6a;
	cursor: pointer;
	margin-top: 10px;
	text-align: center;
	line-height: 40px
}

.validate .validForm .jiudin a {
	color: white
}

.validate .validForm .jiudin a:hover {
	text-decoration: none
}

.validate .validForm .jiudin:hover {
	background-color: #0fb957
}

.validate .validForm .checkReason {
	color: red;
	display: none
}

.mod-scroll {
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px dotted transparent;
	box-sizing: border-box
}

.mod-scroll_bar-x {
	width: 100%;
	height: 9px;
	background: #000;
	opacity: .1;
	filter: alpha(opacity=10);
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0;
	z-index: 3
}

.mod-scroll_bar-y {
	width: 9px;
	height: 100%;
	background: #000;
	opacity: .1;
	filter: alpha(opacity=10);
	border-radius: 5px;
	position: absolute;
	top: 0;
	z-index: 3
}

.mod-scroll_thumb-x {
	width: 30%;
	height: 9px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	border-radius: 5px;
	font-size: 0;
	z-index: 3
}

.mod-scroll_thumb-y {
	width: 9px;
	height: 30%;
	background: #000;
	position: absolute;
	top: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	border-radius: 5px;
	z-index: 3
}

.mod-scroll--activate .mod-scroll_bar-x,.mod-scroll--activate .mod-scroll_bar-y {
	opacity: .2;
	filter: alpha(opacity=20)
}

.mod-scroll--activate .mod-scroll_thumb-x,.mod-scroll--activate .mod-scroll_thumb-y {
	opacity: .6;
	filter: alpha(opacity=60)
}

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

.imgFullscreen:before {
	content: "";
	display: block;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70)
}

.imgFullscreen .btn-close {
	position: absolute;
	right: 60px;
	top: 40px;
	cursor: pointer;
	width: 33px;
	height: 33px;
	background-image: url('../images/spritesheet.png');
	background-position: -168px -94px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.imgFullscreen .btn-prev,.imgFullscreen .btn-next {
	position: absolute;
	top: 40px;
	bottom: 90px;
	width: 50%;
	cursor: pointer
}

.imgFullscreen .btn-prev:after,.imgFullscreen .btn-next:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -37px
}

.imgFullscreen .btn-prev.disabled,.imgFullscreen .btn-next.disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.imgFullscreen .btn-prev {
	left: 0
}

.imgFullscreen .btn-prev:after {
	left: 50px;
	width: 46px;
	height: 88px;
	background-image: url('../images/spritesheet.png');
	background-position: -56px -89px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.imgFullscreen .btn-next {
	right: 0
}

.imgFullscreen .btn-next:after {
	right: 50px;
	width: 46px;
	height: 88px;
	background-image: url('../images/spritesheet.png');
	background-position: -112px -94px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.imgFullscreen .preview {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 100px;
	text-align: center
}

.imgFullscreen .preview img {
	display: none;
	height: 100%;
	max-width: 100%
}

.imgFullscreen .thumbnail {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	bottom: 25px
}

.imgFullscreen .thumbnail li {
	float: left;
	width: 90px;
	height: 65px;
	margin-left: 10px
}

.imgFullscreen .thumbnail li:first-child {
	margin-left: 0
}

.imgFullscreen .thumbnail li.active img {
	opacity: 1;
	filter: alpha(opacity=100)
}

.imgFullscreen .thumbnail img {
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50)
}

.xiaoquCard {
	width: 720px;
	line-height: 1
}

.xiaoquCard .xiaoqu_header .fl {
	font-weight: bold;
	font-size: 23px;
	color: #394043
}

.xiaoquCard .xiaoqu_header .fr {
	font-size: 14px;
	line-height: 23px;
	color: #7f8183
}

.xiaoquCard .xiaoqu_content {
	margin-top: 23px
}

.xiaoquCard .xiaoqu_content .xiaoqu_img {
	width: 199px;
	height: 150px;
	margin-top: 13px;
	position: relative
}

.xiaoquCard .xiaoqu_content .xiaoqu_img img {
	width: 100%;
	height: 100%
}

.xiaoquCard .xiaoqu_content .xiaoqu_img .no_img {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 170px;
	text-align: center;
	color: #d7d9d9;
	background-color: #f5f5f6;
	font-size: 12px
}

.xiaoquCard .xiaoqu_content .xiaoqu_main {
	width: 459px
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_price {
	font-size: 14px;
	margin-bottom: 22px
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_price .xiaoqu_price_red {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #db4c3f
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_price .xiaoqu_unit {
	color: #394043
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_price .xiaoqu_ps {
	margin-left: 25px;
	color: #a9abab
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_info {
	margin-top: 13px;
	font-size: 14px
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_label {
	color: #7f8183
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_info {
	margin-left: 24px;
	color: #394043
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_info a {
	text-decoration: underline
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_info .price_red {
	color: #db4c3f;
	font-weight: 700
}

.xiaoquCard .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_url {
	color: #394043;
	font-weight: bold;
	text-decoration: underline
}

.comment_daikan {
	width: 710px;
	line-height: 1
}

.comment_daikan .daikan_header {
	padding-bottom: 29px;
	border-bottom: 1px solid #eeeeee
}

.comment_daikan .daikan_header .daikan_title {
	color: #394043;
	font-size: 23px;
	font-weight: bold
}

.comment_daikan .daikan_header .daikan_filter {
	padding-top: 9px;
	font-size: 0
}

.comment_daikan .daikan_header .daikan_filter .tag {
	display: inline-block;
	font-size: 14px;
	color: #adafaf;
	padding: 0 8px;
	cursor: pointer
}

.comment_daikan .daikan_header .daikan_filter .tag.on {
	color: #394043
}

.comment_daikan .daikan_content {
	position: relative
}

.comment_daikan .daikan_content .daikan_content_loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	display: none
}

.comment_daikan .daikan_content .daikan_list .item {
	padding-top: 20px
}

.comment_daikan .daikan_content .daikan_list .item .item_img {
	display: inline-block
}

.comment_daikan .daikan_content .daikan_list .item .item_img img {
	width: 55px;
	height: 55px;
	border-radius: 50%
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content {
	width: 630px;
	border-bottom: 1px solid #f1f1f1
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .fl {
	width: 523px
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .fl .item_title {
	color: #394043;
	font-size: 14px
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .fl .item_title .itemAgentName {
	font-weight: bold
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .fl .item_title .phone {
	display: inline-block;
	margin-left: 12px;
	font-family: Tahoma;
	font-size: 14px;
	color: #db4c3f;
	font-weight: bold
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .fl .des {
	color: #394043;
	font-size: 14px;
	line-height: 25px;
	margin: 13px 0
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .fl .daikan_item_record {
	color: #b0b3b4;
	font-size: 12px;
	margin-bottom: 19px
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .item_useable_btn {
	color: #888c8e;
	font-size: 12px;
	padding: 7px 8px;
	border: 1px solid;
	cursor: pointer
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .item_useable_btn.on {
	color: #ffffff;
	background-color: #888c8e
}

.comment_daikan .daikan_content .daikan_list .item .daikan_item_content .item_useable_btn.none {
	display: none
}

.comment_daikan .daikan_content .daikanPager {
	margin-top: 25px
}

.comment_daikan .daikan_content .daikanPager .fr {
	color: #888c8e;
	font-size: 14px;
	line-height: 25px
}

.comment_daikan .daikan_content .daikanPager .fr .daikanPagerBtn {
	cursor: pointer;
	display: inline-block;
	height: 26px;
	width: 26px;
	text-align: center;
	border: 1px solid #d9dcde;
	border-radius: 2px
}

.comment_daikan .daikan_content .daikanPager .fr .daikanPagerBtn:hover {
	background-color: #f8f8f9
}

.comment_daikan .daikan_content .daikanPager .fr .daikanPagerBtn.disable {
	cursor: not-allowed
}

.comment_daikan .daikan_content .daikanPager .fr .daikanPagerBtn.disable span {
	opacity: .5;
	filter: alpha(opacity=50)
}

.comment_daikan .daikan_content .daikanPager .fr .daikan_left_arrow {
	margin-left: 21px
}

.comment_daikan .daikan_content .daikanPager .fr .daikan_right_arrow {
	margin-left: 12px
}

.mh-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000\9;
	filter: alpha(opacity=3);
	background: -webkit-radial-gradient(center, closest-side, rgba(255,255,255,0), rgba(0,0,0,0.03));
	background: -moz-radial-gradient(center, closest-side, rgba(255,255,255,0), rgba(0,0,0,0.03));
	background: -ms-radial-gradient(center, closest-side, rgba(255,255,255,0), rgba(0,0,0,0.03));
	background: -o-radial-gradient(center, closest-side, rgba(255,255,255,0), rgba(0,0,0,0.03));
	background: radial-gradient(center, closest-side, rgba(255,255,255,0), rgba(0,0,0,0.03))
}

.btn-large {
	display: block;
	border-radius: 2px;
	border: 1px solid #d9dcde;
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	color: #394043;
	font-size: 14px;
	cursor: pointer;
	background-color: #fff
}

.btn-large:hover {
	background-color: #f8f8f9;
	text-decoration: none
}

.menu {
	width: 1150px;
	margin: 0 auto
}

.menu .menuLeft {
	display: inline-block;
	width: 85%
}

.menu .menuLeft .logo {
	display: inline-block;
	background-image: url(../images/login-logo.png);
	width: 312px;
	height: 56px;
	margin: -10px 0 -10px -20px
}

.menu .menuLeft .typeList {
	display: inline-block;
	margin-left: 43.5px;
	font-size: 16px;
	line-height: 26px
}

.menu .menuLeft .typeList li {
	display: inline-block;
	margin-right: 30px
}

.menu .menuLeft .typeList li a {
	color: #394043;
	text-decoration: none
}

.menu .menuLeft .typeList li.selected a {
	color: #00ae66
}

.menu .app {
	display: inline-block;
	width: 15%;
	text-align: right
}

.menu .app a {
	color: #323333;
	font-size: 16px
}

body {
	color: #394043
}

body img {
	background: #f5f5f6
}

a {
	color: inherit
}

.sprite {
	background-image: url("../images/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-block
}

.sprite-icon_b_l {
	width: 46px;
	height: 88px;
	background-position: -56px -89px
}

.sprite-icon_b_r {
	width: 46px;
	height: 88px;
	background-position: -112px -94px
}

.sprite-icon_b_x {
	width: 33px;
	height: 33px;
	background-position: -168px -94px
}

.sprite-icon_s_l {
	width: 6px;
	height: 13px;
	background-position: -40px -52px
}

.sprite-icon_s_r {
	width: 8px;
	height: 13px;
	background-position: -168px -137px
}

.sprite-mapPoint {
	width: 35px;
	height: 40px;
	background-position: -215px -5px
}

.sprite-namePoint {
	width: 17px;
	height: 8px;
	background-position: -215px -79px
}

.sprite-point {
	width: 10px;
	height: 11px;
	background-position: -238px -55px
}

.sprite-redPoint {
	width: 23px;
	height: 28px;
	background-position: -211px -97px
}

.justify_fix {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden
}

.banner {
	background-color: #394043;
	line-height: 38px;
	font-size: 12px
}

.banner .container {
	width: 1150px;
	margin: 0 auto
}

.banner .container .channelList {
	display: table-cell;
	white-space: nowrap
}

.banner .container .channelList li {
	display: inline-block;
	margin-right: 21.5px;
	position: relative
}

.banner .container .channelList li a {
	color: #a9abab;
	text-decoration: none
}

.banner .container .channelList li.selected&gt;a,.banner .container .channelList li:hover&gt;a {
	color: #ffffff
}

.banner .container .channelList li .childList {
	display: none;
	position: absolute;
	width: 61px;
	top: 38px;
	left: -18px;
	padding: 8px 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #394043;
	box-shadow: 0 0 8px rgba(0,0,0,0.7)
}

.banner .container .channelList li .childList a {
	display: block;
	line-height: 25px;
	text-align: center;
	color: #a9abab
}

.banner .container .channelList li .childList a.selected,.banner .container .channelList li .childList a:hover {
	color: #fff;
	background-color: #4c5355
}

.banner .container .channelList li .appQRCode {
	display: none;
	position: absolute;
	top: 38px;
	left: -32px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #394043;
	box-shadow: 0 0 8px rgba(0,0,0,0.7);
	padding: 12px;
	z-index: 1
}

.banner .container .channelList li .appQRCode img {
	width: 90px;
	height: 90px
}

.banner .container .channelList li:hover .childList,.banner .container .channelList li:hover .appQRCode {
	display: block
}

.banner .container .banner-right {
	display: table-cell;
	width: 1000px;
	text-align: right;
	color: #fff
}

.banner .container .banner-right a {
	color: #fff
}

.banner .container .banner-right .login {
	display: inline-block;
	margin-right: 20px;
	position: relative
}

.banner .container .banner-right .login .pushNewsList {
	display: none;
	position: absolute;
	z-index: 20;
	top: 38px;
	left: 0;
	padding: 8px 0;
	background-color: #394043;
	text-align: left;
	box-shadow: 0 0 8px rgba(0,0,0,0.7)
}

.banner .container .banner-right .login .pushNewsList a {
	display: block;
	line-height: 25px;
	padding: 0 17px;
	white-space: nowrap
}

.banner .container .banner-right .login .pushNewsList a:hover,.banner .container .banner-right .login .pushNewsList a.selected {
	color: #fff;
	background-color: #4c5355;
	text-decoration: none
}

.banner .container .banner-right .login:hover .pushNewsList {
	display: block
}

.banner .container .banner-right .phone {
	display: inline-block
}

.header {
	background-color: #f5f5f6;
	line-height: 1;
	padding-top: 30px
}

.header .menu {
	width: 1150px;
	margin: 0 auto
}

.header .menu .menuLeft {
	line-height: 45px;
	display: table-cell;
	white-space: nowrap;
	float: left;
	width: auto
}

.header .menu .menuLeft .channelName {
	margin-left: 15px;
	display: inline-block;
	padding: 0 6px;
	height: 25px;
	font-size: 15px;
	line-height: 25px;
	background-color: #ED1B24;
	color: #fff
}

.header .menu .menuLeft .typeList {
	margin-left: 43.5px;
	line-height: 26px;
	display: inline-block;
	font-size: 16px
}

.header .menu .menuLeft .typeList li {
	display: inline-block;
	margin-right: 30px
}

.header .menu .menuLeft .typeList li a {
	color: #394043;
	text-decoration: none
}

.header .menu .menuLeft .typeList li.selected a {
	color: #ED1B24
}

.header .menu .search {
	width: 244px;
	height: 45px;
	float: right;
	background-color: #ebeced;
	border-radius: 2px;
	font-size: 12px;
    text-align: right;
}

.header .menu .search .input {
	position: relative
}

.header .menu .search .state {
	display: inline-block;
	line-height: 45px;
	font-weight: bold;
	color: #394043;
	padding-left: 18px;
	padding-right: 10px;
	cursor: pointer
}

.header .menu .search .downArrow {
	display: inline-block;
	margin-right: 18px;
	cursor: pointer;
	height: 20px
}

.header .menu .search .sstate {
	display: inline-block;
	display: none;
	width: 58px;
	border: 1px solid #eeeeee;
	background-color: #ebeced;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 34px;
	z-index: 10
}

.header .menu .search .sstate span {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	cursor: pointer
}

.header .menu .search input {
	display: inline-block;
	width: 71%;
	height: 60%;
	border: 0;
	background-color: inherit
}

.header .menu .search .searchButton {
	width: 50px;
	height: 42px;
	display: inline-block;
	text-align: center;
	background: #ebeced;
	cursor: pointer;
    border: none;
}

.header .menu .search .searchMsg {
	display: none;
	position: absolute;
	left: 0;
	top: 44px;
	width: 345px;
	font-size: 14px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2)
}

.header .menu .search .searchMsg .searchMsgTitle {
	padding: 0 21px;
	line-height: 42px;
	background-color: #f4f7f9
}

.header .menu .search .searchMsg .searchMsgTitle .searchMsgName {
	display: inline-block;
	width: 60%;
	color: #849aae
}

.header .menu .search .searchMsg .searchMsgTitle .searchMsgTitleRightPart {
	display: inline-block;
	width: 40%;
	text-align: right
}

.header .menu .search .searchMsg .searchMsgTitle .searchMsgTitleRightPart .totalNew {
	color: #888c8e;
	display: inline-block;
	margin-right: 23.5px
}

.header .menu .search .searchMsg .searchMsgTitle .searchMsgTitleRightPart .manage {
	color: #888c8e;
	display: inline-block
}

.header .menu .search .searchMsg ul li a {
	display: block;
	font-size: 12px;
	padding: 0 21px;
	line-height: 42px
}

.header .menu .search .searchMsg ul li a .msgListTitle {
	display: inline-block;
	color: #394043;
	width: 73%;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis
}

.header .menu .search .searchMsg ul li a .msgListTitle .msgListArea {
	padding-left: 5px;
	color: #999
}

.header .menu .search .searchMsg ul li a .msgListAdd {
	display: inline-block;
	color: #b0b3b4;
	width: 27%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: right;
	text-align: right
}

.header .menu .search .searchMsg ul li a:hover {
	background-color: #f9f9f9
}

.img {
	display: inline-block;
	width: 710px;
	cursor: pointer
}

.img .imgContainer {
	position: relative
}

.img .imgContainer img {
	height: 400px;
	display: block;
	margin: 0 auto
}

.img .imgContainer span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: rgba(0,0,0,0.7);
	font-size: 12px;
	color: #ffffff;
	padding: 0 11px;
	line-height: 32px;
	border-radius: 2px
}

.img #thumbnail2 ul {
	margin-left: 31px;
	width: 640px;
	overflow: hidden
}

.img #thumbnail2 ul li {
	width: 120px;
	height: 80px;
	margin-left: 8px;
	text-align: center
}

.img #thumbnail2 .pre {
	float: left
}

.img #thumbnail2 .next {
	float: right
}

.img .thumbnail {
	position: relative;
	margin-top: 8px;
	width: 710px;
	height: 82px
}

.img .thumbnail ul {
	white-space: nowrap;
	overflow: hidden;
	height: 82px;
	font-size: 0
}

.img .thumbnail ul li {
	display: inline-block;
	width: 109px;
	height: 82px;
	margin-left: 6px
}

.img .thumbnail ul li:first-child {
	margin-left: 0
}

.img .thumbnail ul li img {
	width: 107px;
	height: 80px;
	opacity: .5;
	filter: alpha(opacity=50)
}

.img .thumbnail ul li img:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.img .thumbnail ul li.selected img {
	opacity: 1;
	filter: alpha(opacity=100)
}

.img .thumbnail .pre {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 80px;
	width: 30px;
	text-align: center;
	font-size: 20px;
	color: #cac9c9;
	opacity: .8;
	filter: alpha(opacity=80);
	background-color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.img .thumbnail .next {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 80px;
	width: 30px;
	text-align: center;
	font-size: 20px;
	color: #cac9c9;
	opacity: .8;
	filter: alpha(opacity=80);
	background-color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.overview {
	width: 1150px;
	background-color: #fff;
	margin: 0 auto;
	position: relative
}

.overview .imgbannerbox {
	display: inline-block;
	width: 710px
}

.overview .imgContainer img {
	background-color: #f5f5f6;
	max-width: 710px
}

.overview .smallpic img {
	background: #f5f5f6
}

.overview .content {
	display: inline-block;
	float: right;
	width: 380px;
	line-height: 1
}

.overview .content .sharethis {
	display: inline-block;
	color: #b0b3b4;
	font-size: 12px;
	position: absolute;
	top: -39px;
	right: 0
}

.overview .content .sharethis .erweibox {
	display: none;
	width: 165px;
	height: 225px;
	background: #ffffff;
	z-index: 2000;
	position: absolute;
	top: 27px;
	right: 0;
	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)
}

.overview .content .sharethis .erweibox img {
	width: 143px;
	height: 143px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block
}

.overview .content .sharethis .erweibox .des,.overview .content .sharethis .erweibox .dess {
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #616669
}

.overview .content .sharethis:hover .erweibox {
	display: inline-block
}

.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: 300px;
	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 span {
	display: block;
	margin-top: 9px
}

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

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

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

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

.overview .content .price .text .unitPrice .auction {
	margin-left: 5px;
	display: inline-block;
	position: relative
}

.overview .content .price .text .unitPrice .auction:hover .tooltip {
	display: block
}

.overview .content .price .text .unitPrice .auction .tooltip {
	display: none;
	position: absolute;
	font-size: 12px;
	z-index: 100;
	width: 150px;
	left: -67px;
	top: 22px
}

.overview .content .price .text .unitPrice .auction .tooltip .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent
}

.overview .content .price .text .unitPrice .auction .tooltip.bottom .tooltip-arrow {
	left: 50%;
	top: -10px;
	margin-left: -5px;
	border-bottom-color: #000
}

.overview .content .price .text .unitPrice .auction .tooltip .tooltip-inner {
	padding: 10px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.overview .content .price .text .tax {
	margin-top: 11px;
	color: #394043;
	font-size: 12px
}

.overview .content .price .text .tax .detail {
	display: inline-block;
	font-weight: normal;
	color: #999999;
	margin-left: 8px;
	cursor: pointer
}

.overview .content .price .text .tax .compute {
	font-weight: normal;
	color: #009de8;
	margin-left: 33px
}

.overview .content .price.isRemove .total,.overview .content .price.isRemove .unit {
	color: #8e8e8e
}

.overview .content .price.isRemove .unitPrice span {
	color: #394043;
	font-size: 16px
}

.overview .content .price.isRemove .removeIcon {
	display: block
}

.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
}

.overview .content .houseInfo .mainInfo {
	font-size: 20px;
	font-weight: bold;
	color: #333333
}

.overview .content .houseInfo .subInfo {
	margin-top: 8px;
	font-size: 12px;
	color: #394043
}

.overview .content .houseInfo .room {
	display: table-cell;
	width: 152px
}

.overview .content .houseInfo .area {
	display: table-cell;
	width: 133px
}

.overview .content .houseInfo .type {
	display: table-cell;
	width: 126px
}

.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: #333333
}

.overview .content .aroundInfo i {
	display: inline-block
}

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

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

.overview .content .aroundInfo .areaName a {
	color: #333333
}

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

.overview .content .aroundInfo .schoolName .info a {
	color: #333333;
	text-decoration: underline
}

.overview .content .aroundInfo .schoolName .schoolType {
	margin-left: 5px;
	vertical-align: -1px
}

.overview .content .aroundInfo .schoolName .more {
	margin-left: 6px;
	vertical-align: -1px;
	position: relative
}

.overview .content .aroundInfo .schoolName .more ul {
	display: none;
	position: absolute;
	bottom: 17px;
	left: -72px;
	padding: 6px 11px;
	background-color: #f5f5f5;
	border: 1px solid #dfdfdf;
	border-radius: 2px
}

.overview .content .aroundInfo .schoolName .more ul li {
	white-space: nowrap;
	margin: 6px 0;
	color: #39ac6a
}

.overview .content .aroundInfo .schoolName .more:hover ul {
	display: block
}

.overview .content .aroundInfo .visitTime {
	margin-top: 14px
}

.overview .content .aroundInfo .houseRecord {
	margin-top: 14px;
	margin-left: 5px
}

.overview .content .aroundInfo .houseRecord .jubao {
	display: inline-block;
	margin-left: 5px
}

.overview .content .aroundInfo .houseRecord a {
	color: #333333
}

.baseinform {
	width: 710px;
	margin-top: -8px !important
}

.baseinform .introContent {
	text-align: justify
}

.baseinform .introContent .content {
	width: 522px;
	float: left
}

.baseinform .introContent .content ul {
	font-size: 0
}

.baseinform .introContent .content ul li {
	display: inline-block;
	width: 50%;
	line-height: 24px;
	font-size: 14px;
	color: #394043
}

.baseinform .introContent .content ul li .label {
	color: #999999;
	margin-right: 30px
}

.baseinform .introContent .base {
	display: inline-block;
	width: 710px;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	line-height: 22px;
	padding: 20px 0
}

.baseinform .introContent .name {
	float: left;
	width: 188px;
	text-align: left;
	color: #999999;
	line-height: 23px;
    border: none;
}

.baseinform .introContent .transaction {
	display: inline-block;
	width: 710px;
	vertical-align: top;
	line-height: 22px;
	padding-top: 20px
}

.baseinform .introContent .tags {
	width: 710px;
	padding: 20px 0;
	border-top: 1px solid #eeeeee
}

.baseinform .introContent .tags .tag {
	display: inline-block;
	padding: 5px 9px;
	background-color: #f4f7f9;
	color: #849aae;
	margin-right: 3px
}

.baseinform .introContent .baseattribute,.baseinform .introContent .around {
	width: 710px;
	padding: 20px 0
}

.baseinform .introContent .baseattribute .content,.baseinform .introContent .around .content {
	line-height: 25px
}

.baseinform .introContent .baseattribute {
	border-top: 1px solid #eeeeee
}

.baseinform .introContent .disclaimer {
	color: #b0b3b4;
	font-size: 12px
}

.baseinform .introContent .viewmore {
	display: none;
	height: 44px;
	width: 710px;
	background-color: #f5f5f6;
	line-height: 44px;
	color: #9c9fa1;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 20px
}

.baseinform .introContent .viewmore:hover {
	background: #f2f2f3
}

.shuofang .bd {
	padding: 24px 30px 0 80px;
	position: relative;
	border-top: 1px solid #f1f1f1
}

.shuofang .bd:before,.shuofang .bd:after {
	content: "";
	position: absolute
}

.shuofang .bd .txt {
	line-height: 25px
}

.shuofang .bd .images {
	overflow: hidden;
	margin-top: 18px
}

.shuofang .bd .images li {
	float: left;
	margin-left: 10px
}

.shuofang .bd .images li:first-child {
	margin-left: 0
}

.shuofang .bd .images img {
	width: 65px;
	height: 65px
}

.shuofang .more {
	height: 44px;
	width: 710px;
	background-color: #f5f5f6;
	line-height: 44px;
	color: #9c9fa1;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 30px
}

.shuofang .more:hover {
	background: #f2f2f3
}

.layout-wrapper {
	width: 710px;
	margin-top: 15px;
	line-height: 1
}

.layout-wrapper .layout {
	margin: 0 auto;
	font-size: 22px;
	color: #333333
}

.layout-wrapper .layout .agent-tips {
	float: right;
	font-size: 14px;
	position: relative;
	top: -41px;
	right: 19px
}

.layout-wrapper .layout .agent-tips .fl p {
	padding-right: 5px
}

.layout-wrapper .bar {
	text-align: left;
	font-size: 14px;
	font-weight: bold
}

.layout-wrapper .feature {
	text-align: left;
	font-size: 14px;
	margin-top: 12px
}

.layout-wrapper .content {
	margin: 33px 0;
	text-align: justify
}

.layout-wrapper .content .imgdiv {
	background-color: #f1f1f1;
	box-shadow: 0 1px 3px rgba(13,3,9,0.2);
	width: 240px;
	height: 180px;
	position: relative;
	vertical-align: middle;
	float: left;
	cursor: pointer
}

.layout-wrapper .content .imgdiv:hover .setbig {
	display: block
}

.layout-wrapper .content .imgdiv span.setbig {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	text-align: center
}

.layout-wrapper .content .imgdiv span.setbig label {
	font-size: 12px;
	color: #fff;
	margin-top: 3px
}

.layout-wrapper .content .imgdiv img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .8;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.layout-wrapper .content .des {
	vertical-align: middle;
	display: inline-block;
	width: 370px;
	margin-top: -6px;
	margin-left: 70px;
	padding-right: 20px;
	height: 188px;
	overflow-y: scroll;
	line-height: 25px
}

.layout-wrapper .content .des .info .list .row {
	font-size: 0
}

.layout-wrapper .content .des .info .list .row .col {
	display: inline-block;
	width: 25%;
	line-height: 30px;
	font-size: 14px
}

.layout-wrapper .content .des .info .list .row .col:first {
	color: #938566
}

.layout-wrapper .content .des .info .list .row .col:first-child {
	font-weight: bold
}

.housePic {
	width: 710px
}

.housePic .container {
	max-height: 1136px;
	overflow: hidden
}

.housePic .container .list {
	margin: 0 auto;
	margin-top: 15px;
	width: 710px;
	text-align: justify;
	line-height: 0
}

.housePic .container .list div {
	width: 350px;
	height: 230px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	text-align: center
}

.housePic .container .list div.left_fix {
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 0;
	vertical-align: top
}

.housePic .container .list div img {
	max-width: 100%;
	max-height: 100%
}

.housePic .container .list div span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 32px;
	text-align: center;
	padding: 0 11px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	font-size: 12px
}

.housePic .container .list div:first-child {
	width: 710px;
	height: 400px
}

.housePic .more {
	display: none;
	height: 44px;
	width: 710px;
	font-size: 14px;
	background-color: #fff;
	line-height: 44px;
	color: #394043;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 10px;
	border: 1px solid #d9dcde
}

.housePic .more:hover {
	background: #f8f8f9
}

.matchSchool {
	width: 710px
}

.matchSchool .mt-50 {
	margin-top: 50px
}

.matchSchool .content .name {
	height: 28px;
	color: #6b7072;
	margin-bottom: 12px
}

.matchSchool .content .name a {
	color: #6b7072;
	font-size: 16px;
	font-weight: bold
}

.matchSchool .content .name .subSchool,.matchSchool .content .name .maya {
	font-size: 12px;
	color: #babbbc;
	font-weight: normal
}

.matchSchool .content .name .fortitle {
	display: inline-block;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.matchSchool .content .name .fortitle a {
	text-decoration: underline;
	cursor: pointer
}

.matchSchool .content .info {
	padding: 20px 0;
	line-height: 25px;
	border-top: 1px solid #f1f1f1;
	font-size: 14px
}

.matchSchool .content .info ul {
	display: inline-block;
	width: 550px
}

.matchSchool .content .info ul span {
	display: inline-block;
	color: #394043
}

.matchSchool .content .info ul .itemName {
	margin-right: 30px;
	color: #9c9e9f
}

.matchSchool .content .nextTitle {
	line-height: 25px;
	color: #999999;
	font-size: 14px;
	width: 160px;
	text-align: left;
	display: inline-block;
	float: left
}

.matchSchool .content .nextContent {
	width: 545px;
	line-height: 25px;
	font-size: 14px;
	display: inline-block
}

.matchSchool .content .direct {
	line-height: 25px;
	padding: 27px 0;
	border-top: 1px solid #f1f1f1;
	width: 100%;
	box-sizing: border-box
}

.matchSchool .content .random {
	line-height: 25px;
	padding: 27px 0;
	border-top: 1px solid #f1f1f1;
	width: 100%;
	box-sizing: border-box
}

.calculator {
	width: 710px;
	line-height: 1;
	font-size: 0
}

.calculator .cal-title {
	position: relative
}

.calculator .cal-title div {
	display: inline-block;
	text-align: left;
	cursor: pointer;
	margin-right: 35px;
	color: #aaaaaa
}

.calculator .cal-title .select {
	color: #222
}

.calculator .cal-title a {
	display: inline-block;
	color: #4285f4;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 5px
}

.calculator .row {
	text-align: left
}

.calculator .row label {
	width: 120px;
	text-align: left;
	font-size: 14px;
	color: #9c9e9f;
	display: inline-block;
	vertical-align: middle
}

.calculator .row .bord {
	border-bottom: 1px solid #f1f1f1
}

.calculator .row .content {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	line-height: 45px;
	font-size: 14px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	cursor: pointer
}

.calculator .row .content.select-content {
	background-color: #fafafa
}

.calculator .row .content.select-content:hover {
	background-color: #f5f5f6
}

.calculator .row .content .itemName {
	margin-left: 12px
}

.calculator .row .content .arrow {
	position: absolute;
	border-color: #999999 transparent transparent;
	border-style: solid;
	border-width: 6px 5px;
	right: 20px;
	top: 20px
}

.calculator .row .content ul {
	display: none;
	position: absolute;
	top: 35px;
	width: 100%;
	line-height: 34px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	border-top-width: 0;
	background-color: #fff;
	z-index: 1
}

.calculator .row .content ul li {
	padding: 0 12px
}

.calculator .row .content ul li:hover {
	background-color: #f8f8f9
}

.calculator .row .content input {
	border: 0;
	width: 100%;
	line-height: 34px;
	height: 34px;
	padding: 0 12px;
	box-sizing: border-box
}

.calculator .row .content .unit {
	position: absolute;
	right: 12px;
	top: 0;
	font-weight: bold
}

.calculator .row .select {
	width: 180px
}

.calculator .row .input {
	margin-left: 8px;
	width: 140px;
	height: 45px;
	box-sizing: border-box;
	border-radius: 2px;
	line-height: 34px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	position: relative
}

.calculator .row .input input {
	height: 100%;
	width: 100%;
	border: 0;
	padding-left: 5px;
	box-sizing: border-box
}

.calculator .row .input span {
	position: absolute;
	top: 4px;
	right: 4px
}

.calculator .tax {
	margin-top: 20px;
	position: relative
}

.calculator .tax .option {
	display: inline-block;
	width: 45%;
	vertical-align: middle
}

.calculator .tax .option .btn {
	text-align: right;
	margin-bottom: 0
}

.calculator .tax .option .btn button {
	cursor: pointer;
	width: 330px;
	height: 45px;
	margin-right: 10px;
	box-sizing: border-box;
	border: 1px solid #d9dcde;
	color: #394043;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	border-radius: 2px;
	line-height: 38px
}

.calculator .tax .option .btn button:hover {
	background: #f8f8f9
}

.calculator .tax .tax-right {
	float: right;
	width: 50%
}

.calculator .tax .result {
	display: inline-block;
	float: right;
	font-size: 0;
	position: relative
}

.calculator .tax .result span {
	display: inline-block;
	font-size: 14px
}

.calculator .tax .result .name {
	color: #9c9e9f;
	width: 60px;
	margin-right: 15px
}

.calculator .tax .result .value {
	color: #394043;
	font-weight: bold;
	width: 105px;
	text-align: right;
	margin-right: 5px
}

.calculator .tax .result .unit {
	color: #394043;
	font-weight: bold
}

.calculator .tax .result .total {
	height: 37px;
	border-bottom: 1px solid #e4e4e4
}

.calculator .tax .result .item {
	margin-top: 18px
}

.calculator .tax .pie {
	display: inline-block;
	height: 260px;
	margin-top: -35px;
	width: 100%;
	vertical-align: middle
}

.calculator .loan {
	display: none;
	margin-top: 20px;
	position: relative
}

.calculator .loan .option {
	display: inline-block;
	width: 460px;
	margin-right: 50px;
	vertical-align: middle
}

.calculator .loan .option .btn {
	text-align: right;
	margin-bottom: 0
}

.calculator .loan .option .btn button {
	cursor: pointer;
	width: 330px;
	height: 45px;
	margin-right: 10px;
	box-sizing: border-box;
	border: 1px solid #b2b2bc;
	color: #828b92;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 2px;
	line-height: 38px
}

.calculator .loan .option .btn button:hover {
	background: #f8f8f9
}

.calculator .loan .loan-right {
	float: right;
	width: 200px
}

.calculator .loan .sm-title {
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	border-bottom: 1px solid #e4e4e4
}

.calculator .loan .sm-title span {
	display: inline-block;
	cursor: pointer;
	color: #aaaaaa
}

.calculator .loan .sm-title .sm-select {
	color: #222
}

.calculator .loan .item {
	margin-top: 18px;
	font-size: 0
}

.calculator .loan .item span {
	font-size: 14px;
	display: inline-block
}

.calculator .loan .item .name {
	color: #9c9e9f;
	width: 75px
}

.calculator .loan .item .value {
	color: #394043;
	font-weight: bold;
	width: 105px;
	text-align: right;
	margin-right: 5px
}

.calculator .loan .item .unit {
	color: #394043;
	font-weight: bold
}

.calculator .loan .item .des {
	margin-top: 20px;
	font-size: 12px;
	text-align: right;
	color: #d4d4d4;
	margin-bottom: 20px;
	position: relative
}

.calculator .loan .item .des div {
	white-space: nowrap;
	text-align: right
}

.calculator .loan .item .des div span {
	font-size: 12px;
	color: #999999
}

.calculator .loan .capital {
	display: inline-block;
	position: relative;
	display: none
}

.calculator .loan .interest {
	display: inline-block;
	position: relative
}

.calculator .loan .taxagent {
	bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0
}

.calculator .loan .taxagent .fl {
	line-height: 14px;
	padding-right: 10px
}

.calculator .loan .taxagent .fr {
	padding-top: 21px
}

.record {
	width: 710px;
	line-height: 1
}

.record .lianjiaim-createtalk {
	vertical-align: -4px !important
}

.record .list {
	display: inline-block;
	vertical-align: top
}

.record .list .title span {
	float: right;
	cursor: pointer;
	text-align: center;
	line-height: 34px
}

.record .list .title span i {
	vertical-align: 1px
}

.record .list .pagination {
	margin-top: 20px;
	text-align: right
}

.record .list .pagination .pre,.record .list .pagination .next {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	color: #888c8e;
	font-size: 14px;
	border: 1px solid #d9dcde;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer
}

.record .list .pagination .pre:hover,.record .list .pagination .next:hover {
	background: #f8f8f9
}

.record .list .pagination .disable {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: not-allowed
}

.record .list .content {
	margin-top: 37px;
	height: 262px
}

.record .list .content .record-header {
	line-height: 46px;
	border-bottom: 1px solid #eeeeee;
	font-size: 0;
	font-weight: bold
}

.record .list .content .record-header div {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	color: #222
}

.record .list .content .row {
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	line-height: 70px;
	height: 70px
}

.record .list .content .row div {
	display: inline-block;
	text-align: left
}

.record .list .content .row .agentName {
	vertical-align: inherit;
	text-align: left
}

.record .list .content .row .agentName span {
	width: auto;
	margin-left: 10px
}

.record .list .content .row .noData {
	font-size: 14px;
	color: #999
}

.record .list .content .mytime {
	width: 95px
}

.record .list .content .myname {
	width: 140px
}

.record .list .content .mytotal {
	width: 90px
}

.record .list .content .item img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle
}

.record .list .content .item span {
	display: inline-block;
	vertical-align: middle;
	color: #333
}

.record .list .content .item a:hover {
	text-decoration: none
}

.record .list .content .phone {
	font-weight: bold
}

.record .panel {
	display: inline-block;
	width: 190px;
	margin-top: 75px;
	text-align: center;
	margin-left: 40px
}

.record .panel .panel-title {
	font-weight: bold
}

.record .panel .count {
	font-size: 80px;
	font-family: "Tahoma";
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 30px;
	margin-bottom: 30px
}

.record .panel .totalCount {
	font-size: 14px;
	margin-top: 14px;
	color: #a9abab
}

.record .panel .msyy {
	width: 200px;
	border-radius: 2px;
	margin-top: 37px;
	height: 45px;
	background-color: #f4f7f9;
	color: #828b92;
	line-height: 45px;
	text-align: center;
	font-weight: bold
}

.priceChange {
	display: none;
	width: 705px
}

.priceChange .pchangeheader {
	width: 710px
}

.priceChange .pchangeheader .title {
	font-size: 22px
}

.priceChange .pchangeheader .subTitle {
	font-size: 14px;
	color: #a9abab;
	margin-left: 18px
}

.priceChange .pchangeheader .btn {
	float: right
}

.priceChange .pchangeheader .btn span {
	display: inline-block;
	width: 32px;
	cursor: pointer;
	text-align: center;
	line-height: 34px
}

.priceChange .pchangeheader .btn span i {
	vertical-align: 1px
}

.priceChange .pchangeheader .btn span.pre {
	position: relative;
	margin-right: 35px
}

.priceChange .pchangeheader .btn span.next {
	position: relative
}

.priceChange .pchangeheader .btn span.disable i {
	opacity: .5;
	filter: alpha(opacity=50)
}

.priceChange .container {
	width: 705px;
	height: 138px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
	position: relative
}

.priceChange .container ul {
	position: absolute;
	left: 0;
	height: 171px
}

.priceChange .container li {
	display: inline-block
}

.priceChange .container .boxp {
	display: inline-block;
	width: 230px;
	vertical-align: top;
	text-align: center;
	color: #ffffff
}

.priceChange .container .boxp:before {
	content: ' ';
	visibility: hidden;
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.priceChange .container .boxp .inin {
	display: inline-block;
	vertical-align: middle
}

.priceChange .container .boxp .pricename {
	font-size: 12px;
	display: inline-block
}

.priceChange .container .boxp .pricevalue {
	font-size: 22px;
	font-weight: bold
}

.priceChange .container .blue {
	background: #4285f4
}

.priceChange .container .red {
	background: #db4c3f
}

.priceChange .container .green {
	background: #29cb97
}

.priceChange .container .grey {
	background: #f5f5f6
}

.priceChange .container .changetime {
	margin-top: 15px;
	font-size: 12px;
	font-family: tahoma;
	color: #999999
}

.priceChange .container .pricepiece {
	display: inline-block;
	margin-right: 5px;
	text-align: center
}

.dealPrice {
	margin-top: 15px;
	width: 730px;
	text-align: left
}

.dealPrice .priceheader {
	line-height: 1
}

.dealPrice .priceheader .title {
	display: inline-block
}

.dealPrice .priceheader .des {
	display: inline-block;
	font-size: 14px;
	color: #999999
}

.dealPrice .priceheader .des .from {
	display: inline-block;
	margin-right: 18px
}

.dealPrice .priceheader .des .from i {
	vertical-align: -2px;
	margin-right: 8px
}

.dealPrice .priceheader .des .update {
	display: inline-block
}

.dealPrice .priceheader .des .update i {
	vertical-align: -2px;
	margin-right: 8px
}

.dealPrice .container {
	height: 329px;
	padding-top: 6px;
	position: relative;
	width: 730px
}

.dealPrice .container .type {
	position: absolute;
	top: 25px;
	right: 30px
}

.dealPrice .container .type span {
	display: inline-block;
	line-height: 22px;
	padding: 0 6px;
	color: #666666;
	margin-right: 9px;
	cursor: pointer
}

.dealPrice .container .type span.select {
	color: #fff;
	background-color: #666666
}

.dealPrice .container .content {
	height: 329px
}

.dealPrice .averagePriceContainer {
	margin-top: 25px;
	position: relative
}

.dealPrice .averagePriceContainer .averagePriceTabs {
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 999
}

.dealPrice .averagePriceContainer .averagePriceTabs li {
	display: inline-block;
	margin-right: 12px;
	width: 40px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #394043;
	font-size: 12px;
	cursor: pointer
}

.dealPrice .averagePriceContainer .averagePriceTabs li.on {
	background-color: #394043;
	color: #ffffff
}

.dealPrice .averagePriceContainer .averagePriceCharts {
	height: 360px;
	position: relative;
	z-index: 998
}

.dealRecord {
	width: 710px
}

.dealRecord .title span {
	display: inline-block;
	width: 182px;
	line-height: 1;
	color: #999999;
	cursor: pointer
}

.dealRecord .title span.select {
	color: #333333
}

.dealRecord .bizcircleDeal {
	display: none
}

.dealRecord .from {
	text-align: right
}

.dealRecord .house {
	width: 35%;
	text-align: left
}

.dealRecord .house img {
	width: 68px;
	height: 50px;
	vertical-align: middle
}

.dealRecord .house .desc {
	text-align: left;
	display: inline-block;
	width: 135px;
	margin-left: 18px;
	vertical-align: middle
}

.dealRecord .house .desc .frame {
	font-size: 16px;
	color: #000033
}

.dealRecord .house .desc .frame .same,.dealRecord .house .desc .frame .diff {
	margin-left: 6px;
	font-size: 12px;
	padding: 0 4px;
	line-height: 19px;
	color: #ffffff;
	border-radius: 2px
}

.dealRecord .house .desc .frame .same.same,.dealRecord .house .desc .frame .diff.same {
	background-color: #f09f87
}

.dealRecord .house .desc .frame .same.diff,.dealRecord .house .desc .frame .diff.diff {
	background-color: #95c3a2
}

.dealRecord .house .desc .frame span {
	display: inline-block;
	vertical-align: middle
}

.dealRecord .house .desc .frame a {
	font-size: 12px;
	font-weight: bold;
	color: #394043;
	vertical-align: middle
}

.dealRecord .house .desc .floor,.dealRecord .house .desc .address {
	display: block;
	margin-top: 6px;
	color: #999999
}

.dealRecord .area {
	width: 13%
}

.dealRecord .date {
	width: 12%
}

.dealRecord .price {
	width: 12%
}

.dealRecord .unitPrice {
	width: 14%
}

.dealRecord .broker {
	width: 17%
}

.dealRecord .broker .phone {
	margin-top: 14px;
	color: #999999
}

.dealRecord .from {
	width: 13%
}

.dealRecord .tableHeader {
	line-height: 49px;
	color: #555555;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	font-size: 0
}

.dealRecord .tableHeader&gt;div {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

.dealRecord .tableHeader .price {
	color: #555555
}

.dealRecord .row {
	text-align: left;
	line-height: 86px;
	border-bottom: 1px solid #eeeeee;
	color: #555555;
	font-size: 0
}

.dealRecord .row&gt;div {
	line-height: 1;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle
}

.dealRecord .more {
	display: inline-block;
	height: 44px;
	width: 710px;
	line-height: 44px;
	color: #394043;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #d9dcde
}

.dealRecord .more:hover {
	text-decoration: none;
	background: #f8f8f9
}

.dealRecord .noData {
	line-height: 49px;
	text-align: center;
	font-size: 14px;
	color: #999
}

.around {
	width: 710px
}

.around .content {
	width: 710px;
	margin: 0 auto
}

.around .content .type {
	margin-top: 33px;
	font-size: 0
}

.around .content .type li {
	cursor: pointer;
	display: inline-block;
	line-height: 28px;
	padding: 0 9px;
	color: #555555;
	font-size: 14px
}

.around .content .type li.select {
	background-color: #568fe3;
	color: #ffffff
}
.around .container{
    position: relative;
    height: 450px;
}
.around .map{
    width: 100%;
    height: 420px
}
.around .list{
    max-height: 365px;
    position: absolute;
    right:0;
    width: 260px;
    overflow: scroll;
    bottom:30px;
}
.push {
	width: 710px;
	margin-top: 15px;
	line-height: 1
}

.push .content {
	width: 710px;
	overflow: hidden;
	margin: 0 auto
}

.push .content .pushheader .btn {
	float: right
}

.push .content .pushheader .btn span {
	display: inline-block;
	width: 32px;
	cursor: pointer;
	text-align: center;
	line-height: 34px
}

.push .content ul {
	margin-top: 34px;
	text-align: justify;
    padding: 0;
}

.push .content ul li {
	display: inline-block;
	width: 228px;
	margin-right: 8px;
	margin-bottom: 25px;
	vertical-align: top
}

.push .content ul li.bar {
	width: 0
}

.push .content ul li.justify_fix {
	height: 0
}

.push .content ul li .pic {
	position: relative
}

.push .content ul li .pic img {
	width: 100%;
	height: 160px
}

.push .content ul li .pic span {
	position: absolute;
	left: 0;
	bottom: 9px;
	background-color: #394043;
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
	padding: 0 9px;
	border-radius: 2px;
	font-weight: bold
}

.push .content ul li .htitle {
	margin-top: 17px;
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.push .content ul li .htitle .name {
	font-size: 16px;
	font-weight: bold;
	max-width: 128px;
	text-overflow: ellipsis;
	overflow: hidden
}

.push .content ul li .htitle .name a {
	color: #333
}

.push .content ul li .htitle .info {
	margin-left: 5px;
	font-size: 12px;
	color: #616669
}

.push .content ul li .desc {
	font-size: 12px;
	color: #999999
}

.push .content ul li .desc .front {
	position: absolute;
	top: 16px;
	left: 14px
}

.push .content ul li .desc .back {
	position: absolute;
	top: 12px;
	right: 12px;
	opacity: .7;
	filter: alpha(opacity=70)
}

.push .content ul li .desc .info {
	display: inline-block;
	color: #b0b3b4;
	width: 195px;
	line-height: 33px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative
}

.xinfangPush {
	width: 710px;
	margin-bottom: 72px;
	margin-top: 15px;
	line-height: 1;
	padding-bottom: 32px
}

.xinfangPush img {
	background: #ffffff
}

.xinfangPush h3 {
	width: 710px;
	margin-top: 50px;
	font-size: 23px;
	font-weight: bold
}

.xinfangPush ul {
	width: 710px;
	margin: 0 auto;
	margin-top: 32px;
	text-align: justify
}

.xinfangPush ul li {
	width: 170px;
	position: relative;
	vertical-align: top;
	display: inline-block
}

.xinfangPush ul li img {
	width: 100%;
	height: 125px
}

.xinfangPush ul li .description {
	box-sizing: border-box;
	color: white;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	text-align: center
}

.xinfangPush ul li .description .title {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 170px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-ms-text-shadow: 0 1px 3px rgba(0,0,0,0.6)
}

.xinfangPush ul li .description .type {
	margin-top: 5px;
	color: #e7e7e6;
	line-height: 17px;
	font-size: 12px;
	background-color: #1e1908;
	opacity: .7;
	vertical-align: middle;
	padding: 4px 6px;
	border-radius: 2px;
	margin-left: 6px
}

.xinfangPush ul li .price {
	margin-top: 36px
}

.xinfangPush ul li .price .average {
	font-weight: bold;
	font-size: 14px
}

.xinfangPush ul li .price .average span {
	color: #cb4c3f
}

.xinfangPush ul li .price .lowest {
	font-size: 12px;
	color: #666666
}

.xinfangPush ul li .area {
	margin-top: -36px;
	font-size: 12px;
	color: #888c8e;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.xinfangPush ul li .bg {
	width: 100%;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .2
}

.sellDetailHeader {
	padding: 37px 0 26px;
	background-color: #f5f5f6
}

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

.sellDetailHeader .title-wrapper .content {
	display: inline-block;
	width: 1150px;
	vertical-align: middle;
	line-height: 1;
	text-align: left
}

.sellDetailHeader .title-wrapper .content .title {
	display: table-cell
}

.sellDetailHeader .title-wrapper .content .title .main {
	max-width: 790px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 26px;
	color: #333333;
	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;
	font-size: 14px;
	color: #aaaaaa
}

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

.notice-num {
	display: inline-block;
	width: 98px;
	text-align: center;
	color: #b0b3b4;
	font-size: 12px;
	position: absolute;
	top: 48px;
	right: 0
}

.followbtn {
	display: inline-block;
	width: 98px;
	height: 34px;
	background-color: #ffffff;
	border-radius: 2px;
	color: #394043;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	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);
    border: 1px solid #e4e3e3
}

.sellDetailHeader .title-wrapper .content .btnContainer.disable button {
	color: #d7d9d9
}

.intro {
	width: 1150px;
	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: #333333;
	text-align: justify
}

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

.intro .houseRecord .detail {
	color: #999999
}

.newwrap {
	width: 1150px;
	margin: 0 auto;
	margin-top: 70px
}

.newwrap .title {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 23px;
	line-height: 23px
}

#resblockBannerContainer .newwrap {
	margin-top: 33px
}

.resblockBanner {
	width: 710px;
	padding: 25px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1
}

.resblockBanner .fl span {
	font-weight: 700;
	font-size: 16px;
	color: #394043
}

.resblockBanner .fl p {
	color: #9c9fa1;
	font-size: 12px
}

.resblockBanner .fr a {
	display: inline-block;
	border: 1px solid #394043;
	border-radius: 2px;
	color: #394043;
	font-weight: 700;
	padding: 0 32px;
	height: 36px;
	line-height: 36px;
	margin-top: 2px
}

.resblockBanner .fr a:hover {
	background: #394043;
	border: 1px solid #394043;
	text-decoration: none;
	color: #fff
}

.newwrapprice {
	width: 1230px;
	margin: 0 auto;
	margin-top: 70px
}

.newwrapprice .title {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 23px
}

.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;
	filter: alpha(opacity=70)
}

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

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

.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("../images/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 46px;
	height: 88px;
	background-position: -56px -89px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -37px
}

.bigImg .list .pre.disable span {
	opacity: .5;
	filter: alpha(opacity=50)
}

.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("../images/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 46px;
	height: 88px;
	background-position: -112px -94px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -37px
}

.bigImg .list .next.disable span {
	opacity: .5;
	filter: alpha(opacity=50)
}

.bigImg .close {
	position: absolute;
	right: 60px;
	top: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	background-image: url("../images/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 33px;
	height: 33px;
	background-position: -168px -94px
}

.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: 25px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0
}

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

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

.bigImg .slide ul li img {
	width: 100%;
	height: 100%;
	opacity: .6;
	filter: alpha(opacity=60)
}

.bigImg .slide ul li img:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.bigImg .slide ul li.selected img {
	opacity: 1;
	filter: alpha(opacity=100)
}

.agent-tips {
	float: right;
	font-size: 14px;
	position: relative;
	top: -27px
}

.agent-tips .fl {
	color: #333;
	text-align: right;
	font-size: 12px;
	font-weight: bold
}

.agent-tips .fl .new-talk {
	width: 25px;
	height: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #4285f4;
	border-radius: 2px;
	font-size: 12px;
	line-height: 13px;
	background: none;
	text-decoration: none
}

.agent-tips .fl span {
	color: #aaaaaa;
	font-size: 12px;
	display: inline-block;
	line-height: 20px
}

.agent-tips .fl p {
	color: #394043;
	padding-top: 3px;
	padding-right: 4px
}

.agent-tips .fl .lianjiaim-createtalkAll {
	position: relative;
	top: -1px
}

.agent-tips .fl a.name {
	color: #333;
	font-size: 12px
}

.agent-tips .fr img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 10px
}

.taxagent {
	bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0
}

.taxagent img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.taxagent .fl {
	color: #333
}

.taxagent .fl span {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	display: inline-block
}

.taxagent .fl p {
	padding-top: 6px;
	font-size: 12px;
	color: #db4c3f;
	font-weight: bold;
	text-align: right;
	padding-right: 10px
}

.taxagent .fl .lianjiaim-createtalkAll {
	position: relative;
	top: -1px
}

.taxagent .fr {
	font-weight: 700;
	color: #e4393c;
	padding-top: 24px
}

.tab-wrap {
	width: 1150px;
	opacity: 0;
	background: #394043;
	margin: 0 auto;
	margin-bottom: 18px;
	height: 55px;
	position: relative;
	top: -61px;
	z-index: -1;
	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)
}

.agboxB {
	width: 1150px;
	margin: 0 auto
}

.agbox {
	width: 1150px;
	opacity: 0;
	position: relative
}

.myAgent {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 998;
	background-color: #ffffff;
	width: 380px;
	float: right;
	height: 330px;
	margin: 0 auto
}

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

.myAgent .topinfor span {
	display: inline-block;
	color: #888c8e
}

.myAgent .topinfor .fr {
	cursor: pointer
}

.myAgent .topinfor span:first-child {
	color: #394043;
	font-weight: bold
}

.myAgent .brokerInfoFixed {
	padding: 16.5px 0;
	border-top: 1px solid #eeeeee;
	position: relative;
	font-size: 0
}

.myAgent .brokerInfoFixed .agent_item_url img {
	width: 76px;
	height: 76px
}

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

.myAgent .brokerInfoFixed .brokerInfoText .brokerName .name {
	font-size: 14px;
	font-weight: bold;
	color: #394043;
	margin-right: 3px
}

.myAgent .brokerInfoFixed .brokerInfoText .brokerName .tag {
	display: inline-block;
	font-size: 12px;
	color: #394043;
	font-weight: bold;
	border: 1px solid #d8d7d8;
	padding: 0 6px
}

.myAgent .brokerInfoFixed .brokerInfoText .brokerName .tag.first {
	background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    color: #999;
	font-size: 12px;
    line-height: 20px;
    padding: 0 6px;
}

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

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

.myAgent .brokerInfoFixed .brokerInfoText .phone span {
	padding: 0 6px;
	font-size: 14px;
	vertical-align: 2px
}

.myAgent .brokerInfoFixed .fixAgent-im-button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	line-height: 26px;
	width: 68px;
	height: 26px;
	border: 1px solid;
	border-radius: 2px;
	color: #4285f4;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	text-decoration: none
}

.myAgent .brokerInfoFixed .fixAgent-im-button:hover {
	background-color: #f5f8fd
}

.myAgent .noData {
	padding: 16.5px 0;
	border-top: 1px solid #eeeeee;
	color: #999;
	font-size: 14px
}

.myAgent .myfollowcss {
	margin-top: 25px;
	border-radius: 2px;
	border: 1px solid #d9dcde;
	width: 376px;
	height: 43px;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	color: #394043;
	font-size: 14px;
	position: relative;
	cursor: pointer
}

.myAgent .myfollowcss:hover {
	background: #f8f8f9
}

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

.myAgent .looknum {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -28px
}

.myAgent .looknum span {
	display: inline-block;
	width: 138px;
	text-align: center;
	font-size: 12px;
	color: #9c9fa1;
	background-color: #ffffff
}

.myAgent .addyuyue {
	cursor: pointer;
	width: 378px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	background-color: #f4f7f9;
	border-radius: 2px;
	color: #828b92;
	text-align: center;
	margin-top: -22px
}

.panel-tab {
	width: 1150px;
	background: #394043;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 2px;
	height: 55px;
	font-size: 16px;
	color: #e0e0e0;
	position: relative
}

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

.panel-tab ul .phone-s {
	float: right;
	margin-right: 30px;
	height: 100%;
	line-height: 55px;
	font-size: 12px;
	color: #f15044;
	font-weight: bold;
	text-align: center;
	display: none
}

.panel-tab li {
	float: left;
	height: 100%;
    list-style: none;
	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
}

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

.panel-tab li a:hover {
	color: #b6b8b8
}

.panel-tab li a.on:hover {
	color: #ffffff
}

.panel-tab .panel-bg {
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: left 0.3s linear;
	-moz-transition: left 0.3s linear;
	-ms-transition: left 0.3s linear;
	-o-transition: left 0.3s linear;
	transition: left 0.3s linear
}

.panel-tab .panel-bg span {
	color: #0087e5;
	position: absolute;
	bottom: -12px;
	font-size: 12px;
	left: 45%
}

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

.promise {
	display: none;
	text-align: justify;
	width: 1000px;
	height: 80px;
	margin: 15px auto
}

.promise i {
	margin-left: 22px;
	vertical-align: middle
}

.promise .text {
	display: inline-block;
	margin-left: 14px;
	vertical-align: middle;
	line-height: 1
}

.promise .title {
	font-size: 18px;
	color: #ffffff
}

.promise .sub {
	font-size: 12px;
	color: #ffffff;
	margin-top: 8px
}

.promise .item {
	display: inline-block;
	width: 240px;
	height: 80px;
	box-shadow: 0 1px 3px rgba(13,4,9,0.2);
	border-radius: 2px;
	vertical-align: top;
	line-height: 80px
}

.promise .item a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.promise .item a:hover {
	text-decoration: none
}

.promise .zhen {
	background-color: #ec6941
}

.promise .jianguan {
	background-color: #faba46
}

.promise .huigou {
	background-color: #15ade3
}

.promise .dianfu {
	background-color: #39ac6a
}

.brokerInfo {
	font-size: 0;
	padding-top: 40px
}

.brokerInfo img {
	width: 60px;
	height: 80px
}

.brokerInfo .brokerInfoText {
	display: inline-block;
	margin-left: 21px;
	line-height: 1
}

.brokerInfo .brokerInfoText .brokerName {
	width: 299px
}

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

.brokerInfo .brokerInfoText .brokerName .new-talk:hover {
	background-color: #f5f8fd
}

.brokerInfo .brokerInfoText .brokerName .name {
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #394043;
	margin-right: 3px
}

.brokerInfo .brokerInfoText .brokerName .tag {
	line-height: 20px;
	font-size: 12px;
	color: #394043;
	font-weight: bold;
	border: 1px solid #d8d7d8;
	padding: 0 6px
}

.brokerInfo .brokerInfoText .brokerName .tag.first {
	color: #394043;
	border: none
}

.brokerInfo .brokerInfoText .evaluate {
	margin-top: 12px;
	font-size: 12px;
	vertical-align: middle
}

.brokerInfo .brokerInfoText .evaluate .rate {
	color: #333;
	position: relative;
	top: -2px
}

.brokerInfo .brokerInfoText .evaluate .time {
	margin-left: 21px
}

.brokerInfo .brokerInfoText .phone {
	margin-top: 13px;
	font-size: 26px;
	line-height: 24px;
	font-weight: bold;
	color: #db4c3f;
	font-family: Tahoma;
	letter-spacing: -1px
}

.brokerInfo .brokerInfoText .phone span {
	padding: 0 6px;
	font-size: 14px
}

.brokerInfo .noData {
	color: #999;
	font-size: 14px
}

.layoutpicbg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1002;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7
}

.layoutpic {
	display: none;
	width: 1096px;
	height: 530px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -548px;
	margin-top: -266px;
	background: #f8f8f8;
	z-index: 1003
}

.layoutpic .agent-tips {
	margin-right: 36px;
	background: #f8f8f8;
	top: 5px
}

.layoutpic img {
	display: block;
	width: 710px;
	height: 530px
}

.layoutpic .closepic {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 24px;
	font-weight: 600;
	color: #b0b3b4;
	cursor: pointer
}

.layoutpic .list {
	width: 386px
}

.layoutpic .title {
	border-bottom: 1px solid #eee;
	padding-left: 30px;
	padding-bottom: 20px
}

.layoutpic .title b {
	font-size: 24px;
	font-weight: 700;
	color: #394043;
	margin: 25px 0;
	display: block
}

.layoutpic .title p {
	font-size: 12px
}

.layoutpic .title p span {
	color: #394043;
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
	font-weight: 700
}

.layoutpic .lists {
	height: 300px
}

.layoutpic ul {
	padding-left: 30px
}

.layoutpic ul li {
	height: 43px;
	line-height: 43px
}

.layoutpic ul li span {
	display: inline-block;
	float: left
}

.layoutpic ul li span.col-1 {
	font-weight: 700;
	width: 95px
}

.layoutpic ul li span.col-2 {
	width: 100px
}

.layoutpic ul li span.col-3 {
	width: 85px
}

.layoutpic ul li span.col-4 {
	width: 75px
}

/*æ–°æˆ¿*/
.mod-wrap .album-wrap {
    height: 193px;
    overflow: hidden;
}
.mod-wrap .album-wrap .album-list-item {
    height: 210px;
    margin-left: 15px;
}
.mod-wrap .album-wrap .album-list-item a {
    text-decoration: none;
}
.mod-wrap .album-wrap .album-list-item:first-child {
    margin-left: 0;
}
.mod-wrap .album-wrap .album-list-item img {
    display: block;
    height: 132px;
    width: 176px;
}
.mod-wrap .album-wrap .album-list-item .album-list-info {
    color: #333;
    display: block;
    font-size: 12px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
}
.mod-wrap .album-bottom {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #e4e4e4;
    color: #999;
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 0 -30px;
    text-align: center;
    text-decoration: none;
}
.mod-wrap .album-bottom .more-album {
    color: #999999;
}
.mod-wrap {
    margin: 0 auto;
    width: 100%;
}
.mod-wrap .mod-panel {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 30px;
}
.mod-wrap .mod-panelp {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding-top: 30px;
}
.mod-wrap .mod-panel-houseonline {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.mod-wrap h2 {
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.mod-building {
    overflow: hidden;
    position: relative;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-left {
    display: block;
    margin-right: 60px;
    padding: 10px 0 10px 10px;
    width: 580px;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-left .dynamic-wrap-lt {
    border-bottom: 1px solid #eeeeee;
}
.dynamic-more {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 30px;
    vertical-align: bottom;
    margin-right: 30px;
}
.dynamic-wrap-block {
    margin: 30px;
    position: relative;
}
.dynamic-block-detail{
    padding-top:20px;
    position: relative;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-left h4 {
    background-color: #39ac6a;
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    margin-top: -2px;
    padding: 3px 6px;
}
.mod-wrap .dynamic-detail-info {
    color: #9c9fa1;
    display: block;
    font-size: 14px;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 490px;
}
.dynamic-detail-info-full {
    color: #9c9fa1;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 24px;
    text-decoration: none;
}
.dynamic-detail-time {
    color: #9c9fa1;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.dynamic-block-detail .dynamic-detail-img a {
    display: block;
    height: 60px;
    margin-left: 15px;
    width: 80px;
}
.dynamic-block-detail .dynamic-detail-img .largePic img {
    height: 220px;
    width: 348px;
}
.dynamic-block-detail .dynamic-detail-img *:first-child {
    margin-left: 0;
}
.dynamic-block-detail .dynamic-detail-img {
    display: block;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right {
    background-color: #fafafa;
    display: block;
    padding-bottom: 40px;
    width: 310px;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .dynamic-rt {
    font-size: 12px;
    margin: 16px 20px 32px 16px;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .dynamic-rt .look-info {
    color: #999;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .dynamic-rt .loupan-matter {
    font-weight: bold;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .dynamic-right-item {
    border-left: 1px solid #eaeaea;
    font-size: 12px;
    margin-left: 25px;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right li {
    margin-bottom: 30px;
    position: relative;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .time-info::before {
    background-color: #f15044;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 5px;
    width: 10px;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .dynamic-right-item .time-info {
    display: block;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .dynamic-right-item .date-info {
    color: #999;
    display: block;
    margin: 0 20px;
    width: 244px;
}
.mod-wrap .mod-estate-dynamic .dynamic-wrap .dynamic-wrap-right .dynamic-right-item li:first-child {
    padding-top: 30px;
}
.dongtai-title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 4px;
    min-height: 23px;
    margin-top:5px;
}
.mod-wrap .mod-estate-album {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 30px 30px 0;
}
.mod-wrap .mod-estate-album .album-wrap {
    height: 193px;
    overflow: hidden;
}
.mod-wrap .mod-estate-album .album-wrap .album-list-item {
    height: 210px;
    margin-left: 15px;
}
.mod-wrap .mod-estate-album .album-wrap .album-list-item a {
    text-decoration: none;
}
.mod-wrap .mod-estate-album .album-wrap .album-list-item:first-child {
    margin-left: 0;
}
.mod-wrap .album-wrap .album-list-item img {
    display: block;
    height: 132px !important;
    width: 206px;
}
.mod-wrap .album-wrap .album-list-item .album-list-info {
    color: #333;
    display: block;
    font-size: 12px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
}
.mod-wrap .album-bottom {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #e4e4e4;
    color: #999;
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 0 -30px;
    text-align: center;
    text-decoration: none;
}
.mod-wrap .album-bottom .more-album {
    color: #999999;
}
.pull-left {
    float: left;
}
.mod-details {
    position: relative;
}
.mod-details .mod-details-line {
    background-color: #e4e4e4;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.mod-details a {
    color: #555;
}
.mod-details .box-loupan {
    margin-bottom: -10px;
    margin-top: 5px;
}
.mod-details .box-wuye {
    margin-bottom: -10px;
}
.desc-p {
    font-size: 14px;
    line-height: 10px;
    padding: 10px 0;
}
.desc-p .label {
    color: #333;
    display: inline-block;
    float: left;
    font-weight: bold;
    vertical-align: top;
    width: 100px;
}
.table-list{
    padding: 0;
}
.table-list li {
    float: left;
    line-height: 100px;
    width: 50%;
    list-style: none;
}
#house-push {
    padding-right: 0;
}
.imglist {
    float: left;
    height: 260px;
    overflow: hidden;
    width: 1000px;
}
.show-content ul{
    padding: 0;
}
.show-content ul li {
    float: left;
    margin-right: 40px;
    list-style: none;
}
.show-content .li-last {
    float: left;
    margin-right: 0;
}
.show-content .pic {
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 240px;
}
.show-content .pic img {
    height: 185px;
    width: 250px;
}
.show-content .pic .tip {
    background: #f15044 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
    position: absolute;
    right: 5px;
    text-align: center;
    z-index: 20;
}
.show-content .house-name {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-right: 10px;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.show-content .zhuzhai {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-size: 12px;
    line-height: 17px;
    padding: 0 4px;
    position: absolute;
}
.show-content P {
    color: #808080;
    font-size: 12px;
}
.show-content P .left-i {
    display: inline-block;
    margin-right: 25px;
}

.h2-flow {
    font-size: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 25px;
}
.mod-house-online {
    position: relative;
}
.mod-house-online .type-tab {
    float: right;
    padding-right: 30px;
    padding-top: 27px;
}
.mod-house-online .type-tab .onli {
    color: #222222;
    font-weight: bold;
}
.mod-house-online .type-tab li {
    cursor: pointer;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}
.mod-house-online .type-tab li a {
    color: #9d9d9d;
    font-size: 14px;
    text-decoration: none;
}
.mod-house-online .houselist {
    padding-left: 30px;
    padding-right: 30px;
}
.mod-house-online .housemore {
    padding-left: 30px;
    padding-right: 30px;
}
.mod-house-online .house-intro {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    color: #999999;
    display: inline-block;
    font-size: 14px;
    padding: 30px 0;
    width: 100%;
}
.mod-house-online .det-line-h {
    background-color: #e4e4e4;
    display: inline-block;
    height: 1px;
    margin: -100px auto 0;
    width: 100%;
}
.mod-house-online .house-det {
    padding-bottom: 27px;
    padding-top: 30px;
}
.mod-house-online .house-det li {
    float: left;
    list-style: none;
}
.mod-house-online .house-det .img-li {
    margin-right: 40px;
    position: relative;
    width: 140px;
    list-style: none;
}
.mod-house-online .house-det .img-li img {
    cursor: pointer;
    height: 124px;
    width: 140px;
}
.mod-house-online .house-det .img-li .tip {
    background: #333 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    left: 0;
    line-height: 22px;
    margin-left: 3px;
    margin-top: 3px;
    opacity: 0.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;
}
.mod-house-online .house-det .info-li {
    margin-right: 135px;
}
.mod-house-online .house-det .info-li p {
    margin-bottom: 10px;
}
.mod-house-online .house-det .info-li .p1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: -3px;
}
.mod-house-online .house-det .info-li .p1 .p1-orientation {
    font-size: 14px;
}
.mod-house-online .house-det .info-li .p1 .ori-margin {
    margin-right: 13px;
}
.mod-house-online .house-det .info-li .p1 .p1-build-area {
    display: inline-block;
    padding-left: 8px;
}
.mod-house-online .house-det .info-li .p1 .p1-state {
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    line-height: 21px;
    padding: 0 7px;
    text-align: center;
    vertical-align: 4px;
}
.mod-house-online .house-det .info-li .p1 .p1-green {
    border: 1px solid #00ae66;
    color: #00ae66;
}
.mod-house-online .house-det .info-li .p1 .p1-red {
    border: 1px solid #f15044;
    color: #f15044;
}
.mod-house-online .house-det .info-li .p1 .p1-orange {
    border: 1px solid #ffa703;
    color: #ffa703;
}
.mod-house-online .house-det .info-li .p2 {
    font-size: 14px;
    font-weight: bold;
}
.mod-house-online .house-det .info-li .p2 span {
    color: #f15044;
}
.mod-house-online .house-det .info-li .p3 {
    font-size: 14px;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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;
}
.mod-house-online .house-det .info-li .p4 .tag1 {
    background-color: #c5a9dd;
}
.mod-house-online .house-det .info-li .p4 .tag2 {
    background-color: #ecc896;
}
.mod-house-online .house-det .info-li .p4 .tag3 {
    background-color: #e0a0a0;
}
.mod-house-online .house-det .info-li .p4 .tag4 {
    background-color: #96cf95;
}
.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;
}
.mod-house-online .house-det .slt-li .wenzi-i {
    color: #333;
}
.mod-house-online .house-det .slt-li .down {
    color: #f15044;
}
.mod-house-online .house-det .slt-li-yincang {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #888888;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    position: relative;
    text-align: center;
    width: 173px;
}
.mod-house-online .house-det .slt-li-yincang:hover ol {
    display: block;
}
.mod-house-online .house-det .slt-li-yincang .down {
    float: left;
    margin-left: 20px;
}
.mod-house-online .house-det .slt-li-yincang ol {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    display: none;
    padding-left: 20px;
    position: absolute;
    top: 31px;
    width: 153px;
    z-index: 2;
}
.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;
}
.mod-house-online .house-det .chak {
    background: #3baa6a none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 -1px 0 #2d8652 inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    margin-top: 2px;
    text-align: center;
    width: 60px;
}
.mod-house-online .all-list {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #e4e4e4;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    margin-top: -1px;
    text-align: center;
    width: 100%;
}
.mod-house-online .all-list .more {
    color: #999999;
    cursor: pointer;
}
.mod-house-online .all-list .more a {
    color: #999999;
}
.mod-house-online .all-list .more:hover {
    text-decoration: underline;
}
.user-comment .top_box {
    border-bottom: 1px solid #eaeaea;
    margin-top: -4px;
    padding-bottom: 25px;
}
.user-comment .top_box .totalscore_box {
    float: left;
    font-size: 14px;
}
.user-comment .top_box .totalscore_box .totalscore {
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
}
.user-comment .top_box .totalscore_box .totalscore .score {
    color: #ff7326;
}
.user-comment .top_box .totalscore_box .totalscore .ratio {
    color: #999;
    font-weight: normal;
    padding-left: 20px;
}
.user-comment .top_box .totalscore_box .itemscore {
    color: #666;
    font-size: 14px;
}
.user-comment .top_box .totalscore_box .itemscore .item {
    float: left;
    margin-right: 18px;
}
.user-comment .top_box .totalscore_box .itemscore .item span {
    position: relative;
    top: 1px;
    vertical-align: middle;
}
.user-comment .top_box .totalscore_box .itemscore .item .star {
    margin-left: -5px;
}
.user-comment .top_box .totalscore_box .itemscore .item i {
    color: #ff7326;
    position: relative;
    top: 1px;
    vertical-align: middle;
}
.user-comment .top_box .comment_btn {
    background: #00b86b none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 -1px 0 #2d8652 inset;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 3px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 88px;
}
.user-comment .top_box .comment_btn:hover {
    background: #3baa6a none repeat scroll 0 0;
}
.user-comment .list_box {
    margin-top: 29px;
}
.user-comment .list_box .tab li {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding: 0 12px;
}
.user-comment .list_box .tab li:hover {
    background-color: #333;
    color: #fff;
}
.user-comment .list_box .tab li span {
    font-size: 12px;
    padding-left: 6px;
}
.user-comment .list_box .tab li.active {
    background-color: #666;
    border-radius: 2px;
    color: #fff;
}
.user-comment .list_box .list {
    margin-top: 5px;
    width: 725px;
}
.user-comment .list_box .list li {
    border-bottom: 1px solid #eee;
    color: #333;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}
.user-comment .list_box .list li .l_userpic {
    float: left;
    padding-top: 4px;
    text-align: center;
    width: 100px;
}
.user-comment .list_box .list li .l_userpic .pic {
    margin: 0 auto 13px;
    width: 55px;
}
.user-comment .list_box .list li .l_userpic .pic img {
    width: 100%;
}
.user-comment .list_box .list li .l_userpic .info {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}
.user-comment .list_box .list li .r_comment {
    background-color: #f9f9f9;
    border-radius: 2px;
    float: right;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 560px;
}
.user-comment .list_box .list li .r_comment::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #f9f9f9 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 18px;
    content: "";
    display: block;
    height: 0;
    left: -35px;
    position: absolute;
    top: 14px;
    transform: scale(1, 0.62);
    width: 0;
}
.user-comment .list_box .list li .r_comment .tag {
    color: #849aae;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.user-comment .list_box .list li .r_comment .score .num {
    color: #333;
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
}
.user-comment .list_box .list li .r_comment .score .num span {
    padding-right: 12px;
}
.user-comment .list_box .list li .r_comment .words-container {
    color: #333;
    line-height: 24px;
    margin: 13px 0 24px 2px;
    max-height: 96px;
    overflow: hidden;
    position: relative;
}
.user-comment .list_box .list li .r_comment .show-all {
    background-image: url("../../img/xinfang/comment/comment_sprite_v2.png");
    background-position: 0 100%;
    bottom: 0;
    color: #00ae66;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding-left: 40px;
    position: absolute;
    right: 0;
}
.user-comment .list_box .list li .r_comment .sepline {
    border-bottom: 1px solid #e5e5e5;
}
.user-comment .list_box .list li .r_comment .picList {
    margin: 4px 0 0 2px;
    width: 540px;
}
.user-comment .list_box .list li .r_comment .picItem {
    cursor: pointer;
    float: left;
    height: 80px;
    margin-right: 10px;
    padding-top: 16px;
    position: relative;
    width: 80px;
}
.user-comment .list_box .list li .r_comment .picItem img {
    width: 100%;
}
.user-comment .list_box .list li .r_comment .picCover {
    background-color: #000;
    display: none;
    height: 80px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    width: 80px;
}
.user-comment .list_box .list li .r_comment .largePic {
    bottom: 100%;
    display: none;
    height: 232px;
    left: 0;
    position: absolute;
    width: 362px;
}
.user-comment .list_box .list li .r_comment .info {
    color: #999;
    font-size: 12px;
    margin: 16px 0 0 2px;
    overflow: hidden;
}
.user-comment .list_box .list li .r_comment .info .time {
    float: left;
}
.user-comment .list_box .list li .r_comment .info .like {
    cursor: pointer;
    float: right;
}
.user-comment .list_box .list li .r_comment .info .like i {
    background-image: url("../../img/xinfang/comment/comment_sprite.png");
    background-position: -15px -33px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    width: 14px;
}
.user-comment .list_box .list li .r_comment .info .like span {
    display: inline-block;
    vertical-align: middle;
}
.user-comment .list_box .list li .r_comment .info .islike i {
    background-position: 0 -33px;
}
.nocomment {
    color: #666;
    font-size: 16px;
    padding-bottom: 92px;
    padding-top: 62px;
    text-align: center;
}
.star {
    background-image: url("../images/comment_sprite.png");
    background-position: 0 0;
    display: inline-block;
    height: 13px;
    vertical-align: middle;
    width: 85px;
}
.mod-wrap .mod-estate-dynamic {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 20px;
}
.mod-wrap .mod-estate-dynamic .picItem {
    cursor: pointer;
    float: left;
    height: 60px;
    margin-right: 10px;
    padding-top: 10px;
    position: relative;
    width: 80px;
}
.mod-wrap .mod-estate-dynamic .picItem img {
    height: 100%;
    width: 100%;
}
.mod-wrap .mod-estate-dynamic .picCover {
    background-color: #000;
    display: none;
    height: 60px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    width: 80px;
}
.mod-wrap .mod-estate-dynamic .largePic {
    bottom: 100%;
    display: none;
    height: 220px;
    left: 0;
    position: absolute;
    width: 348px;
    z-index: 1001;
}
.pull-right {
    float: right;
}

.dt-part-line {
    background-color: #eeeeee;
    height: 1px;
    margin-top: 19px;
    width: 100%;
}
.title-wrapper1 {
    background-color: #fcfcfc;
    border-bottom: 1px solid #ebebeb;
    height: 125px;
    line-height: 125px;
    position: relative;
    text-align: center;
}
.title-wrapper1 .content {
    display: inline-block;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    width: 1100px;
}
.title-wrapper1 .content .title {
    display: table-cell;
}
.title-wrapper1 .content .title .main {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    max-width: 790px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-wrapper1 .content .title .sub {
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 15px;
    max-width: 790px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-wrapper1 .content .btnContainer {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 1000px;
}
.title-wrapper1 .content .btnContainer.disable button {
    background-color: #999;
    border-color: #8e8e8e;
}
.title-wrapper1 i {
    background-image: url("../../img/detail/spritesheet.png");
    background-position: -178px -52px;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: inline-block;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}
.title-wrapper1 i .barcode {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 1px 0 3px rgba(13, 4, 9, 0.2);
    display: none;
    height: 125px;
    position: absolute;
    right: -118px;
    top: 0;
    width: 108px;
}
.title-wrapper1 i .barcode img {
    display: block;
    height: 90px;
    margin: 9px auto 0;
    width: 90px;
}
.title-wrapper1 i .barcode .des {
    color: #333;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.title-wrapper1 i:hover .barcode {
    display: block;
}
.overview .content .brokerInfo {
    border-bottom: 1px solid #e4e3e3;
    font-size: 0;
    padding: 21px 0 15px;
}
.overview .content .brokerInfo img {
    height: 76px;
    width: 76px;
}
.overview .content .brokerInfo .brokerInfoText {
    display: inline-block;
    margin-left: 21px;
    width: 283px;
}
.overview .content .brokerInfo .brokerInfoText .brokerName .name {
    color: #333;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.overview .content .brokerInfo .brokerInfoText .brokerName .tag {
    border: 1px solid #d8d7d8;
    color: #888888;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-right: 6px;
    padding: 0 6px;
    vertical-align: middle;
	margin-top:-10px;
}
.overview .content .brokerInfo .brokerInfoText .brokerName .tag.first {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    color: #999;
}
.overview .content .brokerInfo .brokerInfoText .evaluate {
    color: #999;
    font-size: 12px;
    margin: 8px 0;
    vertical-align: middle;
}
.overview .content .brokerInfo .brokerInfoText .evaluate .rate {
    color: #333;
    position: relative;
    top: -2px;
}
.overview .content .brokerInfo .brokerInfoText .evaluate .time {
    margin-left: 21px;
}
.overview .content .brokerInfo .brokerInfoText .phone {
    color: #e4393c;
    font-family: Tahoma;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 24px;
    margin-top: 6px;
}
.overview .content .brokerInfo .brokerInfoText .phone span {
    font-size: 14px;
    padding: 0 6px;
}
.overview .content .brokerInfo .noData {
    color: #999;
    font-size: 14px;
}
.zf-content .zf-room{
    width: 445px;
    margin-top:20px;
}
.zf-content .zf-room p {
    color: #333;
    font-size: 12px;
    margin-top: 0px;
}
.zf-content .zf-room p i {
    color: #888;
    font-style: normal;
}
.zf-content .zf-room p a[href] {
    color: #21a5e9;
}
.zf-content .zf-room p.lf {
    float: left;
    width: 215px;
}
.introduction-wrapper .introduction .introContent .content ul li {
    width: 25%;
    list-style: none;
    float: left;
}
.introduction-wrapper .introduction .introContent .content ul li a {
    color: #1ba1e1;
}
.introduction-wrapper .introduction .introContent .zf-tag .ziroom li {
    width: 57px;
}
.introduction-wrapper .introduction .name {
    border-bottom: 2px solid #222222;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
}
.introduction-wrapper .introduction .feature {
    margin-top: 66px;
    font-size: 14px;
}
.introduction-wrapper .introduction .feature .featureTag {
    border-bottom: 1px solid #eaeaea;
    font-size: 0;
    line-height: 80px;
}
.introduction-wrapper .introduction .feature .featureTag a {
    background-color: #89c4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    padding: 0 11px;
    text-align: center;
    vertical-align: middle;
}
.introduction-wrapper .introduction .feature .featureTag a.is_quick_acting {
    background-color: #e2ad5e;
}
.introduction-wrapper .introduction .feature .featureTag a.is_sales_tax {
    background-color: #82a1bb;
}
.introduction-wrapper .introduction .feature .featureTag a.is_school_house {
    background-color: #e2ad5e;
}
.introduction-wrapper .introduction .feature .featureTag a.is_near_subway {
    background-color: #82a1bb;
}
.introduction-wrapper .introduction .feature .featureTag a.is_sole {
    background-color: #89c4a4;
}
.introduction-wrapper .introduction .feature .featureTag a.is_see_free {
    background-color: #7eadca;
}
.introduction-wrapper .introduction .feature .featureContent {
    font-size: 14px;
    line-height: 33px;
    overflow: hidden;
    padding-top: 25px;
}
.introduction-wrapper .introduction .feature .featureContent span {
    display: table-cell;
}
.introduction-wrapper .introduction .feature .featureContent .label {
    color: #222222;
    font-weight: bold;
    width: 75px;
}
.introduction-wrapper .introduction .feature .featureContent .text {
    color: #666666;
}
.introduction-wrapper .introduction .feature .featureContent .noData {
    color: #999;
    text-align: center;
}
.introduction-wrapper .introduction .feature .featureContent .disclaimer {
    color: #cccccc;
    font-size: 12px;
    line-height: 1;
    margin-top: 26px;
}
.featureContent li{
    list-style: none;
}
.introduction-wrapper .introduction .introContent .content ul li .label {
    color: #999999;
}
.brokerList .title{
    line-height: 18px;
    margin-bottom:0;
}
.brokerList {
    background-color: #fff;
    line-height: 1;
    margin: 15px auto 0;
    width: 100%;
}
.brokerList .content {
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 38px;
    width: 100%;
}
.brokerList .content .header .title {
    font-size: 22px;
}
.brokerList .content .header .subTitle {
    color: #999999;
    font-size: 14px;
    margin-left: 17px;
}
.brokerList .content .header .btn {
    float: right;
}
.brokerList .content .header .btn span {
    background-image: url("../../img/detail/spritesheet.png");
    background-position: -22px -5px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 33px;
}
.brokerList .content .header .btn span i {
    vertical-align: -1px;
}
.brokerList .content .header .btn span.pre {
    margin-right: 7px;
    position: relative;
}
.brokerList .content .header .btn span.pre i {
    background-image: url("../../img/detail/spritesheet.png");
    background-position: -40px -52px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    left: 13px;
    position: absolute;
    top: 11px;
    width: 6px;
}
.brokerList .content .header .btn span.next {
    position: relative;
}
.brokerList .content .header .btn span.next i {
    background-image: url("../../img/detail/spritesheet.png");
    background-position: -168px -137px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    left: 13px;
    position: absolute;
    top: 11px;
    width: 8px;
}
.brokerList .content .header .btn span.disable i {
    opacity: 0.5;
}
.brokerList .content ul {
    margin-top: 39px;
    text-align: justify;
}
.brokerList .content ul li {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 33%;
}
.brokerList .content ul li.fix_align {
    height: 0;
    overflow: hidden;
}
.brokerList .content ul li img {
    border-radius: 50%;
    height: 82px;
    width: 82px;
    margin-top:-88px;
}
.brokerList .content ul li .desc {
    display: inline-block;
    margin-left: 18px;
    width: 176px;
}
.brokerList .content ul li .desc .title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
}
.brokerList .content ul li .desc .title .name {
    color: #333;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.brokerList .content ul li .desc .title .level {
    background-color: #f1f1f1;
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
    padding: 0 5px;
    vertical-align: middle;
}
.brokerList .content ul li .desc .phone {
    color: #e4393c;
    font-size: 14px;
    font-weight: bold;
    margin-top: 13px;
}
.brokerList .content ul li .desc .rate {
    color: #666;
    font-size: 12px;
    margin-top: 12px;
}
.brokerList .content ul li .desc .rate span {
    margin-right: 10px;
}
.brokerList .content ul li .desc .tag {
    color: #888888;
    font-size: 0;
    margin-top: 12px;
    text-align: left;
}
.brokerList .content ul li .desc .tag span {
    border: 1px solid #d8d7d8;
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 0 3px;
}
.brokerList .content ul li .describes {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 16px;
    padding-left: 10px;
}
.cz_record .item{
    width: 260px !important;
}
/*åŽåŠ&nbsp;çš„*/
.item{
    position: static !important;
    font-size: 12px;
}
.name{
    border: none;
}
.BMap_shadow{
    display: none !important;
}
.latercon{
    padding:5px 27px;
}
.latercon img{
    max-width:100% !important;
    height: auto !important;
}</pre></body></html>