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

.login_layer .link-btn {
	cursor: pointer;
	color: #3072f6
}

.login_layer .link-btn:hover {
	text-decoration: underline
}
.login_layer .login_bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0
}

.login_layer .login_panel {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 300px;
	padding: 40px;
	height: auto;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 1px 3px 14px rgba(0, 0, 0, .3);
	border-radius: 2px
}

.login_layer .login_panel a {
	cursor: pointer
}

.login_layer .login_panel .login_panel_close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 4px;
	font-size: 18px
}

.login_layer .login_panel .login_panel_label {
	min-height: 20px;
	line-height: 20px;
	margin-bottom: 40px;
	padding-left: 0
}

.login_layer .login_panel .login_panel_label .login_panel_title {
	float: left;
	font-size: 20px;
	color: #101d37;
	font-weight: 700
}

.login_layer .login_panel .login_panel_label .login_panel_hint {
	color: #aaa;
	padding: 40px 0 0;
	line-height: 1;
	font-size: 14px
}

.login_layer .login_panel .form .input_box {
	border-radius: 2px
}

.login_layer .login_panel .form .input_box .form_input_item {
	overflow: hidden;
	border: 1px solid #dbdbdb;
	color: #555;
	clear: both;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-top: -1px
}

.login_layer .login_panel .form .input_box .form_input_item.input_error {
	border: 1px solid #db4c3f;
	margin-top: -1px;
	z-index: 2
}

.login_layer .login_panel .form .input_box .form_input_item.first_child {
	border-radius: 2px 2px 0 0
}

.login_layer .login_panel .form .input_box .form_input_item.last_child {
	border-radius: 0 0 2px 2px
}

.login_layer .login_panel .form .input_box .form_input_item input {
	border: 0;
	padding: 0 0 0 16px;
	width: 282px;
	height: 50px;
	line-height: 50px;
	color: #101d37;
	font-size: 14px;
	outline: none
}

.login_layer .login_panel .form .input_box .form_input_item input::placeholder {
	color: #bbb
}

.login_layer .login_panel .form .input_box .form_input_item input.code_type {
	width: 151px;
	float: left
}

.login_layer .login_panel .form .input_box .form_input_item input.password_type {
	width: 242px;
	float: left;
	padding-right: 10px
}

.login_layer .login_panel .form .input_box .form_input_item .password-view {
	cursor: pointer;
	display: inline-block;
	width: 18px;
	height: 12px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAAXNSR0IArs4c6QAAAZFJREFUKBWVUr1Kw1AYvUkLqVYQWkEKoosOUfABsrW0uIkv4OCgg3RxFN2EPkAH38DFwUkRTLFENNBdydS5U7sZGpo0nnPpDdcioh/c3PP9nZzvSwzxg3W73ZUkSU7SNN1HegunaBhGH/4L8E2j0XidbzP0gO/7C2EYXqGhibil5+awl8/nm9Vq9V3FMyKoWIOKB5DsqmShUBDlclm6w+FQjMdjleId5nK5o1qtdktHEpEkjuM3+OsM0iqVirBtW5imKf3pdCqCIBCDwUD6s0eCkQ/q9fq9AZIlKOlBybaqoBLHccRoNJLNjJO0VCoJjD+v7BMv2zGh5FonYRPHoRIqiKJIHmLG1Kism1kRatsmpGV7Upn/3qBYNDHGKUBfb+ZiuROOY1mWPMSMMacbelMs/Vyq6XQ63M8zRlxVRX9ctgDRBZbdysbyPM+eTCaPINtQZL99fiqBtfBzXrI+I6Ljuu4yCtqAhyj6lmNeGWo+gM+gxM1iCug3RwXRMWJ7aNrEHcPvA/v4cnf4o5+AU73nC9g2uaV8RfBsAAAAAElFTkSuQmCC)
}

.login_layer .login_panel .form .input_box .form_input_item .verifyimg {
	float: right;
	height: 45px;
	width: 125px
}

.login_layer .login_panel .form .input_box .form_input_item .addtional_a {
	line-height: 50px;
	color: #101d37;
	float: right
}

.login_layer .login_panel .form .input_box .form_input_item .addtional_a em {
	padding: 0 16px;
	border-left: 1px solid #dbdbdb
}

.login_layer .login_panel .form .login_error {
	color: #db4c3f;
	padding: 24px 0 0;
	line-height: 14px
}

.login_layer .login_panel .form .login_voice a {
	loat: none;
	text-decoration: underline;
	color: #101d37;
	cursor: pointer
}

.login_layer .login_panel .form .login_protocol,
.login_layer .login_panel .form .login_remember {
	color: #555;
	clear: both;
	position: relative;
	line-height: 23px;
	margin: 24px 0;
	overflow: hidden
}

.login_layer .login_panel .form .login_protocol .checkbox-btn,
.login_layer .login_panel .form .login_remember .checkbox-btn {
	cursor: pointer;
	float: left
}

.login_layer .login_panel .form .login_protocol .checkbox-btn input[type=checkbox][value="1"]+.checkbox,
.login_layer .login_panel .form .login_remember .checkbox-btn input[type=checkbox][value="1"]+.checkbox {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAMAAAB2Mu6sAAAAYFBMVEVMaXE6h/YA//87h/U7hvVVqv87hvY6h/Q7h/Q6h/Q6h/U6h/U7hvY7hvQ6h/U6h/U6h/Q5iPU7h/M6h/Q6h/Q4hfI6hvU6h/U6h/U6h/U7h/U/f/87h/U6h/Q8hfM7h/VEXyMmAAAAH3RSTlMAOAGC8QM99flHcZtT/ojtfTJCd44U0U6joGkMvpMuWVrMyQAAAHJJREFUeNp10dcOgDAIBVC1atXWvSf//5cKiVoD8nR7SDqoJ5WdItHHBGapkyYAYH48X7jrx1fXG3TIMPZD8XrsOoC63Q/RW8obRuV6xRY1RfXdtr28xMAPPMg7dsVck/PHUu2BJ3ZMIA2UnJcVRi1/zglAzA109GHv+gAAAABJRU5ErkJggg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 10px
}

.login_layer .login_panel .form .login_protocol .checkbox-btn .checkbox,
.login_layer .login_panel .form .login_remember .checkbox-btn .checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	position: relative;
	margin-right: 6px;
	cursor: pointer;
	float: left;
	line-height: 47px
}

.login_layer .login_panel .form .login_protocol .checkbox-btn .checkbox.active,
.login_layer .login_panel .form .login_remember .checkbox-btn .checkbox.active {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAMAAAB2Mu6sAAAAYFBMVEVMaXE6h/YA//87h/U7hvVVqv87hvY6h/Q7h/Q6h/Q6h/U6h/U7hvY7hvQ6h/U6h/U6h/Q5iPU7h/M6h/Q6h/Q4hfI6hvU6h/U6h/U6h/U7h/U/f/87h/U6h/Q8hfM7h/VEXyMmAAAAH3RSTlMAOAGC8QM99flHcZtT/ojtfTJCd44U0U6joGkMvpMuWVrMyQAAAHJJREFUeNp10dcOgDAIBVC1atXWvSf//5cKiVoD8nR7SDqoJ5WdItHHBGapkyYAYH48X7jrx1fXG3TIMPZD8XrsOoC63Q/RW8obRuV6xRY1RfXdtr28xMAPPMg7dsVck/PHUu2BJ3ZMIA2UnJcVRi1/zglAzA109GHv+gAAAABJRU5ErkJggg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 10px
}

.login_layer .login_panel .form .login_protocol .checkbox-btn .mind-login,
.login_layer .login_panel .form .login_remember .checkbox-btn .mind-login {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.login_layer .login_panel .form .login_protocol .login_panel_forget_password,
.login_layer .login_panel .form .login_remember .login_panel_forget_password {
	float: right;
	color: #101d37
}

.login_layer .login_panel .form .login_panel_op {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	background: #3072f6;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	margin-top: 24px
}

.login_layer .login_panel .form .login_panel_op:hover {
	background: #447ff6;
	text-decoration: none
}

.login_layer .login_panel .form .change_login_type {
	padding: 24px 0 0;
	height: 14px;
	line-height: 14px;
	color: #3072f6;
	display: inline-block
}

.login_layer .login_panel .form .login_panel_change_login_type .link-btn {
	color: inherit
}

.login_layer .login_panel .form .login_panel_change_login_type .link-btn:hover {
	color: #3072f6
}

.login_layer .login_panel .set_password_success {
	display: none;
	text-align: center
}

.login_layer .login_panel .set_password_success .succ_tit {
	font-weight: 700;
	font-size: 18px
}

.login_layer .login_panel .set_password_success .succ_desc {
	font-size: 14px;
	margin-top: 20px
}

.login_layer .login_panel .set_password_success .succ_desc a {
	color: #3072f6;
	text-decoration: none
}

.login_layer .login_panel .set_password_success .succ_desc a:hover {
	text-decoration: underline
}

.brand {
	position: relative;
	top: 0;
	display: inline-block;
	margin-right: 2px;
	margin-left: 5px
}

.brand .brand_tag {
	width: auto !important;
	padding: 0 2px;
	height: 17px;
	line-height: 17px !important;
	text-align: center;
	border-radius: 2px;
	color: #9399a5 !important;
	font-weight: 400 !important;
	font-size: 11px;
	display: inline-block;
	margin-left: 3px !important
}

.brand .brand_tag,
.brand .brand_tag.brand_tag_lj {
	background-color: #eff0f2
}

.brand .brand_desc {
	display: none;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	width: 157px;
	line-height: 16px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 12px;
	color: #394043;
	position: absolute !important;
	top: 22px;
	left: -30px;
	z-index: 2;
	text-align: left
}

.brand:hover .brand_desc {
	display: block
}

.brand .brand_info {
	background-image: url("/pc/asset/img/brand-info-icon.png");
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	margin-right: 4px;
	position: relative;
	top: 3px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.brand .brand_info {
		background-image: url("/pc/asset/img/brand-info-icon@2x.png")
	}
}

::selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

::-moz-selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

::-webkit-selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

body,
div,
p {
	margin: 0;
	padding: 0
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

img {
	border: 0;
	vertical-align: top
}

dd,
dl,
dt,
li,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 400
}

button,
input,
textarea {
	margin: 0;
	padding: 0;
	outline: none;
	resize: none;
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53  b8b\4F53", SimSun, sans-serif
}

input[type=search] {
	box-sizing: content-box
}

button {
	border: 0
}

b,
em,
i,
strong {
	font-weight: 400;
	font-style: normal
}

iframe {
	border: 0;
	margin: 0;
	padding: 0
}

body {
	font-size: 14px;
	color: #101d37;
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53  b8b\4F53", SimSun, sans-serif;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lianjia-header {
	height: 55px;
	line-height: 55px;
	background: #3072f6;
	color: #fff
}

.lianjia-header .welcome {
	font-size: 12px
}

.lianjia-header .logo {
	margin-top: 12px;
	display: block;
	height: 30px;
	background-image: url(/pegasus/redskull/images/common/logo.png?v=7bcb6888);
	width: 100px;
	background-repeat: no-repeat
}

.lianjia-header .nav {
	width: 900px
}

.lianjia-header .nav .login .typeShowUser a {
	font-size: 14px
}

.lianjia-header .nav .login .typeShowUser>a {
	margin: 0
}

.lianjia-header .nav ul {
	text-align: right;
	padding-top: 0;
	float: right;
	clear: both;
	margin-left: 20px
}

.lianjia-header .nav ul li {
	float: left;
	position: relative
}

.lianjia-header .nav ul li.hover:hover {
	z-index: 1005
}

.lianjia-header .nav ul li.hover:hover .nav-list {
	opacity: 1;
	position: absolute;
	display: block\9;
	pointer-events: auto;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	z-index: 99999
}

.lianjia-header .nav ul li.hover .nav-list {
	width: 100px;
	position: absolute;
	height: 20px;
	left: 50%;
	margin-left: -38px;
	top: 42px;
	z-index: 99999;
	opacity: 0;
	display: none\9;
	transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0)
}

.lianjia-header .nav ul li.hover .nav-list-xinfang {
	top: 26px
}

.lianjia-header .nav ul li.hover dd {
	position: absolute;
	margin-top: 13px;
	background: #f9f9f9;
	border-radius: 2px;
	width: 124px;
	left: -25px;
	padding: 10px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.lianjia-header .nav ul li.hover dd img {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 13px
}

.lianjia-header .nav ul li.hover dd i {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 53px;
	top: -10px
}

.lianjia-header .nav ul li.hover dd dl {
	height: 30px;
	line-height: 30px
}

.lianjia-header .nav ul li.hover dd dl a {
	color: #101d37;
	float: left;
	padding: 0;
	margin-left: 20px;
	font-size: 14px
}

.lianjia-header .nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none
}

.lianjia-header .nav ul li a.on {
	background: #30965c
}

.lianjia-header .nav .login a {
	font-size: 16px;
	color: #fff;
	margin: 0 5px
}

.lianjia-header .nav .ti-hover {
	position: relative;
	z-index: 99
}

.lianjia-header .nav .ti-hover:hover .user-news ul {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block\9;
	pointer-events: auto;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1)
}

.lianjia-header .nav .typeShowUser,
.lianjia-header .nav .typeUserInfo {
	position: relative;
	z-index: 2
}

.lianjia-header .nav .typeShowUser .login_bubble_tip,
.lianjia-header .nav .typeUserInfo .login_bubble_tip {
	background: #e2655c;
	font-size: .875em;
	padding: 1px 3px;
	margin-left: 5px;
	width: auto;
	display: inline;
	float: none
}

.lianjia-header .nav .typeShowUser a span,
.lianjia-header .nav .typeUserInfo a span {
	max-width: 45px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left
}

