.bg{
    width: 100%;
    /* min-height: 6130px; */
    background: url(../images/bg.jpg)center bottom no-repeat;
    position: relative;
    display: revert;
}
/* 头部导航栏 */
.top_menuBox{
    width: 100%;
    height: 150px;
    background: url(../images/nav_bg.png) center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 50;
}
.top_menuBox .top_menu_wrap{
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}
.top_menuBox .top_menu_wrap .top_logo{
    width: 500px;
}
.top_menuBox .top_menu_wrap .top_nav_ul{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: inherit;
}
.top_menuBox .top_menu_wrap .top_nav_ul li{
    width: 200px;
    margin: 0 8px;
}
.top_menuBox .top_menu_wrap .top_nav_ul li:hover{
    background: url(../images/nav_active.png)center bottom no-repeat;
    background-size: 100%;
}
.top_menuBox .top_menu_wrap .top_nav_ul li a{
    display: inline-block;
    width: 200px;
    height: 150px;
    line-height: 170px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
}
.top_menuBox .games_list{
    width: 100%;
    height: 575px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 150px;
    left: 0;
    display: none;
    z-index: 10;
}
.top_menuBox .games_list .bottom_all_wrap{
    width: 1220px;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
}
.top_menuBox .games_list .bottom_all_wrap .col_game{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
}
.top_menuBox .games_list .bottom_all_wrap .col_game li{
    width: 170px;
}
.game_type {
    height: 24px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #fff;
    padding-left: 8px;
    border-left: 2px solid #1de9d9;
    letter-spacing: 3px;
}
.top_menuBox .games_list .bottom_all_wrap .col_game li .game_listName{
    margin-bottom: 10px;
    padding-left: 10px;
}
.top_menuBox .games_list .bottom_all_wrap .col_game li .game_listName a{
    width: 100%;
    display: block;
    line-height: 34px;
    color: #999999;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.top_menuBox .games_list .bottom_all_wrap .col_game li .game_listName a:hover{
    color: #1de9d9;
    transition: all .3s ease-in-out;
}
/* 头部导航栏 */

