.header {
  height: 182px;
  background: #004E99;
  min-width: var(--container-width);
  position: relative;
}
.header > .container {
  background-image: url("../image/index/top-background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: var(--theme-color);
}
.header::after {
  content: '';
  height: 12px;
  background: #006AB8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.header .container {
  padding: 0 126px;
}
.header .container .top {
  height: 124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .top::after {
  content: '';
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  position: absolute;
  left: 0;
  right: 0;
  top: 123px;
  transform: scaleY(0.5);
}
.header .container .top .top-left {
  display: flex;
}
.header .container .top .top-left a {
  display: flex;
}
.header .container .top .top-left .top-logo {
  height: 57px;
  cursor: pointer;
}
.header .container .top .top-left .top-logo2 {
  display: none;
}
.header .container .top .top-right {
  display: flex;
}
.header .container .top .top-right .nav {
  font-size: 14px;
  color: #FFF;
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.header .container .top .top-right .nav a {
  font-size: inherit;
  color: inherit;
  margin: 0 10px;
}
.header .container .top .top-right .nav a:last-child {
  margin-right: 0;
}
.header .container .top .top-right .search {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.header .container .top .top-right .search label {
  position: relative;
}
.header .container .top .top-right .search label input {
  width: 282px;
  height: 42px;
  padding: 0 40px 0 20px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  position: relative;
  font-size: 14px;
  color: #FFF;
  transition: all 0.23s;
}
.header .container .top .top-right .search label input::placeholder {
  color: #F4F4F4;
}
.header .container .top .top-right .search label .iconfont {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.23s;
}
.drop-menu {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2010;
}
.drop-menu .container {
  display: flex;
  justify-content: center;
}
.drop-menu .menu-one {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.drop-menu .menu-one:first-child,
.drop-menu .menu-one:last-child {
  padding: 0 20px;
}
.drop-menu .menu-one.active,
.drop-menu .menu-one:hover {
  background: #043769;
}
.drop-menu .menu-one.active .static-menu .menu-title,
.drop-menu .menu-one:hover .static-menu .menu-title {
  color: #FFFFFF;
}
.drop-menu .menu-one:hover .dynamic-menu {
  display: block;
}
.drop-menu .static-menu {
  height: 58px;
  display: flex;
  align-items: center;
}
.drop-menu .static-menu .menu-title {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  white-space: nowrap;
}
.drop-menu .dynamic-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
}
.drop-menu .dynamic-menu.menu-show {
  display: block;
}
.drop-menu .dynamic-menu a {
  height: 60px;
  padding-right: 45px;
  padding-left: 36px;
  font-size: 16px;
  color: #FFF;
  background: #043769;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  white-space: nowrap;
}
.drop-menu .dynamic-menu a::before {
  position: absolute;
  right: 19px;
}
.drop-menu .dynamic-menu a:hover {
  background: #043769;
}
.drop-menu .dynamic-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.manage-header {
  height: 77px;
  border-bottom: none;
}
.manage-header .container {
  height: 100%;
}
.manage-header .container .top {
  height: 100%;
}
.manage-header .container .top .top-left .top-name {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.manage-header .container .top .top-right {
  margin-top: 0;
}
.manage-header .container .top .top-right .login {
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
}
.manage-header .container .top .top-right .login .iconfont {
  margin-right: 4px;
}
.manage-header .container .top .top-name {
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (min-width: 600px) {
  .header .drop-menu .menu-trigger-box {
    display: none;
  }
  .header .drop-menu .menu-box {
    height: revert !important;
  }
  .header-assistant {
    height: 211px;
    background: #0854a6;
  }
  .header-assistant > .container {
    height: 100%;
    background-image: url("../image/index/top-background2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header-assistant > .container .top {
    height: 151px;
  }
  .header-assistant > .container .top::after {
    top: 151px;
  }
  .header-assistant > .container .top .top-left .top-logo {
    display: none;
  }
  .header-assistant > .container .top .top-left .top-logo2 {
    width: 313px;
    height: 113px;
    display: revert;
  }
  .header-assistant > .container .top .top-right {
    padding-top: 30px;
    flex-direction: column;
  }
  .header-assistant > .container .top .top-right .nav {
    margin-bottom: 12px;
    justify-content: center;
  }
  .drop-menu .menu-box {
    padding: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 140px;
  }
  .header .container {
    padding: 0;
  }
  .header .container .top {
    height: 104px;
  }
  .header .container .top:after {
    top: 104px;
  }
  .header .container .top .top-left {
    margin: 0 26px 0 21px;
  }
  .header .container .top .top-left .top-logo {
    margin-top: 30px;
    height: unset;
  }
  .header .container .top .top-right {
    display: none;
  }
  .drop-menu {
    z-index: 20;
  }
  .drop-menu .menu-trigger-box {
    padding: 0 15px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
  }
  .drop-menu .menu-trigger-box span {
    font-size: 14px;
  }
  .drop-menu .menu-trigger-box i {
    font-size: 18px;
  }
  .drop-menu .menu-box {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    display: none;
  }
  .menu-dropped {
    position: relative;
  }
  .menu-dropped .menu-box {
    left: 0;
    display: block;
    position: absolute;
    top: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.56);
    transition: background-color 0.23s;
  }
  .menu-dropped .menu-box .menu-one {
    background: #F3F3F3;
  }
  .menu-dropped .menu-box .menu-one::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #FFF;
  }
  .menu-dropped .menu-box .menu-one .static-menu {
    height: 38px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-dropped .menu-box .menu-one .static-menu a {
    color: #2E2C2C !important;
  }
  .menu-dropped .menu-box .menu-one.active {
    background: #F3F3F3;
  }
  .menu-dropped .menu-box .menu-one .dynamic-menu {
    display: none;
  }
}