.fountainTextG {
    color: #000000;
    font-family: Arial;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    float: left;
    -moz-animation-name: bounce_fountainTextG;
    -moz-animation-duration: 1.82s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-transform: scale(.5);
    -webkit-animation-name: bounce_fountainTextG;
    -webkit-animation-duration: 1.82s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-transform: scale(.5);
    -ms-animation-name: bounce_fountainTextG;
    -ms-animation-duration: 1.82s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-transform: scale(.5);
    -o-animation-name: bounce_fountainTextG;
    -o-animation-duration: 1.82s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-transform: scale(.5);
    animation-name: bounce_fountainTextG;
    animation-duration: 1.82s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.5);
}

#fountainTextG_1 {
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#fountainTextG_2 {
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#fountainTextG_3 {
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#fountainTextG_4 {
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#fountainTextG_5 {
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#fountainTextG_6 {
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#fountainTextG_7 {
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

#fountainTextG_8 {
    -moz-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    animation-delay: 1.43s;
}

#fountainTextG_9 {
    -moz-animation-delay: 1.56s;
    -webkit-animation-delay: 1.56s;
    -ms-animation-delay: 1.56s;
    -o-animation-delay: 1.56s;
    animation-delay: 1.56s;
}

#fountainTextG_10 {
    -moz-animation-delay: 1.69s;
    -webkit-animation-delay: 1.69s;
    -ms-animation-delay: 1.69s;
    -o-animation-delay: 1.69s;
    animation-delay: 1.69s;
}

@-moz-keyframes bounce_fountainTextG {
    0% {
        -moz-transform: scale(1);
        color: #000000;
    }

    100% {
        -moz-transform: scale(.5);
        color: #FFFFFF;
    }

}

@-webkit-keyframes bounce_fountainTextG {
    0% {
        -webkit-transform: scale(1);
        color: #000000;
    }

    100% {
        -webkit-transform: scale(.5);
        color: #FFFFFF;
    }

}

@-ms-keyframes bounce_fountainTextG {
    0% {
        -ms-transform: scale(1);
        color: #000000;
    }

    100% {
        -ms-transform: scale(.5);
        color: #FFFFFF;
    }

}



@keyframes bounce_fountainTextG {
    0% {
        transform: scale(1);
        color: #000000;
    }

    100% {
        transform: scale(.5);
        color: #FFFFFF;
    }
}



.swiper-container {
    width: 640px;
    height: 1140px;
    overflow: hidden;
}
.icon{
    width: 150px;
    height: 150px;
}


#loading {
    background: transparent url(../images/page1.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 640px;
    height: 1140px;
}

#loading .icon {
    position: absolute;
    top: 80px;
    left: 260px;
}

#loading .puple {
    position: absolute;
    top: 20px;
    left: 430px;
}

#loading h1 {
    font-size: 70px;
    color: #fff;
    letter-spacing: 15px;
    top: 240px;
    left: 163px;
    position: absolute;
}

#loading h2 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 10px;
    top: 360px;
    left: 80px;
    position: absolute;
}

#loading .line {
    position: absolute;
    top: 345px;
    left: 160px;
    height: 2px;
    background: #fff;
    width: 325px;
}

#loading .download {
    width: 325px;
    height: 65px;
    display: block;
    font-size: 35px;
    color: #fff;
    border-radius: 40px;
    background: #00a2ff;
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: 530px;
    left: 160px;
}

#fountainTextG {
    padding: 0px 225px;
    width: 190px;
    top: 460px;
    margin-top: -20px;
    position: absolute;
}

.download {
    width: 325px;
    height: 65px;
    display: block;
    font-size: 35px;
    color: #fff;
    border-radius: 40px;
    background: #00a2ff;
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: 430px;
    left: 160px;
}

.recharge {
    margin-top: 90px;
}

