@charset "utf-8";

/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background-attachment: fixed;
    background-color: #fff;
    overflow-x: hidden;
    color: #333333;
    min-width: 1920px;
    /* user-select: none; */
}

body,
html {
    -webkit-text-size-adjust: none;
}
/* html{
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
} */
.clear {
    clear: both;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #7b5c26;
    text-decoration: none;
}

a:hover img {
    opacity: .9;
}

li,
ul,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

span {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0;
    padding: 0;
}

video {
    outline: none;
}

a.imagehover:hover img {
    opacity: 0.85;
}

div {
    outline: none;
}

#wrap {
    width: 1200px;
    margin: 0 auto;
}

#wrap1 {
    width: 1210px;
    margin: 0 auto;
}

#wrap2 {
    width: 1250px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.weight {
    font-weight: bold;
}

.f18 {
    font-size: 18px;
}

.center {
    text-align: center;
}

.red {
    color: red;
}


/*头部*/

#top {
    position: relative;
    width: 100%;
    height: 959px;
}

.header {
    height: 60px;
    -moz-box-shadow: 0px 3px 7px #484848;
    -webkit-box-shadow: 0px 3px 7px #484848;
    box-shadow: 0px 3px 7px #484848;
    position: relative;
    background: #fff;
    z-index: 1;
}

.logo {
    padding: 0 0 0 0;
    margin: 0;
}

.logo img {
    padding: 0 12px;
}


/*导航*/

.menu {
    padding-left: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    font-family: '宋体';
}

.nav a {
    color: #060303;
}

.nav .nLi {
    float: left;
    position: relative;
    /* display: inline; */
    color: #bebcdb;
    font-size: 18px;
}

.nav .nLi h2 {
    float: left;
    margin: 0;
}

.nav .nLi h2 a {
    display: block;
    padding: 0 22px;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -1px;
}

.nav .sub {
    display: none;
    width: 137px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 40px;
    padding: 5px 0 0;
    text-align: center;
    border-top: 1px solid #e1e0ed;
    
}

.nav .sub li {
    zoom: 1;
    border-bottom: 1px solid #e1e0ed;
}
.font_bg{
    top: 792px;
    width: 1920px;
    height: 3254px;
    background-image: url(../images/font_bg.png);
    z-index: 99;
    position: absolute;
    pointer-events: none;
}
.nav .sub a {
    display: block;
    padding: 0 10px;
    color: #444444;
    font-size: 14px;
    font-family: '宋体';
}

.nav .sub a:hover {
    color: #656eb5;
}

.nav .on h2 a {
    color: #656eb5;
}


/*头图*/

#owl-demo {
    position: absolute;
    top: -5px;
    /* top: 0; */
}

#owl-demo .owl-controls .owl-pagination {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 0;
}

#owl-demo .item {
    height: 959px;
    display: block;
    width: 100%;
}
.Main_title img:first-child{
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    
}
.Main_title img:not(:first-child){
    position:absolute;
    
}
.start1{
    top: 620px;
    left: 695px;
    animation:glitter1 2s infinite .2s;
    -webkit-animation:glitter1 2s infinite .2s; /* Safari 和 Chrome */
    -moz-animation: glitter1 2s infinite .2s;
    -o-animation:glitter1 2s infinite .2s;
}
.start2{
    top: 623px;
    left: 465px;
    animation:glitter2 2s infinite ;
    -webkit-animation:glitter2 2s infinite ; /* Safari 和 Chrome */
    -moz-animation: glitter2 2s infinite ;
    -o-animation:glitter2 2s infinite;
}
.start3{
    top: 753px;
    left: 1330px;
    animation:glitter3 2s infinite .4s;
    -webkit-animation:glitter3 2s infinite .4s; /* Safari 和 Chrome */
    -moz-animation: glitter3 2s infinite .4s;
    -o-animation:glitter3 2s infinite .4s;
}
.start4{
    top: 634px;
    left: 812px;
    animation:glitter4 2s infinite .6s;
    -webkit-animation:glitter4 2s infinite .6s; /* Safari 和 Chrome */
    -moz-animation: glitter4 2s infinite .6s;
    -o-animation:glitter4 2s infinite .6s;
}

