@charset "utf-8";
html {
    min-width: 1260px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family:'fz';
    background-color: #141516;
    overflow-x: hidden;
}
@font-face {
    font-family:fz;
    src: url('https://games.wanmei.com/font-family/FZLTHJW.TTF');
}
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

area {
    outline: none;
}

img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

a {
    font-family:'fz';
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

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

.clearfix {
    zoom: 1;
}
/*浮窗*/
.fbh_float{
   width: 283px;
   height: 260px;
   background: url(../images/index2103/fbh_float.png) no-repeat;
   position: fixed;
   top: 200px;
   right: 34px;
   z-index: 200;
   display: none;
}
.fbh_float span{
    width: 113px;
    height: 103px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.fbh_float a{
   width: 195px;
   height: 199px;
   position: absolute;
   bottom: 0;
   right: 23px;
}

/* pop_video */

.pop_fixed {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
}

.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%;
}

.pop_video_cont.nvshenv video {
    width: 820px;
    height: 460px;
}

.close_video {
    position: absolute;
    top: 0px;
    right: -48px;
    width: 40px;
    height: 40px;
    background: url(../images/close.jpg) no-repeat 0 0;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
}

.close_video:hover {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
}

.bg {
    width: 100%;
    min-height: 638px;
    padding-bottom: 50px;
    background: url(../images/index2103/bg34.jpg) center bottom no-repeat;
    position: relative;
}

.top_box {
    width: 1920px;
    height: 120px;
    background: url(../images/index2103/nav_bg.png) center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 50;
}

.top_box_wrap {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}


/*游戏列表*/

.top_box .games_list {
    width: 100%;
    height: 575px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 120px;
    left: 0;
    display: none;
    z-index: 10;
}

.games_list .bottom_all_wrap {
    width: 1220px;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
}

.col_game {
    float: left;
    width: 161px;
    /*height: 345px;*/
    /*border-right: 1px solid #474747;*/
    position: relative;
}

.col_game .tab_line {
    width: 1px;
    height: 304px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50px;
    right: 12px;
}

.bottom_all_wrap .col_2,
.bottom_all_wrap .col_3 {
    width: 284px;
}

.bottom_all_wrap .col_6 {
    border: 0;
}

.game_type {
    height: 24px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    padding-left: 8px;
    border-left: 2px solid #b81d25;
    letter-spacing: 5px;
}

.w160 {
    float: left;
    width: 140px;
    padding-left: 10px;
}

.w120 {
    float: left;
    width: 110px;
    padding-left: 10px;
}

.h156 {
    margin-bottom: 10px;
    padding-left: 10px;
}

.col_game a {
    display: block;
    width: 135px;
    height: 34px;
    font-size: 14px;
    color: #999;
}

.col_game a:hover {
    color: #e12e2e;
}


/*自助服务列表*/

.helps_slide {
    width: 130px;
    height: 180px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 120px;
    left: 794px;
    display: none;
    z-index: 10;
}

.helps_slide a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.helps_slide a:hover {
    color: #e12e2e;
}

.top_logo {
    width: 370px;
    position: absolute;
    top: 57px;
    left: 0;
}

.top_nav_ul {
    width: 940px;
    height: 76px;
    position: absolute;
    top: 43px;
    left: 498px;
}

.top_nav_ul li {
    float: left;
    width: 128px;
    margin: 0 8px;
}

.top_nav_ul li:hover {
    background: url(../images/index2103/nav_active.png) center bottom no-repeat;
}

.top_nav_ul li.on {
    background: url(../images/index2103/nav_active.png) center bottom no-repeat;
}

.top_nav_ul li a {
    display: inline-block;
    width: 128px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.top_nav_ul li a.home {
    cursor: default;
}

.box1 {
    width: 100%;
    height: 930px;
    position: relative;
    z-index: 2;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.slogan {
    width: 366px;
    height: 94px;
    background: url(../images/index2103/slogan.png) no-repeat;
    position: absolute;
    top: 186px;
    left: 50%;
    margin-left: -183px;
    display: none;
}

.video_box {
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.video_box video {
    width: 100%;
}

.video_mask {
    width: 1920px;
    height: 1320px;
    background: url(../images/index2103/video_mask.png) no-repeat;
    position: absolute;
    top: 364px;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.play_btn {
    display: block;
    width: 81px;
    height: 93px;
    background: url(../images/btn-play.png) no-repeat;
    position: absolute;
    top: 328px;
    left: 50%;
    margin-left: -41px;
    opacity: .7;
}

.hot_box {
    width: 1308px;
    position: absolute;
    top: 650px;
    left: 50%;
    margin-left: -654px;
}

.hot_box ul li {
    width: 231px;
    height: 235px;
    margin: 0 7px;
    float: left;
    list-style: none
}

.hot_box ul li img {
    width: 231px;
    height: 235px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease .3s;
    transition: all ease .5s;
}

.hot_box ul li img:hover {
    -webkit-transform: scale(2);
    transform: scale(2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.box1 .line {
    width: 553px;
    height: 9px;
    background: url(../images/index2103/line.png) no-repeat;
    position: absolute;
    top: 918px;
    left: 50%;
    margin-left: -276px;
}


/*新闻动态*/

.news_box {
    width: 100%;
    height: 554px;
    margin-top: 64px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.news_box .title1 {
    width: 247px;
    height: 63px;
    background: url(../images/index2103/title10.png) no-repeat;
}

.news_more {
    display: block;
    width: 89px;
    height: 29px;
    background: url(../images/index2103/more_btn.png) no-repeat;
    position: absolute;
    top: 35px;
    right: 62px;
    display: none;
}

.news_more:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/more_btn_on.png);
    opacity: 0;
    transition: .8s;
}

.news_more:hover:after {
    opacity: 1;
}

.cv_swiper {
    float: left;
    width: 468px;
    height: 443px;
    margin-top: 50px;
    margin-right: 24px;
    z-index: 10;
    position: relative;
}

.cv_swiper .swiper-slide {
    width: 464px;
    height: 88px;
    margin-bottom: 12px;
    /*padding: 13px 28px 0 25px;*/
    background: url(../images/index2103/tab_bg.png) left center no-repeat;
    position: relative;
    cursor: default;
}


/*.cv_swiper .swiper-slide.swiper-slide-thumb-active {
    background: url(../images/index2103/tab_bg_on.png) no-repeat;
}*/

.cv_swiper .swiper-slide.swiper-slide-active {
    background: url(../images/index2103/tab_bg_on.png) no-repeat;
}

.cv_swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cv_tab {
    position: absolute;
    right: 0;
    width: 770px;
    height: 441px;
    margin-top: 45px;
}

.cv_tab li {
    width: 100%;
    height: 441px;
    position: relative;
    display: none;
}

.cv_tab li.on {
    animation: opa .5s ease-in-out both;
    -webkit-animation: opa .5s ease-in-out both;
    display: block;
}

@-webkit-keyframes opa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cv_swiper .swiper-slide .games_icon {
    width: 72px;
    float: left;
    margin: 16px 28px 0 25px;
}

.cv_swiper .swiper-slide.swiper-slide-active .games_icon {
    margin-top: 8px;
}

.cv_swiper .swiper-slide.swiper-slide-active .des_box .tit {
    margin-top: 8px;
}

.cv_swiper .swiper-slide .des_box {
    width: 250px;
    float: left;
}

.des_box .tit {
    margin-top: 15px;
    margin-bottom: 2px;
    line-height: 20px;
    font-size: 16px;
    color: #959595;
}

.des_box .des {
    font-size: 12px;
    color: #c0c0c0;
}


/*品牌业务*/

.brand_box {
    width: 100%;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.brand_box .title2 {
    width: 247px;
    height: 63px;
    background: url(../images/index2103/title2.png) no-repeat;
    position: relative;
    z-index: 2;
}

.brand_more {
    display: block;
    width: 76px;
    height: 65px;
    background: url(../images/index2103/brand_more.png) no-repeat;
    position: absolute;
    top: 262px;
    right: 0px;
    cursor: default;
    /*-webkit-animation: screennext 2s ease-in-out infinite;
    animation: screennext 2s ease-in-out infinite;*/
}

.brand_list {
    margin-top: 50px;
}
.brand_list ul{
    width: 962px;
    margin: 0 auto;
    overflow: hidden;
}

.brand_list ul li {
    width: 240px;
    height: 374px;
    float: left;
    margin-right: -1px;
    position: relative;
}

.brand_list ul .brand1 {
    background: url(../images/index2103/brand1.png) no-repeat;
}

.brand_list ul .brand2 {
    background: url(../images/index2103/brand2.png) no-repeat;
}

.brand_list ul .brand3 {
    background: url(../images/index2103/brand3.png) no-repeat;
}

.brand_list ul .brand4 {
    background: url(../images/index2103/brand4.png) no-repeat;
}

.brand_list ul .brand5 {
    background: url(../images/index2103/brand5.png) no-repeat;
}

.brand_list ul .brand1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/brand1_on.png) no-repeat;
    opacity: 0;
    transition: .6s;
}

.brand_list ul .brand1:hover:after {
    opacity: 1;
}

.brand_list ul .brand2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/brand2_on.png) no-repeat;
    opacity: 0;
    transition: .6s;
}

.brand_list ul .brand2:hover:after {
    opacity: 1;
}

.brand_list ul .brand3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/brand3_on.png) no-repeat;
    opacity: 0;
    transition: .6s;
}

.brand_list ul .brand3:hover:after {
    opacity: 1;
}

.brand_list ul .brand4:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/brand4_on.png) no-repeat;
    opacity: 0;
    transition: .6s;
}

