.container{
    width: 100%;
    max-width: 1338px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 30px;
}

.container_body{
    width: 100%;
    background-color: #fff;
}

.nav_wrap{
    width: 100%;
    height: 64px;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: space-between;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    /* 标准语法 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
}

.nav_wrap .logo{
    width: 55px;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome 等) */
    -webkit-flex-shrink: 0;
    /* Firefox (3.6-28) */
    -moz-flex-shrink: 0;
    /* IE 10 */
    -ms-flex-negative: 0;
    /* 标准语法 (W3C) */
    flex-shrink: 0;
}
.nav_wrap .logo a img{
    display: block;
    width: 100%;
}

.nav_wrap .lang_box{
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome 等) */
    -webkit-flex-shrink: 0;
    /* Firefox (3.6-28) */
    -moz-flex-shrink: 0;
    /* IE 10 */
    -ms-flex-negative: 0;
    /* 标准语法 (W3C) */
    flex-shrink: 0;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
}
.nav_wrap .lang_box .lang_item {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
}
.nav_wrap .lang_box .lang_item:hover{
    color: #181818;
}
.nav_wrap .lang_box .lang_item.active{
    color: #181818;
    cursor: text;
}
.nav_wrap .lang_box .lang_item:last-of-type{
    padding-left: 20px;
}

.nav_wrap .container{
    width: auto;
    /* 带浏览器前缀的现代语法 */
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    /* 现代语法 (2012+) */
    flex: 1;
    height: 100%;
    position: relative;
}
.nav_wrap .nav_box{
    position: absolute;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 100%;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.nav_wrap .nav_box .nav{
    box-sizing: border-box;
    padding-right: 50px;
    width: auto;
    height: 100%;
}
.nav_wrap .nav_box .nav a{
    height: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 21px;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_wrap .nav_box .nav:hover a{
    color: #3F00FF;
}
.nav_wrap .nav_box .nav.active a{
    font-weight: 500;
    color: #3F00FF;
}
.nav_wrap .nav_box .nav:last-of-type{
    padding-right: 0;
}

.part1_wrap{
    width: 100%;
    min-height: 560px;
    background: url(../images/bg.png) center top / cover no-repeat;
}
.part1_wrap .container{
    box-sizing: border-box;
    padding-right: 50px;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: space-between;
    -moz-flex-wrap: wrap;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    /* 标准语法 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part1_wrap .container .des_wrap {
    /* 带浏览器前缀的现代语法 */
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    /* 现代语法 (2012+) */
    flex: 1;
    box-sizing: border-box;
    padding: 0 130px 50px 0;
}
.part1_wrap .container .des_wrap .des_second_title{
    width: 100%;
    font-family: Poppins, Poppins;
    font-size: 22px;
    color: #181818;
    line-height: 42px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.part1_wrap .container .des_wrap .des_title{
    width: 100%;
    font-family: Poppins, Poppins;
    font-size: 42px;
    color: #181818;
    line-height: 63px;
    background: linear-gradient(180deg, #181818 0%, #181818 40%, #3F00FF 75%, #3F00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.part1_wrap .container .des_wrap .des_content{
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(24,24,24,0.8);
    line-height: 24px;
    box-sizing: border-box;
    padding: 14px 37px 0 0;
}
.part1_wrap .container .des_wrap .des_btn_wrap{
    width: 100%;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 50px;
}
.part1_wrap .container .des_wrap .des_btn_wrap .des_btn{
    width: 200px;
    height: 52px;
    background-color: #3F00FF;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}
.part1_wrap .container .des_wrap .des_btn_wrap .des_btn a{
    width: 100%;
    height: 100%;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
}
.part1_wrap .container .des_wrap .des_btn_wrap .des_btn:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/btn_light.png') center bottom / 300px 52px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: .2s;
}
.part1_wrap .container .des_wrap .des_btn_wrap .des_btn:hover:before{
    opacity: 1;
}
.part1_wrap .container .des_wrap .des_btn_wrap .des_btn.des_btn2{
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    margin-left: 16px;
}
.part1_wrap .container .des_wrap .des_btn_wrap .des_btn.des_btn2 a{
    color: #181818;
}
.part1_wrap .container .des_wrap .des_btn_wrap .des_btn.des_btn2:hover:before{
    opacity: 0;
}

.part1_wrap .container .swiper_box {
    position: relative;
}
.part1_wrap .container .swiper {
    width: 620px;
    height: 560px;
    position: relative;
}
.part1_wrap .container .swiper_box .swiper-pagination {
    width: auto;
    left: auto;
    right: -6px;
    top: auto;
    bottom: 30px;
    transform: translateX(100%);
}
.part1_wrap .container .swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 6px;
    border-radius: 2px;
    background-color: #fff;
    opacity: 1;
}
.part1_wrap .container .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3F00FF;
}

.part1_wrap .container .des_img_wrap{
    width: 100%;
    height: 100%;
    background: url('../images/p1.png') right center / contain no-repeat;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome 等) */
    -webkit-flex-shrink: 0;
    /* Firefox (3.6-28) */
    -moz-flex-shrink: 0;
    /* IE 10 */
    -ms-flex-negative: 0;
    /* 标准语法 (W3C) */
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    padding: 105px 0 0 39px;
}
.part1_wrap .container .des_img_wrap .des_game_logo {
    width: 69px;
    height: 69px;
    position: relative;
}
.part1_wrap .container .des_img_wrap .des_game_logo .game_logo {
    width: 100%;
    height: 100%;
    background: url("../images/p1_gamelogo.png") center center / contain no-repeat;
    position: relative;
    z-index: 2;
}
@-webkit-keyframes line1 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}
@keyframes line1 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}
.part1_wrap .container .des_img_wrap .des_game_logo .line1 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 2px solid #C0CEEB;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    animation: line1 2s linear infinite;
    z-index: 1;
}
.part1_wrap .container .des_img_wrap .des_game_logo .line1.line2 {
    animation: line1 2s 1s linear infinite;
}

