.top-wrap {
	position: relative;
	z-index: 3
}

.top-wrap .inner {
	width: 1150px;
	margin: 0 auto
}

.top-wrap .inner .top-wrap-main {
	float: right
}

.top-wrap .city-container {
	position: relative;
	z-index: 2;
	margin-left: 8px
}

.top-wrap .logo-wrap a {
	width: 180px;
    height: 60px;
    /* background-position: -90px -5px; 
    background-size: 120px;*/
    margin-top: -9px;
}

.top-wrap .city-wrap {
	margin-top: 2px;
	padding: 0 12px;
	white-space: nowrap;
	border-radius: 25px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#66000000", endColorstr="#66000000")
}

.top-wrap .city-wrap .city-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	color: #fff
}

:root .city-wrap {
	-webkit-filter: none;
	filter: none;
	background-color: rgba(0, 0, 0, .4)
}

.navigation-wrap {
	position: relative;
	z-index: 1
}

.navigation-wrap .navigation-items {
	position: relative;
	float: left
}

.navigation-wrap .navigation-link a {
	display: block;
	float: left;
	padding: 0 13px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 700;
	color: #fff
}
/* 
.navigation-wrap .navigation-link a:hover {
	text-decoration: underline
} */

.navigation-wrap .has-sub a:hover {
	text-decoration: none
}

.navigation-wrap .navigation-sub {
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 1;
	min-width: 105px;
	padding-bottom: 6px;
	display: none;
	box-shadow: 0 24px 40px -24px rgba(0, 0, 0, .1)
}

.navigation-wrap .navigation-sub a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	white-space: nowrap
}

.navigation-wrap .navigation-sub a:hover {
	color: #333;
	background-color: #fed243
}

.navigation-items.active .navigation-link a,
.navigation-items .navigation-sub {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#4C2E281F", endColorstr="#4C2E281F")
}

:root .navigation-items.active .navigation-link a,
:root .navigation-items.active .navigation-sub {
	display: block;
	filter: none;
	background-color: rgba(46, 40, 31, .3)
}

.navigation-items .app-download {
	padding: 12px 0 6px;
	width: 124px;
	text-align: center
}

.entrust-entry a {
	display: block;
	margin: 2px 0 0 15px;
	padding: 0 6px;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 26px;
	border: 1px solid #fff;
	border-radius: 25px
}

.top-wrap-side {
	padding: 0 0 0 30px
}

.login-container {
	margin: 10px -10px 0 15px
}

.login-container .icon-user {
	margin-right: 6px;
	font-size: 18px;
	color: #fff
}

.login-container .message-count {
	margin-right: 7px;
	color: #fff
}

.login-container .message-count .count {
	position: relative;
	top: 1px;
	margin: 0 2px 0 -6px;
	padding: 0 4px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #ffb200;
	white-space: nowrap;
	border-radius: 3px
}

.login-container .link {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

.login-container .gap-line {
	margin: 3px 10px 0 0;
	float: left;
	width: 1px;
	height: 13px;
	overflow: hidden;
	background-color: #c9c7c2;
	border-left: 1px solid #eae9e8
}

.language-switch {
	position: relative;
	top: 11px;
	width: 20px;
	height: 20px
}

.language-switch .trigger-box {
	position: absolute;
	top: 0;
	left: 0
}

.language-switch .trigger-box .items {
	display: block;
	margin-top: -1px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #adb2c0;
	border-radius: 2px;
	border: 1px solid #adb2c0;
	background-color: #3a3e45;
	overflow: hidden
}

.language-switch .trigger-box .items:hover {
	text-decoration: underline
}

.language-switch .trigger-box .items.selected {
	display: none
}

.language-switch .trigger-box:hover .items.selected {
	display: block
}

.city-layer {
	position: absolute;
	top: 48px;
	right: auto;
	bottom: auto;
	left: -105px;
	z-index: 10;
	display: none
}

.city-layer .city-layer-arrow {
	position: absolute;
	top: -14px;
	right: auto;
	bottom: auto;
	left: 122px;
	z-index: 1;
	font-size: 20px;
	color: #797979;
	opacity: .91
}

.city-layer .city-layer-close {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 35px;
	height: 35px;
	text-align: center
}

.city-layer .city-layer-close .del {
	font-size: 20px;
	color: #fff;
	display: block;
	margin-top: 8px
}

.city-layer .city-layer-close:hover .del {
	color: #ffb200
}

.city-layer .city-box {
	width: 528px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#E8797979", endColorstr="#E8797979")
}

.city-layer .city-options {
	padding: 0 25px 25px 30px
}

.city-layer .city-options li {
	float: left;
	margin: 10px 0 0;
	width: 50%
}

.city-layer .city-options .letter-text {
	float: left;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	font-weight: 700;
	color: #b8b8b8;
	text-align: center;
	border-radius: 50%;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#21FFFFFF", endColorstr="#21FFFFFF")
}

.city-layer .city-options .wrap {
	float: left;
	margin-top: -3px;
	width: 208px;
	font-size: 0
}

.city-layer .city-options .wrap a {
	vertical-align: inherit;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 3px 10px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	color: #fafafa;
	white-space: nowrap
}

.city-layer .city-options .wrap a.high-light,
.city-layer .city-options .wrap a:hover {
	color: #dcb63c
}

.city-layer .city-options .wrap a.current {
	color: #666;
	background-color: #fed243;
	border-radius: 14px
}

.city-layer .hot-city {
	padding: 25px 25px 10px
}

.city-layer .hot-city .title {
	position: relative;
	top: 1px;
	margin-right: 20px
}

.city-layer .hot-city .title .text {
	font-size: 14px;
	font-weight: 700;
	color: #fed243
}

.city-layer .hot-city .title .hot {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #fed243;
	margin: 2px 2px 0 0
}

.city-layer .hot-city-list {
	overflow: hidden;
	*zoom: 1
}

.city-layer .hot-city-list .link {
	margin-right: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #fafafa;
	white-space: nowrap
}

.city-layer .hot-city-list .link:hover {
	color: #dcb63c
}

:root .city-box {
	-webkit-filter: none;
	filter: none;
	background-color: hsla(0, 0%, 47.5%, .91)
}

:root .city-options .letter-text {
	-webkit-filter: none;
	filter: none;
	background-color: hsla(0, 0%, 100%, .13)
}

.side-fixed-bar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 90;
	width: 40px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .12)
}

.side-fixed-bar>.inner {
	position: relative;
	width: 40px;
	height: 100%
}

.side-fixed-bar .side-bar-wrap {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 2;
	margin-top: -184.5px;
	background-color: #fff
}

.side-fixed-bar .side-bar-wrap .items {
	position: relative;
	display: block;
	margin: 15px 0;
	-webkit-transition: background-color .5s;
	transition: background-color .5s
}

.side-fixed-bar .side-bar-wrap .items.active {
	background-color: #232835
}

.side-fixed-bar .side-bar-wrap .items.active .iconfont,
.side-fixed-bar .side-bar-wrap .items.active .text {
	color: #fff
}

.side-fixed-bar .side-bar-wrap .items.app .item-layer {
	margin-top: -64px;
	padding: 12px 10px 8px
}

.side-fixed-bar .side-bar-wrap .item-box {
	width: 40px;
	height: 44px;
	text-align: center;
	overflow: hidden
}

.side-fixed-bar .side-bar-wrap .item-box a {
	display: block;
	width: 100%;
	height: 100%
}

.side-fixed-bar .side-bar-wrap .item-box .iconfont {
	font-size: 21px;
	color: #232835;
	display: block;
	margin: 3px 0 0
}

.side-fixed-bar .side-bar-wrap .item-box .text {
	color: #454d63
}

