.header-container {
  height: 0.84rem;
}
.header {
  background-color: #ffffff;
  height: 0.84rem;
  position: fixed !important;
  z-index: 99999;
  left: 0;
  transform: unset;
}
.header > .box > .logo-box {
  width: 4.5rem;
  height: 0.58rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0.13rem;
}
.header > .box > .logo-box > .logo {
  width: 2.19rem;
  height: 0.58rem;
}
.header > .box > .logo-box > .line {
  width: 0.01rem;
  height: 0.36rem;
  background-color: #616e87;
}
.header > .box > .logo-box > .text {
  width: 1.7rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #616e87;
  font-size: 0.14rem;
  white-space: nowrap;
}
.header > .box > .nav-box {
  display: flex;
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 0.23rem;
}
.header > .box > .nav-box > ul {
  display: flex;
}
.header > .box > .nav-box > ul li {
  list-style: none;
  font-size: 0.18rem;
  color: #616e87;
  margin-right: 0.5rem;
  cursor: pointer;
  line-height: 0.4rem;
  position: relative;
  min-width: 0.35rem;
  text-align: center;
}
.header > .box > .nav-box > ul li:nth-child(2),
.header > .box > .nav-box > ul li:nth-child(3),
.header > .box > .nav-box > ul li:nth-child(4) {
  min-width: 0.65rem;
}
.header > .box > .nav-box > ul li > .sub {
  width: 1.8rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.02rem;
  position: absolute;
  font-weight: normal;
  box-shadow: 0px 0px 0.21rem 0px rgba(104, 104, 104, 0.15);
  top: 100%;
  left: -0.1rem;
  display: none;
}
.header > .box > .nav-box > ul li > .sub > li {
  text-align: left;
  margin: 0.05rem 0;
  letter-spacing: 0.01rem;
  font-size: 0.14rem;
}
.header > .box > .nav-box > ul li > .sub > li > a {
  padding-left: 0.3rem;
}
.header > .box > .nav-box > ul li > .sub > li:hover {
  background-color: #f1f2f5;
  color: #3182f6;
}
.header > .box > .nav-box > ul > li:hover,
.header > .box > .nav-box > ul > li.active {
  font-weight: bold;
  color: #111111;
}
.header > .box > .nav-box > ul > li.active::after {
  content: "";
}
.header > .box > .nav-box > ul > li:hover .sub {
  display: block;
}
.header > .box > .nav-box > ul > li::after {
  width: 100%;
  height: 0.028rem;
  background-color: #3182f6;
  position: absolute;
  bottom: 0.03rem;
  left: 0;
}
.header > .box > .nav-box > .btn {
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header > .box > .nav-box > .btn::before {
  content: "";
  width: 3.4rem;
  height: 0.84rem;
  background-color: #3182f6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.header > .box > .nav-box > .btn > span:nth-child(1) {
  display: block;
  width: 0.23rem;
  height: 0.19rem;
}
.header > .box > .nav-box > .btn > span:nth-child(2) {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin-left: 0.05rem;
}
/*# sourceMappingURL=header.css.map */