.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translate(100%, -50%);
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
}
@-webkit-keyframes arrow1 {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes arrow1 {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow{
    width: 10px;
    height: 19px;
    background: url("../images/arrow.png") center center / contain no-repeat;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome 等) */
    -webkit-flex-shrink: 0;
    /* Firefox (3.6-28) */
    -moz-flex-shrink: 0;
    /* IE 10 */
    -ms-flex-negative: 0;
    /* 标准语法 (W3C) */
    flex-shrink: 0;
    margin-right: 18px;
    opacity: 1;
    animation: arrow1 2s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(2) {
    opacity: 0;
    animation: arrow1 2s .125s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(3) {
    opacity: 0;
    animation: arrow1 2s .25s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(4) {
    opacity: 0;
    animation: arrow1 2s .375s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(5) {
    opacity: 0;
    animation: arrow1 2s .5s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(6) {
    opacity: 0;
    animation: arrow1 2s .625s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(7) {
    opacity: 0;
    animation: arrow1 2s .85s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:last-of-type{
    opacity: 0;
    margin-right: 0;
    animation: arrow1 2s 1s linear infinite;
}

.part1_wrap .container .des_img_wrap .des_game_logo .bottom_arrow_wrap {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, 100%);
}
.part1_wrap .container .des_img_wrap .des_game_logo .bottom_arrow_wrap .bottom_arrow{
    width: 10px;
    height: 19px;
    background: url("../images/arrow.png") center center / contain no-repeat;
    transform: rotate(90deg);
    opacity: 1;
    animation: arrow1 2s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(2) {
    opacity: 0;
    animation: arrow1 2s .5s linear infinite;
}
.part1_wrap .container .des_img_wrap .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(3) {
    opacity: 0;
    animation: arrow1 2s 1s linear infinite;
}

.part1_wrap .container .des_img_wrap .des_img_tips1 {
    font-family: Poppins, Poppins;
    font-size: 12px;
    color: #5F6F8E;
    line-height: 18px;
    position: absolute;
    top: 55px;
    right: 68px;
}
.part1_wrap .container .des_img_wrap .des_img_tips1.des_img_tips2{
    top: 254px;
    right: auto;
    left: 88px;
}

.part1_wrap .container .des_img_wrap.des_img_wrap2{
    background-image: url('../images/p2.png');
}
.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .game_logo {
    background-image: url("../images/p2_gamelogo.png");
}
.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_img_tips1.des_img_tips2{
    top: 188px;
    right: auto;
    left: 169px;
}

.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow{
    width: 10px;
    height: 19px;
    background: url("../images/arrow.png") center center / contain no-repeat;
    transform: rotate(90deg);
    opacity: 1;
    animation: arrow1 2s linear infinite;
    margin-bottom: 18px;
}
.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(2) {
    opacity: 0;
    animation: arrow1 2s .1666s linear infinite;
}
.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(3) {
    opacity: 0;
    animation: arrow1 2s .3332s linear infinite;
}
.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(4) {
    opacity: 0;
    animation: arrow1 2s .4998s linear infinite;
}
.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(5) {
    opacity: 0;
    animation: arrow1 2s .6664s linear infinite;
}
.part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:last-of-type {
    opacity: 0;
    animation: arrow1 2s 1s linear infinite;
    margin-bottom: 0;
    transform: rotate(0);
    position: absolute;
    right: -30px;
    bottom: 15px;
}

.part2_wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0 50px;
}
.part2_wrap .container .title{
    width: 100%;
    font-family: Poppins, Poppins;
    font-size: 28px;
    color: #181818;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.part2_wrap .container .tips{
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.part2_wrap .container .game_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
.part2_wrap .container .game_wrap:before{
    content: '';
    display: block;
    width: 150px;
    height: 100%;
    background: linear-gradient( 90deg, #FFFFFF 0%, rgba(248,248,253,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.part2_wrap .container .game_wrap:after{
    content: '';
    display: block;
    width: 150px;
    height: 100%;
    background: linear-gradient( 270deg, #FFFFFF 0%, rgba(248,248,253,0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.part2_wrap .container .game_wrap .game_item_wrap {
    width: 100%;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-left: 28px;
    position: relative;
    left: 0;
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(even) {
    padding-left: 0;
    margin-left: -51px;
}
.part2_wrap .container .game_wrap .game_item_wrap:last-of-type{
    padding-bottom: 0;
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box {
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: center;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* 标准语法 */
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 31px;
}

.part2_wrap .container .game_wrap .game_item_wrap .game_item_box:last-of-type {
    padding-right: 0;
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo {
    width: 120px;
    height: 120px;
    margin-right: 31px;
    background: url("../images/game/1.png") center center / contain no-repeat;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome 等) */
    -webkit-flex-shrink: 0;
    /* Firefox (3.6-28) */
    -moz-flex-shrink: 0;
    /* IE 10 */
    -ms-flex-negative: 0;
    /* 标准语法 (W3C) */
    flex-shrink: 0;
    transition: .1s;
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo.active{
    transform: scale(1.2);
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:last-of-type{
    margin-right: 0;
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(2) {
    background-image: url("../images/game/2.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(3) {
    background-image: url("../images/game/3.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(4) {
    background-image: url("../images/game/4.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(5) {
    background-image: url("../images/game/5.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(6) {
    background-image: url("../images/game/6.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(7) {
    background-image: url("../images/game/7.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(8) {
    background-image: url("../images/game/8.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(9) {
    background-image: url("../images/game/9.png");
}
.part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:nth-of-type(10) {
    background-image: url("../images/game/10.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo{
    background-image: url("../images/game/11.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(2) {
    background-image: url("../images/game/12.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(3) {
    background-image: url("../images/game/13.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(4) {
    background-image: url("../images/game/14.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(5) {
    background-image: url("../images/game/15.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(6) {
    background-image: url("../images/game/16.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(7) {
    background-image: url("../images/game/17.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(8) {
    background-image: url("../images/game/18.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(9) {
    background-image: url("../images/game/19.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(2) .game_item_box .game_logo:nth-of-type(10) {
    background-image: url("../images/game/23.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo{
    background-image: url("../images/game/21.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(2) {
    background-image: url("../images/game/8.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(3) {
    background-image: url("../images/game/23.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(4) {
    background-image: url("../images/game/24.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(5) {
    background-image: url("../images/game/25.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(6) {
    background-image: url("../images/game/26.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(7) {
    background-image: url("../images/game/27.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(8) {
    background-image: url("../images/game/28.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(9) {
    background-image: url("../images/game/29.png");
}
.part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(3) .game_item_box .game_logo:nth-of-type(10) {
    background-image: url("../images/game/30.png");
}

.part3_wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0 50px;
    background: linear-gradient( 180deg, #F9F9FE 0%, #FFFFFF 100%);
}
.part3_wrap .container .title {
    width: 100%;
    font-family: Poppins, Poppins;
    font-size: 28px;
    color: #181818;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.part3_wrap .container .tips {
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.part3_wrap .container .advantage_wrap{
    width: 100%;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    -webkit-flex-wrap: wrap;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: flex-start;
    -moz-flex-wrap: wrap;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: start; /* IE10 使用 start 而非 flex-start */
    -ms-flex-wrap: wrap;
    /* 标准语法 */
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.part3_wrap .container .advantage_wrap .advantage_item{
    width: 33.3333%;
    min-height: 203px;
    margin-bottom: 20px;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome 等) */
    -webkit-flex-shrink: 0;
    /* Firefox (3.6-28) */
    -moz-flex-shrink: 0;
    /* IE 10 */
    -ms-flex-negative: 0;
    /* 标准语法 (W3C) */
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 30px 42px;
}
.part3_wrap .container .advantage_wrap .advantage_item:hover{
    background-color: #FFFFFF;
    box-shadow: 0 30px 30px 0 #F2F2FC;
    border-radius: 6px;
}
.part3_wrap .container .advantage_wrap .advantage_item .advantage_icon{
    width: 80px;
    height: 80px;
    background: url("../images/advantage1.png") center center / contain no-repeat;
    margin: 0 auto;
}
.part3_wrap .container .advantage_wrap .advantage_item .advantage_title{
    width: 100%;
    font-family: Poppins, Poppins;
    font-size: 18px;
    color: #181818;
    line-height: 27px;
    text-align: center;
    background: linear-gradient(180deg, #181818 0%, #181818 40%, #3F00FF 75%, #3F00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4px;
}
.part3_wrap .container .advantage_wrap .advantage_item .advantage_tips {
    width: 100%;
    box-sizing: border-box;
    padding-top: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.part3_wrap .container .advantage_wrap .advantage_item:nth-of-type(2) .advantage_icon{
    background-image: url("../images/advantage2.png");
}
.part3_wrap .container .advantage_wrap .advantage_item:nth-of-type(3) .advantage_icon{
    background-image: url("../images/advantage3.png");
}
.part3_wrap .container .advantage_wrap .advantage_item:nth-of-type(4) .advantage_icon{
    background-image: url("../images/advantage4.png");
}
.part3_wrap .container .advantage_wrap .advantage_item:nth-of-type(5) .advantage_icon{
    background-image: url("../images/advantage5.png");
}
.part3_wrap .container .advantage_wrap .advantage_item:nth-of-type(6) .advantage_icon{
    background-image: url("../images/advantage6.png");
}

.footer{
    width: 100%;
    background-color: #080924;
}

.footer .container .footer_info_wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .container .footer_info_wrap .footer_company_info_wrap {
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome 等) */
    -webkit-flex-shrink: 0;
    /* Firefox (3.6-28) */
    -moz-flex-shrink: 0;
    /* IE 10 */
    -ms-flex-negative: 0;
    /* 标准语法 (W3C) */
    flex-shrink: 0;
}
.footer .container .footer_info_wrap .footer_company_info_wrap .footer_logo{
    width: 83px;
    margin-bottom: 40px;
}
.footer .container .footer_info_wrap .footer_company_info_wrap .footer_logo a img{
    display: block;
    width: 100%;
}
.footer .container .footer_info_wrap .footer_company_info_wrap .footer_company_info_item {
    width: 100%;
    max-width: 352px;
    box-sizing: border-box;
    padding: 0 0 26px 30px;
    position: relative;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #DDDDDD;
    line-height: 20px;
}
.footer .container .footer_info_wrap .footer_company_info_wrap .footer_company_info_item:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/mail.png") center center / contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.footer .container .footer_info_wrap .footer_company_info_wrap .footer_company_info_item:last-of-type:before{
    background-image: url("../images/location.png");
}
.footer .container .footer_info_wrap .footer_company_info_wrap .footer_company_info_item:last-of-type{
    padding-bottom: 0;
}

.footer .container .footer_info_wrap .footer_link_wrap {
    /* 带浏览器前缀的现代语法 */
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    /* 现代语法 (2012+) */
    flex: 1;
    box-sizing: border-box;
    padding: 10px 27px 0 0;
    /* WebKit 内核浏览器 (Safari, 旧版 Chrome) */
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: flex-end;
    /* Firefox (3.6-28) */
    display: -moz-flex;
    -moz-align-items: flex-start;
    -moz-justify-content: flex-end;
    /* IE 10 */
    display: -ms-flexbox;
    -ms-flex-align: start;     /* IE10 使用 start 而非 flex-start */
    -ms-flex-pack: end;       /* IE10 使用 end 而非 flex-end */
    /* 标准语法 */
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item {
    box-sizing: border-box;
    padding-right: 95px;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item:last-of-type{
    padding-right: 0;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #EEEEEE;
    line-height: 20px;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_title:hover a{
    color: #fff;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_child_wrap {
    box-sizing: border-box;
    padding-top: 30px;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_child_wrap .footer_link_child{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    box-sizing: border-box;
    padding-bottom: 16px;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_child_wrap .footer_link_child .download_box {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 6px;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_child_wrap .footer_link_child img{
    display: block;
    width: 100%;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_child_wrap .footer_link_child:hover a{
    color: #fff;
}
.footer .container .footer_info_wrap .footer_link_wrap .footer_link_item .footer_link_child_wrap .footer_link_child:last-of-type{
    padding-bottom: 0;
}

.footer .container .footer_company{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #222;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: center;
}

@media screen and (max-width: 1300px) {
    .part1_wrap .container{
        padding: 30px;
        display: block;
    }
    .part1_wrap .container .des_wrap {
        /* 带前缀的现代语法 */
        -webkit-flex: auto;
        -moz-flex: auto;
        -ms-flex: 1 1 auto;
        /* 现代语法 */
        flex: auto;
        width: 100%;
        padding: 0;
    }
    .part1_wrap .container .des_wrap .des_second_title{
        text-align: center;
    }
    .part1_wrap .container .des_wrap .des_title{
        text-align: center;
    }
    .part1_wrap .container .des_wrap .des_content{
        padding-right: 0;
        text-align: center;
    }
    .part1_wrap .container .des_wrap .des_btn_wrap{
        /* 带浏览器前缀的现代语法 */
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center; /* IE10 前缀及不同属性名 */
        /* 标准语法 (现代浏览器) */
        justify-content: center;
    }

    .part1_wrap .container .swiper_box .swiper-pagination {
        transform: translateX(0);
    }
}

@media screen and (max-width: 992px) {
    .part3_wrap .container .advantage_wrap .advantage_item{
        width: 50%;
    }

    .footer .container .footer_info_wrap{
        display: block;
    }
    .footer .container .footer_info_wrap .footer_company_info_wrap .footer_logo{
        margin: 0 auto 40px;
    }
    .footer .container .footer_info_wrap .footer_company_info_wrap .footer_company_info_item {
        margin: 0 auto;
    }
    .footer .container .footer_info_wrap .footer_link_wrap {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .nav_wrap .lang_box .lang_item:last-of-type{
        padding-left: 8px;
    }

    .nav_wrap .nav_box{
        overflow: hidden;
    }
    .nav_wrap .nav_box .nav{
        padding-right: 20px;
    }
    .nav_wrap .nav_box .nav:last-of-type{
        padding-right: 0;
    }

    .part1_wrap .container .swiper {
        width: 100%;
    }
    .part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(5) {
        position: absolute;
        right: 0;
        bottom: -14px;
        transform: rotate(90deg) translateX(100%);
    }
    .part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(6) {
        display: none;
    }
    .part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:nth-of-type(7) {
        display: none;
    }
    .part1_wrap .container .des_img_wrap .des_game_logo .right_arrow_wrap .right_arrow:last-of-type{
        display: none;
    }

    .part1_wrap .container .des_img_wrap .des_img_tips1 {
        top: 105px;
        right: 20px;
    }
    .part1_wrap .container .des_img_wrap .des_img_tips1.des_img_tips2{
        width: 90px;
        left: 98px;
        top: 238px;
    }

    .part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap {
        bottom: -30px;
    }
    .part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow{
        margin-bottom: 0;
    }
    .part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(3) {
        display: none;
    }
    .part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(4) {
        display: none;
    }
    .part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:nth-of-type(5) {
        display: none;
    }
    .part1_wrap .container .des_img_wrap.des_img_wrap2 .des_game_logo .bottom_arrow_wrap .bottom_arrow:last-of-type {
        display: none;
    }
    .part1_wrap .container .des_img_wrap.des_img_wrap2 .des_img_tips1.des_img_tips2{
        top: 202px;
        left: 92px;
    }

    .part2_wrap{
        padding: 30px 0 20px;
    }
    .part2_wrap .container .title{
        padding-bottom: 20px;
    }
    .part2_wrap .container .tips{
        padding-bottom: 20px;
    }
    .part2_wrap .container .game_wrap:before{
        width: 80px;
    }
    .part2_wrap .container .game_wrap:after{
        width: 80px;
    }
    .part2_wrap .container .game_wrap .game_item_wrap {
        padding-bottom: 16px;
        margin-left: 14px;
    }
    .part2_wrap .container .game_wrap .game_item_wrap:nth-of-type(even) {
        margin-left: -28px;
    }
    .part2_wrap .container .game_wrap .game_item_wrap:last-of-type{
        padding-bottom: 0;
    }
    .part2_wrap .container .game_wrap .game_item_wrap .game_item_box {
        padding-right: 16px;
    }
    .part2_wrap .container .game_wrap .game_item_wrap .game_item_box:last-of-type {
        padding-right: 0;
    }
    .part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo {
        width: 64px;
        height: 64px;
        margin-right: 16px;
    }
    .part2_wrap .container .game_wrap .game_item_wrap .game_item_box .game_logo:last-of-type{
        margin-right: 0;
    }

    .part3_wrap{
        padding: 30px 0 25px;
    }
    .part3_wrap .container .title{
        padding-bottom: 30px;
    }
    .part3_wrap .container .tips {
        padding-bottom: 30px;
    }
    .part3_wrap .container .advantage_wrap .advantage_item{
        width: 100%;
        padding: 0;
    }
}

.body_zh .part1_wrap .container .des_wrap .des_second_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
}
.body_zh .part1_wrap .container .des_wrap .des_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
}
.body_zh .part1_wrap .container .des_img_wrap .des_img_tips1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
}
.body_zh .part2_wrap .container .title{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
}
.body_zh .part3_wrap .container .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
}
.body_zh .part3_wrap .container .advantage_wrap .advantage_item .advantage_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
}
