.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scroll-margin-top: 96px;
}

.max-w-8xl {
  max-width: 90rem;
}
.main {
  max-width: 1920px;
  margin: 0 auto;
}
.header-top {
  height: 34px;
}
.header-menu {
  height: 66px;
}
.btn-menu {
  display: block;
}
.collapsed .btn-menu {
  display: none;
}
.collapsed .btn-menu-close {
  display: block !important;
}

.navbar-status {
  display: flex !important;
  flex-direction: column !important;
}
.item {
  width: 200px;
  height: 130px;
  text-align: center;
  background-image: url("/images/item.png");
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 180px;
}
.gamelist {
  background-image: url("/images/250901-3.png");

  background-repeat: no-repeat;
}
.prouctlist {
  background-image: url("/images/element9.png");

  background-repeat: no-repeat;
}
.traitlist {
  background-image: url("/images/element10.png");

  background-repeat: no-repeat;
}

/** 多语言下拉菜单  **/
.dropdown {
  position: relative;
}

.dropdown-toggle {
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 气泡浮层 */
.dropdown-menu {
  position: absolute;
  top: 110%;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99999;
  overflow: hidden;
}
.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
}
.dropdown-item:hover {
  background: #f3f4f6;
}

/** 导航栏样式 **/
nav a {
  margin-left: 6px;
  position: relative;
  padding: 16px 0px;
  color: #374151;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  min-width: 80px;
  display: inline-block;
  text-align: center;
}
nav a:hover {
  color: #157072;
}
nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #ffbd1a;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
nav a.active {
  color: #111827;
  font-weight: 600;
}
nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #157072;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

/** 返回顶部按钮 **/
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
  -moz-transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.header-menu {
  backdrop-filter: blur(20px);
  background-color: #ffffffe3;
  position: relative;
  z-index: 9999; /* 足够大即可 */
  transform: translateZ(0); /* 触发独立合成层，解决部分机型覆盖 */
  will-change: transform;
  isolation: isolate;
}
#navbar {
  z-index: 9999; /* 足够大即可 */
  transform: translateZ(0); /* 触发独立合成层，解决部分机型覆盖 */
  will-change: transform;
  isolation: isolate;
}
#pageHeader {
  z-index: 9999; /* 足够大即可 */
}
video {
  z-index: 0;
}

.menu-btn {
  width: 32px;
  height: 34px;
  position: absolute;
  right: 15px;
}
.menu-btn > div {
  width: 32px;
  height: 4px;
  background: #157072;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.menu-btn > div:nth-of-type(1) {
  transform: translateY(-11px) rotate(0deg);
}
.menu-btn > div:nth-of-type(3) {
  transform: translateY(11px) rotate(0deg);
}
.menu-btn.close > div:nth-of-type(1) {
  transform: translateY(0px) rotate(45deg);
}
.menu-btn.close > div:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.close > div:nth-of-type(3) {
  transform: translateY(0px) rotate(-45deg);
}
.header-menus {
  transform-style: preserve-3d;
  box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.09);
  width: 100vw;
  position: fixed;
  right: 0;
  top: 64px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  visibility: hidden;
  transform: rotateX(270deg) translateZ(0);
  opacity: 0;
  transform-origin: 0 0;
  transition: all 0.5s;
  backdrop-filter: blur(20px);
    background-color: #fffffffa;
}

.header-menus.show {
  visibility: visible;
  transform: rotateX(360deg) translateZ(0);
  opacity: 1;
}
.header-menus > div {
  width: 100%;
  line-height: 56px;
  border-top: 1px #e7e7e7 solid;
  color: #1f2242;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}
.header-menus > div > a {
  padding-left: 24px;
  display: block;
  box-shadow: 0px 4px 9.5px 0px rgba(0, 74, 232, 0.11);
  position: relative;
  background: transparent;
  transition: all 0.5s;
  color: #1f2242;
}

.parallax>use {
    -webkit-animation: wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
    animation: wave 25s cubic-bezier(.55,.5,.45,.5) infinite
}

.parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    fill: var(--grey-1-a7)
}

.parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    fill: var(--grey-1-a5)
}

.parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    fill: var(--grey-1-a3)
}

.parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    fill: var(--grey-1)
}

@-webkit-keyframes wave {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}

@keyframes wave {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}