.side-fixed-bar .side-bar-wrap .item-layer {
	position: absolute;
	top: 50%;
	right: 60px;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: none;
	opacity: 0;
	margin-top: -22px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.side-fixed-bar .side-bar-wrap .item-layer .arrow {
	position: absolute;
	top: 50%;
	right: -6px;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff
}

.side-fixed-bar .side-bar-wrap .item-layer .text {
	padding: 0 15px;
	font-size: 14px;
	line-height: 44px;
	color: #333 !important;
	white-space: nowrap
}

.side-fixed-bar .side-bar-wrap .qrcode-app-show .text-app {
	margin-top: 5px;
	text-align: center
}

.side-fixed-bar .side-bar-bottom {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 1
}

.side-fixed-bar .side-bar-bottom .top .item-box .iconfont {
	font-size: 28px;
	margin: 2px 0 -4px
}

.app-download-fixed {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 88;
	width: 100%;
	height: 120px;
	background-color: #f5f5f5;
	box-shadow: 0 0 20px rgba(0, 0, 0, .06)
}

.app-download-fixed .inner {
	position: relative;
	margin: 0 auto;
	width: 1150px;
	height: 150px
}

.app-download-fixed .guanbi {
	font-size: 20px;
	color: #999;
	display: block;
	margin: 5px 0 0 60px;
	-webkit-transition: color .3s;
	transition: color .3s;
	cursor: pointer
}

.app-download-fixed .guanbi:hover {
	color: #666
}

.app-download-mobile {
	position: absolute;
	left: 210px;
	bottom: 30px;
	width: 160px;
	height: 177px
}

.text-app-download {
	padding-left: 430px;
	text-shadow: 1px 1px 0 #fff
}

.text-app-download .title {
	padding-top: 25px;
	font-size: 24px;
	font-weight: 700;
	color: #000
}

.text-app-download .title .q {
	font-family: Arial
}

.text-app-download .list {
	padding-top: 10px
}

.text-app-download .list .items {
	float: left;
	padding-right: 7px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	white-space: nowrap
}

.qrcode-app-download {
	margin: 3px 0 0 60px;
	border: 3px solid #fff
}

.minxin-list .container {
	margin-left: -18px
}

.minxin-list .items {
	float: left;
	margin-left: 18px;
	width: 274px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.minxin-list .items:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 24px 40px -24px rgba(0, 0, 0, .1)
}

.minxin-list .pic-box {
	position: relative;
	width: 100%;
	height: 235px;
	overflow: hidden;
	border-radius: 4px 4px 0 0
}

.minxin-list .favorable-layer {
	left: 17px;
	top: 14px;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	background-color: #fed243;
	border-radius: 25px
}

.minxin-list .favorable-layer,
.price-layer {
	position: absolute;
	padding: 0 12px;
	white-space: nowrap
}

.price-layer {
	right: 0;
	bottom: 0;
	height: 40px;
	overflow: hidden;
	color: #fed243;
	background-color: #333
}

.price-layer .number {
	font-family: dinot-bold, Microsoft YaHei, 微软雅黑;
	font-size: 24px;
	line-height: 40px
}

.price-layer .unit {
	position: relative;
	top: 12px;
	margin-left: 3px;
	font-size: 14px
}

.price-layer .text {
	font-size: 14px;
	line-height: 40px
}

.information-box {
	padding: 20px 17px;
	color: #333
}

.information-box .house-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700
}

.information-box .house-name.big-size {
	max-width: 52%;
	font-size: 20px
}

.information-box .price .number {
	font-family: dinot-bold, Microsoft YaHei, 微软雅黑;
	font-size: 22px;
	font-weight: 700
}

.information-box .price .unit {
	position: relative;
	top: 9px;
	margin-left: 3px;
	font-size: 14px
}

.information-box .region-business {
	position: relative;
	top: 8px;
	font-size: 14px;
	color: #999
}

.information-box .meta-items {
	margin: 8px 10px 8px 0;
	font-size: 16px
}

.information-box .meta-items .count {
	margin-right: 1px;
	color: #ffb200;
	font-weight: 700;
	text-decoration: underline
}

.house-address {
	margin-top: 7px;
	color: #999
}

.house-address .dingwei {
	font-size: 15px;
	color: #999;
	position: relative;
	top: 2px
}

.house-address .text {
	position: relative;
	top: 1px;
	margin-left: 3px
}

.alert-wrap {
	position: fixed;
	left: 50%;
	top: 35%;
	z-index: 200;
	border-radius: 5px;
	-webkit-filter: progid:DXImageTransform.icrosoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
	filter: progid:DXImageTransform.icrosoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
	box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

:root .alert-wrap {
	-webkit-filter: none;
	filter: none;
	background-color: rgba(0, 0, 0, .6)
}

.alert-inner {
	margin: 5px;
	padding: 10px 20px;
	background-color: #fff;
	font-size: 0
}

.icons-alert {
	width: 36px;
	height: 36px;
	background-image: url(../images/icons-alert.png)
}

.alert-content {
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #2e2e2e;
	white-space: nowrap
}

.alert-content,
.icons-alert {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.icons-alert.okay {
	background-position: -10px -10px
}

.icons-alert.error {
	background-position: -10px -56px
}

.icons-alert.warning {
	background-position: -10px -102px
}

.icons-alert.help {
	background-position: -10px -148px
}

.dialog-wrap {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 90;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.dialog-wrap .dialog-close {
	position: absolute;
	top: -20px;
	right: -10px;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 35px;
	height: 35px;
	overflow: hidden;
	background-position: -223px -5px
}

.dialog-wrap .dialog-close:hover {
	background-position: -263px -5px
}

.dialog-wrap .dialog-close .guanbi {
	display: block;
	margin: 7px 0 0 1px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	text-align: center
}

.dialog-wrap .dialog-header {
	display: none
}

.dialog-wrap .dialog-header .title {
	padding: 0 15px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
	border-radius: 5px 5px 0 0
}

.dialog-main {
	padding: 15px
}

.dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 89;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#CC000000", endColorstr="#CC000000")
}

:root .dialog-overlay {
	-webkit-filter: none;
	filter: none;
	background-color: rgba(0, 0, 0, .8)
}

.autocompleter-layer {
	position: absolute;
	z-index: 87;
	left: 0;
	top: 0;
	width: 700px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff
}

.autocompleter-layer .title {
	margin-top: 10px;
	padding: 0 20px;
	line-height: 35px;
	color: #999
}

.autocompleter-layer .title .clear {
	cursor: pointer
}

.autocompleter-layer .lists a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0 86px 0 20px;
	height: 45px;
	line-height: 45px;
	clear: both
}

.autocompleter-layer .lists a:hover {
	color: #333
}

.autocompleter-layer .lists li.active a,
.autocompleter-layer .lists li.active a:hover {
	background-color: #f5f5f5
}

.autocompleter-layer .lists li.active a .hltext,
.autocompleter-layer .lists li.active a:hover .hltext {
	color: #ffb200
}

.autocompleter-layer .lists li.active a .hs-label,
.autocompleter-layer .lists li.active a:hover .hs-label {
	background-color: #fff
}

.autocompleter-layer .hs-name {
	font-size: 14px;
	padding-right: 10px
}

.autocompleter-layer .hs-label {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 12px 10px 0 0;
	width: 44px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #999;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px
}

.autocompleter-layer .hs-area,
.autocompleter-layer .hs-district {
	padding-right: 10px;
	font-size: 12px;
	color: #999
}

.autocompleter-layer .hs-count {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: auto;
	left: auto;
	z-index: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 66px;
	text-align: right;
	color: #333
}

.autocompleter-layer .hltext {
	color: #ffb200;
	font-weight: 700
}

.dialog-login {
	width: 480px
}

.dialog-login .drop-menu-area-code {
	position: absolute;
	bottom: 7px
}

.dialog-login .shoujihaoma .lf-keyword,
.dialog-login .shoujihaoma .lf-label {
	text-indent: 70px
}

.login-box {
	padding: 0 42px 5px
}

.login-box .login-tbs {
	clear: both;
	*zoom: 1;
	overflow: hidden;
	padding: 20px 0 0 10px
}

.login-box .login-tbs .line {
	display: block;
	float: left;
	margin: 2px 30px 0;
	width: 1px;
	height: 19px;
	overflow: hidden;
	background-color: #e8e8e8
}

.login-box .login-tbs a {
	display: block;
	float: left;
	font-size: 16px;
	text-align: center
}

.login-box .login-tbs a.active,
.login-box .login-tbs a.active:hover {
	font-weight: 700;
	color: #ffb200;
	cursor: default
}

.login-box .login-form {
	position: relative
}

.login-box .login-form-item {
	padding-top: 20px
}

.login-box .login-form-item .login-tips {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 5px;
	color: #999;
	white-space: nowrap
}

.login-box .login-form-item .parts-group {
	position: relative;
	margin-top: 25px;
	height: 41px
}

.login-box .login-form-item .parts-group .eyes {
	font-size: 18px;
	color: #333;
	position: absolute;
	z-index: 4;
	top: 13px;
	right: 10px;
	cursor: pointer
}

.login-box .lf-keyword,
.login-box .lf-label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 346px;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 11px 10px;
	font-size: 14px;
	border: 0;
	background-color: transparent
}

