* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  position: absolute;
}
*::-webkit-scrollbar:hover {
  width: 10px;
  border-radius: 10px;
}
* :hover::-webkit-scrollbar-corner {
  width: 0.520833333333rem;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100px;
  background-color: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #0003;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*::-webkit-scrollbar-thumb:hover {
  background: #0004;
  border-radius: 10px;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 0.072916666667rem;
  margin: 0;
}
textarea {
  resize: none;
}
/*防止拖动*/
img {
  border: 0;
  vertical-align: middle;
}
/* 去掉图片低测默认的3像素空白缝隙*/
table {
  border-collapse: collapse;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
:root {
  --font-default: cn;
}
@font-face {
  font-family: cn;
  src: url(../assets/fonts/NOTOSANSHANS-BOLD.fc5fc3f49fe20673ae6e.OTF);
}
@font-face {
  font-family: en;
  src: url(../assets/fonts/NOTOSANS-REGULAR.a9583fc2f5be7cde9f37.TTF);
}
html,
body {
  font-family: var(--font-default);
}
html {
  font-size: 1rem;
}
pre {
  width: 100%;
  white-space: pre-wrap;
}

#header {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 5;
  justify-content: space-between;
  padding: 0.104166666667rem 0.302083333333rem;
  width: 100%;
  background-color: #fff;
  font-family: var(--font-default);
  padding: 0.104166666667rem;
}
#header.header-down {
  box-shadow: 0 0 0.302083333333rem #0002;
}
#header .left {
  height: 0.520833333333rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#header .left .logo img {
  width: 0.520833333333rem;
  height: 0.520833333333rem;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
#header .right {
  margin-top: 0.03125rem;
  display: flex;
  align-items: center;
  font-size: 0.145833333333rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#header .right .language {
  position: relative;
  margin-left: 0.104166666667rem;
  padding: 0 0.052083333333rem;
  background-color: #f5f5f5;
  border-radius: 0.026041666667rem;
  color: #333333;
}
#header .right .language::after {
  content: '';
}
#header .right .language .language-item {
  cursor: pointer;
  transition: color 0.2s;
}
#header .right .language .language-item:hover {
  color: #eb3f00;
}
#header .right .language .language-item.active {
  color: #eb3f00;
}
#header .right .language .language-item.font-en {
  font-family: en;
}
#header .right .language .language-item.font-cn {
  font-family: cn;
}
#header .nav--phone {
  display: none;
  margin-left: 0.104166666667rem;
}
#header .nav--phone .nav-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 0.208333333333rem;
  height: 0.208333333333rem;
}
#header .nav--phone .nav-icon::before,
#header .nav--phone .nav-icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.208333333333rem;
  height: 0.12em;
  background-color: #777;
  border-radius: 0.052083333333rem;
  transition: all 0.3s;
}
#header .nav--phone .nav-icon::before {
  top: 20%;
}
#header .nav--phone .nav-icon::after {
  bottom: 20%;
}
#header .nav--phone .nav-icon--opend::before,
#header .nav--phone .nav-icon--opend::after {
  top: 50%;
  left: 50%;
}
#header .nav--phone .nav-icon--opend::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .nav--phone .nav-icon--opend::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header .nav--phone .nav-list {
  display: none;
  position: fixed;
  top: 0.729166666667rem;
  right: 0;
  overflow: hidden;
  height: 0;
  background: #fffd;
  box-shadow: 0 0.052083333333rem 0.052083333333rem #0003;
  transition: height 0.3s;
}
#header .nav--phone .nav-list .nav-item {
  padding: 0 0.104166666667rem;
  margin-top: 0.078125rem;
  transition: color 0.3s;
}
#header .nav--phone .nav-list .nav-item:last-of-type {
  margin-bottom: 0.078125rem;
}
#header .nav--phone .nav-list .nav-item.active .nav-text {
  color: #eb3f00;
}
#header .nav--phone--opend .nav-list {
  display: block;
  height: auto;
}
#header .nav--pc .nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#header .nav--pc .nav-item:not(:first-of-type) {
  margin-left: 0.104166666667rem;
}
#header .nav--pc .nav-item:not(.active):hover .nav-text {
  color: #eb3f00;
}
#header .nav--pc .nav-item:active {
  transform: scale(0.98);
}
#header .nav--pc .nav-item.active .nav-text {
  color: #fff;
  background: #eb3f00;
  padding: 0.010416666667rem 0.104166666667rem;
}
#header .nav-text {
  display: inline-block;
  color: #333333;
  font-size: 0.145833333333rem;
  padding: 0.010416666667rem 0;
  border-radius: 0.520833333333rem;
}
#header .nav-text.en-font {
  font-family: en;
}
@media screen and (max-width: 700px) {
  #header .nav--pc {
    display: none;
  }
  #header .nav--phone {
    display: block;
  }
}

