.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 1920px;
    height: 92px !important;
    background-image: url("../img/nav_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background 2s linear 0s;
    z-index: 99;
}

.nav .sprite {
    background: url("../img/icon.png") no-repeat
}

.nav .note1 {
    height: 31px;
    width: 4px;
    background-position: 0 0
}

.nav .note5 {
    height: 30px;
    width: 4px;
    background-position: 0 -31px
}

.nav .note3 {
    height: 37px;
    width: 4px;
    background-position: 0 -61px
}

.nav .note4 {
    height: 20px;
    width: 4px;
    background-position: 0 -98px
}

.nav .note2 {
    height: 24px;
    width: 4px;
    background-position: 0 -118px
}

.linear {
    background-image: linear-gradient(to bottom, #080129 0%, transparent 100%)
}

.note {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 50px;
    height: 40px;
    cursor: pointer
}

.note1 {
    display: inline-block;
    position: absolute;
    left: 0
}

.note2 {
    display: inline-block;
    position: absolute;
    left: 10px
}

.note3 {
    display: inline-block;
    position: absolute;
    left: 20px
}

.note4 {
    display: inline-block;
    position: absolute;
    left: 30px
}

.note5 {
    display: inline-block;
    position: absolute;
    left: 40px
}

.note1 {
    animation: note_animate_1 1.5s linear infinite
}

.note2 {
    animation: note_animate_2 2s linear infinite
}

.note3 {
    animation: note_animate_3 1s linear infinite
}

.note4 {
    animation: note_animate_4 1s linear infinite
}

.note5 {
    animation: note_animate_5 1s linear infinite
}

.note_off>div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.note1 {
    top: 4px
}

.note2 {
    top: 6px
}

.note3 {
    top: 0
}

.note4 {
    top: 10px
}

.note5 {
    top: 8px
}

.page_box_1 {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 121px;
    height: 92px;
    margin-right: 50px;
    line-height: 92px;
    text-align: center;
    font-size: 28px;
    color: #a6a6a6;
    user-select: none
}

.show_index_1 .page_box_1,
.page_box_1:hover {
    color: #f600ff
}

.show_index_1 .page_box_on {
    left: 0
}

.page_box_2 {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 121px;
    height: 92px;
    margin-right: 50px;
    line-height: 92px;
    text-align: center;
    font-size: 28px;
    color: #a6a6a6;
    user-select: none
}

.show_index_2 .page_box_2,
.page_box_2:hover {
    color: #f600ff
}

.show_index_2 .page_box_on {
    left: 171px
}

.page_box_3 {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 121px;
    height: 92px;
    margin-right: 50px;
    line-height: 92px;
    text-align: center;
    font-size: 28px;
    color: #a6a6a6;
    user-select: none
}

.show_index_3 .page_box_3,
.page_box_3:hover {
    color: #f600ff
}

.show_index_3 .page_box_on {
    left: 342px
}

.page_box_4 {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 121px;
    height: 92px;
    margin-right: 50px;
    line-height: 92px;
    text-align: center;
    font-size: 28px;
    color: #a6a6a6;
    user-select: none
}

.show_index_4 .page_box_4,
.page_box_4:hover {
    color: #f600ff
}

.show_index_4 .page_box_on {
    left: 513px
}

.page_box_on {
    position: absolute;
    width: 121px;
    height: 4px;
    bottom: 0;
    left: 0;
    transition: top .3s;
    background: url("../img/underline.png") no-repeat
}

.page_index {
    z-index: 2;
    position: absolute;
    margin-left: -256px;
    left: 50%;
    top: 0%;
    height: 100%
}

@-moz-keyframes note_animate_1 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.3)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes note_animate_1 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.3)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes note_animate_1 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.3)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes note_animate_1 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.3)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes note_animate_2 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.5)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes note_animate_2 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.5)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes note_animate_2 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.5)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes note_animate_2 {
    0% {
        transform: scaleY(1)
    }
    25% {
        transform: scaleY(1.5)
    }
    50% {
        transform: scaleY(1)
    }
    75% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes note_animate_3 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes note_animate_3 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes note_animate_3 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes note_animate_3 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.7)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes note_animate_4 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(1.7)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes note_animate_4 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(1.7)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes note_animate_4 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(1.7)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes note_animate_4 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(1.7)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes note_animate_5 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes note_animate_5 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes note_animate_5 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes note_animate_5 {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.8)
    }
    100% {
        transform: scale(1)
    }
}

