/*
* @Author: Administrator
* @Date:   2017-12-28 11:24:22
* @Last Modified by:   Administrator
* @Last Modified time: 2018-01-18 22:07:34
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,span{
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

fieldset,
img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li {
    list-style: none
}

a,
a:hover {
    text-decoration: none;
    color: #ffe400;
}

html,
body {
    height: 100%;
    font-family: SourceHanSansCN-Medium, '微软雅黑';
    background: rgba(255, 255, 255, 0.48);
    font-size: 16px;
}

body {
    font-size: 12px;
    font-family: "SourceHanSansCN-Medium", Arial;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.wrap {
    position: relative;
    color: #fff;
    height: 100%;
    overflow: hidden;
}

.hide {
    display: none;
}

.mod_loading {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #b9ccd5;
    display: -webkit-box;
    -webkit-box-align: center;
}

.mod_loading .content {
    text-align: center;
    -webkit-box-flex: 1;
    margin: 0 80px;
}

.mod_loading .content .progress {
    height: 13px;
    padding: 2px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background-color: #242a39;
}

.mod_loading .content .progress span {
    display: block;
    height: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: #65cfd5;
}

.mod_loading .content p {
    line-height: 34px;
    color: #5f696a;
}

.slider {
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    left: 50%;
    bottom: 10px;
    z-index: 99;
}

.slider span {
    position: absolute;
    width: 24px;
    height: 35px;
    left: 50%;
    top: 50%;
    margin: -17px 0 0 -12px;
    -webkit-animation: slide_up 2s infinite ease-out;
}

.item,
.item .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@-webkit-keyframes slide_up {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
    }
}

.item-1 {
    background-color: rgba(255, 255, 255, 0.48);
}

.item-2 {
    background: rgba(255, 255, 255, 0.48);
}

.item-3 {
    background: rgba(255, 255, 255, 0.48);
}

.item-4 {
    background: rgba(255, 255, 255, 0.48);
}

.item-5 {
    background: rgba(255, 255, 255, 0.48);
}

.item-6 {
    background: rgba(255, 255, 255, 0.48);
}

.item-7 {
    background: #f3f1bb;
    background-size: cover;
}

.item-8 {
    background: #f3d2ac;
}





/*common*/

.mod_container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    z-index: 2;
}

.sprite_global {
    /* background-image: url(img/sprite_global.png); */
    background-repeat: no-repeat;
}

.item .sprite {
    /* background-repeat: no-repeat; */
    -webkit-transform: translate3d(0, 200px, 0);
    opacity: 0;
}

.item .text_2 {
    /* margin: 10px 20px; */
}

.item .scene {
    /* margin: 10px auto; */
}

.item.play .sprite {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.item.play .text_1 {
    -webkit-transition: all 1s ease-out;
}

.item.play .text_2 {
    -webkit-transition: all 1s .3s ease-out;
}

.item.play .text_3 {
    -webkit-transition: all 1s .6s ease-out;
}

.item.play .scene {
    -webkit-transition: all 1s .6s ease-out;
}

.btn_play,
.btn_pause {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    z-index: 100;
}

.btn_play {
    background-position: -107px -51px;
}

.btn_pause {
    background-position: -60px -51px;
}

.btn_play i,
.btn_pause i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 30px;
    margin: -22px 0 0 -7px;
    background-position: -4px 0;
}

.btn_play i {
    -webkit-animation: play_sate 4s infinite;
}





/* item-1 */

.item-1 .sprite {
    /* background-image: url(img/sprite_1.png); */
}

.item-1 .text_1 {
    /* width: 108px; */
    /* height: 20px; */
    background-position: -23px 0;
}

.item-1 .text_2 {
    /* width: 204px; */
    /* height: 24px; */
    background-position: -45px -23px;
}

.item-1 .scene {
    /* width: 252px; */
    /* height: 260px; */
    /* background-position: 0 -66px; */
}

.item-1 .text_3 {
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 50px;
    height: 24px;
    background-position: -124px 0;
    opacity: 0;
}

.item-1 .text_4 {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 39px;
    height: 29px;
    background-position: -183px 0;
    opacity: 0;
}

.item-1 .text_5 {
    position: absolute;
    right: -14px;
    bottom: 70px;
    width: 45px;
    height: 27px;
    background-position: -239px 0;
    opacity: 0;
}

