#footer {
  position: relative;
  color: #fff;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 70px;
}

#footer .pc_continer_overflow_bg {
  background-color: #000;
}

.footer {
  padding: 14px /* 14/80 */;
  font-family: "MaoKen";
  position: relative;
  z-index: 100;
  /* width: 800px; */
  margin: 0 auto;
}

.footer span,
.footer div {
  font-size: 14.5px /* 14.5/80 */;
  color: #999999;
}

.footer_logo {
  text-align: center;
  display: block;
}

.footer_logo img {
  width: 286px /* 212/80 */;
}

.footer_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.footer_link a {
  padding: 9px /* 9/80 */ 0;
  font-size: 14.5px /* 14.5/80 */;
  margin: 0 0.05rem;
}

.footer_police,
.footer_text,.footer_a {
  padding: 9px /* 9/80 */ 0;
  font-size: 14.5px /* 14.5/80 */;
  text-align: center;
}

.footer_a {
  display: block;
  width: 100%;
 }
.footer_police span {
  font-size: 14.5px /* 14.5/80 */;
}

.footer_police .footer_police_img {
  width: 27px /* 27/80 */;
  vertical-align: middle;
  border-style: none;
  margin-right: 10px /* 10/80 */
}

.footer_line {
  padding: 9px /* 9/80 */ 0;
  font-size: 14.5px /* 14.5/80 */;
  text-align: center;
}

.footer_line a, .footer a {
  font-size: 14.5px /* 14.5/80 */;
  color: #999999;
  text-align: center;
}

.footer_end {
  padding: 9px /* 9/80 */ 0;
  display: flex;
  justify-content: center;
  gap: .5rem /* 40/80 */
}

.footer_end img {
  display: inline-block;
  height: 62px /* 62/80 */;
  width: auto;
}
.footer_en .footer_link{
  align-items: center;
}
.footer_en .footer_link a{
  color: #999999;
}

.footer .icon_rightage {
  width: 55px /* 55/80 */;
  height: 71px /* 71/80 */;
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn/images/pc/footer/rightage.png) 0 0 / 100% auto no-repeat;
  cursor: pointer;
}

.copyright {
  margin-top: 20px /* 20/80 */;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.age-model {
  position: fixed;
  top: 0;
  left: 50%;
  width: 2500px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px /* 8/75 */);
  transform: translateX(-50%);
  z-index: 999;
  display: none;
}

.age-model h4 {
  font-size: 36px;
  color: #000;
}

.age-model .age-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 010px;
  width: 1125px;
  padding: 37.5px;
  color: #999999;
}

.age-model .age-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.age-model .age-content h1 {
  font-size: xxx-large;
}

.age-model .age-content p {
  font-size: 22.5px;
  line-height: 37.5px;
}

.age-model .age-content .btn-close {

  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn/images/pc/close.webp) no-repeat center / cover;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 75px;
  height: 75px;
  top: -18px;
  right: -18px;
}


.footer .footer-logo {
    display: block;
    width: 526px;
    height: 79px;
    margin: 0 auto;
}
.footer .footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    /* color: #fff; */
}
.footer .footer-info a {
    /* color: #fff; */
    text-decoration: none;
}
.footer .footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    /* color: #fff; */
    margin-top: 20px;
}

/* 日本 */
.footer-info-ja a {
    margin: 0 20px;
}

/* 台湾 */
.footer-tw {
    display: flex;
    justify-content: center;
}
.footer-tw .logo {
    height: 100px;
    display: flex;
    align-items: center;
}
.footer-tw .logo img {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 20px;
}
.footer-tw .right {
    width: 745px;
    margin-left: 30px;
    font-size: 16px;
    text-align: left;
}
.footer-tw .right .copyright {
    color: #fff;
    text-align: left;
}
.footer-tw .right .footer-info {
    color: #fff;
    margin-top: 20px;
    text-align: left;
    justify-content: flex-start;
}
.footer-tw .right .footer-info a {
    color: #fff;
    text-decoration: none;
    /* margin: 0 10px; */
}
.footer-tw .right .footer-info span {
    color: #fff;
    margin: 0 10px;
}