div {
    box-sizing: border-box
}

html,
body {
    background-color: #080129
}

.user_select_none {
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#container {
    position: relative;
    width: 1920px;
    min-width: 1920px;
    height: 937px;
    overflow: hidden;
}

#container .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 937px;
    background: url("../img/home_bg.png") no-repeat center center;
    background-size: cover
}

#container .page {
    position: relative;
    width: 100%;
    height: 100%
}

#container .page_1 .home_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

#container .page_1 .home_video .bg_video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

#container .page_1 .home_cover {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/home_bot.png") no-repeat center;
    background-size: 100% auto;
    z-index: 10
}

#container .page_1 .play_btn {
    position: absolute;
    left: 50%;
    top: 450px;
    width: 122px;
    height: 124px;
    z-index: 20;
    background: url("../img/play_btn.png") no-repeat center;
    background-size: 100% auto;
    animation: scale 2s linear 0s infinite;
    cursor: pointer
}

#container .page_1 .to_store {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 720px;
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 21
}

#container .page_1 .google_play,
#container .page_1 .app_store {
    cursor: pointer;
    width: 333px;
    height: 99px;
    background-size: 100% auto;
    z-index: 20;
    transition: transform .2s linear;
    margin-left: 260px
}

#container .page_1 .google_play:hover,
#container .page_1 .app_store:hover {
    transform: scale(1.1)
}

#container .page_1 .google_play {
    background: url("../img/google_play.png") no-repeat center
}

#container .page_1 .app_store {
    background: url("../img/app_store.png") no-repeat center
}

#container .page_2 {
    background: url("../img/bg.png") no-repeat center;
    background-size: 100% auto;
}

#container .page_2 .about_swiper_bg {
    position: absolute;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
    width: 979px;
    height: 597px;
    background: url("../img/swiper_bg.png") no-repeat center;
    background-size: 100% auto;
}

#container .page_2 .about_swiper_bg .about_swiper_con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 902px;
    height: 509px;
    transform: translate(-50%, -50%);
    background: url("../img/swiper_con.png") no-repeat center;
    background-size: 100% auto
}

#container .page_2 .left_arrow {
    position: absolute;
    left: 200px;
    top: 400px;
    width: 83px;
    height: 94px;
    background: url("../img/left_arrow.png") no-repeat center;
    background-size: 100% auto
}

#container .page_2 .right_arrow {
    position: absolute;
    right: 200px;
    top: 400px;
    width: 83px;
    height: 94px;
    background: url("../img/right_arrow.png") no-repeat center;
    background-size: 100% auto
}

#container .page_2 .about_swiper {
    position: absolute;
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
    width: 894px;
    height: 620px;
    overflow: hidden
}

#container .page_2 .abount_swiper_img {
    width: 894px;
    height: 503px
}

#container .page_2 .about_pagination {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#container .page_2 .about_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: url("../img/swiper_icon_n.png");
    cursor: pointer
}

#container .page_2 .about_pagination .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

#container .page_2 .about_pagination .swiper-pagination-bullet-active {
    background: url("../img/swiper_icon_a.png")
}

#container .page_3 {
    background: url("../img/bg.png") no-repeat center;
    background-size: 100% auto;
}

#container .page_3 .mouse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