.login-box .lf-keyword {
	color: #333;
	border-bottom: 1px solid #ddd
}

.login-box .lf-keyword-error {
	border-color: #ff5050 !important
}

.login-box .lf-label {
	color: #c5c4c4;
	z-index: 1;
	cursor: text
}

.login-box .error-box {
	position: absolute;
	left: 0;
	bottom: -22px;
	z-index: 3
}

.login-box .error-box .iconfont {
	font-size: 18px;
	color: red;
	float: left;
	margin-top: -1px
}

.login-box .error-box .text {
	float: left;
	padding-left: 5px;
	font-size: 14px;
	color: red
}

.login-box .warning-box {
	position: absolute;
	left: 0;
	bottom: -22px;
	z-index: 3
}

.login-box .warning-box .iconfont {
	font-size: 18px;
	color: #ff7824;
	float: left;
	margin-top: -1px
}

.login-box .warning-box .text {
	float: left;
	padding-left: 5px;
	font-size: 14px;
	color: #ff7824
}

.login-box .forget-password,
.login-box .q-book-deal {
	margin-bottom: -3px;
	padding-top: 15px
}

.login-box .q-book-deal label {
	font-size: 0
}

.login-box .q-book-deal label input,
.login-box .q-book-deal label span {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.login-box .q-book-deal label input {
	margin-top: 4px
}

.login-box .q-book-deal label span {
	color: #999;
	font-size: 12px;
	padding-left: 5px
}

.login-box .q-book-deal label span a {
	color: #999
}

.login-box .q-book-deal label span a:hover {
	color: #ffb200
}

.login-box .forget-password a {
	float: right;
	color: #999
}

.login-box .login-btn {
	margin-top: 30px
}

.login-box .login-btn a,
.login-box .login-btn a:link {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #333;
	border-radius: 3px;
	background-color: #fed243
}

.login-box .login-btn a:hover {
	background-color: #ffc601
}

.login-box .login-btn a.disable {
	color: #fff;
	background-color: #ffeeb7;
	cursor: default
}

.login-box .login-btn a.disable:hover {
	background-color: #ffeeb7
}

.login-box .login-btn .submitting {
	text-indent: 35px;
	color: #fff;
	cursor: default;
	background: url(../images/loading.gif) 134px no-repeat #ffeeb7 !important
}

.login-box .login-btn .submitting:link {
	color: #fff
}

.login-box .login-btn .submitting:hover {
	background-color: #ffeeb7
}

.login-box .login-ways {
	padding-top: 25px;
	font-size: 0;
	text-align: center
}

.login-box .login-ways .iconfont {
	font-size: 42px;
	color: #eaeaea;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 56px
}

.login-box .login-ways .wx:hover {
	color: #44c26d
}

.login-box .login-ways .qq:hover {
	color: #6fa7fc
}

.login-box .weixin-login-box {
	padding: 20px 0 29px;
	font-size: 0
}

.login-box .weixin-login-box .icon-wx,
.login-box .weixin-login-box .text {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer
}

.login-box .weixin-login-box .icon-wx {
	width: 22px;
	height: 18px;
	background-position: -614px -340px
}

.login-box .weixin-login-box .text {
	padding-left: 8px;
	color: #666;
	font-size: 12px
}

.login-box .mb-msg-code {
	position: absolute;
	z-index: 4;
	top: 10px;
	right: 0;
	padding-left: 8px;
	height: 20px;
	line-height: 20px;
	color: #666;
	border-left: 1px solid #eaeaea;
	cursor: pointer
}

.login-box .mb-msg-code.disable {
	cursor: default;
	color: #999
}

.login-box .bind-account-container .login-tips {
	top: 45px;
	color: #333
}

.bind-account-container,
.forget-password-container {
	padding: 14px 0 31px
}

.bind-account-container .title,
.forget-password-container .title {
	height: 30px;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden
}

.dialog-logged-out {
	padding-bottom: 30px
}

.dialog-logged-out .dialog-close {
	display: none
}

.dialog-logged-out .logged-out-title {
	padding-top: 30px;
	text-align: center
}

.dialog-logged-out .logged-out-title .warning {
	font-size: 28px;
	color: #ff7824
}

.dialog-logged-out .logged-out-title .text {
	padding-left: 5px;
	font-size: 20px;
	font-weight: 700
}

.dialog-logged-out .logged-out-tips {
	padding: 25px 0 10px;
	font-size: 14px;
	text-align: center
}

.drop-menu-area-code {
	position: relative;
	z-index: 4;
	font-size: 14px
}

.drop-menu-area-code.crt {
	z-index: 5
}

.drop-menu-area-code.crt .area-code-list {
	display: block
}

.area-code-trigger {
	position: relative;
	width: 72px;
	height: 28px;
	background-color: #f5f5f5;
	border-radius: 2px;
	cursor: pointer
}

.area-code-trigger span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	line-height: 28px;
	padding-left: 10px;
	color: #999;
	cursor: pointer
}

.area-code-trigger .selected-text {
	color: #333
}

.area-code-trigger i.icons-sprite {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 10px;
	height: 6px;
	background-position: -208px -41px;
	cursor: pointer
}

.drop-menu-area-code.crt .area-code-trigger i.icons-sprite {
	background-position: -195px -41px
}

.area-code-list {
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	position: absolute;
	left: 0;
	top: 28px;
	width: 120px;
	max-height: 200px;
	border: 1px solid #eaeaea;
	background-color: #fff
}

.area-code-list a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	line-height: 34px;
	height: 34px;
	padding: 0 10px
}

.area-code-list a:hover {
	color: #333;
	background-color: #f5f5f5
}

.area-code-list a.cur,
.area-code-list a.cur:hover {
	color: #ffb200
}

.buy-qualification-dialog {
	width: 500px;
	background: none
}

.buy-qualification-dialog .dialog-main {
	padding: 0
}

.buy-qualification-dialog .dialog-close,
.buy-qualification-dialog .dialog-close:hover {
	top: 0;
	right: 0;
	z-index: 1;
	width: 37px;
	height: 32px;
	background: url(../images/hs-gfzz.png) 0 -116px no-repeat;
	border-radius: 5px 5px 0 0
}

.buy-qualification-header {
	position: relative;
	height: 110px;
	overflow: hidden;
	padding: 38px 0 0 17px;
	font-size: 27px;
	color: #fff;
	background-color: #ffb200;
	border-bottom: 2px solid #ffb017;
	border-radius: 5px 5px 0 0
}

.buy-qualification-header .up {
	padding-bottom: 2px
}

.buy-qualification-header .up b {
	position: relative;
	top: -1px;
	font-size: 36px
}

