.header {
  width: 100%;
  height: 8rem;
  background-color: #fff;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/head-bg.png) no-repeat center center;
  background-size: cover;
  background-color: #fff;
  z-index: 1000;
  position: relative;
}
.language{
    width: max-content;
}
.header .logo-img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background: url(../img/logo-hover.png) no-repeat left center;
  background-size: contain;
}
.header .header-logo {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.search-container-phone{
   display: none;
}
@media (max-width: 768px) {
  .header {
    padding: 0;
    padding-right: 1rem;
  }
  .header .header-logo {
    width: calc(100% - 5rem);
    padding: 0;
  }
  .header .header-info-operate {
    justify-content: flex-start;
    gap: 0;
  }
  .header-info-menu menu-list{
    width: auto !important;
    
  }
  .header-info-menu {
  font-size: 16px;
  }
  .header .header-info .header-info-operate > a,
  .header .header-info .header-info-operate .search-container,
  .header-info-menu menu-item {
    display: none !important;
  }

  .search-container-phone .qwss[type="text" i] {
    color: #333;
  }

  .search-container-phone .qwss::placeholder {
    color: #333;
  }

  /* 兼容不同浏览器 */
  .search-container-phone .qwss::-webkit-input-placeholder {
    color: #333;
  }

  .search-container-phone .qwss:-moz-placeholder {
    color: #333;
  }

  .search-container-phone .qwss::-moz-placeholder {
    color: #333;
  }

  .search-container-phone .qwss:-ms-input-placeholder {
    color: #333;
  }
  .search-container-phone {
    position: relative !important;
    display: block !important;
  }

  .search-container-phone .qwss {
    font-size: 1rem !important;
    border: 1px solid #333 !important;
    color: #333 !important;
    height: 2rem !important;
    width: 100% !important;
    border-radius: 1rem !important;
    padding: 0.5rem !important;
    padding-left: 2.2rem !important;
    outline: none !important;
    background-color: transparent !important;
  }
  .search-container-phone .tj {
    content: "";
    position: absolute !important;
    top: 50% !important;
    left: 0.5rem !important;
    transform: translateY(-50%);
    width: 1.5rem !important;
    height: 1.5rem !important;
    background-image: url(../img/search-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 0 !important;
    letter-spacing: 0 !important;
    color: none !important;
    min-width: 1.5rem !important;
    max-width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    z-index: 1 !important;
  }
}
.header .header-info {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .header-info-operate {
  flex: 1;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2em;
}
.header .header-info-operate a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #2b2b2b;
  text-decoration: none;
}
.header .header-info-operate .search-container {
  position: relative;
  display: inline-block;
}

.header .header-info-operate .search-container .qwss {
  font-size: 1em;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  height: 2rem;
  width: 12rem;
  border-radius: 1rem;
  padding: 0.5rem;
  padding-left: 2.2rem;
  outline: none;
  background-color: transparent;
}

.header .header-info-operate .search-container .tj {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/search-hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.header .header-info-operate .search-container .tj {
  padding-left: 0;
  letter-spacing: 0;
  color: none;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

.header .header-info-operate .qwss:focus {
  outline: none;
  border: 1px solid #2b2b2b;
}

.header .header-info-menu menu-list{
  font-size: 16px;
}
.header .header-info-menu {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  color: #2b2b2b;
}

.header .header-info-menu a {
  font-size: 1rem;
  color: #2b2b2b;
  text-decoration: none;
  position: relative;
}
.header .header-info-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #2b2b2b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}
.header .header-info-menu a:hover::after {
  transform: scaleX(1);
}
.header #join-us {
  color: #2b2b2b;
}
.top {
  width: 100%;
  height: 4rem;
  background: linear-gradient(86.79deg, #c875f0 0.23%, #4a6cf7 95.32%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 50%, 0% 100%);
  z-index: -999;
}