@keyframes glitter1 {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes glitter2 {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes glitter3 {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes glitter4 {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.download_btn_group{
    background-image: url(../images/download_group_border.png);
    width: 211px;
    height: 299px;
    z-index: 1;
    position: absolute;
    left: 30px;
    top:350px;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}
.download_btn_group img{
    margin: 10px 0;
}

/*左侧公告*/
.imain {
    background: url(../images/imain_bg.png) no-repeat center 20px;
    margin-top: -260px;
    position: relative;
    padding-top: 500px;
    /* z-index: 1; */
    width: 100%;
    /* height: 3242px; */
}


.inews {
    background: url(../images/inews_bg.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 1376px;
    height: 461px;
    margin:auto;
    top:300px;
    display: flex;
}

.inews_left{
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 134px;
    top: 99px;
}

.inews_left_head{
    display: flex;
    flex-flow: row nowrap;
    margin-left: -15px
}
.inews_left_head .select div{
    height: 36px;
    width: 86px;
    top: 0;
    z-index: -1;
    background-color: white;
    position: absolute;
}
.divs{
    transform: translateY(30%);
    height: 25px;
    /* width: 0px; */
    border-left: 1.5px solid white;
}
.inews_left_head ul{
    display: flex;
    flex-direction: row;
    z-index: 1;
}
.inews_left_head ul li{
    width: 85px;
    font-size: 26px;
    font-weight: bold;
    margin: 0 10px;
    text-align: center;
    line-height: 36px;
    position: relative;
    font-family:宋体;
    color: white;
}
.inews_left_head ul li:hover div{
    cursor: pointer;
    height: 36px;
    width: 86px;
    top: 0;
    z-index: -1;
    background-color: white;
    position: absolute;
}
.inews_left_head ul li:hover{
    color: #717ecf !important;
    cursor: pointer;
}
.inews_left_main ul li a {
    color:white
}
.select{
    color: #717ecf !important;
}
.icon_plus{
    position: absolute;
    /* float: right; */
    right: 22px;
    top: 5px;
}
.inews_left_head ul li .select{
    background-color: white;
}

.inews_left_main ul{
    display: none;
    flex-direction: column;
    margin-top: 8px;
} 
.inews_left_main ul li{
    width: 465px;
    font-size: 18px;
    line-height: 42px;
}
.inews_left_main .select{
    display: flex;
    justify-content: space-between;
}
.inews_left_main .inews_type{
    width:50px;
}
.inews_left_main .inews_content{
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;    
    font-size: 15px;
    flex: 1;
}
.inews_left_main .inews_time{
    font-size: 15px;
    align-self: flex-end;
}
/* 右侧图片 */
.inews_right{
    width: 652px;
    height: 309px;
    left: 623px;
    top: 54px;
    position: absolute;
    overflow: hidden;
}
/* .inews_right img:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition: ease-in-out;
} */
/* 人物图鉴 */
.irole{
    width: 100%;
    height: 933px;
    margin-top: 281px;
    position: relative;
}
.irole_title{
    padding-top: 24px;
    display: flex;
    justify-content: center;
    
}

.irole_main{
    display: flex;
    height: 774px;
    width: auto;
    padding: 0px 330px;
    position: relative;
}
.irole_main ul{

    width: 100%;
}
.irole_main ul li{
    width: 100%;
}
.irole_main ul li.unselect{
    display: none;
}
.irole_main_left{
    /* background-color: white; */
    /* width: 500px; */
    position: relative;
}
.type_li_content{
    width: 100%;
    height: 774px;
    position: relative;
    display: none;
}
.type_li_content.select{
    display:block;
}
.irole_single_page{
    width: 100%;
    height: 774px;
}
.aphorism{
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    position: absolute;
    color: white;
    background-image: linear-gradient(to left top,#939df4, #6a6dca);
    left: 196px;
    padding: 3px;
    top: 5px;
    letter-spacing: 2px;
    z-index: 1;
}
.irole_main_right{
    /* width: 600px; */
    overflow: hidden;
    height: 840px;
    position: absolute;
    pointer-events: none;
    left: 602px;
    top: -61px;
}
.irole_charater_pic{
}
.irole_name{
    height: 200px;
    width: 900px;
    position: absolute;
    top: 4px;
}
.irole_name p{
    font-size: 65px;
    color: #fff;
    position: absolute;
    top: 61px;
    left: 63px;
    font-family: 宋体;
    font-weight: bold;
    text-shadow: 2px 2px #f77fd3;
}
.irole_name img{
    position: absolute;
}
.irole_name span{
    background-image: linear-gradient(to left top,#939df4, #6a6dca);
    position: absolute;
    top: 141px;
    left: 114px;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 25px;
    letter-spacing: 6px;
    color: white;
}
.irole_detail{
    position: absolute;
    left: 30px;
    top: 221px;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    color: white;
    letter-spacing: 10px;
}
.irole_detail ul{
    position: absolute;
    width: 500px;
    top: -16px;
    z-index: 9;
}
.irole_detail li{
    letter-spacing: 2px;
    width: 425px;
}
.backColor{
    width: 195px;
    height: 30px;
    background-image: linear-gradient(to left top,#fedf93, #ffbd8d);
    position: absolute;
    top: 5px;
    z-index: -1;
    left: -8px;
}
#lovers{
    /* pointer-events: none; */
}

#friend{
    /* pointer-events: none; */
}
.irole_type_selector{
    position: absolute;
    top: 652px;
    left: 1100px;
    display: flex;
    background-image: linear-gradient(to left top,#939df4, #6a6dca);
    padding: 10px 36px;
    border: 1px white solid;
}
.irole_type_selector img:first-child{
    margin-right:60px
}
.irole_type_selector:hover{
    cursor: pointer;
}
.irole_type_selector img:hover{
    cursor: pointer;
}
.irole_type_active{
    position:absolute;
    width: 150px;
    height: 150px;
    background-image:linear-gradient(to left top,#fedf93, #ffbd8d) ;
}

.irole_type_selector img{
    z-index: 1;
}
.irole_type_friend{
    position: absolute;
    width: 205px;
    height: 61px;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to left top,#fedf93, #ffbd8d);
}
.irole_type_lover{
    position: absolute;
    width: 206px;
    height: 61px;
    top: 0px;
    left: 205px;
    background-image: linear-gradient(to left top,#fedf93, #ffbd8d);
}

.role_selector{
    position: absolute;
    top:575px
}
.role_selector_leftArrow{
    position: absolute;
    left: -25px;
    top: 20px;
}

.role_selector_leftArrow:hover{
    cursor: pointer;
}
.role_selector_rightArrow{
    position: absolute;
    left: 487px;
    top: 20px;
}
.role_selector_rightArrow:hover{
    cursor: pointer;
}
.role_icon_content{
    display: inline-flex;
    position: absolute;
    left: 43px;
    overflow: hidden;
    width: 424px;
}

.role_icon_content > .role_icon_itme:not(:last-child){
    margin-right: 16px;
}

/* 游戏特色 */
.game_features{
    height: 938px;
    width: 100%;
    position: relative;
}
.game_features_title{
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.banner-box {
	position: relative;
}
/* 轮播边框*/
.flip-current .lunbo_boder{
    position: absolute;
    top: -35px;
    left: -67px;
    z-index: -1;
    width: 770px;
}
  
.flip-prev .lunbo_boder{
    position: absolute;
    top: 59px;
    left: -175px;
    z-index: -1;
    width: 770px;
}
.flip-next .lunbo_boder{
    position: absolute;
    top: 60px;
    left: -172px;
    z-index: -1;
    width: 770px;
}
.flip-past .lunbo_boder{
    position: absolute;
    top: 57px;
    left: -181px;
    z-index: -1;
    width: 770px;
}
  
.flip-future .lunbo_boder{
    position: absolute;
    top: 59px;
    left: -171px;
    z-index: -1;
    width: 770px;
}

  /*轮播边框结束*/
.bg-frame{
	position: absolute;
	z-index: -99;
	width: 397.4px;
	height: 684.6px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 9px;
	margin: 0 16px;
	background: url(../images/bullet.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pagination-separate{
    display: inline-block;
    width: 56px;
	height: 3px;
    margin: 0 16px;
    background: url(../images/bullet_line.png);
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pagination-bullet-active {
	display: inline-block;
	width: 30px;
	height: 31px;
	background: url(../images/bullet-active.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.flip-items {
	width: 638px !important;
	height: 512px !important;
}
.flipster {
	/* padding-bottom: 37px !important; */
    
}
.gotoPrev,
.gotoNext {
	position: absolute;
	cursor: pointer;
	top: 37%;
}
.gotoPrev {
	left: 13%;
}
.gotoNext {
	right: 13%;
}

.QRcode{
    position: sticky;
    position: -webkit-sticky;
    background-image: url(../images/QRcode_border.png);
    width: 204px;
    top: 300px;
    height: 243px;
    right: 15px;
    bottom: 82px;
    text-align: center;
    padding-top: 20px;
    z-index: 99999;
    float: right;
    margin-top: -258px;
}
/* 游戏资讯 */
.game_info_title{
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: -20px;
}
.game_info_content{
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: -20px;
}

.game_pic_content{
    position: absolute;
    width: 1095px;
    height: 518px;
    left: 0;
    top: 97px;
    right: 0;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    background-color: white;
}
.pic_left{
    flex: 1;
    background-color:#fff;
}
.pic_left div{
    height: 516px;
    width: 516px;
    overflow: hidden;
}
.pic_left:hover img{
}
.pic_right{
    height: 516px;
    width: 578px;
    right: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.pic_right div{
    width: 50%;
    height: 50%;
    /* background-color: white; */
    overflow: hidden;
}

/** foot **/
.foot{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 15px 400px;
    min-width: 1500px;
}
.division{
    position: absolute;
    border-left: 1px solid #656565;
    height: 120px;
    left: 611px;
}
.foot_logo{
    margin-right: 80px;
}
.footer_desc{
    flex: 1;
}

.footer_p{
    color: #858585;
}
/*foot结束*/



.tab {
    position: relative;
    width: 900px;
    height: auto;
    /* overflow: hidden; */
    /* margin: 0 auto 20px auto; */
    font-family: Arial;
}

.tab-nav01 {
    height: 40px;
    overflow: hidden;
}

.tab-nav01 a {
    display: block;
    float: left;
    width: 142px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    background: #bdbdbd;
    margin-right: 50px;
}

.tab-nav01 a.current {
    background: #9e5a15;
    color: #fff;
}

.tab-con {
    position: relative;
    width: 900px;
    height: auto;
    /* overflow: hidden; */
    /* background: #80b600; */
}

.tab-con-item {
    display: none;
    width: 900px;
    height: auto;
    line-height: 32px;
    padding: 30px 0 0;
    color: #333;
}

.down_span {
    position: relative;
}

.down_span {
    color: #b37333;
}

.zip {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
}

.news_list1_0924_cf {
    background: url(../newsimg/news_list1_0924_icon_01.png) no-repeat left center;
}

.news_list1_0924_qd {
    background: url(../newsimg/news_list1_0924_icon_02.png) no-repeat left center;
}


/*2019-7-10视频*/

.video {
    position: absolute;
    /* top: 30%;
    left: 35.5%; */
    /* 常规 */
    /* top: 24.5%;
    left: 46%; */
    /* 银铃声声活动 */
    top: 24%;
    right: 50%;
    /* 2周年庆 */
    /* top: 41%;
    left: 53%; */
}

.video_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    margin-left: -400px;
    margin-top: -250px;
    z-index: 1001;
    background: url(../images/videobg.jpg) no-repeat center center;
}

.video_box .close {
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    height: 50px;
    /* text-indent: -999em; */
    transition: all .4s linear;
    background: url(../images/video_close.png) no-repeat 50%;
    background-size: 100% 100%;
    z-index: 1002;
}

.video_box .close:hover {
    transform: rotate(180deg)
}

.video_dialog .mask {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: .5;
}

/* 适龄提示 */
.age-limit {
    position: absolute;
    width: 85px;
    height: 110px;
    top: 90px;
    right: 35px;
    cursor: pointer;
}

.age-limit-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* 弹窗 (background) */
.age-tips {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* 弹窗内容 */
.age-tips-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 30px;
    border: 1px solid #888;
    width: 50%; 
}

.age-tips-content h1 {
    text-align: center;
}

.age-tips-content p {
    font-size: medium;
}

/* 关闭按钮 */
.age-tips-close {
    color: #aaa;
    float: right;
    margin-right: 20px;
    font-size: 49px;
    font-weight: bold;
}

.age-tips-close:hover,
.age-tips-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




/*  */


/* 资讯页面 */ 

.new_list_main{
    /* background-image: url(../images/new_list_background.jpg); */
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    position: relative;
    flex: 1;
    margin-top: -10px;
}
.new_list_BG{
    width: 100%;
    height: 820px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/new_list_background.png);
}
.new_list_banner{
    background-image: url(../images/new_list_border.png);
    width: 1302px;
    height: 443px;
    margin: auto;
    position: relative;
}
.new_list_banner img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1190px;
}
.new_list_content{
    position: relative;
    width: 1140px;
    height: auto;
    background-color: rgba(255,255,255,0.7);
    margin: auto;
    text-align: center;
    padding: 30px;
    padding-bottom: 70px;
    margin-bottom: 30px;
}

.new_list_selector{
    display: flex;
    flex-flow: row nowrap;
    margin-left: -15px;
    justify-content: center;
    margin-top: 20px;
}
.new_list_selector .select div{
    height: 45px;
    width: 114px;
    top: 0;
    left: -13px;
    z-index: -1;
    background-color: #6170b1;
    position: absolute;
}
.new_list_selector .divs{
    transform: translateY(30%);
    height: 25px;
    /* width: 0px; */
    border-left: 1.5px solid white;
}
.new_list_selector ul{
    display: flex;
    flex-direction: row;
    z-index: 1;
    
}
.new_list_selector ul li{
    width: 85px;
    font-size: 35px;
    font-weight: bold;
    margin: 0 55px;
    text-align: center;
    line-height: 45px;
    position: relative;
    font-family: 宋体;
    color: #4c5ca5;
    margin-bottom: 30px;
}
.new_list_selector ul li a{
    color: #4c5ca5;
}
.new_list_selector ul .select a{
    color: white;
}
.new_list_selector ul li:hover{
    color: white;
    cursor: pointer;
}
.new_list_selector ul li:hover a{
    color: white;
}
.new_list_selector ul li:hover div{
    height: 45px;
    width: 114px;
    top: 0;
    left: -13px;
    z-index: -1;
    background-color: #6170b1;
    position: absolute;
}
.new_list_selector .select{
    color: white !important;
}
.new_list_selector ul li .select{
    background-color: #4c5ca5;
}


.gamelist .new_list_selector ul li{
    width: 110px;
    font-size: 25px;
    font-weight: bold;
    margin: 0 55px;
    text-align: center;
    line-height: 45px;
    position: relative;
    font-family: 宋体;
    color: #4c5ca5;
    margin-bottom: 30px;
}
.gamelist .new_list_selector .select div{
    width: 140px;
}
.gamelist .new_list_selector ul li:hover div{
    width: 140px;
}
.new_list_infos{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.new_list_infos ul li{
    width: 1000px;
    height: 100px;
    border-top: 1px #4c5ca5 solid;
    line-height: 100px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    
}
.new_list_infos ul li:last-child{
    border-bottom: 1px #4c5ca5 solid;
}
.new_list_infos ul li:hover{
    background-color: #e8f3fd;
}
.new_list_infos ul li a {
    display: flex;
    color: #4c5ca5;
    font-size: 24px;
    font-weight: bold;
}
.new_list_infos ul li .type{
    width: 100px;
    font-size: 24px;
    font-weight: bold;
}

.new_list_infos ul li .content{
    flex:1;
    width: 700px;
    overflow: hidden;
    text-align: start;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_list_infos ul li .time{
    width: 180px;
}
.new_list_main_add{
    /* background-image: linear-gradient(to bottom,#cfecfe,#a0dafe) ; */
    background-image: url(../images/back_ground_repeat.png);
    width: 100%;
    height: calc(100%);
    position: absolute;
    top: 0px;
    z-index: -2;
}
/* .new_list_main_add2{
    background-image: linear-gradient(to bottom,#cfecfe,#a0dafe) ;
    width: 100%;
    height: calc(100%);
    position: absolute;
    top: 0px;
    z-index: -2;
} */
.swiper-container{
    height: 90px;
    width: 500px;
    position: absolute !important;
    top: 600px;
    left: 340px;
    text-align: center;
}
.swiper-slide{
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    opacity: .4;
}
.swiper-slide-active{
    opacity: 1;
}
.swiper-button-next1{
    left: 845px;
    position: absolute;
    top: 618px;
}
.swiper-button-next1:hover{
    cursor: pointer;
}
.swiper-button-prev1{
    position: absolute;
    top: 618px;
    left: 287px;
}

.swiper-button-prev1:hover{
    cursor: pointer;
}

.swiper-slide:hover{
    cursor: pointer;
}
.news_content{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}
.dashLine{
    width: 100%;
    margin: 40px 0;

    border-bottom: #717ecf 5px dashed;
}
.newsDetail_content_info{
    line-height: 30px;
    font-size: 15px;
}
.newsDetail_content_info img{
    display: block;
    text-align: center;
    margin: auto;
}
.newsDetail_content_info img:not(:last-child){
    margin-bottom: 10px;
}
.newsDetail_content_info.no-margin img:not(:last-child){
    margin-bottom: 0;
}
.news_tuijian{
    width: 1200px;
    margin: 50px auto 0;
}
.news_tuijian_list ul{
    display: flex;
    /* height: 80%; */
    /* width: 60%; */
    flex-flow: row wrap;
}
.news_tuijian_list ul li{
    float: left;
    height: 50px;
    width: 360px;
    border-left: 1px solid #717ecf;
    margin: 10px 18px 20px;
}
.news_tuijian_list ul li a{
    float: left;
    width: 340px;
    padding-left: 10px;
}
.news_tuijian_list ul li p {
    width: 260px;
    float: left;
}
.news_tuijian_list ul li .date {
    float: right;
    padding-top: 20px;
    color: #666666;
    font-size: 14px;
}


.game_picture {
    padding-top: 70px;
}

.video_list {
    background: url(../images/game_picture_bg.png) no-repeat 0 0;
    height: 518px;
    position: relative;
    top: 0;
    right: 0;
}

.video_list_01 {
    height: 193px;
    width: 399px;
    margin-top: 58px;
    margin-left: 45px;
    background: #fff;
    border: 1px solid #fb94a3;
}

.video_list_01 p {
    /* height: 60px; */
    line-height: 60px;
    /* padding-left: 20px; */
    font-size: 14px;
    font-weight: bold;
}

.video_list_r {
    width: 900px;
    margin-top: 58px;
}

.video_list_02 {
    height: 193px;
    width: 399px;
    margin-bottom: 22px;
    margin-left: 18px;
    background: #fff;
    border: 1px solid #fb94a3;
}

.video_list_02 p {
    /* height: 36px; */
    line-height: 36px;
    /* padding-left: 20px; */
    font-size: 14px;
    font-weight: bold;
}

.port-1 {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    /* border: 4px solid rgba(255, 255, 255, 1); */
}

.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}

.port-1 .text-desc {
    opacity: 1;
    top: -100%;
    transition: 0.5s;
    padding: 75px 20px 20px;
    background: url(../images/video_hover.png) repeat 0 0;
}

.video_list_02 .port-1 .text-desc {
    padding: 30px 20px 20px;
}

.video_list_02 .port-1 .text-desc img {
    width: 60px;
}

.port-1 img {
    transition: 0.5s;
}

.port-1:hover img {
    transform: scale(1.2);
}

.port-1.effect-2 .text-desc {
    top: auto;
    bottom: -100%;
}

.port-1.effect-2:hover .text-desc {
    bottom: 0;
}

.pop_tuku_bar a {
    color: #fff;
}

.btn_tan_close {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.btn_tan_close:hover {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


/*close*/

.pop_tuku_bar {
    width: 1049px;
}

.pop_video_bar {
    width: 849px;
}

.btn_tan_close {
    display: block;
    width: 43px;
    height: 43px;
    margin-top: 0;
    margin-right: 0;
    text-indent: -999em;
    overflow: hidden;
    background: url(../img/close.png) center no-repeat;
}

.reward {
    position: fixed;
    top: 60%;
    left: 0;
    z-index: 11;
    -webkit-animation: move 2s infinite;
    -moz-animation: move 2s infinite;
    -ms-animation: move 2s infinite;
    animation: move 2s infinite;
}

.right {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 11;
    width: 160px;
    text-align: center;
    -webkit-animation: move 2s infinite;
    -moz-animation: move 2s infinite;
    -ms-animation: move 2s infinite;
    animation: move 2s infinite;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-ms-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


/*图片放大*/

.img_li {
    float: left !important;
}

.i-pic {
    /* float: left; */
    position: relative;
    text-align: center;
}

.hover {
    width: 399px;
    height: 193px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    /* background: rgba(0, 0, 0, 0.5); */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
}

.box {
    width: 399px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 15;
}

.pop_tuku_bar {
    width: 1049px;
}

.pop_video_bar {
    width: 849px;
}

.btn_tan_close {
    display: block;
    width: 43px;
    height: 43px;
    margin-top: 0;
    margin-right: 0;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/close_2.png) center no-repeat;
}

.tuku_left {
    float: left;
    display: inline;
    width: 1000px;
    overflow: hidden;
    color: #fff;
    line-height: 38px;
}

.tuku_right {
    float: right;
    display: inline;
    overflow: hidden;
    width: 43px;
}

.pt_pics img {
    display: block;
}

.pt_lin {
    width: 100%;
    text-align: right;
    margin-top: -48px;
    height: 38px;
}

.pt_lin .ot_a,
.pt_lin .ot_b {
    padding: 0 14px;
}

.pt_nms {
    height: 46px;
    width: 100%;
    background: #6a6dca;
    color: #d9d4c7;
    padding-left: 15px;
}

.pt_nms .btn {
    width: 120px;
    padding-left: 20px;
    height: 46px;
    display: block;
    line-height: 46px;
    color: #fff;
}

.pt_nms .btn:hover {
    color: #fff;
}

.pt_nms .btn i {
    background: url(../img/popIcon.png) no-repeat 0 center;
    width: 14px;
    height: 46px;
    display: inline-block;
    float: left;
    padding-right: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.pt_nms .btn:hover i {
    -webkit-animation: arrowPop 1s infinite;
    animation: arrowPop 1s infinite;
}

.video_left {
    float: left;
    display: inline;
    width: 796px;
    height: 496px;
    padding: 2px;
    background: #b49466;
    overflow: hidden;
}

.news_sx {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.news_sx a {
    border: 1px solid #717ecf;
    background-color: white;
    padding: 10px 0;
    margin: 0 100px;
    width: 150px;
    text-align: center;
}

.news_sx a:hover {
    background: #717ecf;
    color: #fff;
}
.landingpage{
    background-image: url(../images/sweetBG.png);
    width: 1920px;
    height: 1080px;
    background-size: cover;
    background-repeat: no-repeat;

}