.buy-qualification-header i {
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 210px;
	height: 113px;
	background-image: url(../images/hs-gfzz.png)
}

.buy-qualification-box {
	padding: 0 50px;
	background-color: #fff;
	border-radius: 0 0 5px 5px
}

.buy-qualification-dialog .dialog-show-title {
	background: none
}

.select-city-wrap {
	margin-bottom: 65px
}

.questions-title,
.select-city-wrap .title {
	font-size: 26px;
	line-height: 1;
	padding: 40px 0 15px
}

.questions-subtitle {
	font-size: 17px;
	line-height: 1.2;
	color: #666;
	padding-bottom: 15px
}

.select-city-layer {
	position: relative;
	margin-top: 32px
}

.select-city-trigger {
	font-size: 16px;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	cursor: pointer
}

.select-city-trigger .field {
	color: #999
}

.select-city-trigger .selected {
	padding-right: 25px
}

.select-city-trigger .arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 5px;
	margin-top: -2px;
	background-position: -165px -42px;
	cursor: pointer
}

.select-city-layer.open .select-city-trigger .arrow {
	background-position: -180px -42px
}

.select-city-layer.open .select-city-list {
	display: block
}

.select-city-list {
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 398px;
	max-height: 175px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .05)
}

.select-city-list .cities-opts {
	padding: 0 15px 10px
}

.select-city-list .cities-opts li {
	float: left;
	width: 50%;
	color: #666;
	margin: 10px 0 0
}

.select-city-list .cities-opts em {
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	float: left;
	color: #666;
	text-align: center;
	background-position: -195px -5px
}

.select-city-list .cities-opts p {
	float: left;
	width: auto;
	font-size: 0
}

.select-city-list .cities-opts li a {
	vertical-align: inherit;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
	font-size: 14px;
	line-height: 23px;
	color: #666;
	white-space: nowrap
}

.select-city-list .cities-opts li a:hover {
	color: #ffb200
}

.btn-enter,
.btn-step {
	padding: 30px 0 40px
}

.btn-enter a,
.btn-step a {
	width: 100%;
	line-height: 48px;
	font-size: 20px;
	text-align: center
}

.btn-step a {
	width: 180px
}

.btn-step .next-step {
	margin-left: 40px
}

.questions-list {
	font-size: 16px
}

.questions-list label {
	display: block;
	padding: 12px 0;
	cursor: pointer
}

.questions-list label:hover {
	background-color: #f7f7f7;
	border-radius: 3px
}

.questions-list label i {
	float: left;
	width: 15px;
	height: 15px;
	margin: 2px 10px 0 0;
	background-position: -90px -52px
}

.questions-list label span {
	float: left;
	display: block;
	width: 93.5%;
	line-height: 1.2
}

.questions-list .crt i {
	background-position: -90px -72px
}

.im-start {
	width: 54px;
	height: 22px;
	overflow: hidden;
	border: 1px solid #ffb200;
	border-radius: 3px
}

.im-start i,
.im-start span {
	display: block;
	float: left;
	cursor: pointer
}

.im-start i {
	width: 16px;
	height: 17px;
	margin: 3px 4px;
	background: url(../images/icons.png) -179px -10px
}

.im-start span {
	text-align: center;
	height: 22px;
	line-height: 22px;
	color: #ffb200
}

.im-stop {
	border: 1px solid #bbb
}

.im-stop span {
	color: #bbb;
	cursor: default
}

.im-stop i {
	background-position: -207px -110px;
	cursor: default
}

.im-start-up {
	display: block;
	width: 54px;
	height: 22px;
	font-size: 0;
	text-align: center;
	border: 1px solid #ffb200;
	border-radius: 3px
}

.im-start-up i,
.im-start-up span {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.im-start-up i {
	width: 16px;
	height: 16px
}

.im-start-up span {
	font-size: 12px;
	line-height: 22px;
	padding-left: 3px
}

.im-start-up.online i {
	background-position: -179px -10px
}

.im-start-up.online span {
	color: #ffb200
}

.im-start-up.online,
.im-start-up.online i,
.im-start-up.online span {
	cursor: pointer
}

.im-start-up.offline,
.im-start-up.offline i,
.im-start-up.offline span {
	cursor: default
}

.im-start-up.offline i {
	background-position: -207px -110px
}

.im-start-up.offline,
.im-start-up.offline span {
	color: #bbb;
	border-color: #bbb
}

.icon-im {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	display: block;
	background-image: url(../images/icon-im.png);
	background-repeat: no-repeat
}

.im-wrap {
	display: none;
	position: fixed;
	left: 50%;
	bottom: 10px;
	width: 679px;
	height: 451px;
	overflow: hidden;
	margin-left: -183px;
	*zoom: 1;
	z-index: 99;
	background-image: url(../images/bgi-im-body.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 0 14px rgba(0, 0, 0, .4);
	font-family: Helvetica Neue, Helvetica, Arial, Tahoma, Microsoft YaHei, "\5fae\8f6f\96c5\9ed1", sans-serif
}

.im-close {
	position: absolute;
	top: 0;
	right: 0
}

.im-close a {
	width: 104px;
	height: 40px;
	overflow: hidden;
	display: block;
	color: #666;
	background-color: #cbcbcb
}

.im-close a span {
	float: left;
	padding-left: 28px;
	padding-right: 5px;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer
}

.im-close a i {
	float: left;
	margin-top: 14px;
	width: 11px;
	height: 12px;
	background-position: -91px -95px;
	cursor: pointer
}

.im-close a:hover {
	background-color: #c5c5c5;
	text-decoration: none
}

.im-close a:hover i {
	background-position: -112px -95px
}

.im-side {
	width: 118px;
	height: 450px;
	background-image: url(../images/bgi-im-shadow.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1
}

.im-side-logo {
	height: 34px;
	overflow: hidden;
	padding-left: 22px;
	padding-top: 6px
}

.im-side-logo i {
	width: 71px;
	height: 29px;
	background-position: -10px -10px
}

.contacter-tb {
	overflow-x: hidden;
	overflow-y: auto;
	height: 410px
}

.contacter-tb ul {
	padding: 5px 0 0 3px;
	display: block;
	position: relative
}

#imEditor001 body {
	background-color: #000
}

.contacter-tb ul li {
	position: relative;
	height: 30px;
	display: block;
	margin-bottom: 5px;
	padding: 3px 0 3px 5px;
	border-radius: 3px 0 0 3px
}

.contacter-tb ul li.cur,
.contacter-tb ul li.hover {
	background-color: #d6d6d6
}

.cater-tb-grp-photo {
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 100%;
	background-color: #fff
}

.cater-tb-grp-photo img {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 100%
}

.cater-tb-grp-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 55%;
	padding-left: 8px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	cursor: default;
	text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .6)
}

.msg-remind {
	top: 4px;
	left: 30px;
	width: 6px;
	height: 6px;
	background-position: -117px -128px
}

.cater-tb-grp-close,
.msg-remind {
	display: none;
	position: absolute;
	z-index: 1
}

.cater-tb-grp-close {
	right: 5px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px
}

.cater-tb-grp-close a {
	width: 100%;
	height: 100%;
	background-position: -10px -113px;
	text-indent: -9999px;
	display: block
}

.cater-tb-grp-close a:hover {
	background-position: -35px -113px
}

.im-main {
	width: 560px;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-bottom-right-radius: 5px
}

.im-main-header {
	height: 40px;
	overflow: hidden;
	cursor: move
}

.im-broker {
	padding-left: 15px;
	line-height: 40px
}

.im-broker-name {
	float: left;
	color: #2e2e2e;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .8)
}

.typing-status {
	position: relative;
	bottom: -2px;
	float: left;
	color: #787878;
	padding-left: 5px
}

.im-main-con {
	height: 410px;
	background-color: #fff
}

