@charset "UTF-8";
/* WX:DereK_EasH 于2025-07-13编写  */
header {
  width: 100%;
  background-color: #000000;
}
header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  box-shadow: 0.03rem 0.08rem 0.21rem 0.03rem rgba(24, 30, 42, 0.08);
}

.h-a {
  width: 100%;
  height: 1.1rem;
}

.h-container {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-logo-wrap {
  width: auto;
  height: 0.6rem;
  display: flex;
  align-items: center;
}

.h-logo {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.h-logo img {
  height: 100%;
}

.h-logo-txt {
  width: auto;
  font-weight: bold;
  color: #888888;
  display: flex;
  align-items: center;
}
.h-logo-txt:before {
  content: "";
  display: inline-block;
  width: 0.02rem;
  height: 0.36rem;
  background-color: #ffffff;
  opacity: 0.5;
  margin-left: 0.26rem;
  margin-right: 0.18rem;
}

.h-wrap {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.h-ul {
  width: auto;
  height: 100%;
  display: flex;
}

.h-li {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}
.h-li.active .h-li-title {
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.h-li.active .h-li-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.03rem;
  background-color: #8fd776;
  position: absolute;
  left: 0;
  bottom: 0;
}

.h-li-title {
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.h-li-title:hover {
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.h-li-title:hover:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.03rem;
  background-color: #8fd776;
  position: absolute;
  left: 0;
  bottom: 0;
}

.h-box {
  width: calc(100% + 0.4rem);
  position: absolute;
  top: 100%;
  left: 50%;
  box-shadow: 0 0 0.05rem #ccc;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}

.h-item {
  width: 100%;
  text-align: center;
  padding: 0.16rem 0.1rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.h-item:hover {
  color: #23B75E;
}

.h-gerenzhongxin {
  width: 0.22rem;
  height: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  cursor: pointer;
}
.h-gerenzhongxin img {
  width: 100%;
  height: 100%;
}

.h-lang {
  width: auto;
  display: flex;
  align-items: center;
  margin-left: 0.6rem;
  cursor: pointer;
}
.h-lang .h-lang-logo {
  width: 0.21rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-lang .h-lang-logo img {
  width: 100%;
}
.h-lang .h-lang-txt {
  width: auto;
  font-weight: bold;
  color: #ffffff;
  margin-left: 0.07rem;
}
.h-lang:hover .h-lang-txt {
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}

.h-menu {
  display: none;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.h-menu img {
  width: 100%;
  height: 100%;
}

.h-opa {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

@media (max-width: 1500px) {
  .h-gerenzhongxin {
    width: 18px;
    height: auto;
  }
  .h-lang .h-lang-logo {
    width: 20px;
  }
}
@media (max-width: 1300px) {
  .h-container {
    width: 18rem;
  }
}
@media (max-width: 1100px) {
  .h-container {
    width: 100%;
    padding: 0 20px;
  }
  .h-gerenzhongxin {
    margin-left: 10px;
  }
  .h-lang {
    margin-left: 26px;
  }
}
@media (max-width: 1000px) {
  .h-a {
    height: auto;
    padding: 10px 0;
  }
  .h-a.show .h-ul {
    transform: translate(0, 0);
  }
  .h-a.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
  }
  .h-logo-wrap {
    height: 30px;
  }
  .h-ul {
    width: 260px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    z-index: 100;
    padding-top: 10px;
    transform: translate(100%, 0);
    transition: transform 0.3s;
    flex-direction: column;
    margin-right: 0;
  }
  .h-li {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding-left: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .h-nav {
    display: flex;
    flex-direction: column;
  }
  .h-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #333;
  }
  .h-nav.show:after {
    content: "-";
  }
  .h-li-title {
    width: 3rem;
    color: #333;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    justify-content: flex-start;
  }
  .h-li-title:after {
    display: none !important;
  }
  .h-box {
    width: 100%;
    position: static;
    box-shadow: none;
    transform: none;
  }
  .h-item {
    text-align: left;
    padding: 0;
    padding-left: 30px;
    min-height: 40px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .h-lang {
    margin-left: 40px;
    margin-right: 20px;
  }
  .h-lang .h-lang-txt {
    margin-left: 10px;
  }
  .h-menu {
    display: flex;
  }
}
@media (max-width: 550px) {
  .h-logo-wrap {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .h-logo {
    height: 30px;
    margin-bottom: 8px;
  }
  .h-logo-txt:before {
    display: none;
  }
  .h-lang {
    margin-left: 30px;
  }
  .h-lang .h-lang-txt {
    display: none;
  }
}