/*Reset*/
html {
    font-size: 62.5%;

    -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
form,
p,
figure {
    padding: 0;
    margin: 0;
}
body,
button,
input,
select,
textarea {
    font-family: "helvetica neue", helvetica, STHeiTi, roboto, "droid sans", arial;
}
ul,
ol {
    list-style-type: none;
    list-style-image: none;
}
a {
    text-decoration: none;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:active,
a:hover,
a:focus {
    outline: 0 none;
}
img {
    max-width: 100%;
}
button,
input,
select,
textarea {
    margin: 0;

    font-family: inherit;
    font-size: 100%;

    vertical-align: baseline;
}
button,
select {
    text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
        line-height: normal !important;
    }
}

/* common */
html,
body,
#pageContain {
    height: 100%;
    overflow: hidden;
}
#pageContain {
    position: absolute;

    width: 100%;
    overflow: hidden;

}
.page-loaded #pageContain {
    display: block;

    opacity: 1;
}
.page {
    position: absolute;
    top: 0;
    left: 0;

    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;

    background-repeat: repeat;
    background-position: center;
    background-size: cover;

    -webkit-transform: translate3d(0, 0, 0);
}
.page .contain {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.current {
    z-index: 1;

    display: block;
}
.slide {
    z-index: 2;

    display: block;
}
.swipe {
    z-index: 3;

    display: block;

    -webkit-transition-duration: 0ms !important;
}
.next {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 10;

    width: 24px;
    height: 43px;
    margin-left: -12.5px;

    -webkit-animation: fadeInUp 1.5s .2s infinite;

    background: url(../images/v2/arrow.png) no-repeat;
    background-size: 23px 43px;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,-10px,0);
                transform: translate3d(0,-10px,0);

        opacity: 0;
    }100% {

        -webkit-transform: translate3d(0,0px,0);
                transform: translate3d(0,0px,0);

        opacity: 1;
    }
}