#container .page_3 .news_swiper {
    position: absolute;
    width: 1500px;
    height: 650px;
    overflow: hidden;
    left: 54%;
    top: 200px;
    transform: translateX(-50%);
    z-index: 10;
}

#container .page_3 .news_swiper .loadmore {
    position: absolute;
    line-height: 20px;
    top: 100%;
    text-align: center;
    width: 100%
}

#container .page_3 .news_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 1373px;
    height: 99px;
    line-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px
}

#container .page_3 .news_swiper .swiper-scrollbar {
    right: 0;
}

#container .page_3 .news_swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #f600ff
}

#container .page_3 .news_swiper .news_item {
    display: block;
    width: 1373px;
    height: 99px;
    background: url("../img/new_item_n.png") no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
}

#container .page_3 .news_swiper .news_item .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    vertical-align: middle;
    height: auto;
    margin-top: 4.5px;
    line-height: 45px;
    font-size: 27px;
    padding-left: 50px;
    color: #00fee3;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#container .page_3 .news_swiper .news_item .date {
    position: absolute;
    height: 110px;
    right: 20px;
    font-size: 21.61px;
    color: #9475fe
}

#container .page_3 .news_swiper .news_item:hover {
    background: url("../img/new_item_a.png") no-repeat center
}

#container .page_4 {
    background: url("../img/bg.png") no-repeat center;
    background-size: 100% auto;
}

#container .page_4 .support_bottom {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 40px 0 0 100px;
    width: 100%;
    height: 184px;
    background: url("../img/sup_bottom.png") no-repeat center;
    background-size: 100% auto;
}

#container .page_4 .support_bottom .sup_item {
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #7f7f7f;
    margin-right: 40px;
    cursor: pointer
}

#container .page_4 .support_bottom .sup_item:hover {
    color: #f600ff
}

#container .page_4 .support_bottom .sup_email {
    margin-top: 20px;
    font-size: 22px;
    color: #515151
}

#alert_box {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1920px;
    height: 100%;
}

#alert_box .alert_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

#alert_box .close {
    position: absolute;
    right: -70px;
    top: 5px;
    width: 96px;
    height: 96px;
    background: url("../img/close.png") no-repeat center;
    background-size: 100% auto;
    cursor: pointer
}

#alert_box .video_alert {
    width: 1148px;
    height: 678px;
    background: url("../img/video_container.png") no-repeat center;
    background-size: 100% auto;
}

#alert_box .video_alert #alert_video {
    position: absolute;
    left: 36px;
    top: 34px;
    width: 1077px;
    height: 607px
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: 100%;
    width: 100%
}

.slide_4 {
    height: auto !important
}

#alert_box .ios_alter_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#alert_box .ios_alter_box .ios_alter {
    width: 350px;
    height: 193px;
    background: url("../img/ios_alter.png") no-repeat;
    background-size: 100% auto
}

#alert_box .ios_alter_box .close {
    background: none;
    position: absolute;
    right: 0;
    top: 5px;
    width: 60px;
    height: 60px
}

@-moz-keyframes scale {
    0% {
        transform: translateX(-50%) scale(1)
    }
    50% {
        transform: translateX(-50%) scale(1.2)
    }
    100% {
        transform: translateX(-50%) scale(1)
    }
}

@-webkit-keyframes scale {
    0% {
        transform: translateX(-50%) scale(1)
    }
    50% {
        transform: translateX(-50%) scale(1.2)
    }
    100% {
        transform: translateX(-50%) scale(1)
    }
}

@-o-keyframes scale {
    0% {
        transform: translateX(-50%) scale(1)
    }
    50% {
        transform: translateX(-50%) scale(1.2)
    }
    100% {
        transform: translateX(-50%) scale(1)
    }
}

@keyframes scale {
    0% {
        transform: translateX(-50%) scale(1)
    }
    50% {
        transform: translateX(-50%) scale(1.2)
    }
    100% {
        transform: translateX(-50%) scale(1)
    }
}