.header {
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#87ceeb), to(#bae6f2));
  background: linear-gradient(to bottom, #87ceeb, #bae6f2);
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  margin: 0 auto;
}
.header .wrap h1 {
  font-size: 16px;
  color: #940808;
}
.header .wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wrap .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 19px;
}
.header .wrap .search-box input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  width: 280px;
  padding: 0 20px;
  border: 0;
  outline: none;
  font-size: 14px;
  color: #333333;
  border-radius: 19px;
  background: rgb(243, 242, 241);
}
.header .wrap .search-box .search-btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px 0 8px;
  margin-left: 5px;
  margin-right: 20px;
  font-size: 14px;
  color: #333333;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
}
.header .wrap .lange-icon {
  position: relative;
}
.header .wrap .lange-icon p {
  font-size: 16px;
  color: #333333;
}
.header .wrap .lange-icon .translate-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 140px;
  padding: 8px 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header .wrap .lange-icon .translate-menu li {
  margin: 0;
  padding: 0;
}
.header .wrap .lange-icon .translate-menu li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.header .wrap .lange-icon .translate-menu li a:hover {
  background-color: #f5f5f5;
}
.header .wrap .lange-icon:hover .translate-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .wrap .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 52px;
}
.header .wrap .menu-link li:not(:first-child) a {
  border-left: 1px solid #999999;
}
.header .wrap .menu-link li:last-child a {
  padding: 0 0 0 18px;
}
.header .wrap .menu-link li a {
  padding: 0 18px;
  font-size: 16px;
  color: #333333;
  text-decoration: none !important;
}
.header .wrap .h5-menu {
  display: none;
}
.header .h5-nav,
.header .search-h5 {
  display: none;
}

@media (max-width: 768px) {
  .header {
    padding: 0 15px;
  }
  .header .wrap {
    max-width: 100%;
    height: 3.328rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo img {
    height: 66px;
  }
  .header .wrap .search-box {
    display: none;
  }
  .header .wrap .lange-icon {
    display: none;
  }
  .header .wrap .menu-link {
    display: none;
  }
  .header .wrap .h5-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
  .header .wrap .h5-menu .lange-icon {
    display: block;
  }
  .header .wrap .h5-menu .lange-icon p {
    font-size: 1.024rem;
    color: #333333;
  }
  .header .wrap .h5-menu img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .wrap .h5-menu img.search-icon {
    width: 23px;
  }
  .header .wrap .h5-menu img.menu-icon {
    width: 23px;
  }
  .header .search-h5 {
    display: none;
  }
  .header .search-h5-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
  }
  .header .search-h5-main {
    position: fixed;
    left: 0;
    top: 3.328rem;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgb(232, 232, 232);
    -webkit-box-shadow: 0px 4px 14px 0px rgba(176, 176, 176, 0.19);
            box-shadow: 0px 4px 14px 0px rgba(176, 176, 176, 0.19);
    background: rgb(243, 242, 241);
  }
  .header .search-h5-main input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 100%;
    padding: 0 20px;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #333333;
    border-radius: 19px 0 0 19px;
    background: rgb(243, 242, 241);
  }
  .header .search-h5-main .search-btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .header .search-h5-main .search-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 13px;
    border-left: 1px solid #999999;
  }
  .header .h5-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99;
  }
  .header .h5-nav .close-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 72px;
    padding: 0 10px;
  }
  .header .h5-nav .close-nav button {
    background-color: transparent;
    border: 0;
    outline: none;
  }
  .header .h5-nav .close-nav img {
    display: block;
    width: 25px;
    height: 25px;
  }
  .header .h5-nav-list li {
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .h5-nav-list li:not(:last-child) {
    position: relative;
  }
  .header .h5-nav-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 30px);
    border-bottom: 1px solid #dfdfdf;
  }
  .header .h5-nav-list li a {
    display: inline-block;
    padding: 15px 0;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-decoration: none !important;
  }
  .header .h5-nav-list li.icon-up {
    background: url("/static/img/icon-up.png") 95% 20px no-repeat;
    background-size: 9px 5px;
  }
  .header .h5-nav-list li.icon-down {
    background: #f7f7f7 url("/static/img/icon-down.png") 95% 20px no-repeat;
    background-size: 9px 5px;
  }
  .header .h5-nav-list li .second {
    display: none;
  }
  .header .h5-nav-list li .second.active {
    display: block;
  }
  .header .h5-nav-list li .second li {
    padding: 0;
  }
  .header .h5-nav-list li .second li::before {
    display: none;
  }
  .header .h5-nav-list li .second li a {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .h5-nav-list li .second li.icon-up {
    background: url("/static/img/icon-up.png") 99% 23px no-repeat;
    background-size: 9px 5px;
  }
  .header .h5-nav-list li .second li.icon-down {
    background: #f7f7f7 url("/static/img/icon-down.png") 99% 23px no-repeat;
    background-size: 9px 5px;
  }
  .header .h5-nav-list li .second li .third {
    display: none;
  }
  .header .h5-nav-list li .second li .third.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 15px;
  }
  .header .h5-nav-list li .second li .third dd {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: calc((100% - 30px) / 3);
  }
  .header .h5-nav-list li .second li .third dd a {
    padding: 0;
  }
}