﻿* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #303445;
}

html,
body {
	/* background: rgba(245, 247, 255, 1); */
	color: #303445;
}

.navigator-area {
	height: 151px;
	font-size: 14px;
	line-height: 58px;
	background: #fff;
}
.nav-top {
  font-size: 12px;
  width: 1080px;
  margin: 0 auto;
  height: 33px;
  line-height: 33px;
}
.nav-top-wrap {
  font-size: 12px;
  background-color: #F9F9F9;
}
.nav-top-right {
  float: right;
}
.nav-top-left, .nav-search, .key-word{
  display: inline-block;
}
.search-box input{
	width: 404px;
	height: 36px;
	margin-left: 50px;
}
span.search-text {
	border: 1px solid #3091f2;
  width: 80px;
  height: 38px;
  display: inline-block;
  color: #fff !important;
  background-color: #3091f2;
  line-height: 39px;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
  top: 11px;
}
.key-word{
	font-size: 12px;
  position: absolute;
  top: 14px;
  right: -380px;
  width: 326px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 36px;
}
.key-word-span{
 margin: 0 7px;
 display: inline-block;
 color: #9FA5BB;
}
.key-word-span:hover{
	color: #3091f2;
}
.navigator-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 151px;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	z-index: 99999;
}
.nav-top-left span{
	color: #9FA5BB;
	margin: 0 10px;
	margin-left: 0;
}
.nav-top-left span:hover{
	color: #464545;
}
.navigator-logo {
  height: 67px;
  line-height: 17px;
  position: relative;
  top: 14px;
}

.navigator-area .navigator-logo,
.navigator-area .navigator-login-register {
	display: inline-block
}

.navigator-area .navigator-login-register {
	float: right;
	
}

.navigator-area .navigator-logo img {
	vertical-align: middle;
	width: 162px;
}

.navigator-area .navigator-logo h1 {
	display: none;
}

.navigator-area .navigator-menus {
	position: relative;
  display: inline-block;
  text-align: center;
  left: -19px;
  top: 4px;
}

.navigator-menus>span {
	transition: all 3s;
}

.navigator-area .menus-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigator-area .menu-item {
	display: block;
	margin: 0 20px;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
}

.navigator-area .menu-item.active,
.navigator-area .menu-item.hover {
	color: #3091f2;
}

.navigator-area .menu-item.active a,
.navigator-area .menu-item.hover a {
	color: #3091f2;
}

.navigator-area .search-app {
	padding-left: 20px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 180px;
	height: 30px;
	vertical-align: middle;
}

.navigator-area .search-input {
	padding-left: 10px;
	width: 139px;
	height: 28px;
	vertical-align: top;
	outline: none;
	border: 1px solid #d5d5de;
	border-right: none;
}

.navigator-area .search-btn {
	display: inline-block;
	width: 28px;
	height: 28px;
	font-size: 20px;
	line-height: 28px;
	vertical-align: top;
	color: #3091f2;
	border: 1px solid #3091f2;
}

.navigator-area .login-btn {
	color: #3091f2;
}

.navigator-area .register-btn {
	display: inline-block;
	margin: 4px;
	width: 55px;
	background-color: #3091f2;
	border: 1px solid #3091f2;
	line-height: 28px;
	border-radius: 2px;
	color: #fff;
}

.navigator-area .register-btn:hover,
.navigator-area .login-btn:hover {
}

/* 登录注册 */

.navigator {
	width: 1080px;
	margin: 0 auto;
}

.nav-logo a {
	color: #fff;
	display: block;
	position: relative;
	height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nav-wrap .top-menu {
	width: 71%;
	float: left;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
	text-align: center;
}

.menu-one {
	position: relative;
	font-size: 12px;
}

.menu-one ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 58px;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#nav-center ul {
	position: absolute;
	left: -30px;
	right: -30px;
	z-index: 99999;
	top: 33px;
}

.menu-one .hoverActive {
	background-color: #333538;
	color: #ffffff;
}

.menu-one .menu-two .hoverActiveA {
	color: #ffffff;
	background-color: #3091f2;
}

.menu-one:hover,
.menu-one.active {
	background-color: #F9F9F9;
	color: #ffffff;
	font-size: 12px;
}

.menu-one:hover ul {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.menu-one>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #cfcfcf;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.check_login {
	cursor: pointer;
}

