@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: .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: .49rem;
    width: auto;
     position: absolute;
    top: .02rem;
    right: .05rem;
    z-index: 5;
}
.img_stitching{
    margin-top: -1px; 
}





.btn-download {
    width: 49%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 70%;
    z-index: 98;
}