.item-1.play .text_3 {
    -webkit-animation: micro_fade_down .6s 1s ease-out both;
}

.item-1.play .text_4 {
    -webkit-animation: micro_fade_down .6s 1.2s ease-out both;
}

.item-1.play .text_5 {
    -webkit-animation: micro_fade_down .6s 1.4s ease-out both;
}





/* item-2 */

.item-2 .sprite {
    /* background-image: url(img/sprite_2.png); */
}

.item-2 .text_1 {
    /* width: 96px; */
    /* height: 26px; */
    /* background-position: -23px 0; */
}

.item-2 .text_2 {
    /* width: 146px; */
    /* height: 24px; */
    /* background-position: -60px -27px; */
}

.item-1 .text_3 {
    /* width: 204px; */
    /* height: 24px; */
    background-position: -45px -23px;
}

.item-2 .scene {
    /* width: 253px; */
    /* height: 264px; */
    background-position: 0 -74px;
}





/* item-3 */

.item-3 .sprite {
    /* background-image: url(img/sprite_3.png); */
}

.item-3 .text_1 {
    /* width: 93px; */
    /* height: 24px; */
    /* background-position: -23px 0; */
}

.item-3 .text_2 {
    /* width: 178px; */
    /* height: 20px; */
    /* background-position: -51px -27px; */
}

.item-3 .scene {
    width: 253px;
    height: 264px;
    background-position: 0 -74px;
}





/* item-4 */

.item-4 .sprite {
    /* background-image: url(img/sprite_4.png); */
}

.item-4 .text_1 {
    /* width: 94px; */
    /* height: 24px; */
    /* background-position: 0 0; */
}

.item-4 .text_2 {
    /* width: 248px; */
    /* height: 26px; */
    /* background-position: -20px -30px; */
}

.item-4 .scene {
    position: relative;
    width: 266px;
    height: 256px;
    background-position: 0 -69px;
}

.item-4 .scene i {
    position: absolute;
    opacity: 0;
}

.item-4 .scene i:nth-child(1) {
    left: 85px;
    top: 100px;
    width: 11px;
    height: 18px;
    background-position: -253px -70px;
}

.item-4 .scene i:nth-child(2) {
    left: 80px;
    top: 100px;
    width: 17px;
    height: 13px;
    background-position: -235px -41px;
}

.item-4 .scene i:nth-child(3) {
    left: 69px;
    top: 100px;
    width: 28px;
    height: 22px;
    background-position: -262px -39px;
}

.item-4 .desk {
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 61px;
    height: 97px;
    background-position: -293px 0;
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
}

.item-4.play i:nth-child(1) {
    -webkit-animation: music_1 1.5s 1.6s ease-in infinite;
}

.item-4.play i:nth-child(2) {
    -webkit-animation: music_2 1.5s 2s ease-in infinite;
}

.item-4.play i:nth-child(3) {
    -webkit-animation: music_3 1.5s 1.8s ease-out infinite;
}

.item-4.play .desk {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .6s 1.6s ease-out;
}





/* item-5 */

.item-5 .sprite {
    /* background-image: url(img/sprite_5.png); */
}

.item-5 .text_1 {
    /* width: 94px; */
    /* height: 24px; */
    /* background-position: 0 0; */
}

.item-5 .text_2 {
    /* width: 230px; */
    /* height: 22px; */
    /* background-position: -26px -30px; */
}

.item-5 .scene {
    position: relative;
    width: 255px;
    height: 256px;
    background-position: 0 -64px;
    z-index: 2;
}

.item-5 .scene i {
    position: absolute;
    opacity: 0;
}

.item-5 .scene i:nth-child(2) {
    left: 115px;
    top: 90px;
    width: 30px;
    height: 27px;
    background-position: -194px -39px;
}

.item-5 .scene i:nth-child(3) {
    left: 115px;
    top: 90px;
    width: 25px;
    height: 21px;
    background-position: -188px -68px;
}

.item-5 .scene i:nth-child(4) {
    left: 120px;
    top: 90px;
    width: 19px;
    height: 17px;
    background-position: -219px -72px;
}

.item-5 .icon_zone {
    position: absolute;
    left: 109px;
    top: 112px;
    width: 44px;
    height: 43px;
    background-position: 0 -50px;
    z-index: 100;
    opacity: 0;
}

