.head {
  width: 100dvw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
}

.head-tip {
  width: 100dvw;
  height: 66px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(90deg, #ff4df6 0%, #7960ff 100%);
  display: none;
}

.head-tip img {
  width: 28px;
  height: 28px;
  margin-left: 20px;
  cursor: pointer;
}

.header {
  position: relative;
  width: 100dvw;
  display: flex;
  justify-content: center;
  /* background: #27278f; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 72px;
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.01);
  z-index: 997;
}

.header-content {
  width: 1360px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.logo {
  width: 184px;
}

.header-menus {
  display: flex;
}

.header-menus a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.header-menus .hi {
  color: #fff;
  text-decoration: none;
}

.header-menu {
  height: 72px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}

.ml-72 {
  margin-left: 72px;
}

.ml-160 {
  margin-left: 160px;
}

.header-langs {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-langs img {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.header-langs-menus {
  position: absolute;
  display: none;
  top: 60px;
  left: -8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* background: #22227f; */
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(50px);
  padding: 4px;
  cursor: pointer;
}

.menu:hover .header-langs-menus {
  display: block;
}

.header-langs-menu {
  height: 34px;
  width: 85px;
  padding: 0 12px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-langs-menu:hover {
  background: rgba(155, 178, 225, 0.4);
  border-radius: 4px;
}

.menuicon {
  display: none;
}

.marquee-container {
  display: none;
}

.mmenus {
  display: none;
}

@media (max-width: 1360px) {
  .mmenus {
    display: block;
  }

  .head {
    width: 100vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .head-tip {
    width: 100vw;
    height: 0.8rem;
    font-size: 14px;
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .head-tip img {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.2rem;
  }
  .pc_tip {
    display: none;
  }

  .marquee-container {
    width: 6.24rem;
    overflow: hidden;
    position: relative;
    margin-left: 0.3rem;
    display: block;
  }

  .marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
  }

  .marquee-content {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
  }

  .marquee-content span {
    color: #fff;
    padding: 0 5px;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .header-bg {
    height: 1.04rem;
    max-height: 72px;
  }

  .header-menus {
    display: none;
    white-space: nowrap;
  }

  .header {
    width: 100%;
    height: 1.04rem;
    max-height: 72px;
    padding: 0 0.3rem;
  }
  .logo {
    width: 2.34rem;
    max-width: 184px;
  }
  .header-content {
    height: 100%;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(50px); */
  }
  .header-content a {
    height: 100%;
    align-items: center;
    display: flex;
  }
  .menuicon {
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    max-width: 40px;
    max-height: 40px;
  }

  .menuclose {
    display: none;
  }
  .head-web-menus {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    transition: transform 0.1s ease-in;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(50px);
    z-index: 7777;
  }
  .menus-item {
    position: relative;
    margin: 0 auto;
    width: 6.54rem;
    height: 1.04rem !important;
    color: #fff;
    z-index: 7778;
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mhi {
    font-weight: 400;
  }

  .icongo3 {
    width: 0.12rem;
    height: 0.24rem;
    margin-left: 0.08rem;
  }

  .mobile-langs {
    width: 6.54rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-left: 0.2rem;
    align-items: flex-end;
    overflow: hidden;
    transition: height 0.2s ease-out;
  }
  .mobile-lang {
    display: flex;
    align-items: center;
  }

  .lang-item {
    width: 6.34rem;
    height: 0.8rem !important;
    color: #fff;
    z-index: 7778;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .head-web-menus {
    transform: translateX(-100vw);
  }
}