#footer {
  padding: 0.307291666667rem 0 0.276041666667rem;
  font-size: 0.09375rem;
  color: #707070;
  background-color: #282828;
  width: 100%;
}
#footer .inland {
  font-family: cn;
}
#footer .foreign {
  font-family: en;
}
#footer p {
  padding: 0 0.104166666667rem;
  text-align: center;
  line-height: 0.114583333333rem;
}
#footer p:not(:first-of-type) {
  margin-top: 0.130208333333rem;
}
#footer .record img {
  width: 0.104166666667rem;
  height: 0.104166666667rem;
}
#footer .record a {
  text-decoration: underline;
}

html {
  width: 100%;
  overflow-x: hidden;
}
img {
  width: 100%;
  height: 100%;
}
.home-wrap {
  max-width: 7.291666666667rem;
  margin: 0 auto;
}
.intro-text,
.intro-banner-text,
.intro-banner-box,
.title,
.banner,
.game-intro {
  text-align: center;
}
.intro-box {
  margin-top: 0.4375rem;
}
.intro-box .intro-text pre {
  padding: 0 0.104166666667rem;
  color: #8b8b8b;
  font-family: var(--font-default);
  font-size: 0.15625rem;
}
.intro-banner-box {
  position: relative;
  margin: 0 auto;
  max-width: 6.416666666667rem;
  max-height: 1.635416666667rem;
}
.intro-banner-box .intro-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.338541666667rem;
  color: #323232;
  white-space: nowrap;
  transform: translateX(-50%);
}
.intro-banner-box img {
  max-width: 6.416666666667rem;
  max-height: 1.635416666667rem;
}
.title {
  margin-top: 0.729166666667rem;
  color: #323232;
  font-size: 0.338541666667rem;
}
.banner {
  margin-top: 0.182291666667rem;
  height: 10%;
}
.game-intro {
  margin-top: 0.104166666667rem;
}
.game-intro pre {
  padding: 0 0.104166666667rem;
  font-family: var(--font-default);
  font-size: 0.15625rem;
  color: #595959;
}
.button-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.380208333333rem;
  text-align: center;
}
.button-box .download-link {
  position: relative;
  display: inline-block;
  margin: 0 0.088541666667rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button-box .download-link:hover .button-text {
  background-position: -200% 0;
  transition: background-position 2s;
}
.button-box .download-link:active {
  transform: scale(0.98);
}
.button-box .download-link .button-text {
  position: absolute;
  top: 50%;
  left: 0.901041666667rem;
  background-color: #fff;
  color: transparent;
  background-image: linear-gradient(120deg, transparent 0%, transparent 5%, #000 10%, transparent 20%);
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 60% 0;
  background-size: 150% 100%;
  background-repeat: no-repeat;
  font-size: 0.21875rem;
  transform: translateY(-50%);
}
.button-box .download-link.android-download-botton .button-text {
  background-image: linear-gradient(120deg, transparent 0%, transparent 5%, #689f38 10%, transparent 20%);
}
.button-box .download-link img {
  width: 2.760416666667rem;
  height: 0.6875rem;
}
.bottom-white {
  width: 100%;
  height: 0.625rem;
}
@media screen and (max-width: 500px) {
  .intro-banner-box {
    padding: 0 0.15625rem;
  }
  .intro-banner-box .intro-banner-text {
    font-size: 0.208333333333rem;
  }
  .intro-box .intro-text pre {
    padding: 0 0.520833333333rem;
    margin: 0;
    font-size: 0.1171875rem;
  }
  .title {
    margin-top: 0.15625rem;
    font-size: 0.208333333333rem;
  }
  .banner {
    margin-top: 0.078125rem;
  }
  .game-intro pre {
    padding: 0 0.15625rem;
    margin: 0;
    text-align: left;
    font-size: 0.1171875rem;
  }
}
@media screen and (max-width: 714px) {
  .intro-box .intro-text pre {
    padding: 0 0.78125rem;
  }
  .button-box {
    flex-direction: column;
  }
  .download-link + .download-link {
    margin-top: 0.104166666667rem;
  }
}
@media screen and (max-width: 500px) {
  .intro-banner-box {
    padding: 0 0.15625rem;
  }
  .intro-banner-box .intro-banner-text {
    font-size: 0.208333333333rem;
  }
  .intro-box .intro-text pre {
    padding: 0 0.520833333333rem;
    margin: 0;
    font-size: 0.1171875rem;
  }
  .title {
    margin-top: 0.15625rem;
    font-size: 0.208333333333rem;
  }
  .banner {
    margin-top: 0.078125rem;
  }
  .game-intro pre {
    padding: 0 0.15625rem;
    margin: 0;
    text-align: left;
    font-size: 0.1171875rem;
  }
}