.item-5.play .icon_zone {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(360deg);
    -webkit-transition: all .7s 1.6s ease;
}

.item-5.play i:nth-child(2) {
    -webkit-animation: music_4 1.3s 1.2s ease-out infinite;
}

.item-5.play i:nth-child(3) {
    -webkit-animation: music_5 1.3s 1.6s ease-out infinite;
}

.item-5.play i:nth-child(4) {
    -webkit-animation: music_6 1.3s 2s ease-out infinite;
}





/* item-6 */

.item-6 .sprite {
    /* background-image: url(img/sprite_6.png); */
}

.item-6 .text_1 {
    /* width: 104px; */
    /* height: 24px; */
    /* background-position: 0 0; */
}

.item-6 .text_2 {
    /* width: 228px; */
    /* height: 22px; */
    /* background-position: -23px -32px; */
}

.item-6 .scene {
    /* width: 251px; */
    /* height: 247px; */
    /* background-position: 0 -64px; */
}

.item-6 .text_3 {
    /* margin: 20px auto 0; */
    /* color: #8d466f; */
    /* text-align: center; */
    /* line-height: 1.6; */
    -webkit-transform: translate3d(0, 200px, 0);
    opacity: 0;
}

.item-6 .boy_girl {
    position: absolute;
    top: 110px;
    left: 55px;
    width: 145px;
    height: 209px;
    background-size: cover;
    -webkit-transform: translate3d(0, -60px, 0);
    opacity: 0;
}

.item-6.play .text_3 {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: all 1s .9s ease-out;
}

.item-6.play .boy_girl {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: all .6s 1.6s ease-out;
}





/* item-7 */

.item-7 .sprite {
    background-image: url(img/sprite_7.png);
}

.item-7 .text_1 {
    margin: 0 auto;
    width: 132px;
    height: 36px;
    background-position: -66px 0;
}

.item-7 .text_2 {
    width: 262px;
    height: 40px;
    background-position: 0 -41px;
}

.item-7 .scene {
    position: relative;
    width: 245px;
    height: 179px;
    background-position: -8px -103px;
}

.item-7 .scene img {
    position: absolute;
}

.item-7 .scene img:nth-child(1) {
    left: 8px;
    top: 1px;
    width: 218px;
}

.item-7 .scene img:nth-child(2) {
    left: 12px;
    top: 57px;
    width: 100px;
}

.item-7 .scene img:nth-child(3) {
    left: 83px;
    top: 56px;
    width: 79px;
}

.item-7 .scene img:nth-child(4) {
    left: 148px;
    top: 60px;
    width: 85px;
    opacity: 0;
}

.item-7 .btn_open_vip {
    display: block;
    padding: 5px 0;
    margin: 5px 30px 0;
    background: #0e9d4b;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
}

.item-7 .scene .tips_1 {
    position: absolute;
    left: 84px;
    top: -36px;
    width: 77px;
    height: 44px;
    background-size: cover;
    opacity: 0;
}

.item-7 .scene .tips_2 {
    position: absolute;
    left: -1px;
    bottom: 36px;
    width: 80px;
    height: 40px;
    background-size: cover;
    opacity: 0;
}

.item-7.play .btn_open_vip {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s .9s ease-out;
}

.item-7.play .scene img:nth-child(1) {
    -webkit-animation: ScalingLeft 0.2s 1.1s ease both;
}

.item-7.play .scene img:nth-child(2) {
    -webkit-animation: ScalingLeft 0.2s 1.3s ease both;
}

.item-7.play .scene img:nth-child(3) {
    -webkit-animation: ScalingRight 0.2s 1.5s ease both;
}

.item-7.play .scene img:nth-child(4) {
    opacity: 1;
    -webkit-transition: opacity .6s 1.7s ease-in-out;
    -webkit-animation: bounce 2s 1.7s ease infinite;
}

.item-7.play .scene .tips_1 {
    opacity: 1;
    -webkit-transition: opacity .6s 2.2s ease-in-out;
}

.item-7.play .scene .tips_2 {
    opacity: 1;
    -webkit-transition: opacity .6s 2.8s ease-in-out;
}






/* item-8 */

.item-8 .music_logo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 88px;
    height: 26px;
    background-position: -28px 0;
    opacity: 0;
}

.item-8 .text_1 {
    margin-top: 40px;
    font-size: 20px;
    color: #af6403;
    text-align: center;
}