.chat-window {
	width: 374px;
	overflow: hidden
}

.receive-msg {
	height: 286px;
	overflow: hidden
}

.msg-wrap-win {
	overflow-x: hidden;
	overflow-y: auto;
	height: 286px
}

.receive-msg-broker,
.receive-msg-user {
	padding: 10px 15px 20px
}

.receive-msg-user {
	padding: 10px 10px 15px 15px
}

.receive-msg-date {
	color: #b5b5b5;
	clear: both;
	margin-bottom: 5px;
	text-align: center
}

.receive-msg-photo {
	position: relative;
	width: 20px;
	height: 20px;
	padding: 2px;
	border-radius: 100%;
	font-size: 0;
	line-height: 0;
	float: left
}

.receive-msg-photo img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	display: block
}

.receive-msg-arrow {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	z-index: 1;
	width: 8px;
	height: 12px;
	clear: both
}

.receive-msg-err-wrap,
.receive-msg-text {
	position: relative;
	max-width: 230px;
	font-size: 14px;
	line-height: 20px;
	color: #2e2e2e;
	padding: 8px 10px;
	border-radius: 5px;
	word-wrap: break-word;
	word-break: break-all;
	float: left
}

.receive-msg-broker .receive-msg-photo {
	border: 2px solid #ffd741
}

.receive-msg-user .receive-msg-photo {
	border: 2px solid #cdcdcd
}

.receive-msg-broker .receive-msg-text {
	float: left;
	margin-left: 12px;
	background-color: #fae8af
}

.receive-msg-user .receive-msg-text {
	background-color: #ddd
}

.receive-msg-broker .receive-msg-arrow {
	left: 30px;
	background-position: -37px -138px
}

.receive-msg-user .receive-msg-arrow {
	right: 30px;
	background-position: -35px -155px
}

.receive-msg-user .receive-msg-photo,
.receive-msg-user .receive-msg-text {
	float: right
}

.receive-msg-user .receive-msg-text {
	margin-right: 12px
}

.post-msg {
	height: 124px
}

.post-msg-tools {
	height: 30px;
	padding-left: 15px;
	background-color: #f5f5f5
}

.face-package {
	position: relative
}

.face-trigger {
	padding-top: 4px
}

.face-trigger i {
	width: 23px;
	height: 23px;
	background-position: -10px -80px;
	cursor: pointer
}

.face-trigger.cur i,
.face-trigger:hover i {
	background-position: -45px -80px
}

.face-box {
	overflow-x: hidden;
	overflow-y: auto;
	width: 280px;
	max-height: 168px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 27px;
	background-color: #fff;
	border: 1px solid #d3e4f0
}

.face-box ul li {
	float: left;
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: block;
	border: 1px solid #fff
}

.face-box ul li:hover {
	border: 1px solid #4ca0d9;
	position: relative;
	z-index: 1
}

.pic-package {
	padding-left: 11px
}

.pic-trigger {
	position: relative;
	width: 25px;
	height: 26px;
	overflow: hidden
}

.pic-trigger i {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 6px;
	width: 100%;
	height: 21px;
	background-position: -10px -49px;
	cursor: pointer
}

.pic-trigger .upload-file {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 5px;
	display: block;
	font-size: 90px;
	margin: -20px 0 0 -1100px;
	*zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer
}

.pic-trigger.cur i,
.pic-trigger:hover i {
	background-position: -45px -49px
}

.post-msg-area {
	height: 94px
}

.edit-iframe {
	height: 46px;
	padding-top: 10px;
	margin-bottom: 5px;
	overflow: hidden
}

.edit-iframe-div {
	height: 51px;
	overflow: hidden
}

.content-editable {
	overflow-x: hidden;
	overflow-y: auto;
	height: 51px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	color: #b5b5b5;
	font-size: 14px;
	line-height: 18px;
	outline: none;
	word-wrap: break-word;
	word-break: break-all
}

.content-editable-focus {
	color: #2e2e2e
}

.post-msg-bottom {
	padding: 0 10px
}

.post-msg-btn,
.post-msg-btn:link {
	display: block;
	font-size: 14px;
	width: 60px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #ffb200;
	white-space: nowrap;
	text-align: center;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ffb200;
	border-right: 0
}

.key-choose-btn:hover,
.post-msg-btn:hover {
	color: #fff;
	background-color: #e75c00;
	border-color: #e75c00;
	text-decoration: none
}

.post-msg-err {
	float: right;
	padding-right: 10px;
	color: red;
	line-height: 24px;
	display: none !important
}

.relevant-info {
	width: 182px;
	height: 410px;
	overflow: hidden;
	border-left: 4px solid #f5f5f5
}

.relevant-info-con {
	height: 286px;
	overflow: hidden
}

.relevant-info-tbs {
	line-height: 35px;
	background-color: #f5f5f5
}

.relevant-info-tbs span {
	float: left;
	width: 91px;
	display: block;
	text-align: center;
	color: #787878;
	cursor: pointer;
	border-bottom: 1px solid #f5f5f5
}

.relevant-info-tbs span.cur {
	font-size: 14px;
	font-weight: 700;
	color: #2e2e2e;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	cursor: default
}

.hs-pic {
	padding-top: 20px;
	text-align: center
}

.hs-info-streamline {
	width: 160px;
	height: 22px;
	margin: 0 auto;
	padding: 10px 0 2px;
	font-size: 14px
}

.hs-info-streamline,
.hs-info-type {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center
}

.hs-info-type {
	color: #787878;
	height: 18px
}

.hs-info-type span {
	padding-left: 5px
}

.app-qr-code {
	height: 98px;
	padding-top: 22px;
	padding-left: 8px;
	overflow: hidden;
	border-top: 4px solid #f5f5f5
}

.hs-info-pcice {
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center
}

.hs-info-pcice span {
	font-size: 16px;
	color: #f60;
	font-weight: 700;
	padding-right: 2px
}

.photo-broker {
	width: 106px;
	height: 106px;
	margin: 20px auto 0;
	border: 3px solid ececec;
	border-radius: 100%;
	overflow: hidden
}

.name-broker {
	font-size: 0
}

.name-broker a,
.name-broker span {
	font-size: 16px;
	color: #2e2e2e
}

.name-broker a:hover {
	color: #f60
}

.relevant-info-btn {
	clear: both
}

.relevant-info-btn2 {
	padding-top: 20px
}

.name-broker {
	text-align: center;
	padding-top: 5px
}

.broker-level {
	color: #787878;
	text-align: center
}

.name-broker i {
	width: 14px;
	height: 19px;
	margin-left: 5px;
	background-position: -74px -80px
}

.relevant-info-btn a {
	width: 114px;
	height: 28px;
	display: block;
	margin: 0 auto;
	border: 1px solid #ffeda9;
	color: #f60;
	background-color: #fffde6;
	border-radius: 5px
}

.relevant-info-btn a span {
	float: left;
	line-height: 28px;
	padding-left: 7px;
	padding-right: 5px;
	font-size: 14px;
	cursor: pointer
}

.relevant-info-btn a i {
	float: left;
	margin-top: 8px;
	width: 11px;
	height: 12px;
	background-position: -133px -95px;
	cursor: pointer
}

.app-qr-code i {
	float: left;
	width: 77px;
	height: 75px;
	background-position: -91px -10px
}

.app-qr-code span {
	float: left;
	padding-left: 4px;
	padding-top: 20px;
	color: #787878
}

.app-qr-code span b {
	color: #2e2e2e;
	font-size: 14px
}

a.hsinfo-link-con {
	height: 60px;
	display: block;
	overflow: hidden
}

.hsinfo-link-pic,
.hsinfo-link-pic img {
	width: 80px;
	height: 60px;
	overflow: hidden
}

.hsinfo-link-text {
	width: 132px;
	padding-left: 8px
}

.hsinfo-link-hsname {
	font-size: 14px;
	font-weight: 700
}