.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.alert-overlay .tip-box {
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
}
.alert-overlay .tip-box .content-box {
    border-radius: 8px;
    background: #fff;
    text-align: center;
    font-size: 14px;
}
.alert-overlay .tip-box p {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.alert-overlay .tip-box a {
    height: 42px;
    line-height: 42px;
    color: #00a1ff;
    display: block;
}

/*Loading*/
.myloading {
    background: rgba(0,0,0,.8);
}
.myloading .loading-wrap {
    position: absolute;
    top: 27.94%;
    left: 50%;
    margin-left: -63px;
    width: 126px;
    height: 105px;
    text-align: center;
}
.myloading .loading-wrap span {
    position: absolute;
    background: url(../images/v2/loading.png) no-repeat;
    background-size: 126px 103.5px;
}
.myloading .loading-wrap .line1 {
    left: 34px;
    width: 29px;
    height: 50px;
    background-position: -34px 0px;
    width: 0;
    -webkit-transition: width 0.8s;
}
.myloading .loading-wrap .line2 {
    right: 0;
    top: 0;
    width: 63px;
    height: 102px;
    background-position: -62px 0px;
    height: 0;
    -webkit-transition: height 2s;
}
.myloading .loading-wrap .line3 {
    right: 0;
    bottom: 2px;
    width: 126px;
    height: 0;
    border-bottom: 1px solid #eee;
    width: 0;
    -webkit-transition: width 2.5s;
}
.myloading .loading-wrap .line4 {
    left: 1px;
    bottom: 1px;
    width: 29px;
    height: 50px;
    background-position: -34px 0px;
    width: 0;
    -webkit-transition: width 0.8s;
}
.myloading .loading-wrap p {
    margin-top: 63px;
    color: #eee;
    font-size: 11px;
}
.myloading .desc {
    position: absolute;
    top: 52.72%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #eee;

    /*-webkit-animation: rubberBand 1s .8s forw;*/
}
/* 第一页 */
.page1 {
    background-image: url(../images/v2/page1_bg.jpg);
}
.page1 .bg-spr{
    position: absolute;

    background: url(../images/v2/page1_sprite.png?20160229) no-repeat;
    background-size: 367px 307px;
    color: rgba(0,0,0,0);
}
.page1 .balloon {
    left: 50%;
    top: 6.63%;
    margin-left: -29px;
    width: 58px;
    height: 74px;
    background-position: -229px -226px;
}
.page1 .balloon.balloon-down {
    -webkit-animation: slideInDown 1s ease .5s both;
}
.page1 .balloon.balloon-fly {
    -webkit-animation: balloonFly 7s ease-in 0ms infinite both;
}
.page1 .balloon.balloon-flyTmp {
    -webkit-animation: balloonFlyTmp 3s ease-in 0ms both;
}
/*.page1 .big_388 {
    position: absolute;
    top: 16.66%;
    left: 50%;
    margin-left: -144px;

    width: 288px;
    height: 181px;

    background: url(http://img.to8to.com/wap/v2/zcb/big_388.png) no-repeat center center;
    background-size: 288px 181px;

    -webkit-animation: zoomOut 1s 1s both;
}*/
.page1 .small_388_wrap {
    position: absolute;
    top: 24.88%;
    height: 90px;
    width: 100%;
    opacity: 0;

    -webkit-animation: fadeIn 1s .2s both;
}
.page1 .small_388_wrap .small_388 {
    position: absolute;
    left: 50%;
    margin-left: -97px;

    width: 196px;
    height: 87px;

    background-position: -3px -220px;
}
.page1 .small_388_wrap .sup {
    position: absolute;
    left: 50%;
    margin-left: 100px;

    width: 56px;
    height: 20px;

    background-position: -185px -190px;
}
.page1 .zcb_desc {
    position: absolute;
    top: 43.12%;
    left: 50%;
    margin-left: -161px;

    width: 323px;
    height: 28px;
    background-position: 0 -156px;

    -webkit-animation: slideInLeft 1s .2s both;
}
.page1 .limit_num {
    position: absolute;
    top: 49.75%;
    right: 50%;
    margin-right: -79px;

    width: 159px;
    height: 18px;
    background-position: -3px -193px;

    -webkit-animation: slideInRight 1s .2s both;
}
.page1 .apply-btn {
    position: absolute;
    top: 55.89%;
    left: 50%;
    margin-left: -66px;

    width: 132px;
    height: 36px;
    line-height: 36px;
    background-color: #e81a62;
    
    text-align: center;
    font-size: 17px;
    color: #fff;
    opacity: 1;

    -webkit-animation: applyBtn 1s 1.2s both;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    top: -20%;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
    left: -100%;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
    right: -100%;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes applyBtn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes balloonFlyTmp {
  99% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    left: 106%;
  }
}

@-webkit-keyframes balloonFly {
  0% {
    opacity: 0;
    left: -2%;
  }
  15%, 98% {
    opacity: .6;
  }
  40% {
    opacity: 1;
  }  
  100% {
    opacity: 0;
    left: 106%;
  }
}

/* 第二页 */
.page2 {
    background-image: url(../images/v2/page2_bg.jpg?20160229);
}
.page2 .gift-wrap {
    position: absolute;
    top: 24.88%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    height: 347px;
}
.page2 .gift-wrap .gift,
.page2 .gift-wrap span {
    position: absolute;
    left: 50%;
    background: url(../images/v2/page2_sprite.png?20160229) no-repeat;
    background-size: 370px 518px;
    opacity: 0;
}
.page2 .gift-wrap span {
    opacity: 0;
    -webkit-animation: zc 1s both;
}
.page2.current .gift-wrap span.float {
    opacity: 1;
    -webkit-animation: float 3s infinite ease-in-out;
}
.page2 .gift-wrap .gift-bottom {
    bottom: 0;
    margin-left: -86.25px;
    width: 172.5px;
    height: 118.5px;
    background-position: 0 -144px;
    opacity: 1;
}
.page2 .gift-wrap .gift-top {
    bottom: 69px;
    margin-left: -91px;
    width: 182px;
    height: 99px;
    background-position: 0 -47px;
    opacity: 1;

    -webkit-animation: giftOpen 1ms 0.8s both;
}
.page2 .gift-wrap .gift-flower {
    bottom: 48px;
    margin-left: -185px;
    width: 370px;
    height: 222px;
    background-position: 0 -268px;
    opacity: .1;

    -webkit-animation: flower 1s 1s both;
}
.page2 .gift-wrap .gift-top-tmp {
    top: 0;
    margin-left: -86px;
    width: 172px;
    height: 80px;
    background-position: -189px -41px;
    opacity: 0;
    
    -webkit-animation: giftTop 1s 0.8s both;
}
.page2 .gift-wrap .cz {
    left: 5px;
    top: 78px;
    width: 53px;
    height: 26px;
    background-position: -71px -4px;

    -webkit-animation-delay: 1.5s;
}
.page2 .gift-wrap .db {
    left: 95px;
    top: 83px;
    width: 55px;
    height: 26px;
    background-position: -185px -2px;
    -webkit-animation-delay: 1.6s;
}

.page2 .gift-wrap .snm {
    left: 204px;
    top: 72px;
    width: 68px;
    height: 33px;
    -webkit-animation-delay: 1.7s;
}
.page2 .gift-wrap .dd {
    left: 38px;
    top: 110px;
    width: 54px;
    height: 26px;
    background-position: -302px -2px;
    -webkit-animation-delay: 1.8s;
}
.page2 .gift-wrap .cg {
    left: 148px;
    top: 108px;
    width: 53px;
    height: 26px;
    background-position: -244px -2px;
    -webkit-animation-delay: 1.67s;
}
.page2 .gift-wrap .sclt {
    left: 206px;
    top: 118px;
    width: 94px;
    height: 46px;
    background-position: -187px -142px;
    -webkit-animation-delay: 1.6s;
}
.page2 .gift-wrap .xdd {
    left: 0;
    top: 161px;
    width: 68px;
    height: 34px;
    background-position: -286px -196px;
    -webkit-animation-delay: 1.8s;
}
.page2 .gift-wrap .nhjm {
    left: 81px;
    top: 134px;
    width: 90px;
    height: 43px;
    background-position: -281px -143px;
    -webkit-animation-delay: 1.85s;
}
.page2 .gift-wrap .wy {
    left: 75px;
    top: 195px;
    width: 53px;
    height: 26px;
    background-position: -129px -4px;
    -webkit-animation-delay: 2s;
}
.page2 .gift-wrap .kfcz {
    left: 160px;
    top: 178px;
    width: 90px;
    height: 45px;
    background-position: -184px -190px;
    -webkit-animation-delay: 1.75s;
}
@-webkit-keyframes giftOpen {
    from {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@-webkit-keyframes giftTop {
    from {
        opacity: 0;
        top: 170px;
    }
    1%{
        opacity: 1;
    }  
    100% {
        opacity: 1;
        top: 0;
    }
}
@-webkit-keyframes flower {
    from {
        opacity: 0;
    }
}
@-webkit-keyframes zc {
    from {
        top: 240px;
        left: 120px;
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
/* 第三页 */
.page3 {
    background-image: url(../images/v2/page3_bg.jpg);
}
.page3 .light {
    position: absolute;
    top: 0;
    left: 0;
    
    width: 175.5px;
    height: 115.5px;

    background: url(../images/v2/page3_light.png) no-repeat;
    background-size: 175.5px 115.5px;

    -webkit-animation: slideInDown 1s .8s both;
}
.page3 .brand-wrap {
    position: absolute;
    top: 24.38%;
    left: 50%;
    margin-left: -145px;
    
    width: 290.5px;
    height: 322px;

    background: url(../images/v2/page3_brand.png?20160229) no-repeat;
    background-size: 290.5px 322px;

    -webkit-animation: shake 1.2s 0.8s both;
}
@-webkit-keyframes shake {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  35% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  50%, 55%, 70%, 75%, 90%, 95% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  60%, 65%, 80%, 85% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* 第四页 */
.page4 {
    background-image: url(../images/v2/page4_bg.jpg);
}
.page4 .text-wrap h1,
.page4 .text-wrap h2,
.page4 .step-wrap span {
    background: url(../images/v2/page4_sprite1.png?201664221754) no-repeat;
    background-size: 375px 283.5px;
    color: rgba(0, 0, 0, 0);
}
.page4 .text-wrap h1,
.page4 .text-wrap h2 {
    opacity: 0;
    -webkit-animation: fadeIn .6s both;
}
.page4 .top1 {
    -webkit-animation: middle1 1s 5s both;
}
.page4 .top2 {
    -webkit-transform: translate3d(400px, 0, 0);
    -webkit-animation: middle2 1s 5s both;
}
.page4 .step-wrap span {
    position: absolute;
}
.page4 .text-wrap {
    position: absolute;
    top: 6.14%;
    
    width: 100%;
    text-align: center;
}
.page4 .text-wrap .text1 {
    display: inline-block;
    width: 257.5px;
    height: 30.5px;
    
    -webkit-animation-delay: 400ms;
}
.page4 .text-wrap .text2 {
    display: inline-block;
    width: 216px;
    height: 16.5px;
    margin-top: 5px;
    background-position: 0 -38px;

    -webkit-animation-delay: 1s;
}
.page4 .text-wrap .text3 {
    display: inline-block;
    width: 265.5px;
    height: 30.5px;
    margin-top: 5px;
    background-position: 0 -60px;
    opacity: 1;

    -webkit-animation: 1s;
}
.page4 .text-wrap .text4 {
    display: inline-block;
    width: 202px;
    height: 16.5px;
    margin-top: 5px;
    background-position: 0 -95px;
    opacity: 1;

    -webkit-animation: 1s;
}
.page4 .step-wrap {
    position: absolute;
    top: 18.24%;
    left: 50%;
    margin-left: -130px;
    width: 259px;
    height: 415px;
}
.page4 .step-wrap .first,
.page4 .step-wrap .last {
    left: 50%;
    background-position: 0 -194px;
    width: 91px;
    height: 92px;
    margin-left: -45px;
    opacity: 0;
}
.page4 .step-wrap span {
    -webkit-animation: cjyz .5s 1.2s both;
}
.page4 .step-wrap .last {
    background-position: -95px -194px;
    bottom: 0;
    -webkit-animation-delay: 4.5s;
}
.page4 .step-wrap .middle {
    position: absolute;
    width: 100%;
    height: 235px;
    top: 90px;
}
.page4 .step-wrap .middle .line1 {
    right: 65px;
    top: -2px;
    background-position: -325px -198px;
    width: 50px;
    height: 41px;
    -webkit-animation-delay: 1.5s;
}
.page4 .step-wrap .middle .text1 {
    right: 65px;
    top: 16px;
    background-position: -225px -94px;
    width: 47px;
    height: 11px;
    -webkit-animation-delay: 2s;
}
.page4 .step-wrap .middle .dom1 {
    right: 0;
    top: 19px;
    background-position: 0 -116px;
    width: 71px;
    height: 71px;
    -webkit-animation-delay: 1.9s;
}
.page4 .step-wrap .middle .line2 {
    right: 71px;
    top: 71px;
    background-position: -186px -230px;
    width: 115px;
    height: 44px;

    -webkit-animation-delay: 2.3s;
}
.page4 .step-wrap .middle .text2 {
    right: 102px;
    top: 87px;
    background-position: -225px -111px;
    width: 47px;
    height: 11px;

    -webkit-animation-delay: 2.3s;
}
.page4 .step-wrap .middle .dom2 {
    left: 0;
    top: 93px;
    background-position: -76px -116px;
    width: 71px;
    height: 71px;

    -webkit-animation-delay: 2.8s;
}
.page4 .step-wrap .middle .line3 {
    left: 72px;
    top: 132px;
    background-position: -259px -145px;
    width: 118px;
    height: 48px;
    -webkit-animation-delay: 3.2s;
}
.page4 .step-wrap .middle .text3 {
    left: 113px;
    top: 149px;
    background-position: -304px -244px;
    width: 47px;
    height: 11px;
    -webkit-animation-delay: 3.2s;
}
.page4 .step-wrap .middle .dom3 {
    right: 0;
    top: 148px;
    background-position: -152px -116px;
    width: 71px;
    height: 71px;

    -webkit-animation-delay: 3.5s;
}
.page4 .step-wrap .middle .line4 {
    left: 121px;
    bottom: 0;
    background-position: -188px -195px;
    width: 70px;
    height: 37px;

    -webkit-animation-delay: 4s;
}
.page4 .step-wrap .middle .text4 {
    left: 137px;
    bottom: 13px;
    background-position: -304px -258px;
    width: 47px;
    height: 11px;

    -webkit-animation-delay: 4s;
}
.page4 .step-wrap .middle .line5 {
    left: 50%;
    top: 2px;
    width: 0;
    height: 87px;
    border-left: 1px dashed #e81a62;
}
.page4 .step-wrap .middle .dom4 {
    left: 50%;
    top: 37px;
    margin-left: -48px;
    background-position: -272px 0;
    width: 96px;
    height: 54px;

    -webkit-animation-delay: 6s;
}
.page4 .step-wrap .middle .dom5 {
    left: 50%;
    top: 94px;
    margin-left: -43px;
    background-position: -277px -58px;
    width: 86px;
    height: 86px;
}
.page4 .step-wrap .middle .line6 {
    left: 50%;
    bottom: 0;
    width: 0;
    height: 50px;
    border-left: 1px dashed #e81a62;
}
.page4 .step-wrap .middle1 {
    -webkit-animation: middle1 1s 5s both;
}
.page4 .step-wrap .middle2 {
    -webkit-transform: translate3d(400px, 0, 0);
    -webkit-animation: middle2 1s 5s both;
}
@-webkit-keyframes cjyz {
  from {
    height: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes middle1 {
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-400px, 0, 0);
  }
}
@-webkit-keyframes middle2 {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

/* 第五页 */
.page5 {
    background-image: url(../images/v2/page5_bg.jpg);
}
.page5 div {
    width: 100%;
    height: 100%;
    background: url(../images/v2/page5_sprite.png?20164221754) no-repeat center top;
    background-size: contain;
}

/* 第六页 */
.page6 {
    background-image: url(../images/v2/page6_bg.jpg);
}
.page6 .text, 
.page6 .text6 i {
    position: absolute;
    left: 50%;
    background: url(../images/v2/page6_sprite.png) no-repeat center center;
    background-size: 352.5px 435.5px;
    opacity: 0;
    color: rgba(0, 0, 0, 0);
}
.page6 .text1 {
    top: 9.54%;
    margin-left: -113px;
    width: 226px;
    height: 37px;
    background-position: 0 0;

    -webkit-animation: fadeIn .8s .4s both;
}
.page6 .text2 {
    top: 18.08%;
    margin-left: -113px;
    width: 226px;
    height: 21px;
    background-position: 0 -45px;

    -webkit-animation: fadeIn .8s .8s both;
}
.page6 .items {
    position: absolute;
    left: 50%;
    top: 27.03%;
    margin-left: -151.5px;

    width: 303px;
    height: 267px;
    
}
.page6 .items span {
    /*-webkit-animation: freeService 0.5s 1.5s both;*/
    -webkit-animation: fadeIn .5s 1.2s both;
}
.page6 .items .text3 {
    bottom: 31px;
    left: 0;
    width: 174.5px;
    height: 235px;
    background-position: 0 -104px;
}
.page6 .items .text4 {
    top: 32px;
    right: 0;
    width: 178px;
    height: 210.5px;
    background-position: -182px -104px;
    -webkit-animation-delay: 1.7s;
}
.page6 .items .text5 {
    bottom: 0;
    right: 0;
    left: auto;
    width: 303px;
    height: 32px;
    background-position: 0 -72px;
    -webkit-animation-delay: 2.2s;
}
.page6 .text6 {
    position: absolute;
    left: 50%;
    bottom: 42px;
    margin-left: -49px;
    width: 98px;
    height: 97px;
}
.page6 .text6 i {
    bottom: 0;
    left: 0;
    width: 98px;
    height: 97px;
    /*background-position: 0 -340px;*/
    background-position: -155px -335px;
}
.page6 .text6 em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    height: 97px;
    background-color: #e81a62;
    opacity: 0;
    border-radius: 50%;
}
.page6 .text6 i {
    -webkit-animation: freeServiceBtn 1s 2.5s both;
}
.page6 .text6 em {
    -webkit-animation: freeServiceBtnFlash 2s linear 2.5s infinite both;
}
.page6 .page6-overlay {
    position: absolute;
    top: 6.63%;
    left: 50%;
    margin-left: -164px;

    width: 328px;
    height: 426px;
    background: url(../images/v2/page6_overlay.png?201604141625) no-repeat center center;
    background-size: 328px 424.5px;
    display: none;
}
.page6 .page6-overlay a {
    position: absolute;
    left: 0;
    top: 0;

    width: 25px;
    height: 25px;
}
@-webkit-keyframes freeService {
  from {
    width: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes freeServiceBtn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes freeServiceBtnFlash {
  0% {-webkit-transform: scale(1);}
  1% {opacity: .25;}
  10%, 30%, 50%, 70% {
    -webkit-transform: scale(1.03);
  }
  60% {
    -webkit-transform: scale(1.06);
  }
  20%, 40%, 80% {
    -webkit-transform: scale(1);
  }
  100% {-webkit-transform: scale(1); opacity: .25;}
}

/* 第七页 */
.page7 {
    background-image: url(../images/v2/page7_bg.jpg);
}
.page7 .items {
    position: absolute;
    left: 50%;
    top: 24.88%;
    margin-left: -144px;

    width: 288px;
    height: 338px;
}
.page7 .items span,
.page7 .items span i, 
.page7 .page7-overlay .btn {
    position: absolute;

    width: 130px;
    height: 156px;
    background: url(../images/v2/page7_sprite.png) no-repeat;
    background-size: 268.5px 347.5px;
}
.page7 .items .item1 {
    left: 0;
    top: 0;

    -webkit-animation: flyLeft .5s .4s both;
}
.page7 .items .item2 {
    right: 0;
    top: 0;
    background-position: -130px 0;

    -webkit-animation: flyRight .5s .4s both;
}
.page7 .items .item3 {
    left: 0;
    bottom: 0;
    background-position: 0 -156px;

    -webkit-animation: flyLeft .5s .4s both;
}
.page7 .items .item4 {
    right: 0;
    bottom: 0;
    background-position: -134px -156px;

    -webkit-animation: flyRight .5s .4s both;
}
.page7 .items span i {
    top: 47px;
    left: 47px;
    width: 36px;
    height: 36px;
    background-position: 0 -312px;

    -webkit-animation: clickTip 2s linear 0.4s infinite both;
}
.page7 .page7-overlay {
    position: absolute;
    left: 50%;
    top: 7.16%;
    margin-left: -160px;

    width: 306px;
    height: 446px;
    padding: 7px;
    background: #fff;
    display: none;

    -webkit-transition: all .5s linear .5s;
}
.page7 .page7-overlay .close-btn {
    top: -4px;
    left: -5px;
    width: 26px;
    height: 26px;
    background-position: -38px -312px;
    z-index: 5;
}
.page7 .page7-overlay .prev-btn {
    top: 200px;
    left: -17px;
    width: 18px;
    height: 36px;
    background-position: -65px -312px;
    z-index: 5;
}
.page7 .page7-overlay .next-btn {
    top: 200px;
    right: -17px;
    width: 18px;
    height: 36px;
    background-position: -82px -312px;
    z-index: 5;
}
.page7 .page7-overlay .img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page7 .page7-overlay .img-wrap img {
    float: left;
    width: 306px;
}
.page7 .page7-overlay .img-wrap .imgs {
    position: relative;
    width: 2142px;
    height: 100%;
    display: none;

    /*-webkit-transition: -webkit-transform .4s linear;*/
    -webkit-transform: translate3d(0, 0 ,0);
}
.page7 .page7-overlay .img-wrap .imgs.on {
    display: block;
}
.page7 .page7-overlay .desc {
    position: absolute;
    bottom: 60px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.page7 .page7-overlay .desc-content {
    bottom: 30px;
    font-size: 14px;
}
.page7 .page7-overlay .mark {
    position: absolute;
    bottom: 9px;
    width: 100%;
    text-align: center;
}
.page7 .page7-overlay .mark a {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8e8e8f;
    margin-left: 3px;
}
.page7 .page7-overlay .mark a.on {
    background-color: #831b3f;
}
@-webkit-keyframes clickTip {
  0% {-webkit-transform: scale(1);}
  10%, 30%, 50%, 70% {
    -webkit-transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1.15);
  }
  20%, 40%, 80% {
    -webkit-transform: scale(1);
  }
  100% {-webkit-transform: scale(1);}
}
@-webkit-keyframes flyLeft {
  0% {
    -webkit-transform: translate3d(-400px, 0, 0);
  }
  
  100% {-webkit-transform: translate3d(0, 0, 0);}
}
@-webkit-keyframes flyRight {
  0% {
    -webkit-transform: translate3d(400px, 0, 0);
  }
  
  100% {-webkit-transform: translate3d(0, 0, 0);}
}
/* 第八页 */
.page8 {
    background-image: url(../images/v2/page8_bg.jpg);
}
.page8 .img1,
.page8 .text {

    background: url(../images/v2/page1_sprite.png??20160229) no-repeat;
    background-size: 367px 307px;
    color: rgba(0,0,0,0);
}
.page8 .img1 {
    margin: 0 auto;
    width: 284px;
    height: 98px;

    -webkit-animation: flipInX .8s ease-in-out 1s both;
}
.page8 .text {
    margin:10px auto;
    width: 306px;
    height: 26px;

    background-position: 0 -108px;
}
.page8 .element-wrap {

    margin: 36px auto;
    width: 309px;
}

.page8 .element-wrap .element {
    margin-bottom: 12px;
    overflow: hidden;
}
.page8 .element-wrap .element .ipt-text {
    padding: 12px 9px 13px 9px;
    font-size: 14px;
    border: 1px solid #999;
    width: 100%;
    box-sizing: border-box;
}
.page8 .element-wrap .element .yzm {
    float: left;
    width: 49%;
}
.page8 .element-wrap .element .page8-btn {
    float: right;
    width: 49%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
}
.page8 .element-wrap .element .yzm-btn {
    background-color: #ca6c8d;
}
.page8 .element-wrap .element .re-apply {
    background-color: #bbb;
    display: none;
}
.page8 .element-wrap .element .apply-btn {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #e81a62;
    font-size: 17px;
}
.page8 .element-wrap .element .tel {
    font-size: 13px;
    color: #161E3B;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        /*-webkit-transform: perspective(400px) translate3d(0, 0, 200px);*/

        opacity: 0;
    }

    40% {
        -webkit-transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        /*-webkit-transform: perspective(400px) translate3d(0, 0, 100px);*/
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        /*-webkit-transform: perspective(400px) translate3d(0, 0, 0);*/

        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
       /*-webkit-transform: perspective(400px) translate3d(0, 0, -100px);*/
    }

    100% {
        -webkit-transform: perspective(400px);

        opacity: 1;
    }
}
@media only screen and (max-device-width :320px) {
    .page .contain {
        zoom: .9;
    }
}
@media only screen and (min-device-width :375px) and (max-device-width :667px) and (orientation :portrait) {
    .next { 
        zoom: 1.2;
    }
}
@media only screen and (min-device-width :414px) and (max-device-width :736px) and (orientation :portrait) {
    .next {
        zoom: 1.3;
    }
}
@media (max-height:504px) and (min-width:320px) {
}
@media (max-height:416px) and (min-width:320px) {
}
@media (max-height:440px) and (min-width:320px) {
}

@media all and (min-width:320px ) and (max-height:480px){
    .page8 .img1,.page8 .text{background-size: 337px 267px;}
    .page8 .element-wrap{ margin: 14px auto;}
    .page8 .text{background-position: 12px -94px;margin:2px auto;}
    .page8 .img1{background-position: 10px 4px;}
}

.needsclick{height: 44px;width: 100%;padding-left: 8px; font-size: 14px;-webkit-appearance: none;background: #fff;border-color:#999;color:#999;}