.item-8 .text_1 strong {
    font-weight: bolder;
    font-size: 24px;
}

.item-8 .text_2 {
    margin: 0 20px;
    font-size: 18px;
    color: #af6403;
    text-align: center;
}

.item-8 .scene {
    position: relative;
    margin: 0 auto;
    width: 213px;
    height: 261px;
    background: url(img/award_bg.png) no-repeat;
    background-size: 213px;
}

.item-8 .scene i {
    position: absolute;
    width: 0;
    height: 0;
    right: 21px;
    bottom: 27px;
    background: url(img/gift.png) no-repeat;
    background-size: 178px;
    -webkit-transform: scale(0);
}

.item-8 .btn_get_gift {
    display: block;
    padding: 5px 0;
    margin: 0 20px;
    background: #ff7800;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
}

.item-8 .text_3 {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #af6403;
}

.item-8 .anim {
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 200px, 0);
    opacity: 0;
}

.item-8.play .anim {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.item-8.play .music_logo {
    opacity: 1
}

.item-8.play .text_1 {
    -webkit-transition: all 1s ease-out;
}

.item-8.play .text_2 {
    -webkit-transition: all 1s .3s ease-out;
}

.item-8.play .scene {
    -webkit-transition: all 1s .6s ease-out;
}

.item-8.play .btn_get_gift {
    -webkit-transition: all 1s .9s ease-out;
}

.item-8.play .text_3 {
    -webkit-transition: all 1s 1.2s ease-out;
}

.item-8.play .scene i {
    width: 178px;
    height: 220px;
    -webkit-transform: scale(1);
    -webkit-transition: all .5s 2.2s ease-out;
}

@media screen and (max-height: 425px) {
    .mod_container {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.85);
        margin-top: -25px;
    }
    .item .mod_container {
        margin-top: -10px;
    }
    .item-6 .text_2 {
        /* margin: 8px 20px 0; */
    }
    .item-8 .scene {
        margin: -25px auto;
    }
    .item-8.play .anim {
        -webkit-transform: translate3d(0, 0, 0) scale(.9);
    }
    .item-8 .text_1,
    .item-8 .text_2,
    .item-8 .btn_get_gift {
        font-size: 16px;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
not all,
only screen and (min-resolution: 240dpi) {
    .sprite_global {
        background-image: url('http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p1_jiantou.png');
        /* background-size: 355px; */
    }
    .item-1 .sprite {
        /* background-image: url(img/sprite_1@2x.png); */
        background-size: 253px;
    }
    .item-2 .sprite {
        /* background-image: url(img/sprite_2@2x.png); */
        /* background-size: 253px; */
    }
    .item-3 .sprite {
        /* background-image: url(img/sprite_3@2x.png); */
        /* background-size: 253px; */
    }
    .item-4 .sprite {
        /* background-image: url(img/sprite_4@2x.png); */
        /* background-size: 266px; */
    }
    .item-5 .sprite {
        /* background-image: url(img/sprite_5@2x.png); */
        /* background-size: 255px; */
    }
    .item-6 .sprite {
        /* background-image: url(img/sprite_6@2x.png); */
        /* background-size: 251px; */
    }
    .item-7 .sprite {
        background-image: url(img/sprite_7@2x.png);
        background-size: 252px;
    }
}



@-webkit-keyframes play_sate {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(360deg);
    }
}

@-webkit-keyframes micro_fade_down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes music_1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
    }
}

@-webkit-keyframes music_2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(40px, -10px, 0);
    }
}

@-webkit-keyframes music_3 {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-45deg) translate3d(65px, -36px, 0);
    }
}

@-webkit-keyframes music_4 {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(15deg) translate3d(10px, -80px, 0);
    }
}

@-webkit-keyframes music_5 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, -50px, 0);
    }
}

@-webkit-keyframes music_6 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
    }
}

@-webkit-keyframes ScalingLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%, 100%) scale(6);
    }
    100% {
        opacity: 0.99;
        -webkit-transform: translate(0, 0)scale(1);
    }
}

@-webkit-keyframes ScalingRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(100%, -100%) scale(6);
    }
    100% {
        opacity: 0.99;
        -webkit-transform: translate(0, 0)scale(1);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(-5px)
    }
}





/*  |xGv00|05bf464dcca1bd2d43338fd1717dff5a */

