.header {
  width: 100%;
  height: 98px;
  background: #1c1b20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-left {
  display: block;
  width: 196px;
  height: 36px;
}
.header-left img {
  width: 100%;
  height: 100%;
}
.header-right {
  height: 100%;
  margin-left: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-right ul .underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 5px;
}
.header-right ul .underline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: inherit;
  position: relative;
  text-decoration: none;
  color: #f6f6f6;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header-right ul .underline a::before {
  position: absolute;
  content: "";
  width: 36px !important;
  height: 33px !important;
  background-size: 100% 100%;
  bottom: 0;
  opacity: 0;
  background-image: url(/Public/Home/img/index/nav/before.png);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header-right ul .underline:hover a {
  color: #90f9ff;
  text-decoration: none;
}
.header-right ul .underline:hover a::before {
  opacity: 1;
}
.header-right ul .underline:hover a:before {
  width: 100%;
}
.header-right ul .underline:hover > a {
  text-decoration: none;
}
.header-right ul .active a {
  color: #90f9ff;
  text-decoration: none;
}
.header-right ul .active a::before {
  width: 100%;
  opacity: 1;
}
.header-right ul .header-zhuji a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.header-right ul .header-zhuji a b {
  font-size: 12px;
  position: absolute;
  top: 60px;
  left: 7px;
  font-weight: normal;
  color: #90f9ff;
  width: 120px;
}
.header-right .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #f6f6f6;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 32px;
  background-image: url("/Public/Home/img/index/nav/login.png");
}
/* 谷歌输入框有cookie变黄 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}
