html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0
}

html, body, fieldset, img, iframe, abbr {
    border: 0
}

li {
    list-style: none
}

textarea {
    overflow: auto;
    resize: none
}

a, button {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: 700
}

a, a:hover {
    text-decoration: none
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif
}

img, a.btn {
    touch-action: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

img, a.btn, input {
    display: block
}

body {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff
}

#loading {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff
}

#loading .ring {
    position: absolute;
    width: 282px;
    height: 279px;
    left: 50%;
    top: 50%;
    margin-left: -141px;
    margin-top: -136px;
    background: url(../images/loading-ring.png);
    opacity: .2;
    -webkit-transform: rotate(0deg) scale(0.5, .5);
    -webkit-animation: rotate 3s linear infinite
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(720deg) scale(0.5, .5)
    }
}

#loading .tip {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
    color: #c2bfbf;
    text-align: center
}

.page {
    position: fixed;
    width: 750px;
    height: 1209px;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -605px
}

.page-download {
    z-index: 10;
    background: url(../images/bg-wx.jpg)
}




#bg_show {
    z-index: 30;
    background: #000
}

#stage {
    z-index: 40
}

.page-touch {
    z-index: 50
}

.page-touch .btn-next {
    display: none;
    position: absolute;
    width: 50px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 360px
}

.page-cover {
    z-index: 60;
    background: url(../images/p1bg.jpg)
}

.page-cover .word {
    position: absolute;
    width: 750px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -375px;
    margin-top: 50px;
    background: url(../images/cover-word.png)
}

.page-cover .word {
    opacity: .01;
    -webkit-transform: translateY(50px);
    -webkit-transition: all 3s
}

.page-cover.active .word {
    opacity: 1;
    -webkit-transform: translateY(0px)
}

.page-cover.done .word {
    opacity: .01;
    -webkit-transform: translateY(-50px)
}

.page {
    position: fixed;
    width: 750px;
    height: 1209px;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -605px
}


.page-go {
    z-index: 20;
    background: url(../images/p1bg.jpg)
}

.page-go .avatar {
    position: absolute;
    width: 750px;
    height: 690px;
    left: 50%;
    /* top: 50%; */
    margin-left: -375px;
    margin-top: 120px;
    background: url(../images/go-avatar.png);
}




.page-go .go-btn {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    /* top: 50%; */
    margin-left: -100px;
    margin-top: 700px;
    background: url(../images/go-btn.png);
    -webkit-animation: zoominout 1.3s infinite;
}

@-webkit-keyframes zoominout {
    20%, 40% {
        -webkit-transform: scale(1.1, 1.1)
    }
    30% {
        -webkit-transform: scale(1.05, 1.05)
    }
}

.page-go .avatar {
    opacity: .01;
    -webkit-transform: translateY(50px);
    -webkit-transition: all 1s
}

.page-go.active .avatar {
    opacity: 1;
    -webkit-transform: translateY(0px)
}

.page-go .word {
    opacity: .01;
    -webkit-transform: translateY(50px);
    -webkit-transition: all 3s 1s
}

.page-go.active .word {
    opacity: 1;
    -webkit-transform: translateY(0px)
}

.page-go .go-btn {
    opacity: .01;
    -webkit-transition: all 2s 4s
}

.page-go.active .go-btn {
    opacity: 1
}

#bg_show {
    z-index: 30;
    background: #000
}

#stage {
    z-index: 40
}

.page-touch {
    z-index: 50
}

.page-touch .btn-next {
    display: none;
    position: absolute;
    width: 50px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 360px
}


.page-cover .word {
    opacity: .01;
    -webkit-transform: translateY(50px);
    -webkit-transition: all 3s
}

.page-cover.active .word {
    opacity: 1;
    -webkit-transform: translateY(0px)
}

.page-cover.done .word {
    opacity: .01;
    -webkit-transform: translateY(-50px)
}