input {
    margin: 0;
    padding: 0;
}

.fontc {
    color: #95979a;
}

.fonty {
    color: #f6d20b;
}

.flbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 903;
    display: none;
}

.phonebox {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -88%);
    background: #fff;
    color: #000;
    padding: 24px 16px;
    box-sizing: border-box;
    letter-spacing: 2px;
    border-radius: 4px;
}

.inpbox>div {
    width: 100%;
    margin: 8px 0;
}

.inpbox input {
    width: 100%;
    height: 36px;
    border: none;
    border: 1px solid rgb(223, 223, 223);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 4px;
    letter-spacing: 1.5px;
}

.inpbox input:focus {
    outline: none;
}

.inpbox>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(223, 223, 223);
}

.inpbox>div:first-child input {
    border: none;
}

.inpbox>div:first-child>div:first-child {
    width: 60%;
}

.inpbox>div:first-child>div:last-child {
    width: 38%;
}

.setCode {
    /* border: 1px solid rgb(223,223,223); */
    height: 100%;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    color: orange;
    display: none;
}

.sureBtn {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border: none;
    background: rgba(246, 210, 10, 1);
    border-radius: 4px;
    letter-spacing: 2px;
}

.disbtn {
    background: rgba(246, 210, 10, .4);
}

.codebox {
    display: none;
}

.sharebox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1200;
    display: none;
}

.sharebox div {
    width: 50%;
    float: right;
    padding-right: 8px;
}

.sharebox img {
    width: 100%;
}

.ndbox {
    height: 100%;
    display: none;
}

.page {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

.page1 {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p1_bg.jpg");
}

.page2 {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p2_bg.jpg");
}

.page3 {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p3_bg.jpg");
}

.page4 {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p5_bg.jpg");
}

.page5 {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p4_bg.jpg");
}

.page6 {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p6_bg.jpg");
}

.page7 {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p7_bg.jpg");
}

.pageno {
    background-image: url("http://fs.parkbees.com/system/image?module=sys&service=File&method=view&type=yearsump&fileName=p8_bg.jpg");
}

.left,
.right {
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 100000;
}

.left {
    left: 0;
    animation: moveleft 1s ease-out forwards;
}

.right {
    right: 0;
    animation: moveright 1s ease-out forwards;
}

.car {
    position: absolute;
    width: 56px;
    bottom: -140px;
    right: calc(25% - 12px);
}


.car img {
    width: 100%;
}

.car1 {
    animation: movetop1 2s linear .5s forwards;
}

.car2 {
    animation: movetop2 2s linear 1s forwards;
}

.fontpic {
    position: absolute;
    width: 56px;
}

.fontpic img {
    width: 100%;
}

.fontpic1 {
    left: 32%;
    top: 15%;
    opacity: 0;
    animation: movefone 1s ease-out 1s forwards;
}

.fontpic2 {
    left: 12%;
    top: 24%;
    opacity: 0;
    animation: moveftwo 1s ease-out 1.2s forwards;
}

.fontbg {
    left: 52%;
    top: 15%;
    position: absolute;
    width: 80px;
    opacity: 0;
    animation: boucem 1s linear 1s forwards;
}

.fontbg img {
    width: 100%;
}

.fontw {
    position: absolute;
    color: rgb(130, 94, 7);
    font-size: 18px;
    left: 16%;
    bottom: 0;
    opacity: 0;
    font-weight: bold;
    animation: fontm 1s linear 2s forwards;
}
.mt8{
    margin-top: 8px;
}
.yun {
    position: absolute;
    width: 92px;
    right: 10px;
    top: 11%;
    opacity: 0.8;
    animation: yuns 4s ease-out infinite alternate;
}

img {
    width: 100%;
}

.yuncar {
    position: absolute;
    width: 80px;
    right: 26%;
    bottom: 14%;
}

.fontw2,
.fontw3 {
    position: absolute;
    width: 90%;
    left: 7%;
    top: 17%;
    color: rgb(88,81,67);
    font-size: 16px;
    animation: turno 2s ease-out 1s forwards;
    opacity: 0;
}

.fontw3 {
    top: 15%;
}

.fontw3>div:not(:last-child) {
    margin-bottom: 12px;
}



.carbox {
    position: absolute;
    width: 64px;
    right: 0px;
    top: 43%;
    animation: mover 2s linear forwards;
}

/* .fontw2>div{
    opacity: 0;
    animation:turno 2s ease-out 1s forwards;
}

.fontw2>div:nth-child(2){
    animation-delay: 3s;
}
.fontw2>div:nth-child(3){
    animation-delay: 5s;
}
.fontw2>div:nth-child(4){
    animation-delay: 7s;
}
.fontw2>div:nth-child(5){
    animation-delay: 9s;
}
.fontw2>div:nth-child(6){
    animation-delay: 11s;
} */

.orangef {
    color: rgb(248, 126, 8);
}

.grayf {
    /* color: rgba(51, 51, 51, 0.7); */
}

.fontw2>div:not(:last-child) {
    margin-bottom: 8px;
}


.car4,
.car5 {
    position: absolute;
    width: 90px;
}

.car4 {
    right: 10%;
    top: 32%;
    opacity: 0;
    animation: movel 2s ease-out 1s forwards;
}

.car5 {
    left: 15%;
    bottom: 20%;
    opacity: 0;
    animation: mr 2s ease-out .5s forwards;
    transform: rotate(-10deg);
        width: 80px;
}

.yan {
    position: absolute;
    width: 280px;
    right: -3px;
    height: 59%;
}

.yanbox {
    position: absolute;
    width: 100%;
    height: 98%;
    z-index: 1;
    background: rgb(254, 253, 250);
    animation: moveT 4s linear .5s forwards;
    top: 0;
    border-radius: 0 0 42% 32%;
    opacity: 1;
}

.fontw4 {
  /*   animation-delay: 3s; */
}

.award {
    position: absolute;
    width: 120px;
    left: calc(50% - 60px);
    bottom: 100%;
    animation: moveA .9s ease-in forwards;
    z-index: 1;
}

.award img {
    animation: bouceT 1.2s linear 1s forwards;
}

.guang {
    position: absolute;
    width: 100%;
    bottom:0%;
    opacity: 0;
    animation: toO 1s linear 3s infinite alternate;
}

.fontw5 {
    animation-delay: 2s;
}

.cart {
    position: absolute;
    width: 180px;
    left: calc(50% - 90px);
    bottom: 1%;
    animation: movehead 1.5s linear forwards;
}

.imgfont {
    position: absolute;
    width: 50%;
    left: 118%;
    top: 35%;
    opacity: 0;
    animation: toleft 2s ease-out 1s forwards;
}

.nobox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 901;
    display: none;
}

