*,
:before,
:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html,
body,
ul,
p,
h1,
h2 {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
li {
  list-style: none;
}
html {
  line-height: 1.4;
  font-size: 16px;
}
.nav {
  display: flex;
  align-items: center;
  height: 50px;
  background: url(../img/m_nav_bg.png?v20240227) no-repeat;
  background-size: 100%;
}
.nav .menu {
  width: 15px;
  height: 15px;
  margin-left: 25px;
}
.nav li {
  text-align: center;
}
.nav .lang {
  position: relative;
  display: flex;
  align-items: center;
}
.nav .lang:hover .hid-box {
  display: block;
}
.nav .lang img {
  margin-right: 5px;
}
.nav .lang .hid-box {
  position: absolute;
  left: 50%;
  top: 40px;
  top: 2.083vw;
  padding-top: 30px;
  padding-top: 1.5625vw;
  transform: translateX(-50%);
  display: none;
}
.nav .lang .hid-box::after {
  content: '';
  position: absolute;
  top: 21px;
  top: 1.09375vw;
  left: 50%;
  width: 18px;
  width: 0.9375vw;
  height: 18px;
  height: 0.9375vw;
  transform: translateX(-50%) rotate(45deg);
  background: #8352ff;
}
.nav .lang .hid-box a {
  color: #fff;
}
.nav .lang .hid-box ul {
  position: relative;
  z-index: 1;
  background-color: #2a016c;
  border: solid 3px #8352ff;
}
.nav .lang .hid-box li {
  border-bottom: 3px solid #8352ff;
  font-size: 32px;
  padding: 20px 30px;
}
.nav .lang .hid-box li.active a {
  color: #ffea00;
}
.nav .lang .hid-box li:last-child {
  border-bottom: 0;
}
.nav .title-img {
  display: none;
}
.footer {
  display: flex;
  justify-content: center;
  padding: 1.0416vw 13.02083vw;
  background-color: #27002b;
  color: #fff;
  font-size: 1.97916vw;
}
.footer .r {
  flex-grow: 1;
  padding-left: 2.083vw;
}
.footer li {
  margin-bottom: 0.52083vw;
}
.footer li > * {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
}
.footer .icon {
  width: 9.322916vw;
}
.footer .warpper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .icon-mail {
  width: 3.489583vw;
}
.footer .icon-fb {
  width: 3.22916vw;
}
.content-wrapper {
  padding: 0 100px;
  color: #fff;
  background: #410469;
  font-size: 32px;
  min-height: 800px;
}
.content-wrapper .m {
  display: none;
}
.content-wrapper h2 {
  font-size: 32px;
  margin: 1.2em 0;
}
.content-wrapper h3 {
  margin: 1em 0;
  font-size: 28px;
}
.content-wrapper h4 {
  margin: 0.8em 0;
  font-size: 22px;
}
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4 {
  color: #c277f4;
}
.content-wrapper ul {
  margin: 0 0 1em;
  padding-left: 1em;
}
.content-wrapper ul li {
  list-style: circle;
  font-size: 20px;
}
.content-wrapper table {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.content-wrapper tr,
.content-wrapper td,
.content-wrapper th {
  font-size: 20px;
}
.content-wrapper a {
  color: #ffc602;
}
.content-wrapper .title {
  padding: 80px;
  font-size: 28px;
}
.content-wrapper .title,
.content-wrapper .time {
  text-align: center;
}
.content-wrapper .time {
  font-size: 24px;
  color: #cc7fff;
  margin-bottom: 100px;
}
.content-wrapper p {
  text-indent: 2em;
  font-size: 20px;
  line-height: 2;
  padding-bottom: 50px;
}
.content-wrapper p.no-indent {
  text-indent: 0;
}
@media (max-width: 1199px) {
  body {
    background-color: #27002b;
  }
  .nav {
    height: 0.56rem;
    background: url(../img/m_nav_bg.png?v20240227) no-repeat;
    background-size: cover;
  }
  .nav .title {
    display: none;
  }
  .nav .menu {
    margin: 0;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.55rem;
  }
  .nav .nav-bar {
    position: relative;
    width: 100%;
    margin-top: 0.03rem;
    height: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav .nav-bar .content {
    display: none;
    position: absolute;
    top: 0.59rem;
    left: 0.04rem;
    border: 1px solid #8352ff;
    background-color: #2a016c;
    width: 1.4rem;
    font-size: 0.28rem;
    text-align: center;
    z-index: 1;
  }
  .nav .nav-bar .content::after {
    content: '';
    position: absolute;
    top: -0.06rem;
    left: 50%;
    width: 0.1rem;
    height: 0.1rem;
    transform: translateX(-50%) rotate(45deg);
    background: #8352ff;
  }
  .nav .nav-bar li {
    position: relative;
    border-bottom: solid 1px #8352ff;
    padding: 0.18rem 0;
    line-height: 1;
    background-color: #2a016c;
    z-index: 1;
  }
  .nav .nav-bar li:last-child {
    border-bottom: 0;
  }
  .nav .nav-bar li.active a {
    color: #ffc602;
  }
  .nav .nav-bar a {
    color: #fff;
  }
  .nav .title-img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.72rem;
    padding-top: 0.05rem;
  }
  .nav .title-img img {
    width: 2rem;
  }
  .nav .lang {
    margin-right: 0.11rem;
    font-size: 0.26rem;
    color: #fff;
    z-index: 1;
  }
  .nav .lang img {
    display: inline-block;
    vertical-align: middle;
    width: 0.28rem;
    height: 0.28rem;
  }
  .nav .lang .hid-box {
    top: 0.6rem;
    left: 50%;
    width: 1.4rem;
    border-width: 1px;
  }
  .nav .lang .hid-box ul {
    position: relative;
    z-index: 1;
  }
  .nav .lang .hid-box::after {
    top: 0.05rem;
    width: 0.15rem;
    height: 0.15rem;
  }
  .nav .lang .hid-box li {
    padding: 0;
    font-size: 0.24rem;
    border-width: 1px;
    line-height: 1.5;
  }
  .nav .lang .hid-box li.active a {
    color: #ffc602;
  }
  .pc {
    display: none;
  }
  .banner {
    position: relative;
  }
  .banner .download {
    position: absolute;
    left: 50%;
    bottom: 0.14rem;
    width: 3.36rem;
    transform: translateX(-50%);
  }
  .game {
    padding-top: 0.3rem;
    background: url(../img/m_game_bg.png) no-repeat;
    background-size: cover;
    min-height: 7.75rem;
  }
  .game .download {
    display: none;
  }
  .game.en .title {
    font-size: 0.18rem;
  }
  .game .title {
    width: 5.62rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.32rem;
    text-align: center;
    color: #fff;
    background: url(../img/m_game_title.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .game .swiper-container {
    padding: 2.3rem 0 2.5rem;
  }
  .game .swiper-container .swiper-button-next,
  .game .swiper-container .swiper-button-prev {
    background: none;
    width: 0.34rem;
    height: 0.38rem;
  }
  .game .swiper-container .swiper-slide {
    opacity: 0.25;
    transition: all 0.3s;
  }
  .game .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.8);
    border: solid 1px #f82fff;
    z-index: 1;
  }
  .game .swiper-container .swiper-button-prev,
  .game .swiper-container .swiper-button-next {
    display: none;
  }
  .footer {
    background-color: #27002b;
    padding: 0.2rem 0.25rem;
    font-size: 0.24rem;
  }
  .footer .icon {
    width: 0.82rem;
    min-width: 0.82rem;
  }
  .footer .r {
    padding-left: 0.1rem;
  }
  .footer li {
    margin-bottom: 0.1rem;
  }
  .footer li:last-child {
    margin-bottom: 0;
  }
  .footer a {
    font-size: 0.24rem;
  }
  .footer .icon-mail {
    width: 0.47rem;
  }
  .footer .icon-fb {
    width: 0.37rem;
  }
  .content-wrapper {
    padding: 0 0.39rem;
    color: #fff;
    background: #410469;
    font-size: 0.28rem;
    min-height: calc(100vh - 0.56rem - 1.4rem);
  }
  .content-wrapper .pc {
    display: none;
  }
  .content-wrapper .m {
    display: block;
  }
  .content-wrapper h2 {
    color: #c277f4;
    font-size: 0.32rem;
  }
  .content-wrapper ul {
    margin: 0 0 1em;
    padding-left: 1em;
  }
  .content-wrapper ul li {
    list-style: circle;
    font-size: 0.24rem;
  }
  .content-wrapper h3 {
    margin: 0;
    color: #c277f4;
    font-size: 0.29rem;
  }
  .content-wrapper table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .content-wrapper tr,
  .content-wrapper td,
  .content-wrapper th {
    font-size: 0.24rem;
  }
  .content-wrapper a {
    color: #ffc602;
  }
  .content-wrapper .title {
    padding: 0.19rem 0 0.2rem;
    font-size: 0.32rem;
  }
  .content-wrapper .title,
  .content-wrapper .time {
    text-align: left;
  }
  .content-wrapper .time {
    margin-top: -0.1rem;
    font-size: 0.3rem;
    color: #cc7fff;
    margin-bottom: 0.2rem;
  }
  .content-wrapper p {
    text-indent: 2em;
    font-size: 0.28rem;
    line-height: 1.2;
    padding-bottom: 0.3rem;
    word-break: break-word;
  }
  .content-wrapper p.no-indent {
    text-indent: 0;
  }
}
@media (min-width: 1200px) {
  .nav {
    position: relative;
    background: url(../img/nav_bg.png?v20240227) no-repeat;
    background-size: cover;
    height: 122px;
    height: 6.35416vw;
    color: #fff;
    z-index: 1;
  }
  .nav.en .title {
    font-size: 30px;
    font-size: 1.5625vw;
  }
  .nav.en .content li {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.25vw;
  }
  .nav.en .lang {
    font-size: 24px;
    font-size: 1.25vw;
  }
  .nav .nav-bar {
    padding: 54px 70px 0;
    padding: 2.8125vw 3.64583vw 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav .nav-btn {
    display: none;
  }
  .nav .title {
    position: relative;
    display: block;
    padding-left: 150px;
    padding-left: 7.552083vw;
    color: #ffea00;
    font-size: 40px;
    font-size: 2.083vw;
  }
  .nav .icon {
    position: absolute;
    top: -26px;
    top: -1.35416vw;
    left: 0;
    width: 139px;
    width: 7.239583vw;
  }
  .nav .content {
    height: 100%;
    margin-left: -150px;
    margin-left: -7.552083vw;
  }
  .nav .content li {
    height: 101%;
    width: 199.68px;
    width: 10.4vw;
    line-height: 100%;
    float: left;
    font-size: 38px;
    font-size: 1.979166vw;
  }
  .nav .content li.active,
  .nav .content li:hover {
    background: url(../img/nav_title_bg.png) no-repeat;
    background-position: center bottom;
    background-size: 80%;
  }
  .nav .content li.active a,
  .nav .content li:hover a {
    color: #ffea00;
  }
  .nav .content a {
    color: #fff;
    display: block;
  }
  .nav .lang {
    font-size: 38px;
    font-size: 1.97916vw;
    cursor: pointer;
  }
  .nav .lang img {
    width: 40px;
    width: 2.083vw;
    vertical-align: middle;
    display: inline-block;
  }
  .m {
    display: none;
  }
  .banner {
    position: relative;
    margin-top: -122px;
    margin-top: -6.35416vw;
    z-index: 0;
  }
  .banner .pc.download {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 62.5vw;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .banner .pc.download a {
    display: block;
    width: 26.614583vw;
    height: 8.5416vw;
    float: left;
  }
  .banner .pc.download .google {
    background-image: url(../img/btn_googleplay.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .banner .pc.download .apple {
    background-image: url(../img/btn_appstore.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: right;
  }
  .banner .pc.download.en .google {
    background-image: url(../img/en/btn_googleplay.png);
  }
  .banner .pc.download.en .apple {
    background-image: url(../img/en/btn_appstore.png);
  }
  .game {
    padding-top: 140px;
    max-height: 1900px;
    text-align: center;
    background-image: url(../img/game_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .game.en .title {
    font-size: 30px;
  }
  .game .title {
    width: 1265px;
    height: 78px;
    line-height: 78px;
    margin: 0 auto 70px;
    background-image: url(../img/game_title.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 42px;
    color: #fff;
  }
  .game .swiper-container {
    padding: 80px 0 150px;
    width: 1230px;
  }
  .game .swiper-container .swiper-slide {
    opacity: 0.25;
    transition: all 0.3s;
  }
  .game .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.2);
    z-index: 1;
    border: solid 2px #f82fff;
  }
  .game .swiper-container .swiper-button-next,
  .game .swiper-container .swiper-button-prev {
    background: none;
    width: 74px;
    height: 81px;
  }
  .game .swiper-container .swiper-button-prev {
    left: 150px;
  }
  .game .swiper-container .swiper-button-next {
    right: 150px;
    transform: rotate(180deg);
  }
}
