@charset "utf-8";


/*reset*/

html,
body {
    background: #141e15;
    position: relative;
    font-family: SimSun, STSong, sans-serif;
    height: 100%;
    width: 100%;
    max-width: 750px;
    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 {
    cursor: pointer;
    height: 0.49rem;
    width: auto;
    position: absolute;
    top: 0.02rem;
    right: 0rem;
    z-index: 5;
}

.img_stitching {
    margin-top: -1px;
}

.btnSet {
    width: 100%;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: .2rem;
    z-index: 98;
    /* height: 1rem; */
    justify-content: center;
}

.btnSet img {
    height: 100%;
    width: 50%;
    max-width: 375px;
    display: block;
}

.showIosDown .boxs>img {
    margin-top: 20px;
    width: 90%;
    cursor: pointer;
}

.showIosDown .boxs {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.showIosDown {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}

.barrage {
    z-index: 2;
    position: absolute;
    top: .56rem;
    height: 2rem;
    right: 10px;
    overflow: hidden;

}

@keyframes myfirst {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-51%);
    }
}

.box {
    animation: myfirst 95s linear infinite;
}

.scroxt-vertical {
    width: 100%;
    margin-top: 15px;
    text-align: right;
}

.scroxt-vertical span {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 200;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 1px 10px 1px 1px;
    border-radius: 22px;
}

.scroxt-vertical span img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    float: left;
    margin-right: 2px;
}

.logo {
    position: absolute;
    top: .03rem;
    left: .08rem;
    width: 0.48rem;
}

.text {
    position: absolute;
    top: 0.05rem;
    left: .65rem;
    color: #fff;
}

.text p {
    font-size: 0.16rem;
    font-weight: bolder;
}

.downloadBtn {
    width: 49%;
}


.downloadBtn {
    width: 49%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 4.2rem;
    z-index: 98;
}
.android{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    background-color: #fff;
    width: 80%;
    border-radius: 15px;
    padding: 14px;
}
.android p {
    margin-top: 5px;
}
.android .title{
    text-align: center;
    font-weight: bolder;
    font-size: .18rem;
}
.android .tip{
    font-weight: bolder;
    font-size: .14rem;
}
.android img {
    display: block;
    margin: 20px auto 0 auto;
    height: .42rem;
}