.hsinfo-link-door-model {
	font-size: 12px;
	line-height: 18px;
	margin: 2px 0 4px
}

.hsinfo-link-door-model em {
	vertical-align: inherit;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px
}

.hsinfo-link-price {
	font-size: 12px;
	color: #f60;
	font-weight: 700;
	line-height: 18px
}

.hsinfo-link-price em {
	position: relative;
	top: -1px
}

.hsinfo-link-door-model,
.hsinfo-link-hsname,
.hsinfo-link-price {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 100%
}

.broker_photo {
	height: 148px;
	border: 0
}

.broker_photo a img {
	border: 1px solid efefef
}

.online-launch {
	width: 88px;
	height: 22px;
	line-height: 22px;
	margin-top: 6px;
	display: block;
	border-radius: 3px
}

.online-launch i {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 5px 0 10px
}

.online-launch em {
	float: left
}

.im-offline {
	border: 9d9d9d solid
}

.im-offline i {
	background-position: -599px -220px
}

.im-offline em {
	color: #9d9d9d
}

.im-online {
	border: 1px solid #00c918;
	cursor: pointer
}

.im-online i {
	background-position: -599px -248px;
	cursor: pointer
}

.im-online em {
	color: #00c918;
	cursor: pointer
}

.voice-btn {
	position: relative;
	padding-right: 40px;
	cursor: pointer
}

.voice-btn i {
	width: 14px;
	height: 22px;
	background-position: -130px -113px
}

.voice-play i {
	background-position: 0;
	background: url(../images/voice-play.gif) top no-repeat
}

.voice-cle {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: -25px;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background-position: -118px -114px
}

.voice-play {
	cursor: default
}

.voice-play .voice-cle {
	display: none
}

.key-tip {
	float: left;
	line-height: 24px;
	color: #a6a6a6
}

.trigger-click {
	position: relative;
	width: 85px
}

.key-choose-btn {
	width: 21px;
	height: 22px;
	display: block;
	background-color: #ffb200;
	border: 1px solid #ffb200;
	border-left-color: #fed243;
	border-radius: 0 5px 5px 0
}

.key-choose-btn:hover {
	border-left-color: #fed243
}

.key-choose-menu {
	position: absolute;
	left: 397px;
	top: 354px;
	width: 183px;
	border: 1px solid #ccc;
	background-color: #fff
}

.key-choose-menu a {
	display: block;
	height: 30px;
	overflow: hidden
}

.key-choose-menu a:hover {
	background-color: #eee
}

.key-choose-menu a i {
	display: block;
	width: 11px;
	height: 9px;
	margin-left: 10px;
	margin-top: 10px;
	background-position: -10000px -10000px
}

.key-choose-menu a i,
.key-choose-menu a span {
	float: left
}

.key-choose-menu a span {
	line-height: 30px;
	padding-left: 10px;
	font-size: 14px
}

.key-choose-menu a.cur i {
	background-position: -10px -172px
}

.key-choose-btn i {
	width: 11px;
	height: 7px;
	margin: 8px auto 0;
	background-position: -10px -155px
}

.key-choose-btn-cur {
	background-color: #e75c00;
	border-color: #e75c00 #e75c00 #e75c00 #ffad41
}

.dialog-confirm {
	width: 500px
}

.exit-con {
	width: 300px;
	margin: 0 auto
}

.exit-con-tips {
	padding-top: 40px;
	font-size: 14px
}

.exit-con-btns {
	padding: 30px 30px 44px
}

.binding-btns {
	overflow: hidden;
	clear: both;
	*zoom: 1
}

.binding-btns a,
.binding-btns a:link {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	font-size: 14px
}

.binding-btns a:hover {
	cursor: pointer
}

.receive-msg-err-wrap {
	float: right;
	font-size: 12px;
	color: #a92424;
	margin-right: 40px;
	margin-top: 10px;
	padding: 8px 10px;
	background-color: #ffe1d7
}

.receive-msg-err-ico {
	position: absolute;
	left: -26px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-position: -50px -138px
}

.msg-status {
	position: absolute;
	left: -30px;
	bottom: -2px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	white-space: nowrap
}

.read-msg {
	color: #858585
}

.unread-msg {
	color: #ff3d3d
}

.photo-zoom-im {
	cursor: pointer
}

.dialog-feedback {
	width: 540px
}

.dialog-feedback .dialog-main {
	padding: 25px 35px
}

.dialog-feedback .feedback-title {
	font-size: 20px;
	font-weight: 700
}

.dialog-feedback .feedback-tips {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #999
}

.dialog-feedback .field-title {
	position: relative;
	font-size: 16px;
	font-weight: 700
}

.dialog-feedback .field-title .mark {
	position: absolute;
	left: -9px;
	top: 2px;
	margin-right: 2px;
	font-family: SimSun, 宋体;
	color: #dc0935
}

.dialog-feedback .ideas-container {
	position: relative;
	z-index: 5;
	margin-top: 35px
}

.dialog-feedback .ideas-container .ideas-list {
	margin: 10px 0 20px
}

.dialog-feedback .contact-container {
	margin-bottom: 20px
}

.dialog-feedback .contact-container .phone,
.dialog-feedback .contact-container .phone-code,
.dialog-feedback .contact-container .placeholder {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 438px;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 13px 15px;
	font-size: 14px;
	text-indent: 80px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background-color: transparent
}

.dialog-feedback .contact-container .placeholder {
	z-index: 2;
	color: #999;
	cursor: text
}

.dialog-feedback .contact-container .phone-box {
	position: relative;
	z-index: 3;
	margin-top: 10px;
	height: 46px
}

.dialog-feedback .contact-container .phone-box .drop-menu-area-code {
	position: absolute;
	top: 9px;
	right: auto;
	bottom: auto;
	left: 10px;
	z-index: 2
}

.dialog-feedback .contact-container .phone-code-box {
	position: relative;
	margin-top: 20px;
	height: 46px
}

.dialog-feedback .contact-container .phone-code-box .phone-code,
.dialog-feedback .contact-container .phone-code-box .placeholder {
	text-indent: 0;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff
}

.dialog-feedback .contact-container .phone-code-box .mb-msg-code {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 4;
	width: 112px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #666;
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
	border-radius: 3px;
	cursor: pointer
}

.dialog-feedback .contact-container .phone-code-box .mb-msg-code-disable {
	border-color: #eee;
	color: #999;
	cursor: default
}

.dialog-feedback .feedback-content .feedback-textarea {
	display: block;
	margin-top: 12px;
	padding: 14px;
	width: 440px;
	height: 84px;
	font-size: 14px;
	color: #999;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	resize: none
}

.dialog-feedback .feedback-content .feedback-textarea.focus {
	color: #333
}

.dialog-feedback .feedback-content .error-tips {
	padding: 3px 0 10px
}

.dialog-feedback .feedback-submit {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	font-weight: 700
}

.browser-tips {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 89;
	height: 50px;
	line-height: 50px;
	color: #646464;
	font-size: 18px;
	text-align: center;
	background-color: #fff5d1;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .1)
}

.browser-tips p {
	width: 840px;
	margin: 0 auto
}

.browser-tips a,
.browser-tips i,
.browser-tips span {
	float: left;
	color: #646464
}

.browser-tips .or {
	padding: 0 5px
}

.browser-tips .chrome {
	line-height: 30px;
	padding-top: 10px
}

.browser-tips .chrome i {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-position: -342px -5px
}

.browser-tips .firefox {
	line-height: 34px;
	padding-top: 8px
}

.browser-tips .firefox i {
	width: 34px;
	height: 34px;
	margin-right: 5px;
	background-position: -303px -5px
}

.browser-tips .close {
	display: block;
	margin: 5px 0 0 30px;
	color: #999;
	font-size: 20px;
	cursor: pointer
}

