/** 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;
  letter-spacing: -0.88px;
  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://ananta.res.netease.com/pc/gw/20250901145208/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://ananta.res.netease.com/pc/gw/20250901145208/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;
}