/* banner */
.videoBox{
    width: 100%;
    min-height: 1200px;
    position: relative;
    z-index: 1;
}
.videoBox .videoCon{
    position: relative;
    width: 100%;
    min-height: 1080px;
}
.videoBox .videoCon .banner_video::after{
    content: '';
    width: 100%;
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0 auto;
    min-height: 466px;
    background: url(../images/video_mask.png)center no-repeat;
    z-index: 2;
}
.videoBox .videoCon .banner_video{
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.videoBox .videoCon .banner_video .mySwiperbg .swiper-wrapper .swiper-slide .pop_v{
    width: 100%;    
}
.off_btn{
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9999;
    transition: all .3s linear;
    -webkit-transition: 0.3s linear;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.off_btn:hover{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.videoBox .videoCon .banner_list{
    width: 1300px;
    /* height: 1080px; */
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translate(-50%, 0%);
    margin: 0 auto;
    z-index: 5;
    opacity: 0;
    transition: all .1s ease-in-out;
}
.videoBox .videoCon .banner_list.on{
    opacity: 1;
    transition: all .1s ease-in-out;
}
.play_btn{
    background: url(../images/video_open.png)center no-repeat;
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}
.videoBox .videoCon .banner_list .swiper .swiper-wrapper{
    justify-content: center;
}
.videoBox .videoCon .banner_list .swiper .swiper-wrapper .swiper-slide{
    cursor: pointer;
    transition: all .2s ease;
    filter: grayscale(50%);
}
.videoBox .videoCon .banner_list .swiper{
    overflow: inherit;
}
.videoBox .videoCon .banner_list .swiper .swiper-wrapper .swiper-slide:nth-child(1){
    display: none;
}
.videoBox .videoCon .banner_list .swiper .swiper-wrapper .swiper-slide:hover{
    transform: scale(1.5);
    transition: all .2s ease;
    z-index: 5;
    filter: grayscale(0%);
	/* box-shadow:0 0 5px #1de9d9;
	-moz-box-shadow:0 0 5px #1de9d9;
	-webkit-box-shadow:0 0 5px #1de9d9; */
}

.hide_video{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.hide_video.active{
    display: block;
}
.pop_video_cont{
    position: absolute;
    width: 820px;
    height: 460px;
    left: 50%;
    top: 50%;
    margin-left: -410px;
    margin-top: -230px;
}
.pop_video_cont video{
    width: 100%;
    border-radius: 10px;
}
.pop_video_cont video::-webkit-media-controls-timeline{
    padding: 0;
    background: linear-gradient(#1dd2bb, #1182cc);
    opacity: 1;
    border-radius: 20px;
    margin: 0px 16px 20px;
}
/* banner */

/* line */
.bg .line{
    width: 730px;
    height: 16px;
    background: url(../images/line.png) center no-repeat;
    position: relative;
    margin: 30px auto;
}
/* line */

.m1200{
    max-width: 85%;
    margin: 0 auto;
}

/* game news */
.game_newsBox{
    width: 100%;
    position: relative;
}
.game_newsBT{
    width: 524px;
    padding: 55px 0;
}
.game_newsBox .game_newsLB{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.game_newsBox .game_newsLB .Swiper_newslist .swiper-wrapper .swiper-slide{
    border:3px solid;
    border-image: linear-gradient(#1dd2bb, #1182cc)30 30;
    clip-path: inset(0 round 5px);
    border-radius: 10px;
	box-sizing: border-box;
    /* width: 378px;
    height: 115px; */

    /* background-image: url("../images/news_k.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 120px; */
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #141a1c;
    cursor: pointer;
    opacity: 0.5;
}
.game_newsBox .game_newsLB .Swiper_newslist .swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active{
    opacity: 1;
}
.game_newsBox .game_newsLB .Swiper_newslist{
    padding: 0px 0 20px;
}
.game_newsBox .game_newsLB .Swiper_news .swiper-wrapper .swiper-slide{
    /* height: 580px; */
    overflow: hidden;
}
.game_newsBox .game_newsLB .Swiper_newslist .swiper-wrapper .swiper-slide .news_icon img{
    width: 88px;
    overflow: hidden;
}
.game_newsBox .game_newsLB .Swiper_newslist .swiper-wrapper .swiper-slide .news_text{
    padding-left: 10px;
}
.game_newsBox .game_newsLB .Swiper_newslist .swiper-wrapper .swiper-slide .news_text .news_textH2{
    color: #ffffff;
    font-size: 18px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.game_newsBox .game_newsLB .Swiper_newslist .swiper-wrapper .swiper-slide .news_text .news_textP{
    color: #ffffff;
    font-size: 12px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.swiper.Swiper_news.swiper-fade.swiper-initialized.swiper-horizontal.swiper-pointer-events{
    width: 80%;
    overflow: inherit;
}
.game_newsBox .game_newsLB .lower_banner{
    background-color: rgba(0, 59, 84, 0.35);
}
.game_newsBox .game_newsLB .lower_banner .Swiper_news .swiper-button-next{
    right: -120px;
    width: 109px;
    top: 45%;
    height: 85px;
    background: url(../images/game_right.png)no-repeat center;
    background-size: 100%;
}
.game_newsBox .game_newsLB .lower_banner .Swiper_news  .swiper-button-prev{
    left: -120px;
    width: 109px;
    top: 45%;
    height: 85px;
    background: url(../images/game_left.png)no-repeat center;
    background-size: 100%;
}
.game_newsBox .game_newsLB .lower_banner .Swiper_news .swiper-button-next:after{
    content: '';
}
.game_newsBox .game_newsLB .lower_banner .Swiper_news  .swiper-button-prev:after{
    content: '';
}
/* game news */

/* game raiders */
.game_raidersBox{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.game_raidersmore{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.game_more{
    padding: 55px 0;
    width: 150px;
}
.game_raidersBox .game_raidersbg .raiders_list{
    position: relative;
    padding-top: 30px;
}
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box .swiperImg{
    border: 3px solid;
    border-image: linear-gradient(#1dd2bb, #1182cc)30 30;
    width: 100%;
}
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box{
    display: flex;
    justify-content: space-between;
    align-items: inherit;
}
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box .swiperraidersBT{
    padding: 55px 10px;
    width: 278px;
    height: inherit;
    margin-left: 15px;
    border: 3px solid;
    border-image: linear-gradient(#1dd2bb, #1182cc)30 30;
    background-color: #121618;
}
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box .swiperraidersBT .raiders_name{
    color: #ffffff;
    font-size: 26px;
    text-align: left;
}
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box .swiperraidersBT .raiders_span{
    background-image:-webkit-linear-gradient(#1dd2bb, #1182cc);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    display: block;
} 
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box .swiperraidersBT .raiders_text{
    padding-top: 55px;
    position: relative;
}
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box .swiperraidersBT .raiders_text{
    color: #999999;
    line-height: 1.5;
    font-size: 14px;
}
.game_raidersBox .game_raidersbg .game_raidersbgTOP .swiper-wrapper .swiper-slide .raiders_box .swiperraidersBT .raiders_text .more_gl a{
    padding-top: 20px;
    line-height: 1.5;
    font-size: 14px;
    background-image:-webkit-linear-gradient(#1dd2bb, #1182cc);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display: block;
    font-weight: 600;
}
.game_raidersBox .game_raidersbg .raiders_list .game_raidersbgLOWER .swiper-wrapper .swiper-slide{
    border: 3px solid;
    border-image: linear-gradient(#1dd2bb, #1182cc)30 30;
    cursor: pointer;
    background: #000;
}
.game_raidersBox .game_raidersbg .raiders_list .game_raidersbgLOWER .swiper-wrapper .swiper-slide img{
    opacity: .5;
    transition: all .3s ease-in-out;
}
.game_raidersBox .game_raidersbg .raiders_list .game_raidersbgLOWER .swiper-wrapper .swiper-slide-thumb-active img{
    opacity: 1;
    transition: all .3s ease-in-out;
}
.game_raidersBox .game_raidersbg .raiders_list .game_raidersbgLOWER{
    width: 95%;
    margin: 0 auto;
}
.game_raidersBox .game_raidersbg .raiders_list .swiper-button-next{
    right: -25px;
    top: 60%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(180, 180, 180,0.3);
    outline: none;
    border: none;
}
.game_raidersBox .game_raidersbg .raiders_list .swiper-button-prev{
    left: -25px;
    top: 60%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(180, 180, 180,0.3);
    outline: none;
    border: none;
}
.game_raidersBox .game_raidersbg .raiders_list .swiper-button-next::after,
.game_raidersBox .game_raidersbg .raiders_list .swiper-button-prev::after
{
    font-size: 18px;
    color: #b4b4b4;
    font-weight: 800;
}
/* game raiders */

/* game topic */
.game_topicCon{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.game_topicCon .game_topicUL{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.game_topicCon .game_topicUL li{
    max-width: 31.79999%;
    padding: 3px;
    background-color: #1182cc;
    margin: 0 16px 45px 0px;
    background: linear-gradient(#1dd2bb, #1182cc);
}
.game_topicCon .game_topicUL li .game_topicImg{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.game_topicCon .game_topicUL li .game_topicImg img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.game_topicCon .game_topicUL li:hover .game_topicImg img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.game_topicCon .game_topicUL li .game_topicText{
    padding: 5px 10px 50px;
    background-color: #1182cc;
    background: linear-gradient(#1dd2bb, #1182cc);
}
.game_topicCon .game_topicUL li .game_topicText .game_redspan{
    padding: 1px 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    background-color: #ff3838;
    display: inline-block;
    line-height: normal;
}
.game_topicCon .game_topicUL li .game_topicText p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    cursor: default;
}

/* game topic */

/* game assistant */
.game_assistant .game_assistantCon{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 55px;
}
.game_assistant .game_assistantCon .game_assistantUL{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.game_assistant .game_assistantCon .game_assistantUL li{
    width: 20%;
    text-align: center;
}
.game_assistant .game_assistantCon .game_assistantUL li p{
    padding: 20px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}
.game_assistant .game_assistantCon .game_assistantUL li:hover .game_assistantImg{
    animation: jump ease 1.5s 1;
    -webkit-animation: jump ease 1.5s 1;
}
@keyframes jump{
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    10% {
        -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
        transform: translateY(5px) scaleX(1.2) scaleY(.8);
    }
    30% {
        -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
        transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
    }
    50% {
        -webkit-transform: translateY(0) scale(1) rotateZ(0);
        transform: translateY(0) scale(1) rotateZ(0);
    }
    55% {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
        transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
    }
    70% {
        -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
        transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
    }
    80% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
        transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
    }
    85% {
        -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
        transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
    }
    100% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1);
    }
}
/* game assistant */

/* Links */
.linksBox{
    position: relative;
    width: 100%;
    padding-bottom: 55px;
}
.linksBox .links_span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all.3s ease-in-out;
}
.linksBox .links_span:hover{
    color: #1de9d9;
}
.linksBox strong{
    color: #1de9d9;
    font-weight: 600;
}
/* Links */

/* footer */
.foot {
	background-color: #282b2d;
	min-width: 1200px;
	padding: 35px 0;
    margin-top: 50px;
    border-top: 2px solid #d2d2d2;
}
.foot .footer{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_logo {
	padding: 0px 25px 0 100px;
}

.foot_logo .foot_lowerimg{
    width: 134px;
    margin: 0 auto;
}

.foot_info {
	border-left: 1px dotted #b3b3b3;
	padding: 0 0 5px 30px;
}

/* footer nav*/
.foot_nav {
	font-size: 14px;
	color: #acacac;
	padding-bottom: 10px
}

.foot_nav .line_span {
	display: inline-block;
	color: #fff;
	padding: 0 15px
}

.foot_nav a {
	display: inline-block;
	color: #fff
}

.foot_nav a:hover {
	color: #1de9d9
}

/*copyright*/
.foot_copy {
	font-size: 12px;
	color: #fff;
	line-height: 22px
}

.foot_copy a {
	color: #fff;
}

.foot_copy a:hover {
	color: #1de9d9
}

.foot_copy a img {
	position: relative;
	top: -1px;
}

.foot.index-foot {
	margin-top: 0;
}

.foot.user_foot {
	background-color: #fff;
	border: none;
	margin-top: 0;
}

.foot .foot_user {
	border-left: none;
	text-align: center;
}

.foot .foot_user .foot_nav a {
	color: #525252;
}

.foot .foot_user .foot_nav a:hover {
	color: #1de9d9;
}

.foot .foot_user .foot_nav .line_span {
	color: #525252;
}

.foot .foot_user .foot_copy,
.foot .foot_user .foot_copy a {
	color: #656565;
}

.foot .foot_user .foot_copy a:hover {
	color: #1de9d9
}

/* footer */

/*浮动层*/
.float_contact_position {
	width: 1200px;
	position: fixed;
	bottom: 210px;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
}

.float_contact {
	position: absolute;
	bottom: 0;
	right: -130px;
	z-index: 999
}

.float_contact .float-bg {
    width: 70px;
    height: 250px;
    background: url(../images/float_contact.png)no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-size: 100%;
}

.float_contact ul {
    width: 70px;
    height: 185px;
    padding-top: 20px;
}

.float_contact ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}

.float_contact ul li a {
	width: 100%;
	height: 50px;
	display: inline-block;
	float: left;
	position: relative;
	z-index: 9;
}

.float_contact .kf_pic {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	width: 160px;
	height: 50px;
	padding: 10px 20px;
    background-color: #ffffff;
    border: 2px solid #1dd2bb;
	border-radius: 6px;
	position: absolute;
	left: -200px;
	top: 0px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    z-index: 4;
    
}

.float_contact .kf_pic a {
	width: 100%;
}

.float_contact .kf_pic img {
	vertical-align: middle;
}

.float_contact .kf_pic span {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.float_contact .kf_pic b {
	padding-top: 25px;
	line-height: 33px;
}

.float_contact .kf_pic .arrow {
	width: 23px;
	height: 26px;
	display: inline-block;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: -22px;
	top: 12px;
}

.float_contact .wx_pic {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	width: 200px;
	height: 240px;
    background-color: #fff;
    border: 2px solid #1dd2bb;
	border-radius: 6px;
	position: absolute;
	left: -200px;
	top: -20px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	z-index: 4;
}

.float_contact .wx_pic img {
	border-radius: 6px;
}

.float_contact .wx_pic .arrow {
	width: 23px;
	height: 26px;
	display: inline-block;
	background: url(../images/arrow.png)no-repeat;
	position: absolute;
	right: -22px;
	top: 35px;
}

.float_contact .rz_pic {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	width: 142px;
	height: 210px;
	left: -85px;
	bottom: -42px;
}

.float_contact .rz_pic .close {
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	bottom: 70px;
	right: 47px;
	z-index: 10;
}

.float_contact .rz_pic .rz-bg1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}

.float_contact .rz_pic .rz-bg2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	cursor: pointer;
}

.float_contact ul .active {
	opacity: 1;
	visibility: visible;
	left: -220px;
}
.float_contact ul .kf_pic.active {
	opacity: 1;
	visibility: visible;
	left: -180px;
}

.float_contact .rz .active {
	opacity: 1;
	visibility: visible;
	left: -96px;
}
/*浮动层*/

/* 帐号注销 */
.popup-bg-cancell {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(49, 49, 49, 0.9);
    display: none;
    text-align: center;
    font-size: 0;
    letter-spacing: -5px;
}
.popup-bg-cancell:before {
    content: '';
    width: 0;
    height: 125%;
    display: inline-block;
    vertical-align: middle;
}
.popup-bg-cancell .popup-box {
    width: 675px;
    height: 575px;
    background: url(../images/pop_bg.png) no-repeat;
    text-align: center;
    letter-spacing: normal;
    font-size: 25px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    background-size: 100%;
}
.popup-box .title_cancell {
    padding: 40px 20px;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    border-bottom: 1px solid #169da7;
    letter-spacing: 5px;
}
.popup-bg-cancell .popup-box .inner-box {
    padding: 25px 45px;
}
.popup-bg-cancell .popup-box .inner-box p {
    /* font-size: 23px; */
    color: #ffffff;
    font: normal 23px/110px "myFirstFont";
    line-height: 36px;
    text-align: left;
    letter-spacing: 1px;
}
.popup-bg-cancell .inner-box .copy-btn {
    color: #1dd2bb;
    cursor: pointer;
    text-decoration: underline;
    float: right;
    letter-spacing: 2px;
}
.popup-bg-cancell .popup-box .sure-btn {
    width: 180px;
    line-height: 3;
    border-radius: 5px;
    background: #1fb9b0;
    text-align: center;
    font: normal 20px/65px "myFirstFont";
    color: #ffffff;
    display: block;
    margin: 40px auto 0;
    cursor: pointer;
    letter-spacing: 2px;
}
/* 帐号注销 */

/* media */
@media screen and (max-width: 1500px){
    .top_menuBox{
        height: 120px;
    }
    .videoBox .videoCon .banner_list{
        width: 1100px;
    }
    .top_menuBox .top_menu_wrap .top_logo{
        width: 400px;
    }
    .top_menuBox .top_menu_wrap .top_nav_ul{
        justify-content: center;
    }
    .top_menuBox .top_menu_wrap .top_nav_ul li{
        width: 140px;
    }
    .top_menuBox .top_menu_wrap .top_nav_ul li a{
        width: 100%;
        line-height: 185px;
    }
    .game_newsBox .game_newsLB .lower_banner .Swiper_news .swiper-button-prev{
        left: -105px;
    }
    .game_newsBox .game_newsLB .lower_banner .Swiper_news .swiper-button-next{
        right: -105px;
    }
    .play_btn{
        width: 120px;
        height: 120px;
        background-size: 100%;
    }
    .game_assistant .game_assistantCon .game_assistantUL{
        width: 80%;
    }
    .game_assistant .game_assistantCon .game_assistantUL li{
        width: 15%;
    }
    .float_contact_position{
        left: 45%;
    }
    .top_menuBox .games_list{
        top: 120px;
    }
}
@media screen and (max-width: 1350px){
    .float_contact_position {
        left: 35%;
    }
}
/* media */