.lianjia-header .nav .typeShowUser a span.log,
.lianjia-header .nav .typeShowUser a span.reg,
.lianjia-header .nav .typeUserInfo a span.log,
.lianjia-header .nav .typeUserInfo a span.reg {
	float: none;
	display: inline;
	position: relative;
	top: 1px
}

.lianjia-header .nav .user-news {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	cursor: pointer
}

.lianjia-header .nav .user-news i {
	display: inline-block;
	background: #e2655c;
	font-size: .875em;
	text-align: center;
	height: 11px;
	line-height: 11px;
	padding: 1px
}

.lianjia-header .nav .user-news>i {
	position: absolute;
	top: 18px;
	right: 37px;
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #e2655c;
	color: #fff
}

.lianjia-header .nav .user-news .userNewsTriangle {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 53px;
	top: -10px
}

.lianjia-header .nav .user-news ul {
	width: 198px;
	background: #f9f9f9;
	border-radius: 2px;
	padding-top: 0;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -120px;
	filter: alpha(opacity=0);
	display: none\9;
	opacity: 0;
	transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
	padding: 10px 0;
	border: 1px solid #e4e4e4
}

.lianjia-header .nav .user-news ul li {
	clear: both;
	color: #9399a5;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	width: 201px
}

.lianjia-header .nav .user-news ul li a {
	color: #9399a5;
	font-size: 12px;
	text-shadow: none;
	font-weight: 400;
	margin-left: 0
}

.lianjia-header .nav .user-news ul li a .unreadNumber {
	float: none;
	display: inline-block;
	font-size: .875em;
	text-align: center;
	height: 11px;
	line-height: 11px;
	padding: 1px;
	color: #f46a1f;
	font-weight: 700;
	margin: 0 3px
}

.lianjia-header .nav .user-news ul li.s-li {
	height: 0;
	position: relative;
	left: 25px;
	top: -10px
}

@media only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	.lianjia-header .logo {
		background: url(/pegasus/redskull/images/common/logo@2x.png?v=80db8936);
		background-size: 148px 30px
	}
}

.lianjia-header .logo_dl {
	margin-top: 12px !important;
	width: 259px !important;
	display: block !important;
	height: 30px !important;
	background: url(/pegasus/redskull/images/common/logo_dl_old.png?v=c3ae9a2d) !important;
	background-repeat: no-repeat !important
}

.lianjia-header .nav_dl {
	width: 740px !important
}

.lianjia-header .nav_dl ul {
	width: 604px !important
}

.ui-autocomplete {
	padding-top: 0;
	position: relative;
	box-shadow: none
}

.ui-autocomplete .ui-menu-item .hot-title {
	width: 325px;
	display: inline-block;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ui-autocomplete .ui-menu-item .hot-title .sug_region {
	line-height: 35px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 2px;
	font-size: 14px;
	color: #a0a3a5;
	margin-right: 4px;
	display: inline-block;
	width: 48px
}

.ui-autocomplete .ui-menu-item .hot-title .region_grey {
	color: #9399a5
}

.ui-autocomplete .ui-menu-item .hot-title .hls_text {
	color: #3072f6
}

.searchs {
	height: 48px;
	line-height: 48px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-size: 18px 62px;
	width: 100%;
	background-color: #f1f1f1
}

.searchs .search-txt {
	width: 720px
}

.searchs .search-txt .yjwd {
	line-height: 33px
}

.searchs .search-txt .yjwd a {
	font-size: 12px;
	color: #aaa;
	font-weight: 700
}

.searchs .search-txt .yjwd a:hover {
	text-decoration: none
}

.searchs .search-txt .yjwd i {
	display: block;
	float: left;
	padding-top: 11px;
	margin-right: 5px
}

.searchs .search-txt .yjwd img {
	width: 12px;
	height: 12px
}

.searchs .search-txt .search-tab {
	float: left;
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 35px;
	position: relative
}

.searchs .search-txt .search-tab .suggest-wrap {
	top: 5px;
	float: right;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 99;
	display: none;
	left: -1px;
	padding: 0
}

.searchs .search-txt .search-tab .suggest-wrap .title {
	background: #f2f4f7;
	color: #718aa6;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	padding-left: 14px
}

.searchs .search-txt .search-tab i.icon {
	width: 7px;
	height: 4px;
	display: block;
	float: left;
	margin-top: 16px;
	margin-right: 8px;
	position: absolute;
	left: 60px;
	z-index: 98
}

.searchs .search-txt .search-tab .check {
	position: absolute;
	z-index: 98;
	height: 35px;
	line-height: 35px;
	width: 70px;
	text-align: center;
	cursor: pointer
}

.searchs .search-txt .search-tab ul.tabs {
	width: 70px;
	float: left;
	position: absolute;
	z-index: 99;
	height: 35px;
	overflow: hidden;
	top: 0;
	background: #fff;
	display: none
}

.searchs .search-txt .search-tab ul.tabs li {
	height: 35px;
	line-height: 35px;
	text-align: center
}

.searchs .search-txt .search-tab ul.tabs li:hover {
	background: #f9f9f9
}

.searchs .search-txt .search-tab ul.tabs li label {
	cursor: pointer
}

.searchs .search-txt .search-tab ul.tabs li a {
	color: #101d37
}

.searchs .search-txt .search-tab .txt-serach {
	position: absolute;
	left: 0;
	top: 0
}

.searchs .search-txt .search-tab .txt-serach input {
	float: left;
	padding-left: 75px;
	width: 425px;
	height: 31px;
	border: 0;
	background: #fff;
	line-height: 31px;
	position: relative;
	top: 2px
}

.searchs .search-txt .search-tab .txt-serach .hot-sug {
	display: none;
	margin-top: 36px;
	margin-left: -1px;
	position: absolute;
	z-index: 999
}

.searchs .search-txt .search-tab .txt-serach .hot-sug ul {
	width: 502px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	display: none
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li {
	height: 35px;
	line-height: 35px;
	padding: 0 14px
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name {
	background: #f2f4f7;
	color: #718aa6;
	font-weight: 700
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name:hover {
	background: #f2f4f7
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.del {
	display: none;
	text-align: right;
	cursor: pointer
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.del:hover {
	background: #fff
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li a {
	color: #101d37;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	width: 100%
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li:hover {
	background: #f2f2f2
}

.searchs .search-txt form {
	width: 620px;
	float: left
}

.searchs .search-txt .act-search {
	width: 100px;
	height: 36px;
	border: 1px solid #aa4741;
	border-radius: 2px;
	float: left;
	margin-left: 10px;
	background: #c7524b;
	color: #fff;
	line-height: 36px;
	font-weight: 700;
	font-size: 14px
}

.searchs .last {
	color: #9399a5;
	line-height: 35px;
	width: 190px
}

.searchs .last b {
	color: #9399a5;
	font-weight: 700;
	float: left
}

.searchs .last a {
	color: #9399a5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100px
}

.searchs .last i {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: 8px;
	margin-right: 10px;
	float: left
}

.searchs .last .ditu {
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 700;
	color: #101d37;
	background: #f8f8f9
}

.searchs .last .ditu i {
	width: 13px;
	height: 13px;
	margin: 0;
	margin-top: 11px;
	margin-right: 5px
}

.searchs .last .ditu a {
	width: 81px;
	color: #101d37;
	display: block;
	text-overflow: inherit;
	white-space: inherit;
	overflow: auto
}

.savesearch {
	position: absolute;
	right: 3px;
	top: -6px;
	width: 125px
}

.savesearch,
.savesearch .cunn {
	display: none
}

.savesearch .icon {
	width: 16px;
	height: 11px;
	position: absolute;
	right: 53px;
	top: 38px;
	z-index: 10
}

.savesearch ul {
	background: #fff;
	z-index: 9;
	width: 502px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	right: -4px;
	top: 42px
}

.savesearch span {
	cursor: pointer;
	color: #aaa
}

.savesearch span label {
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	right: 10px;
	top: 21px
}

.savesearch i {
	background: none;
	float: left
}

.savesearch li {
	margin: 0 15px;
	line-height: 35px;
	cursor: pointer
}

.savesearch li.more {
	text-align: center;
	font-size: 12px;
	color: #9399a5
}

.savesearch li.title {
	height: 35px;
	line-height: 35px;
	background: #f5f5f6;
	margin: 0;
	padding: 0 15px;
	border-bottom: 1px solid #e4e6f0;
	cursor: default;
	color: #9399a5;
	font-weight: 700
}

.savesearch li.list {
	height: 108px;
	overflow: hidden
}

.savesearch .li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #101d37;
	padding-right: 30px
}

.savesearch .li .se {
	background: #f1f1f1;
	margin: 7px 8px 7px 0;
	padding: 10px 4px;
	line-height: 0;
	border-radius: 1px;
	color: #9399a5
}

.savesearch .li .ti {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	color: #101d37
}

.savesearch a {
	color: #555;
	font-size: 12px
}

.intro {
	height: 46px;
	line-height: 46px;
	background: #f1f1f1;
	border-top: 1px solid #eee
}

.intro .container {
	width: 1000px;
	margin: 0 auto
}

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

.intro .l-txt i {
	width: 13px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 3px
}

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

.intro .l-txt span.stp {
	color: #9399a5;
	font-family: simsun
}

.intro .l-txt .num {
	color: #e4393c
}

.intro .r-txt {
	color: #888
}

.intro .r-txt .desc {
	color: #3072f6
}

.wrap-video-all {
	float: left;
	margin: 0 -50px 0 -80px;
	line-height: 36px;
	color: #9399a5;
	cursor: pointer
}

.wrap-video-all img {
	position: relative;
	top: 10px;
	left: 0;
	height: 14px;
	margin-right: 5px
}

.wrap-video-all a {
	color: #9399a5
}

.wrap-video-all:hover {
	text-decoration: underline
}

.video-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	width: 100%;
	height: 100%
}

.video-box .video-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: absolute
}

.video-box .video-embed {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	float: left;
	padding: 20px;
	width: 650px;
	height: 490px;
	border-radius: 5px
}

.video-box .video-embed .video-title {
	float: left;
	width: 650px;
	margin-bottom: 16px
}

.video-box .video-embed .video-title .video-app-download {
	position: relative;
	margin-left: 18px
}

.video-box .video-embed .video-title .video-app-download a {
	cursor: pointer;
	color: #22b97a
}

.video-box .video-embed .video-title .video-app-download a .video-logo-app {
	margin-right: 7px;
	position: relative;
	left: 0;
	top: 1px;
	height: 17px
}

.video-box .video-embed .video-title .video-app-download a span {
	position: relative
}

.video-box .video-embed .video-title .video-app-download a:hover {
	text-decoration: underline
}

.video-box .video-embed .video-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px
}

.advert .entry {
	position: fixed;
	left: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 100
}

.advert .entry img {
	width: 163px
}

.advert .huodongBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1011
}

.advert .huodongBox img {
	width: 750px
}

.advert .huodongBox img.advertClose {
	width: 42px;
	height: 42px;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer
}

.advert .huodong-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -245px 0 0 -335px
}

.agent_erudite {
	position: relative
}

.agent_erudite:after {
	content: "";
	position: absolute;
	left: -3%;
	right: -3%;
	padding-top: 40%;
	bottom: -9%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain
}

.agent_erudite.expert:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_expert@2x.png?v=0c4928d5)
}

.agent_erudite.master:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_master@2x.png?v=1dc672de)
}

.agent_erudite.prof:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_prof@2x.png?v=9024e569)
}

.agent_erudite.star:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_star@2x.png?v=77f466b2)
}

.page-box a {
	height: 30px;
	padding: 0 12px;
	margin-left: 5px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #b0b4b9;
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #555;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle
}

.page-box a.on {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: default;
	background: #f8f8f9
}

.page-box span {
	font-size: 16px;
	margin: 0 8px 0 13px
}

.page-box .blue-btn {
	border-color: #1f66c3;
	color: #fff;
	width: auto;
	padding: 0 30px
}

.page-box .blue-btn:hover {
	background-position: 0 -90px;
	text-decoration: none
}

a {
	text-decoration: none
}

a,
a:focus {
	outline: none
}

a:hover {
	text-decoration: underline
}

.mtl {
	margin-top: 20px
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}

.clear {
	display: inline-table;
	*zoom: 1
}

* html .clear {
	height: 1%
}

.clear {
	display: block
}

.hide,
.index_h1 {
	display: none
}

::selection {
	color: #fff;
	background-color: #1688be
}

::-moz-selection {
	color: #fff;
	background-color: #1688be
}

::-webkit-selection {
	color: #fff;
	background-color: #1688be
}

.left {
	float: left
}

.right {
	float: right
}

.fs14 {
	font-size: 14px
}

.ft-num {
	font-family: Arial, sans-serif
}

.wrapper {
	width: 1000px;
	margin: 0 auto
}

.wrapper-xinfang {
	width: 1150px;
	margin: 0 auto
}

.p {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1
}

.box-shadow {
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 62%, .2)
}

@media screen {
	.lazyload {
		opacity: 0
	}

	.lazyload.loaded {
		transition: opacity .3s ease-in;
		opacity: 1
	}
}

.lj-lazy,
.new-default-icon {
	background-color: #f5f5f6;
	background-image: url(/pegasus/redskull/images/common/default_icon.png?v=3ce2c15b);
	background-image: -webkit-image-set(url(/pegasus/redskull/images/common/default_icon.png?v=3ce2c15b) 1x, url(/pegasus/redskull/images/common/default_icon@2x.png?v=0bc9dbf2) 2x);
	background-repeat: no-repeat;
	background-position: 50%
}

.default-house-list {
	display: block;
	background: url(/pegasus/redskull/images/common/default_house_list.png?v=3f8f19c3) no-repeat 50%/cover
}

.default-house-detail {
	display: block;
	background: url(/pegasus/redskull/images/common/default_house_detail.png?v=26b3a365) no-repeat 50%/cover
}

.lianjiaim {
	position: fixed;
	right: 0;
	bottom: 0;
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53  b8b\4F53", SimSun, sans-serif;
	z-index: 1000;
	transition: bottom .2s
}

