* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

body {
    font-family: Helvetica;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    border: 0 none;
    vertical-align: top;
}

i,
em {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-size: 100%; */
    /* font-family: inherit; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666;
}

body {
    margin: 0 auto;
    /*   min-width: 320px;
    max-width: 750px; */
    height: 100%;
    font-size: 0.24rem;
    line-height: 1.5;
    color: #666;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    position: relative;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.load-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #a40000;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.load-mask-hide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.load-plan-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 12px;
    margin: auto;
    padding: 3px;
    border: 1px solid #fef092;
    border-radius: 50px;
}

.load-plan {
    width: 0;
    height: 100%;
    border-radius: 50px;
    background-color: #fef092;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.load-plan-text {
    position: absolute;
    top: 180%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fef092;
}

html,
body,
.main {
    height: 100%;
    overflow: hidden;
}

.show {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #0c0e3f;
    overflow: hidden;
    /* padding-top: 18px; */
    background: url('../images/bg.png')no-repeat center;
    background-size: cover;
    /* display: none; */
}

.main {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    /* background: red; */
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.bg_top {
    width: 100%;
    height: 6.78rem;
    background: url(../images/bg_top.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.bg_bottom {
    width: 100%;
    height: 4.24rem;
    background: url(../images/bg_bottom.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.logo {
    width: 100%;
    height: 1.03rem;
    background: url(../images/logo.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.page_1 {
    width: 7.5rem;
    height: 11.02rem;
    /*background: blue;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.page1_title {
    width: 100%;
    position: absolute;
    top: 0.53rem;
    left: 0;
}

.tong {
    width: 3.02rem;
    height: 3.67rem;
    margin-top: 2.26rem;
}

.tong_img {
    width: 2.72rem;
    height: 3.67rem;
    background: url(../images/tong.png)no-repeat;
    background-size: 100% 100%;
    -webkit-animation: tong_img 3s linear infinite;
    animation: tong_img 3s linear infinite;
}

@-webkit-keyframes tong_img {

    0% {

        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {

        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tong_img {

    0%,
        {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.yyy_img {
    width: 0.74rem;
    height: 0.74rem;
    margin-left: 1.1rem;
    margin-top: 1.8rem;
    /*transform-origin:0% 100%;*/
    -webkit-animation: yyy_img 1.5s linear infinite;
    animation: yyy_img 1.5s linear infinite;
}

@-webkit-keyframes yyy_img {

    0% {

        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    60% {

        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes yyy_img {

    0%,
        {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    60% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.flex {
    width: 7.5rem;
    height: 11.02rem;
    /*background: blue;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.page_2 {

    display: none;
}

.imgPage {
    width: 6.09rem;
    height: 8.92rem;
    border: 0.02rem solid #ffe4be;
    margin-top: 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    -z-index: -10;
    /*opacity: 0;*/
    /*background: red;*/
}

.hbPage {
    width: 6.09rem;
    height: 8.92rem;
    border: 0.02rem solid #ffe4be;
    /*position: absolute;*/
    /*top: 0.75rem;*/
    margin-top: 0.75rem;
}

.hbPage img {
    width: 100%;
}

.imgPage img {
    width: 100%;
}

.imgPage p {
    width: 100%;
    font-size: 0.3rem;
    text-align: center;
    color: #c10500;
    position: absolute;
    left: 0;
    top: 2rem;
}

.zlButton {
    width: 2.76rem;
    height: 0.64rem;
    background: url(../images/zl.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.29rem;
    left: 0.78rem;
}

.shareButton {
    width: 2.76rem;
    height: 0.64rem;
    background: url(../images/shareButton.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.29rem;
    right: 0.78rem;
}

.hb_img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.share_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.share_bg img {
    width: 100%;
}

.music {
    width: 0;
    height: 0;
    overflow: hidden;
}

.music-btn {
    position: fixed;
    top: 4%;
    right: 4%;
    z-index: 999;
    width: 30px;
    height: 30px;
    background: url(../images/music.png) center no-repeat;
    background-size: 100%;
    /* display: none; */
}

.music-btn-ant {
    -webkit-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.donghua {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /*background: url(../images/donghuaBG.png)no-repeat;
    background-size: cover;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.donghuaFlex {
    width: 100%;
    height: 100%;
    /*background: blue;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}

.donghua img {
    width: 3.7rem;
    -webkit-animation: gz_center 1.5s linear infinite;
    animation: gz_center 1.5s linear infinite;
}

.donghua p {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin-top: 0.3rem;
}

@-webkit-keyframes donghua {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-0.4rem) rotate(-5deg);
        transform: translateX(-0.4rem) rotate(-5deg);
    }

    50% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }

    75% {
        -webkit-transform: translateX(0.4rem) rotate(5deg);
        transform: translateX(0.4rem) rotate(5deg);
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes donghua {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-0.4rem) rotate(-5deg);
        transform: translateX(-0.4rem) rotate(-5deg);
    }

    50% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }

    75% {
        -webkit-transform: translateX(0.4rem) rotate(5deg);
        transform: translateX(0.4rem) rotate(5deg);
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

.lineBg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-animation: lineBg 1.2s linear 1s forwards;
    animation: lineBg 1.2s linear 1s forwards;
}

@-webkit-keyframes lineBg {

    100% {
        opacity: 1;
    }
}

@keyframes lineBg {


    100% {
        opacity: 1;
    }
}


.lineBg img {
    width: 100%;
}



.line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 7rem;
    -webkit-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

.linePage {
    width: 100%;
    opacity: 0;
    -webkit-animation: lineBg 1.2s linear 1s forwards;
    animation: lineBg 1.2s linear 1s forwards;
}

.gz_left {
    width: 1.76rem;
    position: absolute;
    top: 6.69rem;
    left: 0.18rem;
    z-index: 20;
}

.gz_right {
    width: 1.78rem;
    position: absolute;
    top: 6.58rem;
    right: 0.24rem;
    z-index: 20;
}

.gz_centerPage {
    width: 3.82rem;
    position: absolute;
    left: 1.94rem;
    top: 4.23rem;
    z-index: 30;
}

.gz_center {
    width: 100%;
    -webkit-animation: gz_center 1.5s linear infinite;
    animation: gz_center 1.5s linear infinite;
}

@-webkit-keyframes gz_center {
    25% {
        transform: translateY(-0.3rem);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(0.3rem);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes gz_center {

    25% {
        transform: translateY(-0.3rem);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(0.3rem);
    }

    100% {}
}

.userPage {
    width: 100%;
    position: absolute;
    top: 8.6rem;
    left: 0;
    text-align: center;
    z-index: 20;
    opacity: 0;
    -webkit-animation: lineBg 1.2s linear 1s forwards;
    animation: lineBg 1.2s linear 1s forwards;
}



.userName {
    width: 3.22rem;
    height: 0.77rem;
    border: 0.05rem solid #f6b37f;
    background: #a40000;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
}

.userName::-webkit-input-placeholder {
    color: #fff;
    font-size: 0.32rem;
}

.userName::input-placeholder {
    color: #fff;
    font-size: 0.32rem;
}

.userButton {
    width: 3.52rem;
    height: 0.85rem;
    background: url(../images/userButton.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1.35rem;
    left: 2rem;
    border: none;
}