.nocar {
    position: absolute;
    width: 96px;
    top: 73%;
    left: -30%;
}

.nocar1 {
    animation: toR 1s ease-out forwards;
}

.pa{
    position: absolute;
}

.pafont{
    position: absolute;width: 100%;
    height: 80%;
}

.pabox1{
    width: 90%;
    left:0;
    height: 80%;
}

.pabox2{
    width: 100%;left:0;top: 0;
    height: 90%;
}

.nocar2 {
    animation: toRr 1s ease-out 400ms forwards;
}


.sun {
    position: absolute;
    width: 80px;
    right: -200px;
    top: 120px;
    animation: tTl 2s linear forwards;
}

.suns{
    position: absolute;
    width: 80px;
    right: 20px;
    top: 20px;
}

.syun{
    position: absolute;
    width: 96px;
    right: 0;
    top:10%;
    opacity: 0;
    animation:yun 2s linear 3s infinite normal;
}

.btn{
    color: rgba(0,0,0,.88);
    padding-top: 12px;
    padding-bottom: 12px;
    width: 64%;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    position: absolute;
    border-radius: 24px;
    left:50%;
    bottom: -14%;
    left: 18%;
}

#know{
    background: rgb(246,210,11);
    animation:btnt 1s ease-out 3s forwards;
}

#share,#start{
    background: rgb(246,210,11);
    animation:btntt 1s ease-out 1.5s forwards;
}

#loadapp {
    border: 1px solid rgba(246,210,11,0.88);
    background: transparent;
    color: rgba(246,210,11,0.88);
    animation:btnts 1s ease-out 3.5s forwards;
}

.mebid,.nomebid,.zeroyes{
    display: none;
}

.music{
    position: absolute;
    width: 24px;
    z-index: 902;
    top: 2%;
    right: 3%;
}

.musicani{
   animation:trunR 2s linear infinite alternate; 
}

