@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}
* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0,0,0,0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
body,html {
    width: 100%;
    height: 100%;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center
}
body {
    padding: 0;
    margin: 0;
    background: #000000;
    font: 16px '黑体';

    /*IOS禁止微信调整字体大小*/
    -webkit-text-size-adjust: 100% !important;
    transform-origin: top center;
}
html,body,fieldset,img,iframe,abbr {
    border: 0
}
li {
    list-style: none
}
input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
textarea {
    overflow: auto;
    resize: none
}
h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 700
}
a {
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}
a:hover {
    text-decoration: none
}
img{
    width: 100%;
    vertical-align: middle;
}
input,select{
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
textarea {
    overflow: auto;
    resize: none
}
.hide {
    display: none
}
.fl {
    float: left
}
.fr {
    float: right
}
.show {
    display: block
}

.container{
    width: 720px;
    height: 100%;
    overflow: hidden;
}
.fullpage {
    width: 100%;
    height: 100%;
}
/*-- header --*/
.header{
    width: 720px;
    position: fixed;
    top: 0;
    z-index: 50;
    font-size: 0;
}
#top{
    width: 100%;
    height: 118px;
    background:url("../images/bg-header.png") no-repeat;
    background-size: 100%;
}
#top a.top_logo{
    margin: 14px 30px;
}
#top a.top_logo>img{
    width: 88px;
    /* height: .84rem; */
}
#top a.top_logo .logo-right{
    margin: 6px 15px;
    font-size: 38px;
    color: #fff;
}
#top a.top_download{
    width: 90px;
    margin: 17px 10px 0 0;
}
#top a.top_download img{
    vertical-align: top;
}
#menu {
    width: 100%;
    height: 95px;
    /* line-height: .95rem; */
    position: relative;
    /* background-color: rgba(0,0,0,.7); */
}
#menu ul{
    display: flex;
}
#menu ul.menu-ul{
    position: relative;
    z-index: 50;
}
#menu ul a {
    width: 48px;
    height: 37px;
}
#menu ul a:nth-child(1) {
    width: 220px;
    height: 139px;
    background: url("../images/logo.png") no-repeat;
    background-size: 100%;
}
#menu ul a:nth-child(2) {
    margin-top: 40px;
    margin-left: 70px;
    background: url("../images/fb-btn.png") no-repeat;
    background-size: 100%;
}
#menu ul a:nth-child(3) {
    margin-top: 40px;
    margin-left: 30px;
    background: url("../images/cafe-btn.png") no-repeat;
    background-size: 100%;
}

