﻿* {
  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: 58px;
  font-size: 14px;
  line-height: 58px;
  background: #fff;
}
.navigator-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  z-index: 99999;
  background: #0066FF;
}
.navigator-area .navigator-logo,
.navigator-area .navigator-login-register {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 20px;
}
.navigator-area .navigator-login-register{
  position: absolute;
  right: 0;
  margin-right: 0;
}
.navigator-area .navigator-logo img {
  display: inline-block;
  height: 41px;
  vertical-align: middle;
}
.navigator-area .navigator-logo h1 {
  display: none;
}
.navigator-area .navigator-menus {
  position: relative;
  display: inline-block;
  text-align: center;
}
.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 0 20px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.navigator-area .menu-item a{
  color: #fff;
}
.navigator-area .menu-item.active,
.navigator-area .menu-item.hover {
  color: #fff;
}
.navigator-area .menu-item.active a,
.navigator-area .menu-item.hover a {
  color: #FFF;
}
.navigator-area .search-app {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 360px;
  height: 40px;
  vertical-align: middle;
  position: relative;
  background: #4992FF;
  border-radius: 5px;
  margin-left: 50px;
}
.navigator-area .search-input {
  padding-left: 10px;
  width: 330px;
  height: 38px;
  vertical-align: top;
  outline: none;
  border-right: none;
  box-sizing: border-box;
  float: left;
  border: none;
  background: #4992FF;
  border-radius: 5px;
}
.search-input::-webkit-input-placeholder{
  color: #000DBB;
  font-size: 14px;
}
.navigator-area .search-btn {
  display: inline-block;
  width: 30px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  vertical-align: top;
  color: #000DBB;
  position: absolute;
  top: 0;
  right: 0;
}
.navigator-area .login-btn {
  display: inline-block;
  margin: 4px;
  width: 55px;
  line-height: 28px;
  border-radius: 2px;
  color: #fff;
}
.navigator-area .register-btn {
  display: inline-block;
  margin: 4px;
  width: 55px;
  line-height: 28px;
  border-radius: 2px;
  color: #fff;
}
/* .navigator-area .register-btn:hover,
.navigator-area .login-btn:hover {
  background-color: #48a4ff;
  color: #fff;
} */
/* 登录注册 */
.navigator{
  position: relative;
  width:1366px;
  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;
}
.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;
}
.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: #0066ff;
  color: #ffffff;
}
.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: 14px;
  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: #fff;
  overflow: inherit;
}
.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;
}
/* 登录注册结束 */