.browser-tips .close:hover {
	color: #666
}

.sliding-btns {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 1;
	font-size: 0;
	text-align: center
}

.sliding-btns>div {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 32px;
	line-height: 32px;
	overflow: hidden
}

.sliding-btns .sliding-btn {
	width: 80px;
	background-color: #dedede;
	border-radius: 25px;
	cursor: pointer
}

.sliding-btns .sliding-btn .iconfont {
	font-size: 20px;
	color: #707070;
	display: block;
	margin-top: 7px
}

.sliding-btns .sliding-btn.disable {
	cursor: default
}

.sliding-btns .sliding-btn.disable .iconfont {
	color: #ccc
}

.sliding-btns .sliding-pagination-number {
	font-size: 12px;
	color: #999;
	padding: 0 10px
}

.sliding-pagination-bullets {
	text-align: center
}

.sliding-pagination-bullets>span {
	vertical-align: inherit;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.sliding-pagination-bullets>span.active {
	background-color: #ffb200;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: default
}

.selection-wrap {
	position: relative
}

.selection-wrap .selection-trigger {
	float: left;
	padding: 0 12px 0 15px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	cursor: pointer
}

.selection-wrap .selection-trigger .selected-option {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	margin-right: 10px;
	width: 164px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
	cursor: pointer
}

.selection-wrap .selection-trigger .selected {
	color: #666
}

.selection-wrap .selection-trigger .iconfont-arrow {
	font-size: 17px;
	color: #666;
	float: left;
	margin-top: 14px
}

.selection-wrap .selection-trigger .iconfont-arrow.up {
	display: none
}

.selection-wrap .selection-menu {
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	width: 218px;
	max-height: 200px;
	background-color: #fff;
	border: 1px solid #eaeaea
}

.selection-wrap .selection-menu .items {
	display: block;
	padding: 0 15px;
	cursor: pointer
}

.selection-wrap .selection-menu .items .check-box {
	display: none;
	float: right;
	margin-top: 12px;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	overflow: hidden;
	border-radius: 2px
}

.selection-wrap .selection-menu .items .check-box .iconfont {
	font-size: 14px;
	color: #666;
	display: none;
	margin: 0 auto
}

.selection-wrap .selection-menu .items .text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #666
}

.selection-wrap .selection-menu .items:hover {
	color: #666;
	background-color: #f5f5f5
}

.selection-wrap .selection-menu .items.current .text {
	color: #ffb200
}

.selection-wrap .selection-menu .items.current .check-box {
	border-color: #ffb200
}

.selection-wrap .selection-menu .items.current .check-box .iconfont {
	display: block;
	color: #ffb200
}

.selection-wrap.active {
	z-index: 2
}

.selection-wrap.active .selection-trigger .down {
	display: none
}

.selection-wrap.active .selection-menu,
.selection-wrap.active .selection-trigger .up {
	display: block
}

.selection-wrap.multiple .selection-menu .text {
	width: 160px
}

.selection-wrap.multiple .selection-menu .check-box {
	display: block
}

body {
	min-width: 1150px;
	background-color: #f5f5f5
}

.language-switch {
	top: 7px
}

.language-switch .trigger-box .items {
	color: #fff;
	border-color: #fff;
	background-color: transparent
}

.footer-wrap {
	margin-top: 76px;
	height: 275px
}

.icons-index-entrances {
	background-image: url(../images/icons-index-entrances.png)
}

.header-wrap {
	position: relative;
	width: 100%;
	height: 515px;
	background: url(../images/bgi-header.jpg) top no-repeat #fff;
	background-attachment: fixed
}

.header-wrap .jump-link {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 619px;
	text-indent: -999999px
}

.header-wrap .top-wrap {
	padding-top: 40px
}

.brand-slogan {
	position: absolute;
	top: 218px;
	right: auto;
	bottom: auto;
	left: 50%;
	z-index: 2;
	margin-left: -211px;
	width: 422px;
	text-align: center
}

.rolling-number {
	height: 30px;
	margin-top: 10px;
	overflow: hidden
}

.rolling-number a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #fff
}

.rolling-number a .gap {
	font-family: dinot-bold, Microsoft YaHei, 微软雅黑;
	padding: 0 4px;
	font-size: 20px;
	color: #ffb200
}

.header-wrap-main {
	margin: 0 auto;
	padding-top: 250px;
	width: 1150px
}

.header-wrap-main .search-wrap {
	margin: 0 auto;
	width: 760px
}

.search-tabs {
	padding: 22px 0 0 0;
	position: relative
}

.search-tabs .move-arrow {
	position: absolute;
	left: 16.5px;
	top: 58px;
	width: 15px;
	height: 8px;
	background-position: -195px -32px
}

.search-tabs .items {
	display: block;
	margin-right: 20px;
	float: left;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #f7f7f7;
	cursor: pointer;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s
}

.search-tabs .items:hover {
	color: #fff
}

.search-tabs .items.hover {
	color: #fff;
	font-weight: 700;
	cursor: default;
	    opacity: 1;
	    height: 35px;
    background: url(../images/search.png);
    border-radius: 6px 6px 0 0;
    background-position-y: 22px;
    background-position-x: 10px;
    background-repeat: no-repeat;
}
.search-tt{
	position: relative;
}
.search-tt .search-inp{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    padding: 17px 25px;
    width: 590px;
    height:22px;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    border: 0;
    background-color: #fff;
        border-radius: 4px 0px 0px 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.enter-wrap {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08)
}

.enter-wrap .input-box {
	position: relative;
	width: 640px;
	height: 56px;
	background-color: #fff;
	border-radius: 4px 0 0 4px
}

.enter-wrap .input-box .keywords,
.enter-wrap .input-box .placeholder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	padding: 19px 25px;
	width: 590px;
	height: 18px;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	border: 0;
	background-color: transparent
}

.enter-wrap .input-box .placeholder {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
	color: #999
}

.search-btn {
	display: block;
	width: 120px;
	height: 56px;
	overflow: hidden;
	border:0;
	float: right;
	background-color: #fed243;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.search-btn .shouyesousuo {
	font-size: 28px;
	color: #333;
	display: block;
	margin-top: 14px;
	text-align: center;
	margin-top: 5px;
}

.search-btn:hover {
	background-color: #ffc601
}

.notice-wrap {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 10px 0 15px;
	width: 100%;
	font-size: 0;
	text-align: center
}

.notice-wrap .items {
	vertical-align: inherit;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 15px
}

.notice-wrap .items .iconfont {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 17px;
	color: #c3c3c3;
	position: relative;
	top: 1px;
	margin-right: 3px
}

.notice-wrap .items a {
	font-size: 12px;
	color: #c3c3c3
}

.entrances-wrap {
	padding-top: 20px
}

.entrances-wrap .inner {
	width: 1150px;
	margin: 0 auto;
	text-align: center;
	font-size: 0
}