.code {
    position: absolute;
    bottom: 4%;
    left: 4%;
    width: 80px;
}

.firstfont{
    width: 70%;
    left: 8%;
}

@keyframes trunR{
    from{
        transform: rotate(-45deg);
    }
    to{
        transform: rotate(45deg);
    }
}

@keyframes btnts{
    to{
      bottom: 6%;
    }
}

@keyframes btnt{
    to{
      bottom: 4%;
    }
}

@keyframes btntt{
    to{
      bottom: 16%;
    }
}


@keyframes yun{
    to{
        opacity: 1;
        right: 26%;
    }
}

@keyframes tTl {
    to {
        right: 16px;
        top: 16px;
    }
}

@keyframes toR {
    to {
        left: 50%;
    }
}

@keyframes toRr {
    to {
        left: 10%;
    }
}

@keyframes toleft {
    to {
        left: 8%;
        opacity: 1;
    }
}

@keyframes movehead {
    to {
            bottom: 24%;
    left: calc(50% - 85px);
    transform: scale(0.5);
    }
}

@keyframes toO {
    to {
        opacity: 1;
    }
}

@keyframes bouceT {
    10% {
        transform: rotate(16deg) translate(24px, -14px);
    }

    30% {
        transform: rotate(0deg) translate(0, 0);
    }

    50% {
        transform: rotate(-16deg) translate(-20px, -12px);
    }

    70% {
        transform: rotate(-8deg) translate(-10px, -5px);
    }
    100% {
        transform: rotate(0deg) translate(0, 0);
    }
}

@keyframes moveA {
    to {
        bottom: 1%;
    }
}


@keyframes moveT {
    to {
        top: -100%;
        opacity: 0;
    }
}

@keyframes movel {
    to {
        right: 46%;
        top: 41%;
        opacity: 1;
    }
}


@keyframes mr {
    to {
        left: 38%;
        bottom: 14%;
        opacity: 1;
    }
}

@keyframes mover {
    to {
        right: 26%;
        top: 53%;
    }
}

@keyframes turno {
    to {
        opacity: 1;
        top: 8%;
    }
}

@keyframes yuns {
    to {
        right: 100px;
        opacity: 1;
    }
}

@keyframes fontm {
    to {
        opacity: 1;
        bottom: 10%;
    }
}

@keyframes movefone {
    to {
        left: 28%;
        opacity: 1;
    }
}

@keyframes moveftwo {
    to {
        left: 8%;
        opacity: 1;
    }
}

@keyframes boucem {
    to {
       left: 45%;
       opacity: 1;
    }
}


@keyframes moveleft {
    to {
        left: -270px;
        opacity: 0;
    }
}

@keyframes moveright {
    to {
        right: -270px;
        opacity: 0;
    }
}

@keyframes movetop1 {
    30% {
        right: calc(25% - 56px);
    }
    50% {
        right: calc(25% - 64px);
    }
    72% {
        right: calc(25% - 72px);
    }
    100% {
        bottom: 70%;
        right: calc(25% - 80px);
    }
}

@keyframes movetop2 {
    50% {
        right: calc(25% - 56px);
    }
    100% {
        bottom: 30%;
        right: calc(25% - 72px);
    }
}


@media screen and (max-width: 320px) {
    html {
        font-size: 12px;
    }
    .car {
        width: 48px;
    }

    .fontpic {
        width: 40px;
    }

    .fontbg {
        width: 56px;
    }

    .fontw {
        font-size: 16px;
        bottom: 0;
    }
    .yuncar {
        width: 48px;
    }

    .yan {
        width: 216px;
    }

    @keyframes movehead {
    to {
            bottom: 24%;
    left: calc(50% - 85px);
    transform: scale(0.3);
    }
}


    @keyframes fontm {
        to {
            opacity: 1;
            bottom: 12%;
        }
    }


    @keyframes moveA {
        to {
           bottom: 1%;
        }
    }

    @keyframes movetop1 {
        30% {
            right: calc(25% - 40px);
        }
        50% {
            right: calc(25% - 56px);
        }
        72% {
            right: calc(25% - 60px);
        }
        100% {
            bottom: 70%;
            right: calc(25% - 64px);
        }
    }


    @keyframes movetop2 {
        50% {
            right: calc(25% - 32px);
        }
        100% {
            bottom: 30%;
            right: calc(25% - 60px);
        }
    }
}