.lianjiaim * {
	box-sizing: content-box
}

.lianjiaim .fl {
	float: left
}

.lianjiaim .fr {
	float: right
}

.lianjiaim .fwbold {
	font-weight: 700
}

.lianjiaim ::-webkit-input-placeholder {
	color: #a9a9a9
}

.lianjiaim-shandow {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.im-fold.lianjiaim {
	bottom: -394px;
	transition: bottom .2s
}

.im-fold .lianjiaim-head-closebtn,
.im-fold .lianjiaim-lianjiaim-head-num {
	display: none
}

.lianjiaim-wrap {
	position: relative;
	float: right;
	height: 434px;
	z-index: 2
}

.lianjiaim-head {
	width: 200px;
	height: 40px;
	padding-left: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) no-repeat 12px 12px #fff;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim@2x.png?v=2e65474f) 2x) no-repeat 12px 12px #fff;
	cursor: pointer
}

.lianjiaim-head span {
	margin-right: 5px;
	vertical-align: middle
}

.lianjiaim-head-num {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	background: #e4393c
}

.lianjiaim-head-closebtn {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 999em;
	overflow: hidden;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) no-repeat 12px -108px;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim@2x.png?v=2e65474f) 2x) no-repeat 12px -108px;
	cursor: pointer
}

.lianjiaim-body {
	height: 393px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto
}

.lianjiaim-body-item {
	position: relative;
	height: 71px;
	overflow: hidden;
	cursor: pointer
}

.lianjiaim-body-item.offline .im-item-show .im-item-avatar {
	opacity: .5
}

.lianjiaim-body-item.del .im-item-show {
	opacity: .2;
	transition: opacity .2s
}

.lianjiaim-body-item.del .im-item-delete {
	right: 0;
	transition: right .2s
}

.lianjiaim-body-item .im-item-show {
	position: relative;
	height: 70px;
	margin-left: 15px;
	border-bottom: 1px solid #e9f0ec;
	overflow: hidden;
	opacity: 1;
	transition: opacity .2s
}

.lianjiaim-body-item .im-item-show table {
	width: 100%;
	padding: 0;
	border-collapse: collapse
}

.lianjiaim-body-item .im-item-avatar {
	position: relative;
	width: 40px;
	height: 70px;
	line-height: 70px
}

.lianjiaim-body-item .im-item-avatar img {
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle
}

.lianjiaim-body-item .im-item-avatar i {
	position: absolute;
	right: 0;
	top: 16px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	background: #e4393c
}

.lianjiaim-body-item .im-item-cont {
	height: 40px;
	padding: 15px 3px 15px 12px
}

.lianjiaim-body-item .im-item-cont span {
	display: block;
	width: 150px;
	line-height: 20px;
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis
}

.lianjiaim-body-item .im-item-cont .name {
	color: #101d37;
	font-size: 14px;
	font-weight: 700
}

.lianjiaim-body-item .im-item-cont .text {
	color: #666;
	font-size: 12px
}

.lianjiaim-body-item .im-item-time {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #9399a5;
	font-size: 12px
}

.lianjiaim-body-item .im-item-delbtn {
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
	padding: 0 5px;
	color: #5a5a5a;
	font-size: 12px;
	font-family: simsun, serif
}

.lianjiaim-body-item .im-item-delbtn:hover {
	text-decoration: none
}

.lianjiaim-body-item .im-item-delete {
	position: absolute;
	right: -240px;
	top: 0;
	width: 100%;
	height: 40px;
	padding: 15px 0 16px;
	text-align: center;
	background: #e96063;
	background: rgba(228, 57, 60, .8);
	transition: right .2s
}

.lianjiaim-body-item .im-item-delete div {
	display: inline-block;
	vertical-align: middle
}

.lianjiaim-body-item .im-item-delete span {
	display: block;
	line-height: 20px;
	color: #fff
}

.lianjiaim-body-item .im-item-delete .title {
	font-size: 14px;
	font-weight: 700
}

.lianjiaim-body-item .im-item-delete .cont {
	font-size: 12px
}

.lianjiaim-body-item .im-item-delete .im-item-delbtnwrap {
	margin-left: 15px
}

.lianjiaim-body-item .im-item-delete .im-btn {
	display: inline-block;
	width: 41px;
	height: 30px;
	margin: 5px 0 5px 5px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #e4393c
}

.lianjiaim-body-item .im-item-delete .im-btn:hover {
	color: #e4393c;
	background: #fff
}

.lianjiaim-noagent {
	margin-top: 85px;
	padding-top: 90px;
	text-align: center;
	background-image: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim_noagent.png?v=9dc2170c);
	background-image: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim_noagent.png?v=9dc2170c) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim_noagent@2x.png?v=8fc5bd4a) 2x);
	background-position: 50% 0;
	background-repeat: no-repeat
}

.lianjiaim-noagent .noagent-title {
	padding-bottom: 10px;
	color: #5a5a5a;
	line-height: 16px;
	font-size: 16px;
	font-weight: 700
}

.lianjiaim-noagent .noagent-sub {
	color: #888;
	font-size: 12px
}

.lianjiaim-window {
	position: relative;
	float: right;
	width: 380px;
	height: 434px;
	border-right: 1px solid #ddd;
	background: #f3f3f3;
	z-index: 1
}

.lianjiaim-window.disabled .im-wc-chat {
	bottom: 51px
}

.lianjiaim-window.disabled .im-wc-input {
	height: 40px
}

.lianjiaim-window.disabled .im-btn-container,
.lianjiaim-window.disabled .im-input-container {
	display: none
}

.im-online .lianjiaim-wintitle i {
	background: #4285f4
}

.im-online .im-wc-hint {
	display: none;
	height: 0
}

.im-offline .lianjiaim-wintitle i {
	background: #dadada
}

.im-offline .im-wc-hint {
	display: block;
	height: 40px
}

.lianjiaim-wintitle {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	line-height: 40px;
	background-color: #fff
}

.lianjiaim-wintitle i {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px 0 14px;
	border-radius: 50%;
	text-indent: 999em;
	overflow: hidden
}

.lianjiaim-wincont {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 0
}

.im-wt-name {
	font: 400 14px/40px microsoft yahei, \\5FAE\8F6F\96C5\9ED1, simhei, \\9ED1\4F53, "san-serif";
	color: #101d37;
	margin-left: 5px
}

.im-wt-time {
	margin-left: 15px;
	font-size: 12px;
	color: #aaa
}

.im-wt-closebtn {
	position: absolute;
	right: 15px;
	top: 13px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: 999em;
	overflow: hidden;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) no-repeat 0 -91px;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim@2x.png?v=2e65474f) 2x) no-repeat 0 -91px;
	cursor: pointer
}

.im-wc-hint {
	color: #9a6a3f;
	text-align: center;
	line-height: 40px;
	background: #ffeca1
}

.im-wc-chat .chat-bang .chat-content {
	width: 260px;
	max-width: 260px
}

.im-wc-chat .chat-bang .bang-appraise .appraise-title {
	font-size: 12px;
	line-height: 16px
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type {
	padding-top: 7px
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type .appraise-type-item {
	padding: 7px 0;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type .appraise-text {
	float: left;
	width: 64px
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type .appraise-stars {
	float: left;
	width: 98px
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type .appraise-stars .appraise-star {
	float: left;
	width: 14px;
	height: 14px;
	margin-left: 7px;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/star.png?v=2da1ed94);
	background-position: -14px 0
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type .appraise-stars .appraise-star:first-child {
	margin-left: 0
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type .appraise-stars .appraise-star.active {
	background-position: 0 0
}

.im-wc-chat .chat-bang .bang-appraise .appraise-type .appraise-num {
	float: left;
	margin-left: 15px;
	color: #ff9600
}

.im-wc-chat .chat-bang .bang-appraise textarea {
	display: block;
	margin-top: 7px;
	padding: 10px;
	width: 238px;
	border: 1px solid #d9d9d9
}

.im-wc-chat .chat-bang .bang-appraise .appraise-btns {
	margin-top: 15px;
	text-align: right
}

.im-wc-chat .chat-bang .bang-appraise .appraise-btns span {
	display: inline-block;
	width: 70px;
	line-height: 28px;
	text-align: center;
	cursor: pointer
}

.im-wc-chat .chat-bang .bang-appraise .appraise-btns .appraise-btn-cancel {
	color: #3e82f7;
	background-color: #fff
}

.im-wc-chat .chat-bang .bang-appraise .appraise-btns .appraise-btn-submit {
	color: #fff;
	background-color: #3e82f7
}

.im-wc-chat {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 123px;
	background: #f3f3f3;
	overflow: auto
}

.im-wc-chat ul {
	position: relative
}

.im-wc-chat .chat-tophint {
	height: 12px;
	padding: 16px 0;
	color: #aaa;
	font-size: 12px;
	line-height: 12px;
	text-align: center
}

.im-wc-chat .chat-in .chat-avatar,
.im-wc-chat .chat-in .chat-content {
	float: left;
	border-top-left-radius: 0
}

.im-wc-chat .chat-in .chat-content {
	color: #101d37;
	background: #fff
}

.im-wc-chat .chat-in .chat-content a {
	color: #4285f4;
	text-decoration: underline
}

.im-wc-chat .chat-in .chat-content i {
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/bg_w.png?v=50991b0a) 0 0 no-repeat;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/bg_w.png?v=50991b0a) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/bg_w@2x.png?v=030af538) 2x) 0 0 no-repeat;
	left: -6px
}

.im-wc-chat .chat-out .chat-avatar,
.im-wc-chat .chat-out .chat-content {
	float: right;
	border-top-right-radius: 0
}

.im-wc-chat .chat-out .chat-content {
	color: #fff;
	background: #4285f4
}

.im-wc-chat .chat-out .chat-content a {
	color: #fff;
	text-decoration: underline
}

.im-wc-chat .chat-out .chat-content i {
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/bg_b.png?v=2b976814) 0 0 no-repeat;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/bg_b.png?v=2b976814) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/bg_b@2x.png?v=9d15a7b1) 2x) 0 0 no-repeat;
	right: -6px
}

.im-wc-chat .chat-out .im-housecard .im-housecard-describe,
.im-wc-chat .chat-out .im-housecard .im-housecard-price,
.im-wc-chat .chat-out .im-housecard .im-housecard-title {
	color: #fff
}

.im-wc-chat .chat-time,
.im-wc-chat .chat-wait {
	padding: 0 10px;
	color: #aaa;
	font-size: 12px;
	text-align: center
}

.im-wc-chat .chat-time .btn-handle,
.im-wc-chat .chat-wait .btn-handle {
	margin-left: 10px;
	color: #4285f4;
	cursor: pointer
}

.im-wc-chat .chat-block {
	margin: 16px 0
}

.im-wc-chat .chat-avatar {
	width: 59px;
	text-align: center
}

.im-wc-chat .chat-avatar a {
	display: inline-block;
	vertical-align: top
}

.im-wc-chat .chat-avatar img {
	border-radius: 50%
}

.im-wc-chat .chat-content {
	position: relative;
	max-width: 220px;
	min-height: 20px;
	padding: 10px;
	border-radius: 5px;
	word-break: break-all
}

.im-wc-chat .chat-content i {
	position: absolute;
	top: 0;
	display: block;
	width: 6px;
	height: 10px;
	font-size: 0
}

.im-wc-chat .chat-content p {
	font: 400 12px/20px microsoft yahei, \\5FAE\8F6F\96C5\9ED1, simhei, \\9ED1\4F53, "san-serif"
}

.im-wc-chat .chat-content .chat-msg-pic {
	max-width: 220px;
	height: 100px
}

.im-wc-chat .chat-content .im-housecard {
	display: block;
	width: 220px;
	height: 54px;
	font-size: 0;
	overflow: hidden
}

.im-wc-chat .chat-content .im-housecard-detail {
	display: inline-block;
	width: 155px;
	height: 54px;
	margin-left: 11px;
	color: #101d37;
	font-size: 12px;
	line-height: 12px;
	overflow: hidden
}

.im-wc-chat .chat-content .im-housecard-detail span {
	display: block;
	width: 155px;
	padding-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.im-wc-chat .chat-content .im-housecard-title {
	font-size: 14px;
	font-weight: 700;
	height: 14px;
	line-height: 14px
}

.im-wc-chat .chat-content .im-housecard-describe em {
	margin-right: 8px
}

.im-wc-chat .chat-content .im-housecard-price {
	color: #de6843
}

.im-wc-chat .chat-content .im-house-type-right {
	float: right
}

.im-wc-chat.bang-chatcontainer .bang-type span {
	margin-left: 20px;
	color: #4285f4;
	cursor: pointer
}

.im-wc-chat.bang-chatcontainer .bang-type span:first-child {
	margin-left: 0
}

.im-wc-input {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 10px;
	height: 112px;
	background-color: #fff;
	border-top: 1px solid #e0e0e0
}

.im-wc-input .im-input-container {
	position: relative;
	width: 339px;
	height: 28px;
	margin: 0 9px 0 10px;
	padding: 10px 10px 23px;
	border: 1px solid #d9d9d9
}

.im-wc-input .im-input-container.im-input-focus {
	border-color: #b7b7b7
}

.im-wc-input .im-input-container.im-input-focus textarea {
	color: #101d37
}

.im-wc-input .im-input-container textarea {
	width: 339px;
	height: 28px;
	border: none;
	color: #9399a5;
	line-height: 14px;
	font-size: 12px;
	background: #fff;
	overflow: hidden
}

.im-wc-input .im-input-container .im-input-insertpic {
	position: absolute;
	right: 10px;
	bottom: 8px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: 999em;
	overflow: hidden;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) no-repeat 0 -72px;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim.png?v=04810150) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim@2x.png?v=2e65474f) 2x) no-repeat 0 -72px;
	cursor: pointer
}

