body {
    font-family: "Microsoft Yahei";
}

.wrap {
    width: 640px;
    height: 960px;
    margin: 0 auto;
    position: relative;
}

.wrap .video_bt {
    display: block;
    width: 114px;
    height: 114px;
    position: absolute;
    z-index: 22;
    right: 11.1%;
    top: 63.8%;
    cursor: pointer;
}

.bottomNav {
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #222c2f;
    font-size: 0;
}

.bottomNav img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottomNav .systemBt {
    display: inline-block;
    width: 240px;
    height: 50px;
    padding-top: 60px;
    color: #eeeeee;
    font-size: 28px;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.bottomNav .sys_app {
    margin-left: 150px;
    border-right: 1px solid #171f21;
}

.bottomNav .sys_adr {
    border-left: 1px solid #2b4147;
}

.bottomNav .systemBt:after {
    position: absolute;
    content: " ";
    background: url(../images/system.png) no-repeat center top;
    width: 240px;
    height: 60px;
    top: 0;
    left: 0;
}

.bottomNav .sys_adr:after {
    position: absolute;
    content: " ";
    background: url(../images/system.png) no-repeat center -60px;
    width: 240px;
    height: 60px;
    top: 0;
    left: 0;
}

.swiper-container {
    width: 100%;
    height: 960px;
}

.page_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page1 .imgTit {
    position: absolute;
    left: 0;
    bottom: 120px;
}

.page1_index {
    display: block;
    width: 312px;
    height: 176px;
    position: absolute;
    z-index: 2;
}

.page1.swiper-slide-active .imgTit {
    animation: move 1s;
    -moz-animation: move 1s;
    -webkit-animation: move 1s;
    -o-animation: move 1s;
}

.swiper-slide {
    position: relative;
    width: 640px;
    background-size: 100% 100%;
}

.img_tit {
    position: absolute;
    left: 60px;
    top: 10px;
    z-index: 2;
}

/*gift move*/
@keyframes move {
    0% {
        left: -70px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@-moz-keyframes move {
    0% {
        left: -70px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes move {
    0% {
        left: -70px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@-o-keyframes move {
    0% {
        left: -70px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.get1 {
    width: 640px;
    height: 346px;
    position: relative;
}

.get2 {
    width: 640px;
    height: 346px;
    position: relative;
}

.do_bt {
    display: block;
    width: 150px;
    height: 47px;
    position: absolute;
    background-color: #020202;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 47px;
    text-decoration: none;
    opacity: 0;
}

.do_bt:active {
    background-color: #280303;
}

.swiper-slide-active .do_bt {
    opacity: 1;
    transition: opacity 3s;
    -moz-transition: opacity 3s;
    -webkit-transition: opacity 3s;
    -o-transition: opacity 3s;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.videoshow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -175px;
    width: 100%;
    height: 350px;
    z-index: 999;
}

.get1 .do_bt {
    right: 38px;
    bottom: 30px;
}

.get2 .do_bt {
    left: 38px;
    top: 160px;
}

.swiper-slide .img1 {
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-slide .img2 {
    position: absolute;
    left: 0;
    top: -22px;
}

.more_active {
    position: absolute;
    bottom: 100px;
    width: 528px;
    height: 154px;
    left: 50%;
    margin-left: -264px;
    display: block;
    background: url(../images/more_active.png) no-repeat;
}

.swiper-slide-active .img_tit {
    animation: shadow 1s;
    animation: shadow 1s;
    -moz-animation: shadow 1s;
    -webkit-animation: shadow 1s;
    -o-animation: shadow 1s;
}

.swiper-slide-active .more_active {
    animation: shadow 1s;
    animation: shadow 1s;
    -moz-animation: shadow 1s;
    -webkit-animation: shadow 1s;
    -o-animation: shadow 1s;
}

@keyframes shadow {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0);
    }
}

@-moz-keyframes shadow {
    0% {
        -moz-transform: rotate(10deg);
    }
    50% {
        -moz-transform: rotate(-10deg);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@-webkit-keyframes shadow {
    0% {
        -webkit-transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0);
    }
}

@-o-keyframes shadow {
    0% {
        -o-transform: rotate(10deg);
    }
    50% {
        -o-transform: rotate(-10deg);
    }
    100% {
        -o-transform: rotate(0);
    }
}
