body {
  overflow-x: hidden;
}
.header {
  width: 100%;
  height: 3.88rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 0.06rem solid #e5e5e5;
  transform: translate(-50%);
  z-index: 1000;
}
.header .layout {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .layout .left {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .layout .left .logo {
  width: 7.44rem;
  height: 2.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .layout .left .logo img {
  width: 100%;
}
.header .layout .right {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
}
.header .layout .right li a {
  display: inline-block;
  min-width: 5rem;
  text-align: center;
  font-size: 0.88rem;
  color: #333333;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.header .layout .right li a:hover {
  font-size: 0.88rem;
  font-weight: 700;
  color: #333333;
}
.header .layout .right .nav-active {
  font-size: 0.88rem;
  font-weight: 700;
  color: #387DFC;
  /*background-color: #ffffff !important;*/
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  padding: 0;
  margin-top: 1rem !important;
  position: absolute;
  border: none;
  left: -50% !important;
}
.dropdown .dropdown-menu li .dropdown-item {
  display: block;
  padding: 0.19rem 1.25rem;
  clear: both;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 3;
  color: #333;
  white-space: nowrap;
  text-align: left !important;
  border-bottom: 0.06rem solid #e3e6ed;
}
.dropdown .dropdown-menu li .dropdown-item:hover {
  color: #387DFC !important;
}
.dropdown .dropdown-menu li .dropdown-item:active {
  color: #ffffff !important;
  background-color: #FFFFFF !important;
}
.dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
.dropdown .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.8rem;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent white transparent;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-active a {
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #387DFC !important;
}
/*# sourceMappingURL=header.css.map */
