.footer {
  padding: .373333rem /* 28/75 */ 0;
  padding-top: 2.28rem;
  padding-bottom: .6667rem;
  /* background-color: #000; */
  font-family: "MaoKen";
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/mobile/home/footer_bg.png) no-repeat top/cover;
  position: relative;
  z-index: 1;
}

.footer span,
.footer div {
  font-size: .186667rem /* 14/75 */;
  color: #999999;
}

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

.footer_logo img {
  width: 2.76rem /* 207/75 */
}

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

.footer_link a {
  padding: .12rem /* 9/75 */ 0;
  font-size: .186667rem /* 14/75 */;
    margin: 0 0.05rem;
}

.footer_police,
.footer_text,.footer_a {
  padding: .12rem /* 9/75 */ 0;
  font-size: .186667rem /* 14/75 */;
  text-align: center;
}

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

.footer_police .footer_police_img {
  width: .32rem /* 24/75 */;
  vertical-align: middle;
  border-style: none;
  margin-right: .133333rem /* 10/75 */;
}

.footer_line {
 padding: .12rem /* 9/75 */ 0;
  font-size: .186667rem /* 14/75 */;
  text-align: center;
}

.footer_line a, .footer a {
 font-size: .186667rem /* 14/75 */;
  color: #999999;
  text-align: center;
}

.footer_end {
  padding: .12rem /* 9/75 */ 0;
  display: flex;
  justify-content: center;
  gap: .533333rem /* 40/75 */;
}

.footer_end img {
  display: inline-block;
  height: .8rem /* 60/75 */;
  width: auto;
}
.footer_en .footer_link{
  align-items: center;
}
.footer_en .footer_link a{
  color: #999999;
}

.footer .icon_rightage {
  width: .693333rem /* 52/75 */;
  height: .92rem /* 69/75 */;
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn/images/m/footer/rightage.png) 0 0 / 100% auto no-repeat;
}

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

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

.age-model h4 {
  font-size: 0.6rem;
  color: #000;
}

.age-model .age-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.125rem;
  width: 8rem;
  padding: 0.5rem;
}

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

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

.age-model .age-content p {
  font-size: 0.3rem;
  line-height: 0.5rem;
}

.age-model .age-content .btn-close {
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn/images/m/close.webp) no-repeat center / cover;
  position: absolute;
  top: -.133333rem /* 10/75 */;
  right: -.133333rem /* 10/75 */;
  cursor: pointer;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  top: -.25rem;
  right: -.25rem;
}