#webapp_icon {
	position: absolute;
	top: 5px;
	right: 12px;
	max-width: 40px;
	z-index: 999;
}

li.menu-one .menu-two {
	width: 170px;
}

div.nav-center li.menu-two {
	width: 100%;
	right: 0;
}

li.menu-one .menu-two:hover {
	color: #ffffff;
	background-color: #3091f2;
}

.menu-one .menu-two:focus>a {
	background-color: #0582ff;
	color: #fff;
	width: 100%;
}

.menu-one .menu-two {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #cfcfcf;
	position: relative;
}

.menu-one .menu-two:hover {
	background-color: #eee;
}

.menu-one .menu-two:hover>a {
	color: #59607b;
}

.menu-one .menu-two>a {
	display: inline-block;
	height: 100%;
	color: #303445;
	width: 100%;
	font-size: 12px;
}

.menu-two span {
	position: absolute;
	left: 27px;
	top: 8px;
	background-image: url('../../../static/pc/index/img/menulogo.png');
	display: inline-block;
	height: 18px;
	width: 20px;
	background-size: auto 72px;
}

#logo1 {
	background-position: -33px -9px;
}

#logo2 {
	background-position: -65px -9px;
}

#logo3 {
	background-position: -93px -9px;
}

#logo4 {
	background-position: -123px -9px;
}

#logo5 {
	background-position: -156px -9px;
}

#logo6 {
	background-position: -182px -9px;
}

#logo7 {
	background-position: -213.5px -9px;
}

#logo8 {
	background-position: -600px -8px;
}

#logo9 {
	background-position: -238px -9px;
	top: 5px;
}

#logo10 {
	background-position: -92px -9px;
	top: 5px;
}

#logo11 {
	background-position: -265px -9px;
	top: 5px;
}

.menu-two-logo1:hover #logo1 {
	background-position: -33px -39px;
}

.menu-two-logo2:hover #logo2 {
	background-position: -65px -39px;
}

.menu-two-logo3:hover #logo3 {
	background-position: -93px -39px;
}

.menu-two-logo4:hover #logo4 {
	background-position: -123px -39px;
}

.menu-two-logo5:hover #logo5 {
	background-position: -156px -39px;
}

.menu-two-logo6:hover #logo6 {
	background-position: -182px -39px;
}

.menu-two-logo7:hover #logo7 {
	background-position: -213.5px -39px;
}

.menu-two-logo8:hover #logo8 {
	background-position: -600px -39px;
}

.menu-two-logo9:hover #logo9 {
	background-position: -238px -39px;
}

.menu-two-logo10:hover #logo10 {
	background-position: -92px -39px;
}

.menu-two-logo11:hover #logo11 {
	background-position: -265px -39px;
}

.nav-wrap .nav-login {
	width: 12%;
	height: 100%;
	float: right;
	margin-right: 67px;
}

.nav-login .login-span-wrap {
	text-align: center;
}

.nav-lglogin {
	border: 1px solid #36b0e5;
	margin-right: 8px;
}

.nav-lglogin:hover {
	background-color: #36b0e5;
}

.nav-reg {
	border: 1px solid #37bf61;
}

.nav-reg:hover {
	background-color: #36b0e5;
}

.massage {
	width: 30px;
	display: inline-block;
	float: right;
}

.massage a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.massage img {
	width: 30px;
	top: 12px;
	position: relative;
	margin-right: 15px;
	margin-left: -103px;
}

.nav-center {
	display: inline-block;
	height: 100%;
	font-size: 12px;
	text-align: center;
}

.nav-img {
	display: inline-block;
	width: 39px;
	height: 39px;
	vertical-align: middle;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 10px;
}

#change-account-type {
	font-size: 14px;
	cursor: pointer;
}

#change-account-type label {
	margin-right: 10px;
	font-size: 18px;
}

.menu-one>a.user-info {
	color: #303445;
	overflow: inherit;
	font-size: 12px;
}

.nickName {
	display: inline-block;
	width: 80px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 20px;
	text-align: center;
}

.vip-level {
	display: inline-block;
}

.nickNamelogo {
	background-image: url('../../../static/pc/index/img/menulogo.png');
	display: inline-block;
	height: 58px;
	width: 28px;
	background-size: auto 73px;
	vertical-align: top;
}

.nav-vip-logo {
	width: 20px;
}

/* 登录注册结束 */