#menu ul a:nth-child(4) {
    margin-top: 40px;
    margin-left: 30px;
    background: url("../images/youtube-btn.png") no-repeat;
    background-size: 100%;
}
#menu ul a:nth-child(5) {
    margin-top: 40px;
    margin-left: 30px;
    width: 156px;
    height: 116px;
    background: url("../images/game-btn.png") no-repeat;
    background-size: 100%;
}
.wrap{
    width: 100%;
    position: relative;
    background: url("../images/bg.jpg") no-repeat center top;
    background-size: 100%;
}
.header-download-wrapper a{
    width: 237px;
    height: 77px;
    position: absolute;
    left: 410px;
    top: -10px;
}
.swiper-wrapper .swiper-slide.page1{
    margin: 0 auto;
    /* max-width: 720px;
    min-width: 720px; */
    /* overflow: hidden; */
    position: relative;
    background: url(../images/bg_1.jpg) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
.swiper-wrapper .swiper-slide.page2{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../images/bg_2.jpg) no-repeat center;
    background-size: 100%;
}
.swiper-wrapper .swiper-slide.page3{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../images/bg_3.jpg) no-repeat center;
    background-size: 100%;
}
.swiper-wrapper .swiper-slide.page4{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../images/bg_4.jpg) no-repeat center;
    background-size: 100%;
}
.main-swiper-container.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.main-swiper-container.swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-size: cover;
}
.main-swiper-container.swiper-container .swiper-wrapper .header,
.main-swiper-container.swiper-container .swiper-wrapper .footer {
    height: 45px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*第一屏*/
.topic{
    position: relative;
    width: 100%;
    height: 100%;
}
.topic .btn-video{
    width: 234px;
    height: 235px;
    position: absolute;
    bottom: 190px;
    right: 220px;
}
.topic .down-gp a,
.topic .down-iOS a,
.topic .down-one a,
.topic .down-gs a{
    width: 243px;
    height: 73px;
    position: absolute;
}
.topic .down-gp a{
    background: url("../images/google_store.png") no-repeat;
    background-size: 100%;
    bottom: 145px;
    left: 100px;
}
.topic .down-iOS a{
    background: url("../images/app_store.png") no-repeat;
    background-size: 100%;
    bottom: 145px;
    left: 400px;
}
.topic .down-one a{
    background: url("../images/one_store.png") no-repeat;
    background-size: 100%;
    bottom: 50px;
    left: 100px;
}
.topic .down-gs a{
    background: url("../images/galaxy_store.png") no-repeat;
    background-size: 100%;
    bottom: 50px;
    left: 400px;
}
/*资讯栏*/
.infor{
    position: relative;
    width: 100%;
    height: 100%;
}
.infor .title {
    width: 363px;
    height: 151px;
    /* margin: 50px auto 0; */
    z-index: 1;
    position: absolute;
    top: 160px;
    left: 180px;
}
.infor .infor-content {
    width: 666px;
    height: 823px;
    background: url("../images/infor-bg.png") no-repeat;
    background-size: 100%;
    /* margin: 10px auto; */
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
}

/*轮播*/
.carousel{
    width: 595px;
    height: 335px;
    margin: 0 auto;
    padding-top: 30px;
}
.carousel-swiper-pagination{
    bottom: 10px;
    right: 10px;
}
.carousel-swiper-pagination .swiper-pagination-bullet{
    width: 26px;
    height: 26px;
    margin: 0 2px;
    background: url("../images/banner-btn.png");
    background-size: 100%;
    border-radius: 0;
    opacity: 1;
}
.carousel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url("../images/banner-btn-active.png");
    background-size: 100%;
}
/*tab切换*/
.tab{
    overflow: hidden;
    box-sizing: border-box;
    width: 680px;
    height: 565px;
    position: relative;
    margin-left: -10px;
    margin-top: 25px;
}
.tab_list {
    padding: 20px 13px;
    overflow: hidden;
}
.tab_list ul{
    float: left;
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.tab_list ul li{
    list-style: none;
    border-bottom: 0.01rem solid #502921;
    height: 43px;
    line-height: 38px;
}
.tab_list ul li a{
    display: block;
    font-size: 26px;
    color: #ae734e;
    margin-top: 10px;
}
.tab_list ul li a:hover{

}
.tab_icon {
    letter-spacing: 2px;
    font-weight: 600;
    float: left;
    margin-right: 5px;
    background: linear-gradient(#d0945a,#a7724b);
    color: #ffffff;
    padding: 0 5px;
}
.tab_title{
    float: left;
    width: 315px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 15px;
}
.tab_date {
    float: right;
    text-align: right;
}
.pws_tabs_container,
.pws_tabs_controll a {
    font-size: 16px;
}
.pws_tabs_container {
    padding: 0 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pws_tabs_container ul.pws_tabs_controll {
    list-style: none;
    padding: 0;
    margin-left: 15px;
    border-bottom: 2px solid #8f5c3f;
}
.pws_tabs_container ul.pws_tabs_controll li {
    display: inline-block;
    margin-right: 30px;
}
.pws_tabs_container ul.pws_tabs_controll li a {
    display: block;
    line-height: 54px;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    margin-bottom: -3px;
    font-weight: 700;
}
.pws_tabs_container ul.pws_tabs_controll li:last-child a {
    border-right: 0;
}
.pws_tabs_container ul.pws_tabs_controll li a i {
    margin-right: 8px;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
    margin-right: 0;
    margin-left: 0;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
    color: #5d2f19;
    background: linear-gradient(#fbb664,#a74a17);
    margin-bottom: 6px;
    padding: 0 10px;
}
.btn-more{
    width: 100px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
}
.pws_tabs_list {
    /*height: 2rem;*/
    display: block;
    transition: all .3s ease-in-out .3s;
    overflow: hidden;
    position: relative;
}
.pws_tab_single {
    display: block;
    transition: all .3s ease-in-out;
}
.title{
    height: 74px;
}
.title img{
    width: auto;
    height: 100%;
}
/*视频*/
.video{
    padding-bottom: 165px;
    overflow: hidden;
    font-size: 0;
}
.video-info{
    width: 651px;
    height: 386px;
    margin: 30px auto 160px;
    position: relative;
    background: url("../images/video-bg.png") no-repeat;
    background-size: 100%;
}
.video-swiper{
    width: 633px;
    height: 369px;
    padding-top: 8px;
    margin-left: 9px;
}
.video-swiper .swiper-slide h2{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 35px;
    color: #f7f8f9;
    z-index: 2;
}
.video-swiper .swiper-slide .play{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-swiper .swiper-slide .youtube{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
}
.video-swiper-pagination{
    width: 591px;
    height: 168px;
    margin: auto;
    position: relative;
    bottom: 0;
}
.video-swiper-pagination .swiper-slide{
    margin-top: 50px;
}
.video-swiper-pagination .swiper-slide span{
    width: 187px;
    height: 114px;
    position: relative;
    opacity: 1;
    display: block;
    border-radius: 0;
}
.video-swiper-pagination .swiper-slide.swiper-slide-active span:after{
    content: '';
    width: 197px;
    height: 134px;
    position: relative;
    left: -5px;
    top: -16px;
    background: url("../images/video-s-active.png") no-repeat;
    background-size: 100%;
    display: block;
    z-index: -1;
}
.video-swiper-pagination .swiper-slide .swiper-slide-1{
    background: url("../images/video-s-1.png") no-repeat;
    background-size: 100%;
}
.video-swiper-pagination .swiper-slide .swiper-slide-2{
    background: url("../images/video-s-2.png") no-repeat;
    background-size: 100%;
}
.video-swiper-pagination .swiper-slide .swiper-slide-3{
    background: url("../images/video-s-3.png") no-repeat;
    background-size: 100%;
}
.video-swiper-button-prev{
    width: 22px;
    height: 45px;
    position: absolute;
    top: 500px;
    left: -5px;
    background: url("../images/video-btn.png") no-repeat;
    background-size: 100%;
}
.video-swiper-button-next{
    width: 22px;
    height: 45px;
    position: absolute;
    top: 500px;
    right: -5px;
    background: url("../images/video-btn.png") no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*角色介绍*/
.role{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.role .title {
    width: 277px;
    height: 151px;
    position: absolute;
    z-index: 1;
    left: 230px;
    top: 80px;
}
.role-info{
    position: relative;
}
.role-swiper{
    width: 720px;
    height: 1436px;
}
.role-swiper .swiper-wrapper{
    /* margin-left: -5px; */
}
.role-swiper .swiper-slide img{
    width: 100%;
}
.role-swiper .swiper-slide .role-pic{
    width: 720px;
    position: relative;
    z-index: 1;
}
.role-swiper .swiper-slide .role-pic .swiper-info {
    position: absolute;
    bottom: 40px;
}
.role-int-info{
    width: 720px;
    /* height: 1436px; */
    position: absolute;
    bottom:-130px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
}
.role-swiper-pagination{
    width: 644px;
    height: 560px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}
.role-swiper-pagination .swiper-pagination-bullet{
    width: 114px;
    height: 114px;
    float: left;
    border-radius: 0;
    opacity: 1;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 131px;
    height: 131px;
}
.role-swiper-pagination .swiper-pagination-bullet:first-child{
    background: url(../images/role-s-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 121px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child{
    background: url(../images/role-s-1-active.png) no-repeat;
    background-size: 100%;
    margin-top: -10px;
    margin-left: -7.5px;
}
/* .role-swiper-pagination .swiper-pagination-bullet:nth-child(2){
    background: url("../images/role-s-2.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 185px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2){
    background: url(../images/role-s-2-active.png) no-repeat;
    background-size: 100%;
    margin-top: -10px;
    margin-left: -10px;
} */
.role-swiper-pagination .swiper-pagination-bullet:nth-child(2){
    background: url(../images/role-s-3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 263.5px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2){
    background: url(../images/role-s-3-active.png) no-repeat;
    background-size: 100%;
    margin-top: -10px;
    margin-left: -8px;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(3){
    background: url(../images/role-s-4.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 405px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3){
    background: url(../images/role-s-4-active.png) no-repeat;
    background-size: 100%;
    margin-top: -10px;
    margin-left: -8px;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(4){
    background: url(../images/role-s-5.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 52px;
    top: 110px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4){
    background: url(../images/role-s-5-active.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 43px;
    top: 100px;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(5){
    background: url(../images/role-s-6.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 191px;
    top: 110px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5){
    background: url(../images/role-s-6-active.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 183px;
    top: 100px;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(6){
    background: url(../images/role-s-7.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 335px;
    top: 110px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6){
    background: url(../images/role-s-7-active.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 326px;
    top: 100px;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(7){
    background: url(../images/role-s-8.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 477px;
    top: 110px;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7){
    background: url(../images/role-s-8-active.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 469px;
    top: 100px;
}
.role-swiper-button-prev{
    width: 32px;
    height: 67px;
    position: absolute;
    top: 458px;
    left: 20px;
    background: url(../images/role-btn-prev.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    cursor: pointer;
}
.role-swiper-button-next{
    width: 32px;
    height: 67px;
    position: absolute;
    top: 458px;
    right: 20px;
    background: url(../images/role-btn-next.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    cursor: pointer;
}
/* 視聽大賞 */
.videos-list{
    position: relative;
    /* height: 1130px; */
    margin-top: 120px;
}
.videos-list .title {
    width: 650px;
    height: 169px;
    margin: 0 auto;
}
.videos-list .videos-wrapper {
    width: 678px;
    height: 483px;
    background: url(../images/videos-wrapper-bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: 50px;
    margin: 0 auto;
}
.videos-wrapper .videos-inner {
    width: 634px;
    height: 431px;
    position: relative;
    top: 58px;
    left: 21px;
}
.videos-inner iframe{
    z-index: 1;
}
.videos-wrapper img {
    width: 631px;
    height: 428px;
    margin-top: 41px;
    margin-left: 23px;
    cursor: pointer;
}
.videos-sidebar {
    position: relative;
    width: 675px;
    height: 648px;
    background: url(../images/sidebar-bg.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    top: 65px;
}
.videos-sidebar .videos-content {
    position: absolute;
    width: 300px;
    height: 430px;
    overflow: hidden;
    overflow-y: scroll;
    left: 359px;
    top: 110px;
}
.videos-sidebar ul li {
    background: url(../images/videos-slidebar-bg.png) no-repeat;
    background-size: 100%;
    width: 278px;
    height: 199px;
    cursor: pointer;
    margin-top: 20px;
}
.videos-sidebar ul li img {
    width: 269px;
    height: 181px;
    opacity: 0.5;
    margin-top: 12px;
    margin-left: 4.5px;
}
.videos-sidebar ul li img.active {
    width: 269px;
    height: 181px;
    opacity: 1;
    margin-top: 12px;
    margin-left: 4.5px;
}
/* 游戏介绍 */
.intro{
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
}
.intro .title {
    width: 360px;
    height: 147px;
    z-index: 1;
    position: absolute;
    top: 195px;
    left: 180px;
}
.intro-info {
    width: 66px;
    height: 425px;
    margin: 0 auto;
    position: relative;
    margin-top: 90px;
}
.intro-info{
    width: 597px;
    height: 451px;
    position: absolute;
    left: 60px;
    top: 330px;
}
.intro-swiper{
    height: 451px;
    margin: auto;
}
.intro-swiper .swiper-slide img{
    width: 100%;
}
.intro-swiper .swiper-slide .intro-pic{
    width: 597px;
    z-index: 1;
    margin: 0 auto;
}
.intro-swiper .swiper-slide .intro-screen{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.intro-swiper-button-prev{
    width: 27px;
    height: 56px;
    position: absolute;
    top: 180px;
    left: -50px;
    background: url(../images/intro-btn-prev.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}
.intro-swiper-button-next{
    width: 27px;
    height: 56px;
    position: absolute;
    top: 180px;
    right: -50px;
    background: url("../images/intro-btn-next.png") no-repeat;
    background-size: 100%;
    z-index: 1;
}
.intro-swiper-pagination{
    display: flex;
    margin-top: 35px;
    margin-left: 155px;
}
.intro-swiper-pagination .swiper-pagination-bullet{
    width: 27px;
    height: 26px;
    background: url("../images/intro-s.png") no-repeat;
    background-size: 100%;
    border-radius: 0;
    opacity: 1;
    margin: 0 15px;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(1){
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(2){
    left: 50px;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(3){
    left: 100px;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(4){
    left: 150px;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(5){
    left: 200px;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(6){
    left: 250px;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(7){
    left: 300px;
}
.intro-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 27px;
    height: 26px;
    background-image: url("../images/intro-s-active.png");
    /* margin-top: -6px; */
}
.role .role-info .back-btn {
    text-align: center;
    margin-top: 50px;
}
/*游戏特色*/
.feature{
    padding-bottom: 100px;
    overflow: hidden;
    font-size: 0;
}
.feature .title {
    text-align: right;
    height: 107px;
}
.feature .title img {
    width: 619px;
    height: 107px;
}
.feature-info{
    width: 720px;
    height: 504px;
    margin-top: 37px;
    background: url("../images/feature-bg.png") no-repeat center bottom;
    background-size: 100%;
}
.feature-swiper{
    width: 694px;
    height: 417px;
    margin: auto;
}
.feature-swiper .swiper-slide img{
    width: 100%;
}
.feature-swiper .swiper-slide .feature-pic{
    width: 694px;
    position: absolute;
    z-index: 1;
}
.feature-swiper .swiper-slide .feature-screen{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.feature-swiper-pagination{
    margin-top: 48px;
    position: relative;
}
.feature-swiper-pagination .swiper-pagination-bullet{
    width: 47px;
    height: 47px;
    margin: 0 10px;
    background: url("../images/feature-s.png") no-repeat;
    background-size: 100%;
    border-radius: 0;
    opacity: 1;
}
.feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url("../images/feature-s-active.png") no-repeat;
    background-size: 100%;
}
/*footer*/
.footer{
    width: 100%;
    padding: 20px 0;
    background: #100506;
}
.footer .cont{
    margin: 0 auto;
    line-height: 0;
    text-align: center;
}
.copyright,.logo-game,.copyright img,.copyright p{
    display: inline-block;
    vertical-align: baseline;
}
.logo-game {
    width: 190px;
    height: 37px;
    background: url(../images/logo-game.png) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    margin-right: 20px;
}
.logo-game img{
    width: 288px;
    margin-top: -20px;
}
.logo-game .company-game{
    font-size: 12px;
    color: #cccccc;
    margin-left: -30px;
    margin-top: -15px;
}
.copyright img{
    width: 76px;
}
.copyright p {
    line-height: 32px;
    font-size: 18px;
    color: #979798;
    text-align: left;
    margin-left: 20px;
}
.copyright p > a{
    color: #cccccc;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin: 0 5px;
}
/*弹出视频*/
.video_mask{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index: 100;
}
.pop-video-wrapper{
    width: 704px;
    height: 523px;
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /* background: url("../images/video-bg.png") no-repeat;
    background-size: 100%; */
}
.pop-video-wrapper .pop-videos-inner {
    width: 614px;
    height: 345px;
    position: absolute;
    top: 66px;
    left: 45px;
}
.close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 40px;
    background: url("../images/btn-close.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 101;
}
/*二级页*/
#wrapper{
    width: 100%;
    height: 100%;
    background: url(../images/bg_5.jpg) no-repeat;
    background-size: cover;  
}
#wrapper .footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content{
    position: relative;
    border-radius: 20px;
    background: url(../images/content-bg.png) no-repeat;
    background-size: 100%;
    width: 666px;
    height: 753px;
    top: 250px;
    margin: 0 auto;
}
.content-header{
    margin: 0 30px;
    line-height: 40px;
    font-size: 20px;
    text-indent: 16px;
    position: relative;
    border-bottom: 2px solid #8f5c3f;
    padding-top: 35px;
}
.content-header-title{
    width: 100px;
    color: #5d2f19;
    background: linear-gradient(#fbb664,#a74a17);
    margin-bottom: 6px;
}
.goBack{
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}
.content-main{
    /* padding: 20px 0 0; */
    position: relative;
}
.content-main-tab{
    width: 545px;
    height: 70px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #B2947B;
    padding-top: 5px;
}
.content-main-tab-item{
    width: 170px;
    margin-top: 3px;
    line-height: 6px;
    font-size: 36px;
    text-align: center;
    float: left;
    z-index: 99;
}
.content-main-tab-item:nth-of-type(1), .content-main-tab-item:nth-of-type(2) {
    border-right: 0;
}
.content-main-tab-item:first-child{
    margin-left: 18px;
}
.content-main-tab-item.active,.content-main-tab-item:hover{
    color: #fff;
    background-image: -webkit-linear-gradient(top,#AB8459,#855C3F);
}
.content-main-tab-item a.active{
    display: block;
    color: #FFCF83;
}
.content-main-tab-item a{
    display: block;
    color: #885E32;
}
.content-main-tab-item a img{
    width: auto;
    height: 21px;
    margin-right: 10px;
    vertical-align: unset;
}
.content-main-list{
    min-height: 600px;
    margin: 15px 8px 0;
    clear: both;
    padding: 0 23px;
}
.content-main-list-item{
    line-height: 65px;
    border-bottom: 1px solid #3c2b16;
    overflow: hidden;
}
.content-main-list-item a{
    font-size: 23px;
    color: #ae734e;
}
.content-main-list-item a:hover{
    /*font-weight: 700;*/
}
.content-main-list-item_icon{
    float: left;
    width: 96px;
    height: 40px;
    margin: 10px 10px 0 10px;
    background-image: -webkit-linear-gradient(top,#AB8459,#855C3F);
    display: inline-block;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.content-main-list-item_title{
    float: left;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-main-list-item_date{
    float: right;
    margin-right: 15px;
    text-align: right;
}
.content-main-page{
    position: relative;
    top: -025px;
}
.content-main-page-list{
    font-size: 25px;
    color: #ffffff;
    text-align: center;
}
.content-main-page-list li {
    display: inline-block;
    margin: 0 15px;
}
.content-main-page-list .pagination li.active a {
    text-decoration: underline;
    color: #ffffff;
}
.content-main-page-list a{
    display: inline-block;
    color: #ffffff;
}
.content-main-page-list a:hover{
    text-decoration: underline;
}
#pageNow{
    text-decoration: underline;
}
#prevPageNow,#nextPage{
    font-family: '微软雅黑';
}
.content-main-inner{
    width: 620px;
    max-height: 580px;
    margin: 30px auto;
    overflow: hidden;
    overflow-y: scroll;
}
.content-main-title{
    font-size: 24px;
    color: #eba16f;
    text-align: center;
}
.content-main-time{
    line-height: 30px;
    font-size: 24px;
    color: #eba16f;
    text-align: center;
    margin-top: 10px;
}
.content-main-ctn{
    margin-top: 10px;
    font-size: 24px;
    color: #ffe1b7;
    word-break: break-word;
    padding: 0 15px;
}
.content-main-ctn img{
    max-width: 100%;
    margin: auto;
    display: block;
}
/* 缩放动画 */
.zoom {
    -webkit-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}