.brand_list ul .brand4:hover:after {
    opacity: 1;
}

.brand_list ul .brand5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/brand5_on.png) no-repeat;
    opacity: 0;
    transition: .6s;
}

.brand_list ul .brand5:hover:after {
    opacity: 1;
}

.brand_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/*新游推荐*/

.newgame_box {
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.newgame_box .title3 {
    width: 247px;
    height: 63px;
    background: url(../images/index2103/title11.png) no-repeat;
}

.screen_swiper {
    position: absolute;
    right: 0;
    width: 770px;
    height: 441px;
    margin-top: 45px;
}

.screen_swiper .swiper-container {
    margin: 0 auto;
    width: 770px;
    height: 441px;
}

.screen_swiper .swiper-button-prev {
    left: 0px;
    width: 32px;
    height: 32px;
    margin-top: 20px;
    background: url(../images/index2103/prev_btn.png) no-repeat 0 0;
    -webkit-animation: screenprev 2s ease-in-out infinite;
    animation: screenprev 2s ease-in-out infinite;
}

.screen_swiper .swiper-button-next {
    right: 0px;
    width: 32px;
    height: 32px;
    margin-top: 20px;
    background: url(../images/index2103/next_btn.png) no-repeat 0 0;
    -webkit-animation: screennext 2s ease-in-out infinite;
    animation: screennext 2s ease-in-out infinite;
}

.screen_swiper .swiper-pagination {
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.screen_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 11px;
    background: url(../images/index2103/bullet.png) no-repeat 0 0;
    opacity: 1;
}

.screen_swiper .swiper-pagination-bullet-active {
    background: url(../images/index2103/bullet_on.png) no-repeat 0 0;
}

.screen_swiper .swiper-slide a {
    display: block;
    width: 1074px;
    height: 468px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.kuang {
    width: 818px;
    height: 468px;
    background: url(../images/index2103/kuang.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 5;
}

.screen_swiper .newgame_info {
    width: 1024px;
    height: 119px;
    padding: 20px 0 0 50px;
    /*background-color: rgba(0,0,0,0.5);*/
    background: url(../images/index2103/newgame_mask.png) top left no-repeat;
    position: absolute;
    bottom: 16px;
    left: 0;
}

.screen_swiper .newgame_info h3 {
    font-size: 22px;
    color: #f5f5f5;
    margin-bottom: 15px;
}

.screen_swiper .newgame_info p {
    width: 208px;
    font-size: 14px;
    color: #9e9e9e;
}

.newgame_list {
    width: 1108px;
    height: 328px;
    margin: 0 auto;
    margin-top: 45px;
    position: relative;
}

.newgame_list ul {
    width: 1108px;
    height: 342px;
    margin: 0 auto;
    overflow: hidden;
}

.newgame_list ul li {
    float: left;
    width: 509px;
    height: 139px;
    padding: 11px 0 0 11px;
    margin: 13px 17px;
    background: url(../images/index2103/game_list_bg.png) no-repeat;
    position: relative;
}


/*.change_more {
    display: block;
    width: 72px;
    height: 14px;
    background: url(../images/index2103/change_btn.png) no-repeat;
    position: absolute;
    top: -20px;
    right: 34px;

}*/

.change_btn:hover span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.change_btn span {
    display: block;
    width: 9px;
    height: 14px;
    background: url(../images/index2103/arrow_icon2.png) no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.newgame_list .newgame_icon {
    float: left;
    width: 128px;
    height: 128px;
}

.newgame_list .newgame_txt {
    width: 212px;
    float: left;
    margin-left: 33px;
}

.newgame_list .newgame_txt .tit {
    font-size: 24px;
    color: #f5f5f5;
    margin-top: 20px;
}

.newgame_list .newgame_txt .des {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 20px;
    margin-top: 26px;
}

.newgame_list .enter_btn {
    display: block;
    font-size: 18px;
    color: #f5f5f5;
    position: absolute;
    top: 36px;
    right: 48px;
    letter-spacing: 2px;
}

.newgame_list .enter_btn span {
    display: block;
    width: 18px;
    height: 12px;
    background: url(../images/index2103/arrow_icon.png) no-repeat;
    position: absolute;
    right: -25px;
    top: 7px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.newgame_list .enter_btn:hover span {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.newgame_list .yy_btn {
    display: block;
    width: 67px;
    height: 29px;
    background: url(../images/index2103/yy_btn.png) no-repeat;
    position: absolute;
    top: 96px;
    right: 22px;
}

.newgame_list .yy_btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/yy_btn_on.png);
    opacity: 0;
    transition: .8s;
}

.newgame_list .yy_btn:hover:after {
    opacity: 1;
}


/*features*/

.features {
    width: 1126px;
    margin: 0 auto;
    margin-top: 44px;
    position: relative;
}

.features .features-top {
    width: 1126px;
    height: 468px;
    margin-bottom: 20px;
}
.newgame_box .features-top a.link {
    display: block;
    width: 92px;
    height: 28px;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    color: #ff4848;
}
.features .features-top .swiper-slide {
    width: 1126px;
    height: 468px;
    overflow: hidden;
}

.features_left {
    width: 818px;
    height: 468px;
    float: left;
}

.features_right {
    width: 266px;
    height: 443px;
    padding: 25px 0 0 22px;
    float: right;
    background: url(../images/index2103/features_right.png) no-repeat;
}

.features_right .game_icon_box {
    width: 252px;
    height: 78px;
    margin-bottom: 28px;
    overflow: hidden;
}

.features_right .game_icon_box .game_icon {
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 14px;
}

.features_right .game_icon_box .game_icon_text {
    width: 172px;
    float: left;
}

.features_right .game_icon_box .game_icon_text h3 {
    font-size: 20px;
    color: #f5f5f5;
    margin: 2px 0 5px 0;
}

.features_right .game_icon_box .game_icon_text p {
    font-size: 14px;
    color: #ff4848;
}

.features_right .game_tab {
    width: 100%;
    height: 18px;
}

.features_right .game_tab span {
    display: inline-block;
    width: 48px;
    height: 16px;
    margin-right: 6px;
    color: #ff4848;
    line-height: 16px;
    border: 1px solid #ff4848;
    border-radius: 3px;
    text-align: center;
}

.features_right .game_info {
    width: 236px;
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 44px;
}

.features_right .yy_btn {
    display: block;
    width: 92px;
    height: 28px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #ff4848;
}
.features_right .game_close {
    display: block;
    width: 92px;
    height: 28px;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    color: #ff4848;
}

/*.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}*/

.features .features-thumbs {
    width: 1100px;
    height: 132px;
    margin: 0 auto;
    position: relative;
}

.features .features-thumbs .swiper-wrapper {
    width: 100%;
    height: 132px;
}

.features .features-thumbs .swiper-wrapper .swiper-slide {
    /*width: 210px!important;
    height: 128px!important;*/
    cursor: pointer;
    overflow: hidden;
}


/*.features .features-thumbs .swiper-wrapper .swiper-slide{
    width: 174px;
    margin: 0 5px;
}*/

.features .features-thumbs .swiper-wrapper .swiper-slide a {
    width: 170px;
    height: 96px;
    background: #000;
    margin: 0 auto;
    display: block;
    border: 2px solid #ff6574;
    overflow: hidden;
}

.features .features-thumbs .swiper-wrapper .swiper-slide a img {
    /* width: 100%; */
    height: 100%;
    opacity: .5;
}

.features .features-thumbs .swiper-wrapper .swiper-slide-thumb-active a img {
    opacity: 1;
}

.features .features-thumbs .swiper-button-next,
.features .features-thumbs .swiper-button-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 36px;
    margin: 0;
    outline: none;
    z-index: 5;
    text-indent: -999em;
}

.features .features-thumbs .swiper-button-prev {
    left: -56px;
    background: url(../images/index2103/prev_btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.features .features-thumbs .swiper-button-next {
    right: -56px;
    background: url(../images/index2103/next_btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}


/*热门游戏*/

.hot_games {
    width: 100%;
    margin-top: 130px;
    position: relative;
    overflow: hidden;
}

.hot_games .title4 {
    width: 247px;
    height: 63px;
    background: url(../images/index2103/title11.png) no-repeat;
}

.change_more {
    display: block;
    width: 89px;
    height: 29px;
    background: url(../images/index2103/more_btn.png) no-repeat;
    position: absolute;
    top: 40px;
    right: 54px;
}

.change_more:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/index2103/more_btn_on.png);
    opacity: 0;
    transition: .8s;
}

.change_more:hover:after {
    opacity: 1;
}

.hot_games .hot_games_list {
    width: 1218px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.hot_games .hot_games_list li {
    float: left;
    width: 390px;
    height: 423px;
    background: url(../images/index2103/hot_bg.png) no-repeat;
    margin: 0 16px 45px 0px;
}

.hot_games_list .hot_img {
    width: 390px;
    height: 289px;
    overflow: hidden;
}

.hot_games_list .hot_img img {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    width: 100%;
    height: 100%;
}

.hot_games_list li:hover .hot_img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.hot_info img {
    float: left;
    width: 95px;
    margin: 20px 0 0 20px;
}

.hot_info .hot_txt {
    width: 234px;
    float: left;
    margin-left: 32px;
}

.hot_info .hot_txt .tit {
    font-size: 18px;
    color: #f5f5f5;
    margin-top: 28px;
}

.hot_info .hot_txt .des {
    width: 206px;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 18px;
    margin-top: 10px;
}


/*底部游戏列表*/

.bottom_box .bottom_all_wrap {
    width: 1220px;
    margin: 0 auto;
    padding-top: 45px;
    padding-left: 90px;
    overflow: hidden;
}


/*官方社群*/

.offical_box {
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.offical_box .title5 {
    width: 247px;
    height: 63px;
    background: url(../images/index2103/title5.png) no-repeat;
}

.offical_list {
    width: 1026px;
    margin: 0 auto;
    margin-top: 72px;
}

.offical_list li {
    float: left;
    width: 246px;
    height: 246px;
    text-align: center;
    margin: 0 45px;
}

.offical_list li p {
    font-size: 24px;
    color: #fefefe;
    text-align: center;
    margin-top: 25px;
}


/* foot */

.foot_box {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #272a2c;
}

.foot_wrap {
    width: 1260px;
    height: 146px;
    margin: 0 auto;
    padding-top: 50px;
}

.bot_logo {
    float: left;
    width: 162px;
    margin-left: 240px;
}

.bot_right {
    float: right;
    width: 762px;
}

.bot_link {
    height: 30px;
}

.bot_link li {
    position: relative;
    float: left;
    height: 24px;
    padding: 0 12px;
    background: url(../images/index2103/common1711/line.png) right center no-repeat;
}

.bot_link li.noline {
    background: none
}

.bot_link li.p_l0 {
    padding-left: 0;
}

.bot_link li a {
    font: normal 14px/24px "微软雅黑";
    color: #888888;
}

.bot_link li a img {
    vertical-align: middle;
    margin-right: 4px;
}

.bot_link li a:hover {
    color: #cccccc;
}

.foot_copy {
    padding-top: 18px;
    font: normal 12px/20px "微软雅黑";
    color: #555;
}

@-webkit-keyframes screenprev {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(-10px, 0px, 0)
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes screenprev {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(-10px, 0px, 0)
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes screennext {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(20px, 0px, 0)
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes screennext {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(20px, 0px, 0)
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.head_15 {   width: 200px; z-index:9;float: left;margin-top: 20px;}
.head_15 a { background:#FFFBEC; border:double 1px #DA9658; font-size:12px; padding:3px 8px; border-radius:0.8em; transition:0.5s;width: 80px;color: red}
.head_15 a:hover { background:#FFE8E8;}

.head_16 {   width:100px;z-index:9;}
.head_16 a { background:#FFFBEC; border:double 1px #DA9658;font-size:12px; padding:3px 8px; border-radius:0.8em; transition:0.5s;width: 80px;}
.head_16 a:hover { background:#FFE8E8;}