@charset "utf-8";

/*reset*/

html,
body {
  background: #141e15;
  font-family: SimSun, STSong, sans-serif;
  height: 100%;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

body {
  height: 100%;
  font-size: 0.12rem;
  line-height: 1.6;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

i,
em,
address {
  font-style: normal;
}

img {
  max-width: 100%;
  border: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.rel {
  position: relative;
}

.game-custom {
  height: 0.49rem;
  width: 1rem;
  position: absolute;
  top: 0.02rem;
  right: 0.05rem;
  z-index: 5;
}
.img_stitching {
  margin-top: -1px;
}

.btn-download {
  width: 59%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 85%;
  z-index: 98;
}