.im-wc-input .im-input-container .im-errorlog {
	position: absolute;
	left: 10px;
	bottom: 8px;
	display: block;
	width: 300px;
	height: 14px;
	color: #f66;
	font-size: 12px;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.im-btn-container {
	height: 40px;
	padding: 10px 10px 0
}

.im-btn-container a {
	float: left;
	line-height: 31px;
	font-size: 12px;
	color: #4285f4;
	display: none
}

.im-btn-container input[type=button] {
	float: right;
	width: 81px;
	padding: 0;
	border-radius: 0;
	cursor: pointer
}

.im-btn-container input[type=button].end {
	margin-right: 15px;
	height: 29px;
	border: 1px solid #4285f4;
	color: #4285f4;
	background-color: #fff
}

.im-btn-container input[type=button].send {
	border: 0;
	height: 31px;
	line-height: 31px;
	color: #fff;
	background: #4285f4
}

.im-btn-container input[type=button].send:hover {
	background: #00a25a
}

.lianjiaim-personcard {
	position: absolute;
	width: 364px;
	height: 170px;
	padding: 2px 3px 13px 2px;
	margin: -180px 0 0 -185px;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-personcard-bg.png?v=2c2478bf) no-repeat 0 0;
	z-index: 3
}

.lianjiaim-personcard .im-gray {
	color: #d2d2d2
}

.lianjiaim-personcard .im-red {
	font-weight: 700;
	color: #e4393c
}

.im-personcard-top {
	height: 116px;
	background: #3f3f3f;
	overflow: hidden
}

.im-personcard-avatar {
	float: left;
	width: 78px;
	height: 116px;
	padding: 0 22px;
	line-height: 116px
}

.im-personcard-avatar img {
	display: inline-block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	vertical-align: middle
}

.im-personcard-detail {
	float: left;
	height: 86px;
	padding: 15px 0
}

.im-personcard-detail span {
	color: #fff;
	font-size: 12px;
	line-height: 20px
}

.im-personcard-detail .im-personname-wrap {
	padding-bottom: 6px
}

.im-personcard-detail .im-personname {
	padding-right: 10px;
	font-size: 14px;
	font-weight: 700
}

.im-personcard-shopbtn {
	position: absolute;
	right: 16px;
	top: 16px;
	height: 18px;
	padding: 2px 5px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	line-height: 18px;
	display: none
}

.im-personcard-shopbtn:hover {
	opacity: .8;
	text-decoration: none
}

.im-personcard-bottom table {
	width: 100%;
	height: 12px;
	margin-top: 16px
}

.im-personcard-bottom td {
	width: 33%;
	height: 12px;
	border-right: 1px solid #cbcbcb;
	color: #101d37;
	font-size: 12px;
	line-height: 12px;
	text-align: center
}

.im-personcard-bottom td:last-child {
	border-right: none
}

.lianjiaim-createtalk {
	display: inline-block !important;
	width: 16px;
	height: 16px;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk.png?v=157c84f3) 0 0 no-repeat;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk.png?v=157c84f3) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk@2x.png?v=4110187c) 2x) no-repeat;
	padding: 0 !important;
	margin: 0 4px !important;
	vertical-align: middle !important;
	cursor: pointer !important
}

.lianjiaim-createtalkAll {
	width: 76px;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk01.png?v=4d81db41) 0 0 no-repeat;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk01.png?v=4d81db41) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk01@2x.png?v=cfcfe6c8) 2x) no-repeat
}

.lianjiaim-createtalkAll,
.lianjiaim-createtalkOld {
	display: inline-block !important;
	height: 20px;
	padding: 0 !important;
	margin: 0 4px !important;
	vertical-align: middle !important;
	cursor: pointer !important
}

.lianjiaim-createtalkOld {
	width: 52px;
	background: url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk02.png?v=2c6e5b86) 0 0 no-repeat;
	background: -webkit-image-set(url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk02.png?v=2c6e5b86) 1x, url(/pegasus/redskull/common/cell/lianjiaIM/img/imgV2/lianjiaim-talk02@2x.png?v=225bce60) 2x) no-repeat
}

.dl-lst dt {
	float: left;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	margin-right: 6px
}

.dl-lst dt,
.dl-lst dt h3 {
	font-weight: 700
}

.dl-lst dd {
	width: 946px;
	zoom: 1
}

.dl-lst dd a {
	padding: 10px 7px 15px;
	height: 27px;
	line-height: 27px;
	color: #101d37;
	font-size: 12px
}

.dl-lst dd a:hover {
	text-decoration: underline;
	color: #3072f6
}

.dl-lst dd a.on {
	color: #e4393c
}

.dl-lst dd span {
	color: #3072f6;
	margin-right: 2px;
	margin-left: 17px;
	font-weight: 700
}


.footer .wrapper {
	width: 1150px;
	margin: 0 auto;
	border-top: 1px solid #e4e6f0
}

.footer .f-title {
	padding: 28px 0 20px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden
}

.footer .f-title .fr {
	color: #3072f6;
	margin-left: 20px
}

.footer .f-title .fl li {
	float: left
}

.footer .f-title .fl li.nav_f {
	position: relative;
	text-align: left
}

.footer .f-title .fl li.nav_f:hover .sitemap-quick {
	display: block
}

.footer .f-title .fl li.nav_f .sitemap-quick {
	display: none;
	width: 200px;
	position: absolute;
	background: rgba(71, 78, 88, .95);
	padding: 15px;
	line-height: 20px;
	border-radius: 3px;
	right: -70px;
	top: 49px;
	z-index: 999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	background: #333 \0
}

.footer .f-title .fl li.nav_f .sitemap-quick p {
	color: #fff3be;
	font-size: 14px;
	font-weight: 700
}

.footer .f-title .fl li.nav_f .sitemap-quick dd a {
	height: auto;
	margin: 5px 0;
	color: #dbece1
}

.footer .f-title .fl li.nav_f .sitemap-quick .nav_area {
	clear: both;
	width: 200px;
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.footer .f-title .fl li.nav_f .sitemap-quick .last {
	border: none;
	margin: 0;
	padding: 0
}

.footer .f-title .fl li.nav_f .sitemap-quick a {
	color: #ddd;
	font-size: 12px;
	margin-right: 9px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	float: none;
	display: inline-block
}

.footer .f-title .fl li a {
	color: #101d37;
	margin-right: 15px
}

.footer .f-title .fl li a:hover {
	text-decoration: none
}

.footer .lianjia-link-box .fl {
	width: 1000px
}

.footer .lianjia-link-box .fl .tab {
	overflow: hidden
}

.footer .lianjia-link-box .fl .tab span {
	color: #707787;
	float: left;
	margin: 0 20px 12px 0;
	cursor: pointer;
	font-size: 14px;
	transition: all .3s ease-in-out
}

.footer .lianjia-link-box .fl .tab span:empty {
	display: none
}

.footer .lianjia-link-box .fl .tab span.hover {
	color: #101d37
}

.footer .lianjia-link-box .fl .link-list {
	clear: both
}

.footer .lianjia-link-box .fl .link-list div {
	display: none;
}

.footer .lianjia-link-box .fl dd a {
	color: #b7bbc3;
	font-size: 14px;
	display: inline-block;
	margin: 5px 10px 7px 0
}

.footer .lianjia-link-box .fr {
	display: none
}

.footer .partner-logo {
	margin-top: 24px;
	overflow: hidden
}

.footer .partner-logo li {
	float: left;
	margin-right: 40px;
	background: #fff
}

.footer .partner-logo li img {
	display: block;
	height: 40px;
	background: #fff
}

.footer .bottom {
	margin-top: 5px
}

.footer .bottom .copyright {
	color: #b7bbc3;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	float: none
}

.footer .bottom .copyright a {
	color: #b7bbc3
}

.footer .bottom .hot-frauds {
	display: none
}

.main_bg[data-component=C_customerBox] {
	display: none;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000
}

.main_bg[data-component=C_customerBox] .customer_box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	background: #fff;
	padding: 0 40px 30px
}

.main_bg[data-component=C_customerBox] .customer_box .close_btn {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(/pegasus/redskull/images/common/close_btn@2x.png?v=00fda138) no-repeat;
	background-size: 100% 100%
}

.main_bg[data-component=C_customerBox] .customer_box h1 {
	font-size: 24px;
	color: #101d37;
	margin-top: 36px;
	font-weight: 700
}

.main_bg[data-component=C_customerBox] .customer_box p {
	font-size: 12px;
	color: #9399a5;
	letter-spacing: 0;
	text-align: justify
}

