abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

article, aside, details, figure, footer, header, main, nav, section, summary {
    display: block
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: .015625rem dotted #000;
    cursor: help
}

table {
    border-collapse: separate;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400;
    vertical-align: top
}

hr {
    display: block;
    height: .015625rem;
    border: 0;
    border-top: .015625rem solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

.ie7 input[type=checkbox] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

input, select, textarea {
    font: 99% sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

td, td img {
    vertical-align: top
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

code, kbd, pre, samp {
    font-family: monospace, sans-serif
}

.clickable, button, input[type=button], input[type=file], input[type=submit], label {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

.main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.full, .page, .page.page1 .bg, .page2 #ani-wrap #text-wrap, .page2 #ani-wrap .gsap, .page2 .card-wrap, .page2 .card-wrap img {
    width: 100%;
    height: 100%
}

.full, .page, .page.page1 .bg, .page2 #ani-wrap #text-wrap, .page2 #ani-wrap .gsap, .page2 .card-wrap, .page2 .card-wrap img {
    position: absolute;
    top: 0;
    left: 0
}

.hide {
    display: none
}

a {
    text-decoration: none !important;
    color: inherit
}

a:hover {
    color: inherit
}

.hide {
    display: none !important
}

.blur {
    -webkit-filter: blur(.15625rem);
    filter: blur(.15625rem);
    opacity: .6
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.hideVisibility {
    visibility: hidden;
    opacity: 0
}

.help {
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 100%;
    z-index: -99;
    opacity: 0;
    background-image: url(data:application/octet-stream;base64,)
}

.help img {
    display: none
}

body, html {
    height: 100%;
    overflow: hidden
}

body {
    font-family: 'Microsoft YaHei', '\5fae\8f6f\96c5\9ed1';
    font-size: .21875rem;
    width: 100%
}

/* .load-wrap {
    width: 100%;
    height: 110%;
    background: #9e0000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.load-wrap .load {
    text-align: center
}

.load-wrap .load .circle {
    display: inline-block;
    width: .78125rem;
    height: .78125rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    border-width: .03125rem .03125rem .03125rem .03125rem;
    border-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, .5) rgba(255, 255, 255, .5) #fff;
    -webkit-animation: round 1s infinite linear;
    animation: round 1s infinite linear
}

.load-wrap .load .num {
    padding-top: .15625rem;
    color: #fff;
    font-size: .25rem
} */

.opacity0 {
    opacity: 0 !important
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.main {
    width: 10rem;
    height: 20.106667rem;
    color: #222;
    overflow: hidden;
    position: relative
}

.main .vnum {
    display: inline-block
}

.audio-wrap {
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    position: relative;
    z-index: -999
}

.page.page1 {
    background: url(../images/bg.jpg) 0 0 no-repeat;
    background-size: cover
}

.page1 .zan-wrap {
    width: 4.71875rem;
    height: 1.625rem;
    position: absolute;
    left: .734375rem;
    top: 12.703125rem;
    background: url(../images/cover_zan.png) 0 0 no-repeat;
    background-size: cover
}

.page1 .zan-wrap .zan-heart {
    width: .78125rem;
    position: absolute;
    left: .354375rem;
    top: .3625rem;
    -webkit-animation: flash 3s infinite ease;
    animation: flash 3s infinite ease;
}

.page1 .zan-wrap .num-wrap {
    color: #f4b72b;
    font-size: .375rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: .46875rem;
    /* top:13.5rem;
    font-size:0.37rem; */
}

.page1 .logo {
    width: 1.90625rem;
    position: absolute;
    left: 1.71875rem;
    top: 14.6rem;
}

.page2 {
    background: url(../images/page2Bg.png) 0 0 no-repeat;
    background-size: contain;
    top: 100%
}

.page2 .btn-wrap {
    position: relative;
    width: 10rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 12rem;
    text-align: center;
    z-index: 49;
}

.page2 .btn-wrap .btn {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .15625rem;
    margin-right: .15rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    cursor: pointer;
}

.page2 .btn-wrap .btn:nth-child(1) {
    background-image: url(../images/icon1.png)
}

.page2 .btn-wrap .btn:nth-child(2) {
    background-image: url(../images/icon2.png)
}

.page2 .btn-wrap .btn:nth-child(3) {
    background-image: url(../images/icon3.png)
}

.page2 .btn-wrap .btn:nth-child(4) {
    background-image: url(../images/icon4.png)
}

.page2 .btn-wrap .btn:nth-child(5) {
    background-image: url(../images/icon5.png)
}

.page2 .btn-wrap .btn:nth-child(6) {
    background-image: url(../images/icon6.png)
}

.page2 .btn-wrap .btn.active {
    -webkit-animation: flash 3s infinite ease;
    animation: flash 3s infinite ease
}

.page2 .btn-wrap .btn:nth-child(1) {
    margin-left: .59rem;
}

.page2 .btn-wrap .btn:nth-child(2) {
    margin-left: .125rem
}

.page2 .btn-wrap .btn:nth-child(4) {
    background-size: 64%;
    background-position: .15625rem .109375rem
}

.page2 .btn-wrap .btn:nth-child(5) {
    background-size: 60%;
    background-position: .234375rem .149375rem;
    margin-left: 0.09075rem;
}

.page2 .btn-wrap .btn:nth-child(6) {
    background-size: 60%;
    background-position: .28125rem .21875rem;
    margin-left: .09375rem
}

.page2 #ani-wrap {
    width: 10rem;
    height: 12rem;
    position: absolute;
    left: 0;
    top: 0;
}

.page2 #ani-wrap .gsap {
    top: 0;
    overflow: hidden
}

.page2 #ani-wrap .gsap.gsap3 {

    top: 1.5rem
}

.page2 #ani-wrap .gsap.gsap1 img {
    position: absolute
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(1) {
    width: .546875rem;
    left: 8.078125rem;
    top: 3.828125rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(2) {
    width: .828125rem;
    left: 5.484375rem;
    top: 4.625rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(3) {
    width: 1.09375rem;
    left: 6.671875rem;
    top: 5.90625rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(4) {
    width: 1.125rem;
    left: 8.09375rem;
    top: 5.421875rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(5) {
    width: 1.25rem;
    left: 5.3125rem;
    top: 8.875rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(6) {
    width: .78125rem;
    left: 5.78125rem;
    top: 10.28125rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(7) {
    width: 1.171875rem;
    left: 7.03125rem;
    top: 10.125rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(8) {
    width: .875rem;
    left: 9.078125rem;
    top: 9.796875rem;
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(9) {
    width: 1.03125rem;
    left: 7.890625rem;
    top: 11.20625rem;
}
.page2 #ani-wrap .gsap.gsap1 img:nth-child(10) {
    width: 1.471875rem;
    left: 4.03125rem;
    top: 11.925rem;
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(11) {
    width: .675rem;
    left: 7.078125rem;
    top: 9.996875rem
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(12) {
    width: 1.43125rem;
    left: 6.890625rem;
    top: 8.30625rem;
}

.page2 #ani-wrap .gsap.gsap1 img:nth-child(13) {
    width: .63125rem;
    left: 8.290625rem;
    top: 7.20625rem;
}

.page2 #ani-wrap .gsap.gsap2 {
    top: 1.23125rem;
}

.page2 #ani-wrap .gsap.gsap2 img {
    position: absolute
}

.page2 #ani-wrap .gsap.gsap2 img:nth-child(1) {
    width: .6875rem;
    left: 6.4375rem;
    top: 2.625rem;
    opacity: .9;
    -webkit-animation: flash2 2.53498s .21936s infinite ease;
    animation: flash2 2.53498s .21936s infinite ease
}

.page2 #ani-wrap .gsap.gsap2 img:nth-child(2) {
    width: 1.671875rem;
    left: 7.390625rem;
    top: 1.65625rem;
    opacity: 1;
    -webkit-animation: flash2 1.77137s .94626s infinite ease;
    animation: flash2 1.77137s .94626s infinite ease
}

.page2 #ani-wrap .gsap.gsap2 img:nth-child(3) {
    width: 1.046875rem;
    left: 5.78125rem;
    top: 7.4375rem;
    opacity: .9;
    -webkit-animation: flash2 2.27285s 1.04543s infinite ease;
    animation: flash2 2.27285s 1.04543s infinite ease
}

.page2 #ani-wrap .gsap.gsap2 img:nth-child(4) {
    width: .96875rem;
    left: 7.03125rem;
    top: 7.875rem;
    opacity: .7;
    -webkit-animation: flash2 1.72871s .27712s infinite ease;
    animation: flash2 1.72871s .27712s infinite ease
}

.page2 #ani-wrap .gsap.gsap2 img:nth-child(5) {
    width: .59375rem;
    left: 8.59375rem;
    top: 6.5625rem;
    opacity: .9;
    -webkit-animation: flash2 2.33868s .90856s infinite ease;
    animation: flash2 2.33868s .90856s infinite ease
}

.page2 #ani-wrap #text-wrap {
    height: 70%;
    top: 3.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 29;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.page2 #ani-wrap #text-wrap.text1 {
    background-image: url(../images/text1.png)
}

.page2 #ani-wrap #text-wrap.text2 {
    background-image: url(../images/text2.png)
}

