html,
body,
div,
strong,
b,
span,
i,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ol,
ul,
li,
dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    text-decoration: none;
    font-family: "Microsoft Yahei";
    color: #333333
}

a:hover {
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%
}

ul,
on,
li {
    list-style: none
}

.fr {
    float: right
}

.fl {
    float: left
}

body {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: flex
}

.flex-box {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-direction {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -ms-box-direction: reverse;
    box-direction: reverse
}

.flex-box-left-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center
}

.flex-box-center-left {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    box-pack: center
}

.flex-box-center-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center
}

.flex-box-right-center {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-box-pack: end;
    box-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center
}

.flex-box-center-right {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-box-align: end;
    box-align: end
}

.flex-box-right-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-box-pack: end;
    box-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-box-align: end;
    box-align: end
}

@keyframes qrcode_move {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 130px);
        -moz-transform: translate(0, 130px);
        -ms-transform: translate(0, 130px);
        transform: translate(0, 130px);
        -o-transform: translate(0, 130px)
    }
}

@keyframes video_scale {
    0%,
    100% {
        -webkit-transform: scal(0.9);
        -moz-transform: scal(0.9);
        -ms-transform: scal(0.9);
        transform: scal(0.9);
        opacity: 1;
        filter: alpha(opacity=100);
        -o-transform: scal(0.9)
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .9;
        filter: alpha(opacity=90);
        -o-transform: scale(1.1)
    }
}

body {
    background: #0c1e38
}

@font-face {
    font-family: 'pangmen';
    src: url("../font/pangmen.ttf") format("truetype")
}

.contents {
    width: 100%;
    height: auto;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.page1 {
    width: 100%;
    height: 1080px;
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 1080px;
    background: url("../images/page1_back.jpg") no-repeat center top;
    background-size: 1920px 1080px
}

.page1 .logo {
    width: 433px;
    height: 71px;
    position: absolute;
    left: 100px;
    top: 50px;
    z-index: 2
}

.page1 .logo img {
    width: 100%;
    height: auto
}

.page1 .logo-company {
    width: 203px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 66px;
    top: 42px
}

.page1 .play-video {
    width: 167px;
    height: 162px;
    background: url("../images/video_play.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -83.5 px;
    top: 344px;
    z-index: 1
}

.page1 .play-video:hover {
    animation: video_scale 1s linear infinite;
    -webkit-animation: video_scale 1s linear infinite
}

.page2 {
    width: 100%;
    max-width: 1920px;
    height: 1013px;
    background: url("../images/page2_back.png") no-repeat center top;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -90px;
    padding-top: 90px;
    position: relative
}

.page2 .title {
    font-family: 'pangmen';
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #fff, #6cecff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    margin: 0 auto;
    display: table;
    position: relative
}

.page2 .title::after,
.page2 .title::before {
    content: "";
    width: 307px;
    height: 30px;
    background: url("../images/title_back.png") no-repeat;
    background-size: 612px 30px;
    position: absolute
}

.page2 .title::after {
    background-position: 0 0;
    left: -330px;
    top: 15px
}

.page2 .title::before {
    background-position: -310px 0;
    right: -330px;
    top: 15px
}

.page2 .swiper-container {
    width: 1270px;
    height: 641px;
    margin: 60px auto 0
}

.page2 .swiper-slide {
    width: 1142px;
    text-align: center;
    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
}

.page2 .swiper-button-next,
.page2 .swiper-button-prev {
    width: 64px;
    height: 88px;
    right: 0;
    background: url("../images/arrow.png") no-repeat center;
    background-size: contain
}

.page2 .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.page2 .swiper-pagination {
    width: 100%;
    bottom: 120px
}

.page2 .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #5cbae4;
    margin: 0 7px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.page2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a6e3ff
}

.foot {
    width: 100%;
    height: 200px;
    max-width: 1920px;
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 auto
}

.foot::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #0c1e38;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: -20px
}

.foot .totop {
    color: #476ea5;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    top: 25px
}

.foot .totop::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #476ea5;
    position: absolute;
    left: 40%;
    top: -20px
}

.foot .games-tips {
    width: 1200px;
    margin: 60px auto 0;
    color: #365685;
    padding-bottom: 20px;
}

.foot .games-tips .copy-details {
    margin-bottom: 10px;
}

.foot .games-tips .copy-details a {
    color: #365685;
    margin: 0 5px;
}

.foot .games-tips .copy-details a:hover {
    text-decoration: underline;
}

.foot .games-tips p {
    line-height: 1.5;
    color: #365685;
}

.foot .games-tips p a {
    color: #365685;
}

.qrcode-fixed {
    position: fixed;
    right: 0;
    top: 470px;
    z-index: 999;
    width: 208px;
    height: 228px;
    padding-top: 30px;
    background: url("../images/fixed.png") no-repeat center;
    background-size: contain
}

.video-wrap {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.8)
}

.video-wrap .video {
    width: 960px;
    height: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -270px;
    border: 2px solid #b3b3afb3;
    border-radius: 20px;
    overflow: hidden
}

.video-wrap .video video {
    width: 100%;
    height: 100%
}

.video-wrap .video .close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("../images/video_close.png") no-repeat center;
    background-size: contain;
    cursor: pointer
}