.main_bg[data-component=C_customerBox] .customer_box .title_main {
	overflow: hidden
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .fl {
	margin-top: 15px;
	margin-right: 35px;
	height: 42px;
	min-width: 140px
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .fl .title_top {
	line-height: 22px;
	justify-content: center
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .fl .title_top .title {
	width: 64px;
	height: 22px;
	font-size: 16px;
	color: #101d37;
	line-height: 22px;
	font-weight: 600
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .fl .title_top .tel_num {
	margin-left: 5px;
	font-weight: 700;
	letter-spacing: 0
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .fl .title_top .req_btn_span {
	margin-left: 8px;
	width: 64px;
	height: 22px;
	border: 1px solid #3072f6;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	background-size: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #3072f6
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .fl p {
	font-size: 12px;
	color: #9399a5
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .fl p a {
	color: inherit
}

.main_bg[data-component=C_customerBox] .customer_box .title_main .right_div {
	margin-right: 0
}

.brand {
	position: relative;
	top: 0;
	display: inline-block;
	margin-right: 2px;
	margin-left: 5px
}

.brand .brand_tag {
	width: auto !important;
	padding: 0 2px;
	height: 17px;
	line-height: 17px !important;
	text-align: center;
	border-radius: 2px;
	color: #9399a5 !important;
	font-weight: 400 !important;
	font-size: 11px;
	display: inline-block;
	margin-left: 3px !important
}

.brand .brand_tag,
.brand .brand_tag.brand_tag_lj {
	background-color: #eff0f2
}

.brand .brand_desc {
	display: none;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	width: 157px;
	line-height: 16px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 12px;
	color: #394043;
	position: absolute !important;
	top: 22px;
	left: -30px;
	z-index: 2;
	text-align: left
}

.brand:hover .brand_desc {
	display: block
}

.brand .brand_info {
	background-image: url("/pc/asset/img/brand-info-icon.png");
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	margin-right: 4px;
	position: relative;
	top: 3px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.brand .brand_info {
		background-image: url("/pc/asset/img/brand-info-icon@2x.png")
	}
}

::selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

::-moz-selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

::-webkit-selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

body,
div,
p {
	margin: 0;
	padding: 0
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

img {
	border: 0;
	vertical-align: top
}

dd,
dl,
dt,
li,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 400
}

button,
input,
textarea {
	margin: 0;
	padding: 0;
	outline: none;
	resize: none;
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53  b8b\4F53", SimSun, sans-serif
}

input[type=search] {
	box-sizing: content-box
}

button {
	border: 0
}

b,
em,
i,
strong {
	font-weight: 400;
	font-style: normal
}

iframe {
	border: 0;
	margin: 0;
	padding: 0
}

body {
	font-size: 14px;
	color: #101d37;
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53  b8b\4F53", SimSun, sans-serif;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lianjia-header {
	height: 55px;
	line-height: 55px;
	background: #3072f6;
	color: #fff
}

.lianjia-header .welcome {
	font-size: 12px
}

.lianjia-header .logo {
	margin-top: 12px;
	display: block;
	height: 30px;
	background-image: url(/pegasus/redskull/images/common/logo.png?v=7bcb6888);
	width: 100px;
	background-repeat: no-repeat
}

.lianjia-header .nav {
	width: 900px
}

.lianjia-header .nav .login .typeShowUser a {
	font-size: 14px
}

.lianjia-header .nav .login .typeShowUser>a {
	margin: 0
}

.lianjia-header .nav ul {
	text-align: right;
	padding-top: 0;
	float: right;
	clear: both;
	margin-left: 20px
}

.lianjia-header .nav ul li {
	float: left;
	position: relative
}

.lianjia-header .nav ul li.hover:hover {
	z-index: 1005
}

.lianjia-header .nav ul li.hover:hover .nav-list {
	opacity: 1;
	position: absolute;
	display: block\9;
	pointer-events: auto;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	z-index: 99999
}

.lianjia-header .nav ul li.hover .nav-list {
	width: 100px;
	position: absolute;
	height: 20px;
	left: 50%;
	margin-left: -38px;
	top: 42px;
	z-index: 99999;
	opacity: 0;
	display: none\9;
	transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0)
}

.lianjia-header .nav ul li.hover .nav-list-xinfang {
	top: 26px
}

.lianjia-header .nav ul li.hover dd {
	position: absolute;
	margin-top: 13px;
	background: #f9f9f9;
	border-radius: 2px;
	width: 124px;
	left: -25px;
	padding: 10px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.lianjia-header .nav ul li.hover dd img {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 13px
}

.lianjia-header .nav ul li.hover dd i {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 53px;
	top: -10px
}

.lianjia-header .nav ul li.hover dd dl {
	height: 30px;
	line-height: 30px
}

.lianjia-header .nav ul li.hover dd dl a {
	color: #101d37;
	float: left;
	padding: 0;
	margin-left: 20px;
	font-size: 14px
}

.lianjia-header .nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none
}

.lianjia-header .nav ul li a.on {
	background: #30965c
}

.lianjia-header .nav .login a {
	font-size: 16px;
	color: #fff;
	margin: 0 5px
}

.lianjia-header .nav .ti-hover {
	position: relative;
	z-index: 99
}

.lianjia-header .nav .ti-hover:hover .user-news ul {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block\9;
	pointer-events: auto;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1)
}

.lianjia-header .nav .typeShowUser,
.lianjia-header .nav .typeUserInfo {
	position: relative;
	z-index: 2
}

.lianjia-header .nav .typeShowUser .login_bubble_tip,
.lianjia-header .nav .typeUserInfo .login_bubble_tip {
	background: #e2655c;
	font-size: .875em;
	padding: 1px 3px;
	margin-left: 5px;
	width: auto;
	display: inline;
	float: none
}

.lianjia-header .nav .typeShowUser a span,
.lianjia-header .nav .typeUserInfo a span {
	max-width: 45px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left
}

.lianjia-header .nav .typeShowUser a span.log,
.lianjia-header .nav .typeShowUser a span.reg,
.lianjia-header .nav .typeUserInfo a span.log,
.lianjia-header .nav .typeUserInfo a span.reg {
	float: none;
	display: inline;
	position: relative;
	top: 1px
}

.lianjia-header .nav .user-news {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	cursor: pointer
}

.lianjia-header .nav .user-news i {
	display: inline-block;
	background: #e2655c;
	font-size: .875em;
	text-align: center;
	height: 11px;
	line-height: 11px;
	padding: 1px
}

.lianjia-header .nav .user-news>i {
	position: absolute;
	top: 18px;
	right: 37px;
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #e2655c;
	color: #fff
}

.lianjia-header .nav .user-news .userNewsTriangle {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 53px;
	top: -10px
}

.lianjia-header .nav .user-news ul {
	width: 198px;
	background: #f9f9f9;
	border-radius: 2px;
	padding-top: 0;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -120px;
	filter: alpha(opacity=0);
	display: none\9;
	opacity: 0;
	transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
	padding: 10px 0;
	border: 1px solid #e4e4e4
}

.lianjia-header .nav .user-news ul li {
	clear: both;
	color: #9399a5;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	width: 201px
}

.lianjia-header .nav .user-news ul li a {
	color: #9399a5;
	font-size: 12px;
	text-shadow: none;
	font-weight: 400;
	margin-left: 0
}

.lianjia-header .nav .user-news ul li a .unreadNumber {
	float: none;
	display: inline-block;
	font-size: .875em;
	text-align: center;
	height: 11px;
	line-height: 11px;
	padding: 1px;
	color: #f46a1f;
	font-weight: 700;
	margin: 0 3px
}

.lianjia-header .nav .user-news ul li.s-li {
	height: 0;
	position: relative;
	left: 25px;
	top: -10px
}

@media only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	.lianjia-header .logo {
		background: url(/pegasus/redskull/images/common/logo@2x.png?v=80db8936);
		background-size: 148px 30px
	}
}

.lianjia-header .logo_dl {
	margin-top: 12px !important;
	width: 259px !important;
	display: block !important;
	height: 30px !important;
	background: url(/pegasus/redskull/images/common/logo_dl_old.png?v=c3ae9a2d) !important;
	background-repeat: no-repeat !important
}

.lianjia-header .nav_dl {
	width: 740px !important
}

.lianjia-header .nav_dl ul {
	width: 604px !important
}

.ui-autocomplete {
	padding-top: 0;
	position: relative;
	box-shadow: none
}

.ui-autocomplete .ui-menu-item .hot-title {
	width: 325px;
	display: inline-block;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ui-autocomplete .ui-menu-item .hot-title .sug_region {
	line-height: 35px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 2px;
	font-size: 14px;
	color: #a0a3a5;
	margin-right: 4px;
	display: inline-block;
	width: 48px
}

.ui-autocomplete .ui-menu-item .hot-title .region_grey {
	color: #9399a5
}

.ui-autocomplete .ui-menu-item .hot-title .hls_text {
	color: #3072f6
}

.searchs {
	height: 48px;
	line-height: 48px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-size: 18px 62px;
	width: 100%;
	background-color: #f1f1f1
}

.searchs .search-txt {
	width: 720px
}

.searchs .search-txt .yjwd {
	line-height: 33px
}

.searchs .search-txt .yjwd a {
	font-size: 12px;
	color: #aaa;
	font-weight: 700
}

.searchs .search-txt .yjwd a:hover {
	text-decoration: none
}

.searchs .search-txt .yjwd i {
	display: block;
	float: left;
	padding-top: 11px;
	margin-right: 5px
}

.searchs .search-txt .yjwd img {
	width: 12px;
	height: 12px
}

.searchs .search-txt .search-tab {
	float: left;
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 35px;
	position: relative
}

.searchs .search-txt .search-tab .suggest-wrap {
	top: 5px;
	float: right;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 99;
	display: none;
	left: -1px;
	padding: 0
}

.searchs .search-txt .search-tab .suggest-wrap .title {
	background: #f2f4f7;
	color: #718aa6;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	padding-left: 14px
}

.searchs .search-txt .search-tab i.icon {
	width: 7px;
	height: 4px;
	display: block;
	float: left;
	margin-top: 16px;
	margin-right: 8px;
	position: absolute;
	left: 60px;
	z-index: 98
}

.searchs .search-txt .search-tab .check {
	position: absolute;
	z-index: 98;
	height: 35px;
	line-height: 35px;
	width: 70px;
	text-align: center;
	cursor: pointer
}

.searchs .search-txt .search-tab ul.tabs {
	width: 70px;
	float: left;
	position: absolute;
	z-index: 99;
	height: 35px;
	overflow: hidden;
	top: 0;
	background: #fff;
	display: none
}

.searchs .search-txt .search-tab ul.tabs li {
	height: 35px;
	line-height: 35px;
	text-align: center
}

.searchs .search-txt .search-tab ul.tabs li:hover {
	background: #f9f9f9
}

.searchs .search-txt .search-tab ul.tabs li label {
	cursor: pointer
}

.searchs .search-txt .search-tab ul.tabs li a {
	color: #101d37
}

.searchs .search-txt .search-tab .txt-serach {
	position: absolute;
	left: 0;
	top: 0
}

.searchs .search-txt .search-tab .txt-serach input {
	float: left;
	padding-left: 75px;
	width: 425px;
	height: 31px;
	border: 0;
	background: #fff;
	line-height: 31px;
	position: relative;
	top: 2px
}

.searchs .search-txt .search-tab .txt-serach .hot-sug {
	display: none;
	margin-top: 36px;
	margin-left: -1px;
	position: absolute;
	z-index: 999
}

.searchs .search-txt .search-tab .txt-serach .hot-sug ul {
	width: 502px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	display: none
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li {
	height: 35px;
	line-height: 35px;
	padding: 0 14px
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name {
	background: #f2f4f7;
	color: #718aa6;
	font-weight: 700
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name:hover {
	background: #f2f4f7
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.del {
	display: none;
	text-align: right;
	cursor: pointer
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.del:hover {
	background: #fff
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li a {
	color: #101d37;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	width: 100%
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li:hover {
	background: #f2f2f2
}

.searchs .search-txt form {
	width: 620px;
	float: left
}

.searchs .search-txt .act-search {
	width: 100px;
	height: 36px;
	border: 1px solid #aa4741;
	border-radius: 2px;
	float: left;
	margin-left: 10px;
	background: #c7524b;
	color: #fff;
	line-height: 36px;
	font-weight: 700;
	font-size: 14px
}

.searchs .last {
	color: #9399a5;
	line-height: 35px;
	width: 190px
}

.searchs .last b {
	color: #9399a5;
	font-weight: 700;
	float: left
}

.searchs .last a {
	color: #9399a5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100px
}

.searchs .last i {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: 8px;
	margin-right: 10px;
	float: left
}

.searchs .last .ditu {
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 700;
	color: #101d37;
	background: #f8f8f9
}

.searchs .last .ditu i {
	width: 13px;
	height: 13px;
	margin: 0;
	margin-top: 11px;
	margin-right: 5px
}

.searchs .last .ditu a {
	width: 81px;
	color: #101d37;
	display: block;
	text-overflow: inherit;
	white-space: inherit;
	overflow: auto
}

.savesearch {
	position: absolute;
	right: 3px;
	top: -6px;
	width: 125px
}

.savesearch,
.savesearch .cunn {
	display: none
}

.savesearch .icon {
	width: 16px;
	height: 11px;
	position: absolute;
	right: 53px;
	top: 38px;
	z-index: 10
}

.savesearch ul {
	background: #fff;
	z-index: 9;
	width: 502px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	right: -4px;
	top: 42px
}

.savesearch span {
	cursor: pointer;
	color: #aaa
}

.savesearch span label {
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	right: 10px;
	top: 21px
}

.savesearch i {
	background: none;
	float: left
}

.savesearch li {
	margin: 0 15px;
	line-height: 35px;
	cursor: pointer
}

.savesearch li.more {
	text-align: center;
	font-size: 12px;
	color: #9399a5
}

.savesearch li.title {
	height: 35px;
	line-height: 35px;
	background: #f5f5f6;
	margin: 0;
	padding: 0 15px;
	border-bottom: 1px solid #e4e6f0;
	cursor: default;
	color: #9399a5;
	font-weight: 700
}

.savesearch li.list {
	height: 108px;
	overflow: hidden
}

.savesearch .li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #101d37;
	padding-right: 30px
}

.savesearch .li .se {
	background: #f1f1f1;
	margin: 7px 8px 7px 0;
	padding: 10px 4px;
	line-height: 0;
	border-radius: 1px;
	color: #9399a5
}

.savesearch .li .ti {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	color: #101d37
}

.savesearch a {
	color: #555;
	font-size: 12px
}

.intro {
	height: 46px;
	line-height: 46px;
	background: #f1f1f1;
	border-top: 1px solid #eee
}

.intro .container {
	width: 1000px;
	margin: 0 auto
}

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

.intro .l-txt i {
	width: 13px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 3px
}

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

.intro .l-txt span.stp {
	color: #9399a5;
	font-family: simsun
}

.intro .l-txt .num {
	color: #e4393c
}

.intro .r-txt {
	color: #888
}

.intro .r-txt .desc {
	color: #3072f6
}

.wrap-video-all {
	float: left;
	margin: 0 -50px 0 -80px;
	line-height: 36px;
	color: #9399a5;
	cursor: pointer
}

.wrap-video-all img {
	position: relative;
	top: 10px;
	left: 0;
	height: 14px;
	margin-right: 5px
}

.wrap-video-all a {
	color: #9399a5
}

.wrap-video-all:hover {
	text-decoration: underline
}

.video-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	width: 100%;
	height: 100%
}

.video-box .video-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: absolute
}

.video-box .video-embed {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	float: left;
	padding: 20px;
	width: 650px;
	height: 490px;
	border-radius: 5px
}

.video-box .video-embed .video-title {
	float: left;
	width: 650px;
	margin-bottom: 16px
}

.video-box .video-embed .video-title .video-app-download {
	position: relative;
	margin-left: 18px
}

.video-box .video-embed .video-title .video-app-download a {
	cursor: pointer;
	color: #22b97a
}

.video-box .video-embed .video-title .video-app-download a .video-logo-app {
	margin-right: 7px;
	position: relative;
	left: 0;
	top: 1px;
	height: 17px
}

.video-box .video-embed .video-title .video-app-download a span {
	position: relative
}

.video-box .video-embed .video-title .video-app-download a:hover {
	text-decoration: underline
}

.video-box .video-embed .video-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px
}

.advert .entry {
	position: fixed;
	left: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 100
}

.advert .entry img {
	width: 163px
}

.advert .huodongBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1011
}

.advert .huodongBox img {
	width: 750px
}

.advert .huodongBox img.advertClose {
	width: 42px;
	height: 42px;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer
}

.advert .huodong-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -245px 0 0 -335px
}

.agent_erudite {
	position: relative
}

.agent_erudite:after {
	content: "";
	position: absolute;
	left: -3%;
	right: -3%;
	padding-top: 40%;
	bottom: -9%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain
}

.agent_erudite.expert:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_expert@2x.png?v=0c4928d5)
}

.agent_erudite.master:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_master@2x.png?v=1dc672de)
}

.agent_erudite.prof:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_prof@2x.png?v=9024e569)
}

.agent_erudite.star:after {
	background-image: url(/pegasus/redskull/images/common/agent/agent_tag_star@2x.png?v=77f466b2)
}

.page-box a {
	height: 30px;
	padding: 0 12px;
	margin-left: 5px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #b0b4b9;
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #555;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle
}

.page-box a.on {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: default;
	background: #f8f8f9
}

.page-box span {
	font-size: 16px;
	margin: 0 8px 0 13px
}

.page-box .blue-btn {
	border-color: #1f66c3;
	color: #fff;
	width: auto;
	padding: 0 30px
}

.page-box .blue-btn:hover {
	background-position: 0 -90px;
	text-decoration: none
}

a {
	text-decoration: none
}

a,
a:focus {
	outline: none
}

a:hover {
	text-decoration: underline
}

.mtl {
	margin-top: 20px
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}

.clear {
	display: inline-table;
	*zoom: 1
}

* html .clear {
	height: 1%
}

.clear {
	display: block
}

.hide,
.index_h1 {
	display: none
}

::selection {
	color: #fff;
	background-color: #1688be
}

::-moz-selection {
	color: #fff;
	background-color: #1688be
}

::-webkit-selection {
	color: #fff;
	background-color: #1688be
}

.left {
	float: left
}

.right {
	float: right
}

.fs14 {
	font-size: 14px
}

.ft-num {
	font-family: Arial, sans-serif
}

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

.wrapper-xinfang {
	width: 1150px;
	margin: 0 auto
}

.p {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1
}

.box-shadow {
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 62%, .2)
}

@media screen {
	.lazyload {
		opacity: 0
	}

	.lazyload.loaded {
		transition: opacity .3s ease-in;
		opacity: 1
	}
}

.lj-lazy,
.new-default-icon {
	background-color: #f5f5f6;
	background-image: url(/pegasus/redskull/images/common/default_icon.png?v=3ce2c15b);
	background-image: -webkit-image-set(url(/pegasus/redskull/images/common/default_icon.png?v=3ce2c15b) 1x, url(/pegasus/redskull/images/common/default_icon@2x.png?v=0bc9dbf2) 2x);
	background-repeat: no-repeat;
	background-position: 50%
}