.page2 #ani-wrap #text-wrap.text3 {
    background-image: url(../images/text3.png)
}

.page2 #ani-wrap #text-wrap.text4 {
    background-image: url(../images/text4.png)
}

.page2 #ani-wrap #text-wrap.text5 {
    background-image: url(../images/text5.png)
}

.page2 #ani-wrap #text-wrap.text6 {
    background-image: url(../images/text6.png)
}

.page2 .card-wrap {
    z-index: 39;
    opacity: 0
}

.page2 .card-wrap img.top {
    z-index: 19
}

.page2 .num-wrap {
    color: #b42b2d;
    font-size: .4rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 14.5rem;
    width: 100%;
    text-align: center;
}

.page2 .share-wrap {
    width: 3.34375rem;
    height: 1.15625rem;
    position: absolute;
    left: 3.4375rem;
    top: 12.5rem;
    z-index: 49;
    cursor: pointer;
    display: none;
    z-index: -99
}

.page2 .tips {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 999
}

.page2 .tips img {
    float: right;
    margin-top: 1.25rem;
    margin-right: .46875rem;
    width: 2.84375rem
}

@-webkit-keyframes flash {
    0%, 50%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25%, 75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes flash {
    0%, 50%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25%, 75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes flash2 {
    0%, 50%, to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    25%, 75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
}

@keyframes flash2 {
    0%, 50%, to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    25%, 75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
}

.hideV {
    display: none;
}

.page1 .zan-wrap {
    width: 4.91875rem;
    height: 1.625rem;
    position: absolute;
    left: 0.1rem;
    top: 12.4rem;
    background: url(../images/cover_zan.png) 0 0 no-repeat;
    background-size: contain;
}

.page.page1 .bg2 {
    height: auto;
    bottom: 0;
    left: 5%;
    width: 96%;
    top: auto;
}

.bg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.gu-item {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 4rem;
    height: 4rem;
}

.gu-item:nth-child(1) {
    position: absolute;
    left: 7.5rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
}

.gu-item:nth-child(2) {
    position: absolute;
    left: 7.7rem;
    top: 4rem;
    width: 1rem;
    height: 1rem;
}

.gu-item:nth-child(3) {
    position: absolute;
    left: 6rem;
    top: 2rem;
    width: 1rem;
    height: 1rem;
}



@keyframes aniGu1 {
    0% {
        transform: translate3d(0, -20px, 0) rotate(-10deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(0);
    }
}

@keyframes aniGu2 {
    0% {
        transform: translate3d(0, -20px, 0) rotate(10deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(0);
    }
}

@keyframes aniGu {
    100% {
        transform: scale(1.1);
    }
}


.gu-item img:nth-child(1) {
   position: absolute;
   left: -10%;
   width: 50%;
   z-index: 1;
   transform-origin: left top;
   /* transform: rotate(-11deg); */
   animation: aniGu1 0.6s ease infinite;
}
.gu-item img:nth-child(2) {
    position: absolute;
    right: -10%;
    width: 50%;
    z-index: 1;
    transform-origin: right top;
    animation: aniGu2 0.6s ease infinite;
    animation-delay: 0.3s;
}
.gu-item img:nth-child(3) {
    position: absolute;
    width: 100%;
    bottom: 0;
    animation: aniGu 0.5s ease infinite ;
    animation-delay: 0.2s;
}

.gu-item:nth-child(2) img:nth-child(1) {
    animation: aniGu1 0.4s ease infinite;
 }
 .gu-item:nth-child(2)  img:nth-child(2) {
     animation: aniGu2 0.4s ease infinite;
     animation-delay: 0.3s;
 }
 .gu-item:nth-child(2)  img:nth-child(3) {
     animation: aniGu 0.35s ease infinite ;
     animation-delay: 0.1s;
 }

 .gu-item:nth-child(3) img:nth-child(1) {
    animation: aniGu1 0.3s ease infinite;
 }
 .gu-item:nth-child(3)  img:nth-child(2) {
     animation: aniGu2 0.4s ease infinite;
     animation-delay: 0.1s;
 }
 .gu-item:nth-child(3)  img:nth-child(3) {
     animation: aniGu 0.35s ease infinite ;
     animation-delay: 0.2s;
 }

 .logo2 {
     display:  none;
     position: absolute;
     left: 0.6rem;
     top: 3rem;
     z-index: 2;
     width: 1.6rem;
 }

 .click-share {
     display: none;
    position: absolute;
    left: 4.1rem;
    top: 15.5rem;
    z-index: 40;
    width: 2rem;
 }

 .long-press-tip {
     display: none;
    position: absolute;
    left: 0;
    top: 16.5rem;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #2c805f;
 }

 .share-tip {
     display: none;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 99;
     width: 100%;
     height: 100%;
 }