.footer {
  padding: 0.3733rem /* 28/75 */ 0;
  padding-top: 2.28rem;
  padding-bottom: 0.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;
  height: 9.0667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer-logo {
  display: block;
  width: 7.0133rem;
  height: 1.0533rem;
  margin: 0 auto;
  margin-top: 0.1333rem;
}
.footer .footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.2133rem;
}
.footer .footer-info a {
  font-size: 0.2133rem;
  color: #fff;
  text-decoration: none;
}
.footer .footer-copyright {
  font-size: 0.2133rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1333rem;
  color: #fff;
}

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

/* 台湾 */
.footer-tw {
/*  margin-top: 1.3333rem;*/
  padding: 0.5333rem;
  padding-top: 2.4667rem;
  /* background: #000200; */
}
.footer-tw .logo {
  height: 1.3333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-tw .logo img {
  display: block;
  width: auto;
  height: 1.0667rem;
  margin: 0 0.2667rem;
}
.footer-tw .right {
  /* width: 9.9333rem; */
  /* margin-left: .4rem; */
  font-size: 0.2133rem;
  margin-top: 0.2667rem;
  margin-left: 0.1333rem;
}
.footer-tw .right .copyright {
  color: #fff;
}
.footer-tw .right .footer-info {
  color: #fff;
  margin-top: 0.2667rem;
  font-size: 0.2667rem;
}
.footer-tw .right .footer-info a {
  color: #fff;
  text-decoration: none;
  /* margin: 0 .1333rem; */
}
.footer-tw .right .footer-info span {
  color: #fff;
  margin: 0 0.1333rem;
}
