html {
	font-size: 100px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0.2rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    max-width: 7.5rem;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    background: #0a0a0a;
    background-size: 100% 100%;
}

.header {
    width: 100%;
    max-width: 7.5rem;
    height: 1.38rem;
    display: flex;
    justify-content: space-between;
    background: -webkit-linear-gradient(right, rgba(232,15,100,0.9), rgba(27,15,86,0.9));
    background: -o-linear-gradient(right, rgba(232,15,100,0.9), rgba(27,15,86,0.9));
    background: -moz-linear-gradient(right, rgba(232,15,100,0.9), rgba(27,15,86,0.9));
    background: linear-gradient(to right, rgba(232,15,100,0.9), rgba(27,15,86,0.9));
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
}

.header .logo {
    width: 2.3rem;
    height: 0.97rem;
    margin-left: 0.3rem;
    margin-top: 0.2rem;
    background: url(../img/logo1.png) no-repeat center;
    background-size: 2.3rem 0.97rem;
}

.header .download-btn {
    padding-top: 0.2rem;
}

.header .download-btn a {
    width: 2.87rem;
    height: 1.18rem;
    display: block;
}

.header .download-btn a.ios {
    background: url(../img/ios_download.png) no-repeat center;
    background-size: 2.37rem 1.29rem;
}

.header .download-btn a.android {
    background: url(../img/android_download.png) no-repeat center;
    background-size: 2.87rem 1.18rem;
}

.header .download-btn a.pc {
    width: 3rem;
    background-size: 3rem 1.29rem;
    background: url(../img/download.png) no-repeat center;
}

.main {
    width: 100%;
}

.main .download-box {
    width: 100%;
    height: 13.12rem;
    position: relative;
}
.main .download-box .download div {
    display: none;
}
.main .body {
    width: 100%;
    height: 13.12rem;
    background: url(../img/body.jpg) no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.main .body1 {
    background: url(../img/body1.png) no-repeat top center;
    background-size: 100%;
    opacity: 0;
}

.main .fadeIn {
    animation-name: fadeIn;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.main .fade1 {
    animation-delay: 5s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.main .tit_img {
    width: 5.72rem;
    height: 1.41rem;
    margin-left: -2.86rem;
    background: url(../img/title.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    z-index: 11;
}
.main .text-img {
    width: 5.93rem;
    height: 2.12rem;
    margin-left: -2.965rem;
    background: url(../img/text1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 3.4rem;
    left: 50%;
    z-index: 11;
}
.main .text-img p {
    padding-top: 1.45rem;
    font-size: 0.38rem;
    text-align: center;
    color: #2b0558;
}
.main .text-box {
    width: 100%;
    height: 4.06rem;
    background: url(../img/bg1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main .download {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
    z-index: 11;
}
.main .download a {
    height: 1.11rem;
    width: 3.16rem;
    display: inline-block;
    background-size: 100%;
}
.main .download a.ios {
    background: url(../img/pc_ios.png) no-repeat center;
    background-size: 100%;
}
.main .download a.android {
    background: url(../img/pc_android.png) no-repeat center;
    background-size: 100%;
}
.main .banner-box {
    width: 100%;
    padding: 0 3%;
    margin-top: 0.5rem;
    text-align: center;
}
.main .banner-box img {
    margin-bottom: 0.1rem;
}

.main .install-text {
    text-align: center;
}

#shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    text-align: center;
    display: none;
}
.dw-tips {
    width: 4.5rem;
}
#shadow #qcode {
    position: absolute;
    top: 1.95rem;
    left: 50%;
    transform: translate(-50%,-50%);
}