.default-house-list {
	display: block;
	background: url(/pegasus/redskull/images/common/default_house_list.png?v=3f8f19c3) no-repeat 50%/cover
}

.default-house-detail {
	display: block;
	background: url(/pegasus/redskull/images/common/default_house_detail.png?v=26b3a365) no-repeat 50%/cover
}

@font-face {
	font-family: DINCond-Bold;
	src: url(/pegasus/redskull/font/DINCond-Bold.578495d4.eot);
	src: url(/pegasus/redskull/font/DINCond-Bold.578495d4.eot?#iefix) format("embedded-opentype"), url(/pegasus/redskull/font/DINCond-Bold.b888768b.woff) format("woff"), url(/pegasus/redskull/font/DINCond-Bold.6bde8d42.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

body {
	min-width: 1150px
}

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

.footer {
	margin-top: 0
}

.brand {
	position: relative;
	top: 0;
	display: inline-block;
	margin-right: 2px;
	margin-left: 5px
}

.brand .brand_tag {
	width: auto !important;
	padding: 0 2px;
	height: 17px;
	line-height: 17px !important;
	text-align: center;
	border-radius: 2px;
	color: #9399a5 !important;
	font-weight: 400 !important;
	font-size: 11px;
	display: inline-block;
	margin-left: 3px !important
}

.brand .brand_tag,
.brand .brand_tag.brand_tag_lj {
	background-color: #eff0f2
}

.brand .brand_desc {
	display: none;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	width: 157px;
	line-height: 16px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 12px;
	color: #394043;
	position: absolute !important;
	top: 22px;
	left: -30px;
	z-index: 2;
	text-align: left
}

.brand:hover .brand_desc {
	display: block
}

.brand .brand_info {
	background-image: url("/pc/asset/img/brand-info-icon.png");
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	margin-right: 4px;
	position: relative;
	top: 3px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.brand .brand_info {
		background-image: url("/pc/asset/img/brand-info-icon@2x.png")
	}
}

::selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

::-moz-selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

::-webkit-selection {
	background-color: rgba(48, 114, 246, .2);
	color: #333
}

.header[data-component=header] {
	background: #000 url(./bg_header@1x.jpg) no-repeat;
	width: 100%;
	height: 566px;
	padding-top: 34px;
	background-position: center 0;
	display: block;
	position: relative
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header[data-component=header] {
		background: #000 url(/pegasus/redskull/images/home/bg_header@2x.jpg?v=15245c10) no-repeat;
		background-size: 1920px 600px;
		background-position: center 0
	}
}

.header[data-component=header] .logo {
	margin-right: 30px;
	margin-top: 5px;
	display: inline-block;
	float: left;

	width: 160px;
	height:56px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header[data-component=header] .logo {
		background-image: url(/pegasus/redskull/pages/site/css/sprite@2x.png?v=b98ebf65);
		background-size: 166px 72px
	}
}

.header[data-component=header] .wrapper {

	-webkit-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

.header[data-component=header] .city-change2 {
	width: 590px;
	background: #f9f9f9;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 2px;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	overflow: hidden;
	margin-left: -315px;
	margin-top: -265px;
	display: none;
	padding-bottom: 20px
}

.header[data-component=header] .city-change2 .title {
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 20px;
	color: #fff;
	background: #3072f6;
	position: relative
}

.header[data-component=header] .city-change2 .title .close {
	background-image: url(/pegasus/redskull/images/home/spriteV2_new.png?v=1ab107cd);
	background-position: -537px -20px;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 18px;
	cursor: pointer
}

.header[data-component=header] .city-change2 li {
	float: left
}

.header[data-component=header] .city-change2 li a {
	width: 170px;
	height: 55px;
	line-height: 55px;
	margin-left: 20px;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
	background: #fff;
	font-size: 16px;
	color: #222;
	border-radius: 2px;
	position: relative
}

.header[data-component=header] .city-change2 li a.check {
	background: #444;
	color: #fff
}

.header[data-component=header] .city-change2 li a.check i {
	background-image: url(/pegasus/redskull/images/home/spriteV2_new.png?v=1ab107cd);
	background-position: -505px -20px;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	left: 20px;
	top: 17px
}

.header[data-component=header] .exchange {
    background: rgba(0, 0, 0, 0.25);
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
border:2px solid #fff;
}














.header[data-component=header] .exchange i {
	background-image: url(../../static/images/sprite.png);
	background-position: -133px -34px;
	width: 10px;
	height: 12px;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: 1px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header[data-component=header] .exchange i {
		background-image: url(/pegasus/redskull/pages/site/css/sprite@2x.png?v=b98ebf65);
		background-size: 166px 72px
	}
}

.header[data-component=header] .fr a,
.header[data-component=header] .fr span {
	color: #fff;
	text-decoration: none;
	font-size: 12px
}

.header[data-component=header] .fr .nav {
	line-height: 47px
}

.header[data-component=header] .fr .nav .typeShowUser {
	float: right
}

.header[data-component=header] .fr .nav .typeShowUser #indexTipContainer {
	position: relative;
	left: -10px;
	top: -10px
}

.header[data-component=header] .fr .nav .typeShowUser span {
	font-size: 16px;
	font-weight: 700
}

.header[data-component=header] .fr .nav .typeShowUser span.login_bubble_tip {
	background: #eb4230;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	min-width: 19px;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	border-radius: 40%
}

.header[data-component=header] .fr .nav .typeShowUser span a {
	margin-left: 5px;
	font-size: 16px
}

.header[data-component=header] .fr .nav .typeShowUser i {
	background-image: url(../../static/images/sprite.png);
	background-position: -72px -34px;
	width: 26px;
	height: 26px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header[data-component=header] .fr .nav .typeShowUser i {
		background-image: url(/pegasus/redskull/pages/site/css/sprite@2x.png?v=b98ebf65);
		background-size: 166px 72px
	}
}

.header[data-component=header] .fr .nav ul {
	*zoom: 1;
	float: left
}

.header[data-component=header] .fr .nav ul:after,
.header[data-component=header] .fr .nav ul:before {
	display: table;
	content: ""
}

.header[data-component=header] .fr .nav ul:after {
	clear: both
}

.header[data-component=header] .fr .nav ul li {
	height: 47px;
	float: left;
	position: relative
}

.header[data-component=header] .fr .nav ul li .ico-jn {
	position: absolute;
	right: -2px;
	top: 3px;
	width: 20px;
	height: 11px
}

.header[data-component=header] .fr .nav ul li .icon-lvju {
	position: relative;
	top: 8px;
	margin-left: 20px;
	margin-right: -18px;
	width: 19px;
	height: 22px
}

.header[data-component=header] .fr .nav ul li.hover:hover {
	cursor: pointer
}

.header[data-component=header] .fr .nav ul li.hover:hover .nav-list {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block\9;
	pointer-events: auto;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1)
}

.header[data-component=header] .fr .nav ul li.hover:hover .nav-list a:hover {
	color: #3072f6
}

.header[data-component=header] .fr .nav ul li.hover .nav-list {
	width: 120px;
	position: absolute;
	top: 45px;
	text-align: center;
	filter: alpha(opacity=0);
	display: none\9;
	opacity: 0;
	transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0)
}

.header[data-component=header] .fr .nav ul li.hover dd {
	position: absolute;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 8px 0;
	margin-left: -18px;
	overflow: hidden
}

.header[data-component=header] .fr .nav ul li.hover dd img {
	width: 200px;
	height: auto
}

.header[data-component=header] .fr .nav ul li.hover dd dl {
	line-height: 25px;
	width: 120px
}

.header[data-component=header] .fr .nav ul li.hover dd dl a {
	color: #101d37;
	font-size: 16px;
	margin-left: 0
}

.header[data-component=header] .fr .nav ul li.hover dd .down-APP-QRcode {
	padding: 52px 0 32px;
	cursor: default;
	width: 200px;
	color: #101d37
}

.header[data-component=header] .fr .nav ul li.hover dd .down-APP-QRcode .icon {
	margin: 0 auto 12px;
	background-image: url(../../static/images/sprite.png);
	background-position: 0 0;
	width: 72px;
	height: 72px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header[data-component=header] .fr .nav ul li.hover dd .down-APP-QRcode .icon {
		background-image: url(/pegasus/redskull/pages/site/css/sprite@2x.png?v=b98ebf65);
		background-size: 166px 72px
	}
}

.header[data-component=header] .fr .nav ul li.hover dd .down-APP-QRcode .title {
	line-height: 25px;
	font-size: 18px;
	font-weight: 600
}

.header[data-component=header] .fr .nav ul li.hover dd .down-APP-QRcode .subTitle {
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 30px
}

.header[data-component=header] .fr .nav ul li.hover dd .down-APP-QRcode .QRcode-img {
	width: 120px;
	height: 120px
}

.header[data-component=header] .fr .nav ul li a {
	font-size: 16px;
	margin-left: 20px;
	font-weight: 700
}

.header[data-component=header] .fr .nav ul li.real i {
	background-image: url(/pegasus/redskull/images/home/spriteV2_new.png?v=1ab107cd);
	background-position: -225px -20px;
	background-image: -webkit-image-set(url(/pegasus/redskull/images/home/spriteV2_new.png?v=1ab107cd) 1x, url(/pegasus/redskull/images/home/spriteV2_new@2x.png?v=557518c6) 2x);
	width: 7px;
	height: 10px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 10px
}

.header[data-component=header] .fr .nav ul li.real a {
	margin-left: 0
}

.header[data-component=header] .fr .nav .ti-hover {
	height: 47px;
	float: right;
	margin: 0 50px 0 55px
}