.entrances-wrap .inner .items {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 286px;
	height: 158px;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.entrances-wrap .inner .items:hover {
	background-color: #fff;
	border-color: #eee;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .02), 0 5px 10px 0 rgba(0, 0, 0, .02)
}

.entrances-wrap .inner .items .icons-index-entrances {
	display: block;
	width: 70px;
	height: 70px;
	margin: 24px auto 15px
}

.entrances-wrap .inner .items .text {
	font-size: 20px;
	text-align: center;
	color: #333;
	text-shadow: 1px 1px 0 #fff
}

.entrances-wrap .inner .sale-rent {
	width: 284px
}

.entrances-wrap .sale .icons-index-entrances {
	background-position: -5px -5px
}

.entrances-wrap .sale:hover .icons-index-entrances {
	background-position: -80px -5px
}

.entrances-wrap .new-house .icons-index-entrances {
	background-position: -155px -5px
}

.entrances-wrap .new-house:hover .icons-index-entrances {
	background-position: -230px -5px
}

.entrances-wrap .rent .icons-index-entrances {
	background-position: -305px -5px
}

.entrances-wrap .rent:hover .icons-index-entrances {
	background-position: -380px -5px
}

.entrances-wrap .sale-rent .icons-index-entrances {
	background-position: -455px -5px
}

.entrances-wrap .sale-rent:hover .icons-index-entrances {
	background-position: -530px -5px
}

.common-wrap {
	width: 1150px;
	margin: 50px auto 55px
}

.common-header {
	margin-bottom: 30px
}

.common-header .common-title {
	font-size: 34px;
	font-weight: 700;
	text-shadow: 1px 1px 0 #fff
}

.common-header .goto-box {
	margin-top: 22px
}

.new-house-container {
	margin-top: 40px
}

.garden-container {
	margin-top: 54px;
	background-color: #f1f1f1;
	border: 1px solid #eaeaea
}

.garden-container .btns-garden {
	margin: 6px 0 0 8px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	white-space: nowrap
}

.garden-container .btn-unfollow,
.garden-container .btn-unfollow:link {
	line-height: 32px;
	color: #999;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea
}

.garden-container .btn-concerned-garden,
.garden-container .btn-concerned-garden:link {
	line-height: 34px;
	color: #333;
	background-color: #fff
}

.garden-container .btn-concerned-garden .arrow,
.garden-container .btn-concerned-garden:link .arrow {
	vertical-align: inherit;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	color: #333;
	margin-left: 8px
}

.rent-container,
.sale-container {
	margin-top: 70px
}

.garden-list {
	position: relative
}

.garden-list .inner {
	position: relative;
	width: 100%;
	height: 330px;
	overflow: hidden
}

.garden-list .inner>ul {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 1;
	width: 999999px
}

.garden-list .items {
	display: block;
	float: left;
	width: 1150px
}

.garden-list .items .pic-box {
	position: relative;
	display: block;
	margin-right: 66px;
	width: 420px;
	height: 330px;
	overflow: hidden;
	border-radius: 4px
}

.garden-list .items .chart-box {
	margin: -46px 56px 0 0;
	width: 430px;
	height: 379px
}

.garden-list .items .garden-info {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	line-height: 64px;
	font-size: 20px;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#66000000", endColorstr="#66000000")
}

.garden-list .items .garden-info .name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 22px
}

:root .garden-list .items .garden-info {
	-webkit-filter: none;
	filter: none;
	background-color: rgba(0, 0, 0, .4)
}

.garden-data {
	width: 664px
}

.garden-data .data-info {
	height: 150px;
	overflow: hidden
}

.garden-data .garden-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -8px;
	font-size: 28px
}

.garden-data .average-price-title,
.garden-data .garden-title {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	max-width: 296px;
	font-weight: 700
}

.garden-data .average-price-title {
	height: 34px;
	font-size: 18px
}

.garden-data .garden-house {
	margin-left: -20px;
	padding-top: 42px
}

.garden-data .garden-house .items {
	position: relative;
	margin-left: 20px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	overflow: hidden
}

.garden-data .garden-house .count {
	margin-right: 2px;
	color: #ffb200;
	text-decoration: underline
}

.garden-data .garden-house .arrow {
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 20px;
	right: 12px;
	bottom: auto;
	left: auto;
	z-index: 1;
	font-weight: 700
}

.garden-data .garden-house .follow-sale {
	width: 287px;
	padding-left: 15px
}

.garden-data .garden-house .follow-rent {
	width: 323px;
	padding-left: 15px
}

.garden-data .garden-house .follow-rent .new {
	margin-left: 20px
}

.garden-data .garden-house .follow-rent .link,
.garden-data .garden-house .follow-sale .link {
	margin-right: 15px;
	color: #999;
	font-size: 14px;
	line-height: 54px
}

.garden-data .garden-house .follow-rent .link:hover,
.garden-data .garden-house .follow-sale .link:hover {
	color: #999
}

.garden-data .garden-house .follow-rent .link.disable,
.garden-data .garden-house .follow-sale .link.disable {
	cursor: default
}

.garden-data .garden-house .follow-rent .link.disable .count,
.garden-data .garden-house .follow-sale .link.disable .count {
	color: #999;
	text-decoration: none
}

.garden-data .data-shows {
	margin-top: 25px;
	color: #999;
	text-align: right
}

.garden-price-info {
	padding-top: 18px
}

.garden-price-info .title {
	font-size: 14px;
	font-weight: 700
}

.garden-price-info .title .arrow-right {
	font-size: 12px;
	color: #999
}

.garden-price-info .title .text {
	padding-left: 5px;
	color: #666
}

.garden-price-info .title.rise .arrow-right {
	margin-right: 3px
}

.garden-price-info .title.rise .arrow-right,
.garden-price-info .title.rise .proportion {
	color: #ff5860
}

.garden-price-info .title.fall .arrow-right {
	margin-right: 3px
}

.garden-price-info .title.fall .arrow-right,
.garden-price-info .title.fall .proportion {
	color: #15b057
}

.garden-price-info .price {
	margin-top: -4px;
	height: 99px;
	font-size: 24px;
	font-weight: 700;
	overflow: hidden
}

.garden-price-info .price a {
	color: #1cd1a1
}

.garden-price-info .price .number {
	font-family: dinot-bold, Microsoft YaHei, 微软雅黑;
	position: relative;
	top: 3px;
	font-size: 66px
}

.clickable-items {
	position: relative;
	float: left;
	margin-left: 22px;
	display: block;
	width: 160px;
	height: 150px;
	background-color: #e8e8e8;
	border-radius: 5px;
	overflow: hidden
}

.clickable-items .icon-status {
	position: absolute;
	top: 18px;
	right: auto;
	bottom: auto;
	left: 18px;
	z-index: 1;
	font-size: 16px;
	color: #666;
	font-weight: 700
}

.clickable-items .icon-status.rise {
	color: red
}

.clickable-items .icon-status.fall {
	color: #15b057
}

.clickable-items .words {
	margin-top: 36px;
	font-size: 14px;
	text-align: center
}

.clickable-items .words .number {
	font-family: dinot-bold, Microsoft YaHei, 微软雅黑;
	position: relative;
	top: 2px;
	padding-right: 2px;
	font-size: 42px;
	font-weight: 700
}

.clickable-items .description {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 1;
	width: 100%;
	font-size: 14px;
	text-align: center
}

.clickable-items:hover {
	color: #333
}

.deal-price {
	padding-top: 60px
}

.deal-price .input-box {
	position: relative;
	width: 486px;
	height: 42px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-right: 0;
	border-radius: 4px 0 0 4px
}

.deal-price .input-box .keywords,
.deal-price .input-box .placeholder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	padding: 12px 25px;
	width: 436px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	border: 0;
	background-color: transparent
}

.deal-price .input-box .placeholder {
	z-index: 1;
	color: #999;
	cursor: text
}

.deal-price .search-btn {
	width: 88px;
	height: 44px
}

.deal-price .search-btn .shouyesousuo {
	font-size: 20px;
	color: #333;
	margin-top: 13px
}

.deal-price .search-btn:hover {
	background-color: #ffc601
}

.autocompleter-layer {
	z-index: 90
}

.vr-wrap {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	z-index: 1;
	margin: -23px 0 0 -23px;
	width: 46px;
	height: 46px
}

.vr-wrap:before {
	top: 0;
	left: 0;
	content: "";
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 100%;
	opacity: .7;
	filter: alpha(opacity=70)
}

.vr-wrap .vr,
.vr-wrap:before {
	position: absolute;
	right: auto;
	bottom: auto;
	z-index: 1;
	display: block
}

.vr-wrap .vr {
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	width: 52px;
	height: 52px
}

.login-link{
	color: #fff;
	width: 120px;
}
.login-link a{
	color: #fff;
}
.login-link em{
    margin: 0 5px 0 5px;
} 