body{
    padding: 0;
    margin: 0;
}
.bg1{
    /* display: none; */
    width: 100%;
    height: 100vh;
    background: url('./img/bg1.jpg') no-repeat;
    background-size: 100% 100%;
    z-index: 999999;
}
.bg2{
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('./img/bg2.jpg') no-repeat;
    background-size: 100% 100%;
    z-index: 999999;
}
.bg1Dianjing{
    display: block;
    margin: 0 auto;
    padding-top: 1.2rem;
    /* margin-bottom: 0; */
    width: 74%;
    animation:mymove 3s infinite;
    -webkit-animation:mymove 3s infinite; /*Safari and Chrome*/
    animation-direction:alternate;/*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation:mymove 3s infinite;
    -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}
.hand3{
    position: absolute;
    width: 1.5rem;
    top: 4.2rem;
    left: 68%;
    z-index: 99;
}
.dianjing{
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    width: 68%;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.bainian{
    position: absolute;
    top: 12%;
    left: 13%;
    width: 80%;
    z-index: 999;
}
.clickNone{
    position: absolute;
    left: 46%;
    text-align: center;
    line-height: 1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    color: #fff;
    background: rgba(0,0,0,.7);
    border-radius: 50%;
    z-index: 9993;
    font-size: 14px;
    z-index: 999;
}
.wish{
    margin: 5px auto;
    width: 91%;
    display: flex;
    justify-content: space-around;
}
.wish img{
    width: 19%;
    height: 4.4rem;
    animation:mymove 3s infinite;
    -webkit-animation:mymove 3s infinite; /*Safari and Chrome*/
    animation-direction:alternate;/*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation:mymove 3s infinite;
    -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}
.bg3{
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('./img/bg3.jpg') no-repeat;
    background-size: 100% 100%;
}
.bg4{
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('./img/bg4.jpg') no-repeat;
    background-size: 100% 100%;
}
.bg5{
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('./img/bg5.jpg') no-repeat;
    background-size: 100% 100%;
}
.bg6{
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('./img/bg6.jpg') no-repeat;
    background-size: 100% 100%;
}
.share{
    position: absolute;
    width: 3rem;
    top: 0.2rem;
    right: 0.2rem;
}
.helpBag{
    position: absolute;
    width: 5.5rem;
    bottom: 0.4rem;
    left: 22%;
}
.bg7{
    /* display: none; */
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('./img/bg7.jpg') no-repeat;
    background-size: 100% 100%;
}
.bgHand{
    position: absolute;
    width: 1.5rem;
    bottom: 0.3rem;
    left: 70%;
    z-index: 99;
}
.hand{
    position: absolute;
    width: 1.5rem;
    bottom: 1.7rem;
    left: 52%;
}
.hand2{
    position: absolute;
    width: 1.5rem;
    bottom: 0.1rem;
    left: 12%;
    z-index: 99;
}
.hand,.bgHand,.hand2,.hand3{
    animation:mymove 1s infinite;
    -webkit-animation:mymove 1s infinite; /*Safari and Chrome*/
    animation-direction:alternate;/*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation:mymove 1s infinite;
    -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}
.open{
    /* display: none; */
    position: fixed;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    /* background: red; */
    bottom: 2.2rem;
    left: 35%;
    z-index: 99;
}
.back{
    position: absolute;
    width: 1.2rem;
    left: 4%;
    top: 2%;
}
.saveTips{
    position: absolute;
    width: 0.8rem;
    left: 0;
    top: 30%;
}
@keyframes mymove
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
.poster{
    display: none;
    overflow: hidden;
    z-index: 999999;
}
.bg7 .mask2{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    left: 0; 
    top: 0; 
    bottom: 0;
    display: none;
}
.bg7 .mask2 .mask3{
    position: fixed; 
    background-color:#302f2f; 
    width: 100%; 
    height: 100%; 
    left: 0; 
    top: 0; 
    bottom: 0;
    z-index: 99; 
    opacity: 0.7;
}
.box img{
    width: 100%;
    height: 100%;
}
.bg7 .bg8{
    position: relative;
    /* display: none; */
    margin: 2.5rem auto;
    width: 80%;
    height: auto;
    overflow: hidden;
    z-index: 99;
}
.bg7 .bg8 .close{
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 16px;
}
#hongbao{
    width: 100%;
    height: 100%;
}

/* music */
@-webkit-keyframes reverseRotataZ {
    0%{
        -webkit-transform: rotateZ(0deg);
    }
    100%{
        -webkit-transform: rotateZ(-360deg);
    }
}
@-webkit-keyframes rotataZ{
0% {
    -webkit-transform: rotateZ(0deg);
    }
100% {
    -webkit-transform: rotateZ(360deg);
    }
}
#musicControl { 
    position:fixed;
    left:10px;
    top:80px;
    margin-top:0;
    display:inline-block;
    z-index:99999999
}
#musicControl a { 
    display:inline-block;
    width: 25px; 
    height: 25px;
    overflow:hidden;
    background:url('./img/play.png') no-repeat;
    background-size:100%;
}
#musicControl a audio{
    width:100%;
    height:56px;
}
#musicControl a.stop { 
    background-position:left bottom;
}
#musicControl a.on { 
    background-position:0px 1px;
    -webkit-animation: reverseRotataZ 1.2s linear infinite;
}