.header[data-component=header] .header-wrap .search-box-wrap {
	width: 590px;
	position: relative
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con {
	position: relative;
	margin-top: 36px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu {
	float: left;
	height: 41px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu i {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	width: 0;
	height: 0;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 31px;
	left: 23px;
	border-bottom: 10px solid #fff;
	z-index: 9
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu li {
	float: left;
	opacity: .5;
	filter: alpha(opacity=50)
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu li:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu li.check {
	opacity: 1;
	filter: alpha(opacity=100)
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu li span {
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu li a,
.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu li span {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	padding: 0 20px 0 0;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	cursor: pointer
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu li span {
	line-height: 25px;
	height: 25px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search {
	clear: both;
	position: relative
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .box {
	background: #fff;
	border-radius: 4px;
	clear: both;
	height: 50px;
	box-shadow: 1px 0 5px rgba(0, 0, 0, .2)
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .box input.text::-ms-input-placeholder {
	color: #9399a5
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .box input.text::-webkit-input-placeholder {
	color: #9399a5
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .box input.text::-moz-placeholder {
	color: #9399a5
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .suggest-wrap {
	border: 1px solid #000;
	border-top: 0;
	left: -1px;
	display: none
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .suggest-wrap .title {
	background: #f4f7f9;
	color: #849aae;
	height: 35px;
	line-height: 35px;
	padding-left: 20px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .ditu {
	float: right
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .ditu img {
	width: 107px;
	height: 49px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search form {
	height: 55px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .searchBox {
	position: relative
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .text {
	padding-left: 20px;
	width: 494px;
	border: 0;
	height: 50px;
	border-radius: 4px;
	font-size: 16px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .btn {
	background-color: #3072f6;
	width: 76px;
	height: 50px;
	float: right;
	border: 0;
	display: block;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
	transition: all .3s ease-in-out
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .btn:hover {
	background: #447ff6
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .btn+i {
	background-image: url(../../static/images/sprite.png);
	background-position: -98px -34px;
	width: 19px;
	height: 19px;
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 28px;
	cursor: pointer;
	pointer-events: none
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .btn+i {
		background-image: url(/pegasus/redskull/pages/site/css/sprite@2x.png?v=b98ebf65);
		background-size: 166px 72px
	}
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips {
	clear: both;
	width: auto;
	margin-top: 1px;
	position: absolute
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips ul {
	width: 514px;
	display: none;
	background: #fff;
	border: 1px solid #000;
	border-top: 0;
	position: relative;
	left: -1px;
	top: -1px;
	z-index: 1002
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips ul.bordernone {
	border: 0
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips li {
	height: 35px;
	line-height: 35px;
	padding: 3px 20px
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips li.hot-name {
	background: #f4f7f9;
	color: #849aae
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips li.hot-name:hover {
	background: #f4f7f9
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips li.hot-name .del {
	display: none;
	text-align: right;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	float: right
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips li:hover {
	background: #f9f9f9
}

.header[data-component=header] .header-wrap .search-box-wrap .search-box-con .search .sug-tips li a {
	color: #101d37;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 100%
}

.header[data-component=header] .header-wrap {
	width: 1150px;
	margin: 0 auto
}

.header[data-component=header] .wrap-ico {
	margin-top: 116px;
	text-align: left;
	color: #fff;
	font-size: 66px;
	line-height: 68px;
	font-weight: 600;
	font-family: \\5FAE\8F6F\96C5\9ED1, Hiragino Sans GB;
	letter-spacing: -2.4px
}

.header[data-component=header] .wrap-ico .title_small {
	font-size: 28px;
	line-height: 28px;
	height: 28px;
	font-weight: 400;
	margin-bottom: 18px
}

.header[data-component=header] .wrap-ico .title_small span {
	vertical-align: middle
}

.header[data-component=header] .wrap-ico .title_small .split_icon {
	display: inline-block;
	width: 42px;
	text-align: center;
	line-height: 28px;
	font-weight: lighter;
	font-size: 24px;
	color: hsla(0, 0%, 92%, .4);
	font-family: \\82F9\65B9-\7B80
}

.header[data-component=header] .header-bottom {
	position: absolute;
	color: #fff;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	bottom: 20px
}

.header[data-component=header] .header-bottom .house-num {
	float: left
}

.header[data-component=header] .header-bottom .house-num i {
	float: left;
	margin-top: 4px;
	vertical-align: middle;
	background-image: url(../../static/images/sprite.png);
	background-position: -117px -34px;
	width: 16px;
	height: 13px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header[data-component=header] .header-bottom .house-num i {
		background-image: url(/pegasus/redskull/pages/site/css/sprite@2x.png?v=b98ebf65);
		background-size: 166px 72px
	}
}

.header[data-component=header] .header-bottom .house-num ul {
	margin-left: 5px;
	position: relative;
	float: left;
	height: 20px;
	overflow: hidden
}

.header[data-component=header] .header-wrap .savesearch {
	right: 76px;
	top: 0;
	height: 50px;
	line-height: 50px;
	background: #fff;
	width: auto;
	padding-right: 30px;
	display: block
}

.header[data-component=header] .header-wrap .savesearch span label {
	background: url(/pegasus/redskull/images/common/save-bg.png?v=700b616b) -3px -79px;
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	right: 10px;
	top: 22px
}

.header[data-component=header] .header-wrap .savesearch span label.down {
	background: url(/pegasus/redskull/images/common/save-bg.png?v=700b616b) -3px -92px
}

.header[data-component=header] .header-wrap .savesearch .icon {
	top: 23px
}

.header[data-component=header] .header-wrap .savesearch ul {
	top: 50px;
	width: 514px;
	right: 0;
	border: none
}

.header[data-component=header] .header-wrap .savesearch ul li.title {
	background: #f4f7f9;
	color: #849aae;
	font-weight: 400;
	border-bottom: 0;
	padding: 3px 20px
}

.header[data-component=header] .header-wrap .savesearch ul li.title a {
	float: right;
	color: #849aae;
	font-size: 14px
}

.header[data-component=header] .header-wrap .savesearch ul li.list {
	margin: 0;
	max-height: 200px;
	overflow: auto;
	height: auto;
	padding: 0 5px
}

.header[data-component=header] .header-wrap .savesearch ul li .li {
	border: none;
	height: 35px;
	line-height: 35px;
	padding: 3px 0 3px 15px
}

.header[data-component=header] .header-wrap .savesearch ul li .li a {
	font-size: 14px;
	display: block;
	height: 100%
}

.header[data-component=header] .header-wrap .savesearch ul li .li:hover {
	background: #f9f9f9
}

.header[data-component=header] .header-wrap .savesearch ul li .num {
	float: right;
	text-decoration: underline
}

.header[data-component=header] .suggest-wrap {
	position: relative;
	*zoom: 1;
	top: -1px
}

.header[data-component=header] .suggest-wrap:after,
.header[data-component=header] .suggest-wrap:before {
	display: table;
	content: ""
}

.header[data-component=header] .suggest-wrap:after {
	clear: both
}

.header[data-component=header] .suggest-wrap .home-ico {
	position: absolute;
	display: none;
	margin: 4px 0 0 21px
}

.header[data-component=header] .ui-front {
	z-index: 1002
}

.header[data-component=header] .ui-autocomplete {
	font-family: Hiragino Sans GB, \\5FAE\8F6F\96C5\9ED1, Microsoft YaHei, SimHei, Tahoma, "\5B8B\4F53  b8b\4F53", SimSun, sans-serif;
	margin-top: 0;
	background-color: #fff;
	padding: 15px 0;
	border-top: 0;
	box-sizing: border-box
}

.header[data-component=header] .ui-autocomplete .ui-menu-item {
	position: relative;
	margin: 0;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	cursor: pointer
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .count b {
	margin-left: 6px
}

.header[data-component=header] .ui-autocomplete .ui-menu-item a {
	display: block;
	font-size: 14px;
	color: #101d37
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .sub-text {
	font-size: 12px;
	color: #9399a5;
	height: 35px
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .hot-title b {
	font-weight: 700
}

.header[data-component=header] .ui-autocomplete .ui-state-focus {
	background-color: #f9f9f9
}

.header[data-component=header] .ui-autocomplete .ui-state-focus .count,
.header[data-component=header] .ui-autocomplete .ui-state-focus .sub-text,
.header[data-component=header] .ui-autocomplete .ui-state-focus a,
.header[data-component=header] .ui-autocomplete .ui-state-focus span {
	color: #101d37
}

.header[data-component=header] .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.header[data-component=header] .search-panel-common .suggest-wrap {
	top: 31px
}

.header[data-component=header] .search-panel-common .suggest-wrap .ui-autocomplete {
	margin-top: 0;
	padding: 1px;
	border-radius: 0 0 3px 3px
}

.header[data-component=header] .search-panel-common .suggest-wrap .ui-autocomplete .ui-menu-item {
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	cursor: pointer
}

.header[data-component=header] .search-panel-common .suggest-wrap .ui-autocomplete .ui-menu-item .count,
.header[data-component=header] .search-panel-common .suggest-wrap .ui-autocomplete .ui-menu-item .sub-text {
	display: none
}

.header[data-component=header] .search-panel-common .suggest-wrap .count {
	width: 60px;
	overflow: hidden
}

.header[data-component=header] .ui-autocomplete {
	padding-top: 0;
	position: relative;
	box-shadow: none
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .hot-title {
	width: 325px;
	display: inline-block;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .hot-title .sug_region {
	line-height: 35px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 2px;
	font-size: 14px;
	color: #a0a3a5;
	margin-right: 4px;
	display: inline-block;
	width: 48px
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .hot-title .region_grey {
	color: #9399a5
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .hot-title .hls_text {
	color: #3072f6
}

.header[data-component=header] .searchs {
	height: 48px;
	line-height: 48px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-size: 18px 62px;
	width: 100%;
	background-color: #f1f1f1
}

.header[data-component=header] .searchs .search-txt {
	width: 720px
}

.header[data-component=header] .searchs .search-txt .yjwd {
	line-height: 33px
}

.header[data-component=header] .searchs .search-txt .yjwd a {
	font-size: 12px;
	color: #aaa;
	font-weight: 700
}

.header[data-component=header] .searchs .search-txt .yjwd a:hover {
	text-decoration: none
}

.header[data-component=header] .searchs .search-txt .yjwd i {
	display: block;
	float: left;
	padding-top: 11px;
	margin-right: 5px
}

.header[data-component=header] .searchs .search-txt .yjwd img {
	width: 12px;
	height: 12px
}

.header[data-component=header] .searchs .search-txt .search-tab {
	float: left;
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 35px;
	position: relative
}

.header[data-component=header] .searchs .search-txt .search-tab .suggest-wrap {
	top: 5px;
	float: right;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 99;
	display: none;
	left: -1px;
	padding: 0
}

.header[data-component=header] .searchs .search-txt .search-tab .suggest-wrap .title {
	background: #f2f4f7;
	color: #718aa6;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	padding-left: 14px
}

.header[data-component=header] .searchs .search-txt .search-tab i.icon {
	width: 7px;
	height: 4px;
	display: block;
	float: left;
	margin-top: 16px;
	margin-right: 8px;
	position: absolute;
	left: 60px;
	z-index: 98
}

.header[data-component=header] .searchs .search-txt .search-tab .check {
	position: absolute;
	z-index: 98;
	height: 35px;
	line-height: 35px;
	width: 70px;
	text-align: center;
	cursor: pointer
}

.header[data-component=header] .searchs .search-txt .search-tab ul.tabs {
	width: 70px;
	float: left;
	position: absolute;
	z-index: 99;
	height: 35px;
	overflow: hidden;
	top: 0;
	background: #fff;
	display: none
}

.header[data-component=header] .searchs .search-txt .search-tab ul.tabs li {
	height: 35px;
	line-height: 35px;
	text-align: center
}

.header[data-component=header] .searchs .search-txt .search-tab ul.tabs li:hover {
	background: #f9f9f9
}

.header[data-component=header] .searchs .search-txt .search-tab ul.tabs li label {
	cursor: pointer
}

.header[data-component=header] .searchs .search-txt .search-tab ul.tabs li a {
	color: #101d37
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach {
	position: absolute;
	left: 0;
	top: 0
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach input {
	float: left;
	padding-left: 75px;
	width: 425px;
	height: 31px;
	border: 0;
	background: #fff;
	line-height: 31px;
	position: relative;
	top: 2px
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug {
	display: none;
	margin-top: 36px;
	margin-left: -1px;
	position: absolute;
	z-index: 999
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug ul {
	width: 502px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	display: none
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug li {
	height: 35px;
	line-height: 35px;
	padding: 0 14px
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name {
	background: #f2f4f7;
	color: #718aa6;
	font-weight: 700
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name:hover {
	background: #f2f4f7
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug li.del {
	display: none;
	text-align: right;
	cursor: pointer
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug li.del:hover {
	background: #fff
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug li a {
	color: #101d37;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	width: 100%
}

.header[data-component=header] .searchs .search-txt .search-tab .txt-serach .hot-sug li:hover {
	background: #f2f2f2
}

.header[data-component=header] .searchs .search-txt form {
	width: 620px;
	float: left
}

.header[data-component=header] .searchs .search-txt .act-search {
	width: 100px;
	height: 36px;
	border: 1px solid #aa4741;
	border-radius: 2px;
	float: left;
	margin-left: 10px;
	background: #c7524b;
	color: #fff;
	line-height: 36px;
	font-weight: 700;
	font-size: 14px
}

.header[data-component=header] .searchs .last {
	color: #9399a5;
	line-height: 35px;
	width: 190px
}

.header[data-component=header] .searchs .last b {
	color: #9399a5;
	font-weight: 700;
	float: left
}

.header[data-component=header] .searchs .last a {
	color: #9399a5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100px
}

.header[data-component=header] .searchs .last i {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: 8px;
	margin-right: 10px;
	float: left
}

.header[data-component=header] .searchs .last .ditu {
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 700;
	color: #101d37;
	background: #f8f8f9
}

.header[data-component=header] .searchs .last .ditu i {
	width: 13px;
	height: 13px;
	margin: 0;
	margin-top: 11px;
	margin-right: 5px
}

.header[data-component=header] .searchs .last .ditu a {
	width: 81px;
	color: #101d37;
	display: block;
	text-overflow: inherit;
	white-space: inherit;
	overflow: auto
}

.header[data-component=header] .savesearch {
	position: absolute;
	right: 3px;
	top: -6px;
	width: 125px;
	display: none
}

.header[data-component=header] .savesearch .cunn {
	display: none
}

.header[data-component=header] .savesearch .icon {
	width: 16px;
	height: 11px;
	position: absolute;
	right: 53px;
	top: 38px;
	z-index: 10
}

.header[data-component=header] .savesearch ul {
	background: #fff;
	z-index: 9;
	width: 502px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	right: -4px;
	top: 42px
}

.header[data-component=header] .savesearch span {
	cursor: pointer;
	color: #aaa
}

.header[data-component=header] .savesearch span label {
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	right: 10px;
	top: 21px
}

.header[data-component=header] .savesearch i {
	background: none;
	float: left
}

.header[data-component=header] .savesearch li {
	margin: 0 15px;
	line-height: 35px;
	cursor: pointer
}

.header[data-component=header] .savesearch li.more {
	text-align: center;
	font-size: 12px;
	color: #9399a5
}

.header[data-component=header] .savesearch li.title {
	height: 35px;
	line-height: 35px;
	background: #f5f5f6;
	margin: 0;
	padding: 0 15px;
	border-bottom: 1px solid #e4e6f0;
	cursor: default;
	color: #9399a5;
	font-weight: 700
}

.header[data-component=header] .savesearch li.list {
	height: 108px;
	overflow: hidden
}

.header[data-component=header] .savesearch .li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #101d37;
	padding-right: 30px
}

.header[data-component=header] .savesearch .li .se {
	background: #f1f1f1;
	margin: 7px 8px 7px 0;
	padding: 10px 4px;
	line-height: 0;
	border-radius: 1px;
	color: #9399a5
}

.header[data-component=header] .savesearch .li .ti {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	color: #101d37
}

.header[data-component=header] .savesearch a {
	color: #555;
	font-size: 12px
}

.header[data-component=header] .ui-autocomplete .ui-menu-item {
	padding: 3px 20px
}

.header[data-component=header] .ui-autocomplete .ui-menu-item .sub-text {
	font-size: 14px;
	margin-left: 5px
}

/*.ershoufang[data-component=recommendErshoufang] {
	clear: both;
	margin-bottom: 40px
}*/

.ershoufang[data-component=recommendErshoufang] .wrapper {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	width: 1150px
}

.ershoufang[data-component=recommendErshoufang] .fl .name {
	font-size: 36px;
	line-height: 50px;
	color: #101d37;
	font-weight: 600
}

.ershoufang[data-component=recommendErshoufang] .fl p {
	color: #9399a5;
	width: 1150px;
	font-size: 16px;
	line-height: 22px
}

.ershoufang[data-component=recommendErshoufang] .fl p a {
	color: #3072f6;
	float: right;
	font-weight: 600
}

.ershoufang[data-component=recommendErshoufang] ul {
	margin-top: 26px;
	width: 2100px
}

.ershoufang[data-component=recommendErshoufang] li {
	position: relative;
	width: 265px;
	height: 315px;
	float: left;
	margin-right: 30px;
	border-radius: 5px
}

.ershoufang[data-component=recommendErshoufang] li a {
	display: block
}

.ershoufang[data-component=recommendErshoufang] li a:hover {
	text-decoration: none
}

.ershoufang[data-component=recommendErshoufang] li img {
	width: 265px;
	height: 205px;
	border-radius: 4px
}

.ershoufang[data-component=recommendErshoufang] li .goodhouse {
	position: absolute;
	right: 0;
	top: 0;
	width: 72px;
	height: 30px
}

.ershoufang[data-component=recommendErshoufang] li .goodhouse img {
	width: 72px;
	height: 30px
}

.ershoufang[data-component=recommendErshoufang] li .vr_item {
	background-image: url(../../static/images/vrlogo@2x.png);
	background-size: 45px 45px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 8px;
	bottom: 118px
}

.ershoufang[data-component=recommendErshoufang] li .tag {
	margin-top: 5px
}

.ershoufang[data-component=recommendErshoufang] li .tag span {
	display: inline-block;
	color: #849aae;
	font-size: 12px;
	line-height: 30px;
	padding: 0 11px;
	margin-right: 6px;
	background-color: #f4f7f9;
	border-radius: 5px
}

.ershoufang[data-component=recommendErshoufang] li .tag span.zhenshi {
	background: #6b99f6;
	background: -prefix-linear-gradient(left, #6b99f6, #3a79f6);
	background: linear-gradient(90deg, #6b99f6, #3a79f6);
	color: #fff
}

.ershoufang[data-component=recommendErshoufang] li .bottom {
	width: 265px;
	max-height: 92px;
	background: #fff
}

.ershoufang[data-component=recommendErshoufang] li .bottom .name {
	margin-top: 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #222
}

.ershoufang[data-component=recommendErshoufang] li .bottom .info {
	margin-top: 10px;
	font-size: 12px;
	color: #616669;
	line-height: 16px;
	overflow: hidden
}

.ershoufang[data-component=recommendErshoufang] li .bottom .info .price {
	font-weight: 700;
	float: right;
	font-size: 16px;
	color: #fa5741
}

.xiaoqu-list[data-component=recommendXiaoqu] {
	width: 100%;
	clear: both;
	margin-bottom: 40px
}

.xiaoqu-list[data-component=recommendXiaoqu] .wrapper {
	width: 1150px
}

.xiaoqu-list[data-component=recommendXiaoqu] .wrapper .fl {
	margin-bottom: 25px
}

.xiaoqu-list[data-component=recommendXiaoqu] .wrapper .fl p {
	font-size: 16px;
	line-height: 22px;
	color: #9399a5;
	width: 1150px
}

.xiaoqu-list[data-component=recommendXiaoqu] .wrapper .fl p a {
	color: #3072f6;
	float: right;
	font-weight: 600
}

.xiaoqu-list[data-component=recommendXiaoqu] .name {
	font-size: 36px;
	line-height: 50px;
	color: #101d37;
	font-weight: 600
}

.xiaoqu-list[data-component=recommendXiaoqu] .fr span {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-left: 10px
}

.xiaoqu-list[data-component=recommendXiaoqu] .fr span.goleft {
	background-position: -336px -255px
}

.xiaoqu-list[data-component=recommendXiaoqu] .fr span.leftend {
	background-position: -477px -255px
}

.xiaoqu-list[data-component=recommendXiaoqu] .fr span.goright {
	background-position: -403px -255px
}

.xiaoqu-list[data-component=recommendXiaoqu] .fr span.rightend {
	background-position: -545px -255px
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list {
	clear: both;
	width: 1150px;
	overflow: hidden;
	height: 336px;
	padding-top: 0;
	position: relative
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul {
	position: absolute;
	width: 25000px;
	top: 0
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li {
	float: left;
	margin-right: 30px
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a {
	width: 364px;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	overflow: hidden
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a .img-wrap {
	border-radius: 4px;
	overflow: hidden
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a img {
	width: 100%;
	height: 272px;
	transition: .7s ease-in-out
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a .title {
	position: relative;
	width: 364px;
	margin-top: 15px
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a .title .resblock-desc {
	overflow: hidden
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a .title .resblock-desc .resblock-name {
	font-size: 18px;
	line-height: 25px;
	color: #101d37;
	float: left;
	font-weight: 600;
	max-width: 260px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a .title .resblock-desc .resblock-price {
	color: #fa5741;
	font-size: 16px;
	line-height: 25px;
	float: right;
	font-weight: 600
}

.xiaoqu-list[data-component=recommendXiaoqu] .xiaoqu-list ul li a .title .resblock-year {
	margin-top: 5px;
	color: #9399a5;
	font-size: 12px;
	line-height: 20px
}

.new-house[data-component=recommendXinfang] {
	width: 100%;
	height: 372px;
	clear: both;
	margin-bottom: 30px
}

.new-house[data-component=recommendXinfang] .wrapper {
	width: 1150px
}

.new-house[data-component=recommendXinfang] .wrapper .name {
	font-size: 36px;
	line-height: 50px;
	color: #101d37;
	font-weight: 600
}

.new-house[data-component=recommendXinfang] .wrapper .fl {
	margin-bottom: 25px
}

.new-house[data-component=recommendXinfang] .wrapper p {
	color: #9399a5;
	width: 1150px;
	line-height: 22px;
	font-size: 16px
}

.new-house[data-component=recommendXinfang] .wrapper p a {
	color: #3072f6;
	float: right;
	font-weight: 600
}

.new-house[data-component=recommendXinfang] .fr span {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-left: 10px
}

.new-house[data-component=recommendXinfang] .fr span.goleft {
	background-position: -336px -255px
}

.new-house[data-component=recommendXinfang] .fr span.leftend {
	background-position: -477px -255px
}

.new-house[data-component=recommendXinfang] .fr span.goright {
	background-position: -403px -255px
}

.new-house[data-component=recommendXinfang] .fr span.rightend {
	background-position: -545px -255px
}

.new-house[data-component=recommendXinfang] .newhose-list {
	clear: both;
	width: 1150px;
	overflow: hidden;
	height: 272px;
	position: relative
}

.new-house[data-component=recommendXinfang] .newhose-list ul {
	position: absolute;
	width: 25000px;
	top: 0
}

.new-house[data-component=recommendXinfang] .newhose-list ul li {
	float: left;
	margin-right: 30px
}

.new-house[data-component=recommendXinfang] .newhose-list ul a {
	width: 363px;
	height: 272px;
	display: block;
	border-radius: 4px;
	font-weight: 600;
	position: relative;
	overflow: hidden
}

.new-house[data-component=recommendXinfang] .newhose-list ul a:hover img {
	webkit-transform: scale(1.03);
	transform: scale(1.03)
}

.new-house[data-component=recommendXinfang] .newhose-list ul a img {
	border-radius: 4px;
	width: 363px;
	height: 272px;
	transition: .7s ease-in-out
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .bg {
	background: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	width: 363px;
	height: 272px;
	position: absolute;
	left: 0;
	bottom: 0
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .price {
	position: absolute;
	background: #101d37;
	font-weight: 600;
	height: 22px;
	line-height: 22px;
	padding: 10px 15px;
	font-size: 16px;
	top: 0
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .price span {
	color: #fff
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .title {
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 25px;
	width: 242px;
	height: 54px;
	left: 50%;
	top: 50%;
	margin-left: -121px;
	text-align: center;
	margin-top: -27px;
	font-weight: 600
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .title span {
	font-size: 14px;
	display: block
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .title span label {
	color: #fff;
	position: relative
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .title01 {
	position: absolute;
	bottom: -35px;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 350px;
	color: #b0b3b4;
	text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .8)
}

.new-house[data-component=recommendXinfang] .newhose-list ul a .title01 span {
	display: block;
	float: left;
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	height: 20px;
	text-overflow: ellipsis
}

[data-component=recommendZufang] {
	display: none;
	clear: both;
	margin-bottom: 30px
}

[data-component=recommendZufang] .wrapper {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	width: 1150px
}

[data-component=recommendZufang] .fl .name {
	font-size: 36px;
	line-height: 50px;
	color: #101d37;
	font-weight: 600
}

[data-component=recommendZufang] .fl p {
	color: #9399a5;
	width: 1150px;
	font-size: 16px;
	line-height: 22px
}

[data-component=recommendZufang] .fl p a {
	color: #3072f6;
	float: right;
	font-weight: 600
}

[data-component=recommendZufang] ul {
	margin-top: 26px;
	width: 2100px
}

[data-component=recommendZufang] li {
	position: relative;
	width: 265px;
	height: 315px;
	float: left;
	margin-right: 30px;
	border-radius: 4px
}

[data-component=recommendZufang] li a {
	display: block
}

[data-component=recommendZufang] li a:hover {
	text-decoration: none
}

[data-component=recommendZufang] li img {
	width: 265px;
	height: 205px;
	border-radius: 4px
}

[data-component=recommendZufang] li .vr_item {
	background-image: url(/pegasus/redskull/images/common/vrlogo@2x.png?v=7a49da08);
	background-size: 45px 45px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 8px;
	bottom: 118px
}

[data-component=recommendZufang] li .tag {
	margin-top: 5px
}

[data-component=recommendZufang] li .tag span {
	display: inline-block;
	color: #849aae;
	font-size: 12px;
	line-height: 30px;
	padding: 0 11px;
	margin-right: 6px;
	background-color: #f4f7f9;
	border-radius: 5px
}

[data-component=recommendZufang] li .tag span.zhenshi {
	background: #6b99f6;
	background: -prefix-linear-gradient(left, #6b99f6, #3a79f6);
	background: linear-gradient(90deg, #6b99f6, #3a79f6);
	color: #fff
}

[data-component=recommendZufang] li .bottom {
	width: 265px;
	max-height: 92px;
	background: #fff
}

[data-component=recommendZufang] li .bottom p.p01 {
	font-size: 18px;
	color: #101d37;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 15px;
	font-weight: 600
}

[data-component=recommendZufang] li .bottom div.tips {
	overflow: hidden;
	margin-top: 5px;
	line-height: 20px
}

[data-component=recommendZufang] li .bottom div.tips .tips-info {
	float: left;
	color: #9399a5;
	font-size: 12px;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

[data-component=recommendZufang] li .bottom div.tips .tips-price {
	float: right;
	color: #fa5741;
	font-size: 16px;
	font-weight: 600
}

.app_daoliu_layer[data-component=Applayer] {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 130px;
	z-index: 1001;
	background-color: #fff;
	white-space: nowrap;
	box-shadow: 0 -3px 80px rgba(0, 0, 0, .08)
}

.app_daoliu_layer[data-component=Applayer] img {
	width: 100%
}

.app_daoliu_layer[data-component=Applayer] .app_content {
	text-align: center
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_img {
	width: 190px;
	display: inline-block;
	position: relative;
	bottom: 50px;
	vertical-align: top
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_desc_c {
	margin-left: 35px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	text-align: left
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_desc_c .app_title {
	margin-top: 40px;
	color: #101d37;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 700
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_desc_c .app_desc {
	color: #9399a5;
	font-size: 13px;
	margin-top: 8px
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_qr {
	display: inline-block;
	vertical-align: top;
	width: 88px;
	margin-top: 22px;
	margin-left: 63px
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_down {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 22px
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_down .btn {
	display: block;
	width: 107px;
	height: 40px;
	border-radius: 2px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: 700
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_down .btn:hover {
	text-decoration: none;
	out-line: none
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_down .btn.btn_iphone {
	background-color: #101d37;
	margin-top: 22px
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_down .btn.btn_andriod {
	background-color: #3072f6;
	margin-top: 8px
}

.app_daoliu_layer[data-component=Applayer] .app_content .app_close {
	display: inline-block;
	vertical-align: top;
	margin-top: 22px;
	width: 15px;
	margin-left: 41px;
	cursor: pointer
}

@media only screen and (max-height:570px) {
	.app_daoliu_layer {
		display: none
	}
}

[data-component=GoodhouseLayer] {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1150px;
	margin: 0 auto
}

[data-component=GoodhouseLayer] img {
	display: block;
	width: 100%
}

[data-component=GoodhouseLayer] .close {
	position: absolute;
	width: 45px;
	height: 33px;
	right: 0;
	top: 0;
	cursor: pointer
}

[data-component=LawLayer] {
	position: fixed;
	right: 0;
	width: 259px;
	bottom: 150px;
	background: #fff;
	box-shadow: 0 -3px 80px rgba(0, 0, 0, .08);
	border-radius: 2px;
	padding: 24px 25px 20px;
	text-align: left
}

[data-component=LawLayer]>a {
	text-decoration: none
}

[data-component=LawLayer] .announce-title {
	font-family: PingFangSC-Medium;
	font-size: 22px;
	color: #2e2e2e;
	letter-spacing: 0
}

[data-component=LawLayer] .announce-underline {
	width: 30px;
	height: 4px;
	border-radius: 4px;
	background-color: #3072f6;
	margin-top: 8px;
	margin-bottom: 14px
}

[data-component=LawLayer] .announce-content {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666;
	letter-spacing: 0;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 40px
}

[data-component=LawLayer] .announce-content p {
	margin-bottom: 18px
}

[data-component=LawLayer] .announce-btn {
	cursor: pointer;
	background: #3072f6;
	border-radius: 2px;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto
}





.search {
    width: 590px;
}
.head-tt {
    position: relative;
    width: 590px;
    height: 170px;
    margin-top: 10px;
}

.head-td {
    position: absolute;
    left: 0;
    top: 0;
    width: 680px;
    padding: 20px 30px;
}
.f16 {
    font-size: 16px;
}
.head-td li {
    height: 40px;
    line-height: 40px;
}
.head-td li.search-tr a.hover {
    background: url(./search.png) no-repeat bottom center;
    border-radius: 6px 6px 0 0;
    background-position: 18px 27px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;   
}
.head-td li.search-tr a:hover{
   text-decoration: none;
   color: #cac8c8;
}
.head-td li.search-tr a {
    display: inline-block;
    color: #a3a1a0;
    padding: 0 25px 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.head-td li.search-tt {
    position: relative;
    margin-top: -1px;
    height: 50px;
}
.search-inp {
    height: 50px;
    width: 590px;
    background: #FFF;
    border: none;
    padding-left: 10px;
    color: #a9a9a9;
    line-height: 50px;
    border-radius: 4px;
}
.search-but {
    width: 76px;
    height: 50px;
    float: right;
    border: 0;
    display: block;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #3072f6 url(./search-1.png) no-repeat center center;
    position: absolute;
    right: 78px;
    top: 0;

}
.head-td li ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50px;
    background: #FFF;
    border: #ddd 1px solid;
    width: 678px;
}

.login-link em{
	margin: 0 5px;
}