/*page1*/
.swiper-slide1 {
    background: transparent url(../images/page1.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.swiper-slide1 .icon {
    position: absolute;
    top: 80px;
    left: 260px;
}

.swiper-slide1 .puple {
    position: absolute;
    top: 20px;
    left: 430px;
}

.swiper-slide1 h1 {
    font-size: 70px;
    color: #fff;
    letter-spacing: 15px;
    top: 240px;
    left: 163px;
    position: absolute;
}

.swiper-slide1 h2 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 8px;
    top: 360px;
    left: 80px;
    position: absolute;
}

.swiper-slide1 .download,
.and_recharge {
    width: 325px;
    height: 65px;
    display: block;
    font-size: 35px;
    color: #fff;
    border-radius: 40px;
    background: #00a2ff;
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: 430px;
    left: 160px;
    z-index:99;
}

.swiper-slide1 .page1mobile {
    position: absolute;
    top: 577px;
    left: 85px;
    z-index: 1;
}

.swiper-slide1 .page1mobile_pic {
    position: absolute;
    top: 568px;
    left: 62px;
    z-index: 2;
}

.swiper-slide1 .line {
    position: absolute;
    top: 345px;
    left: 160px;
    height: 2px;
    background: #fff;
    width: 325px;
}

/*page2*/

.swiper-slide2 .download {
    top: 710px;
}

.swiper-slide2 {
    background: url(../images/page2.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.swiper-slide2 h2 {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    top: 610px;
    line-height: 60px;
    display: block;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.swiper-slide2 h2 strong {
    font-size: 44px;
    color: #f2661f;
    font-weight: bold;
}

.swiper-slide2 p {
    font-size: 21px;
    color: #474747;
    line-height: 30px;
    position: absolute;
    top: 640px;
    left: 40px;
    line-height: 35px;
}

.swiper-slide2 .page3mobile {
    width: 180px;
    position: absolute;
    top: 115px;
    left: 282px;
    z-index: 2014;
}

.swiper-slide2 .page3mobile_pic {
    width: 180px;
    top: 75px;
    left: 160px;
    position: absolute;
}


.swiper-slide3 .download {
    top: 760px
}

.swiper-slide3 {
    background: url(../images/page3.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.swiper-slide3 h2 {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    top: 620px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    line-height: 60px;
}

.swiper-slide3 h2 strong {
    font-size: 44px;
    color: #f2661f;
    font-weight: bold;
}

.swiper-slide3 p {
    font-size: 21px;
    color: #474747;
    line-height: 30px;
    position: absolute;
    top: 760px;
    left: 120px;
    line-height: 35px;
}

.swiper-slide3 .page4mobile {
    position: absolute;
    top: 85px;
    left: 103px;
}

.swiper-slide4 .download {
    top: 760px
}

.swiper-slide4 {
    background: url(../images/page4.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.swiper-slide4 h2 {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    top: 665px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    line-height: 60px;
}

.swiper-slide4 h2 strong {
    font-size: 44px;
    color: #f2661f;
    font-weight: bold;
}

.swiper-slide4 p {
    font-size: 21px;
    color: #474747;
    line-height: 30px;
    position: absolute;
    top: 205px;
    left: 55px;
    line-height: 35px;
}

.swiper-slide4 .page5mobile {
    position: absolute;
    top: 245px;
    left: 55px;
}

.swiper-slide4 .page5mobile_pic {
    position: absolute;
    top: 120px;
    left: 85px;
}

.swiper-slide5 {
    background: url(../images/page5.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.swiper-slide5 .page6mobile {
    position: absolute;
    top: 35px;
    left: 170px;
}

.swiper-slide5 h2 {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    top: 615px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    line-height: 60px;
}

.swiper-slide5 h2 strong {
    font-size: 44px;
    color: #f2661f;
    font-weight: bold;
}

.swiper-slide5 p {
    font-size: 21px;
    color: #474747;
    line-height: 30px;
    position: absolute;
    line-height: 35px;
    top: 755px;
    left: 160px;
}

.swiper-slide5 .page6mobileImg {
    position: absolute;
    top: 106px;
    left: 202px;
    z-index: 2014;
    width: 240px;
}

.bottom {
    position: fixed;
    bottom: 0px;
    margin-left: -72px;
    left: 50%;
    z-index: 2015;
}

.swiper-slide h2 {
    text-align: center;
}

.btn-up {
    /*border-top: 3px solid #fff;border-right: 3px solid #fff;*/
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: -ms-calc(50% - 10px);
    left: calc(50% - 10px);
    bottom: 35px;
    color: #fff;
    font-size: 32px;
    /*opacity:0;*/
    /*transform:;*/
    /*-webkit-transform:;*/
    -webkit-animation: 'up'1.8s ease 0s infinite normal;
    -ms-animation: up 1.8s ease 0s infinite normal;
    animation: up 1.8s ease 0s infinite normal;
}

.btn-blue {
    /*border-top: 3px solid #1375ea;*/
    /*border-right: 3px solid #1375ea;*/
    color: #59c2e6;
}

/*向上滑动的标识*/
@-webkit-keyframes up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 8px, 0);
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
    }
}

@-ms-keyframes up {
    0% {
        opacity: 0;
        -ms-transform: translate3d(0, 8px, 0);
    }

    50% {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -ms-transform: translate3d(0, -8px, 0);
    }
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translate3d(0, 8px, 0);
    }

    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -8px, 0);
    }
}



.swiper-container-vertical>.swiper-pagination {
    top: 45%;
}


.h5_banner {
    width: 100%;
    z-index: 50;
    position: fixed;
    bottom: 0;
    left: 0;
}

.h5_banner a {
    display: block
}

.h5_banner a img {
    width: 100%;
}


/*充值*/
.and_recharge {
    top: 630px;
    z-index: 10;
}