/** mixins **/
.footer-nav {
  position: relative;
  width: 1108px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav .footer-left .leihuo-age-rating {
  width: 83px;
}
.footer-nav .footer-left .studio-logo img {
  width: 140px;
  height: 62px;
}
.footer-nav .footer-right {
  width: 645px;
}
.footer-nav .footer-right .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav .footer-right .nav-links .nav-link {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
  margin-right: 40px;
}
.footer-nav .footer-right .nav-links .nav-link .lang-list {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 143px;
  border-radius: 8px;
  background: #ebebeb;
  backdrop-filter: blur(23px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 7px;
}
.footer-nav .footer-right .nav-links .nav-link .lang-list .lang-item {
  color: #616161;
  border-radius: 8px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 2px;
}
.footer-nav .footer-right .nav-links .nav-link .lang-list .lang-item.active,
.footer-nav .footer-right .nav-links .nav-link .lang-list .lang-item:hover {
  color: #fff;
  width: 100%;
  background: #191919;
}
.footer-nav .footer-right .nav-links .nav-link:hover {
  color: #D62032;
}
.footer-nav .footer-right .nav-links .nav-link:hover .lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav .footer-right .nav-links .nav-link-language {
  width: 160px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.footer-nav .footer-right .nav-links .nav-link-language:hover {
  color: #fff;
}
.footer-nav .footer-right .nav-links .nav-link-language .icon-language {
  width: 24px;
  height: 26px;
  margin-right: 8px;
  background: url(https://www.anantagame.com/pc/gw/20250904162009/assets/icon-language_fcdbc674.svg) no-repeat center;
  background-size: contain;
}
.footer-nav .footer-right .nav-links .nav-link-language .icon-arrow {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(https://www.anantagame.com/pc/gw/20250904162009/assets/icon-arrow_9bc37706.svg) no-repeat center;
  background-size: contain;
}
.footer-nav .footer-right .privacy-links {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
  letter-spacing: -0.56px;
  margin-top: 16px;
}
.footer-nav .footer-right .game-icons {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 90px;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav .footer-right .game-icons a {
  display: block;
  margin-right: 24px;
  cursor: default;
}
.footer-nav .footer-right .game-icons .game-more {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
}

/** mixins **/
html[lang="en"] .footer-left,
html[lang="ja"] .footer-left,
html[lang="ko"] .footer-left {
  position: relative;
}
html[lang="en"] .footer-left .studio-logo,
html[lang="ja"] .footer-left .studio-logo,
html[lang="ko"] .footer-left .studio-logo {
  margin-top: 35px;
}
html[lang="en"] .footer-left .nav-link-language,
html[lang="ja"] .footer-left .nav-link-language,
html[lang="ko"] .footer-left .nav-link-language {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
  margin-right: 40px;
  margin-top: 49px;
  cursor: pointer;
  position: relative;
}
html[lang="en"] .footer-left .lang-list,
html[lang="ja"] .footer-left .lang-list,
html[lang="ko"] .footer-left .lang-list {
  display: none;
  position: absolute;
  right: -143px;
  bottom: 0;
  width: 143px;
  border-radius: 8px;
  background: #ebebeb;
  backdrop-filter: blur(23px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 7px;
  text-align: center;
}
html[lang="en"] .footer-left .lang-list .lang-item,
html[lang="ja"] .footer-left .lang-list .lang-item,
html[lang="ko"] .footer-left .lang-list .lang-item {
  color: #616161;
  border-radius: 8px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 2px;
  display: block;
}
html[lang="en"] .footer-left .lang-list .lang-item.active,
html[lang="ja"] .footer-left .lang-list .lang-item.active,
html[lang="ko"] .footer-left .lang-list .lang-item.active,
html[lang="en"] .footer-left .lang-list .lang-item:hover,
html[lang="ja"] .footer-left .lang-list .lang-item:hover,
html[lang="ko"] .footer-left .lang-list .lang-item:hover {
  color: #fff;
  width: 100%;
  background: #191919;
}
html[lang="en"] .footer-left .nav-link,
html[lang="ja"] .footer-left .nav-link,
html[lang="ko"] .footer-left .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
html[lang="en"] .footer-left .nav-link .icon-language,
html[lang="ja"] .footer-left .nav-link .icon-language,
html[lang="ko"] .footer-left .nav-link .icon-language {
  width: 27px;
  height: 27px;
  margin-right: 8px;
  background: url(https://www.anantagame.com/pc/gw/20250904162009/assets/icon-language_b17b7ae0.svg) no-repeat center;
  background-size: contain;
}
html[lang="en"] .footer-left .nav-link .icon-arrow,
html[lang="ja"] .footer-left .nav-link .icon-arrow,
html[lang="ko"] .footer-left .nav-link .icon-arrow {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(https://www.anantagame.com/pc/gw/20250904162009/assets/icon-arrow_9bc37706.svg) no-repeat center;
  background-size: contain;
}
html[lang="en"] .game-icons,
html[lang="ja"] .game-icons,
html[lang="ko"] .game-icons {
  margin-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-top: none !important;
  padding-bottom: 15px;
  padding-top: 0 !important;
  margin-top: 80px !important;
}
html[lang="en"] .copyright,
html[lang="ja"] .copyright,
html[lang="ko"] .copyright {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
  letter-spacing: -0.36px;
  opacity: 0.6;
}
html[lang="en"] .copyright a,
html[lang="ja"] .copyright a,
html[lang="ko"] .copyright a {
  text-decoration: underline;
}

