@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 图片自适应 */
img {
    height: auto;
    width: auto \9; /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic; /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #555;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style-type: none;
    /*border-bottom: none !important;*/
    /*border-top: none !important;*/
    padding-left: 0;
}

input {
    outline: none;
}

table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr td, table tr th {
    text-align: center;
}

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

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: all .3s;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
}

input {
    font-family: 'Microsoft YaHei';
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.two-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.five-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:link, a:active, a:visited, a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/*首行缩进 2字符*/
.t-indent-2em {
    text-indent: 2em;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w33 {
    width: 33.333333%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}
.pd-20px{
    padding: 20px;
}
.pd-t-20px{
    padding-top: 20px;
}
.mt-20px {
    margin-top: 20px !important;
}

.mt-5px {
    margin-top: 5px !important;
}
.mt-10px {
    margin-top: 10px !important;
}
.mt-15px {
    margin-top: 15px !important;
}
.mb-20px {
    margin-bottom: 20px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.displayFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.wd340 {
    width: 340px;
    margin: auto;
}

.ff5555 {
    color: #ff5555 !important;
}

.bgfff {
    background: #fff;
}

.bg-2f97f7 {
    background: #2f97f7 !important;
}

.bg-ffae00 {
    background: #ffae00 !important;
}
.bg-f6c85b{
    background: #f6c85b !important;
}

.co-2dabff {
    color: #2dabff !important;
}

.co-ee5d58 {
    color: #ee5d58 !important;
}

.co-49d98d {
    color: #49d98d !important;
}

.co-ad53df {
    color: #ad53df !important;
}

.co-fb5d89 {
    color: #fb5d89 !important;
}

.co-32d3c3 {
    color: #32d3c3 !important;
}

.co-bd71e6 {
    color: #bd71e6 !important;
}

.co-fbb221 {
    color: #fbb221 !important;
}

.co-333333 {
    color: #333333 !important;
}

.co-999999 {
    color: #999999 !important;
}

.border-r-50 {
    border-radius: 50% !important;
}

.wrap {
    width: 100%;
    position: relative;
    background: #f7f7f7;
}

.index-wrap{
    background: #ffffff url("../images/index-wrap-bg.png") no-repeat center 190px;
    background-size: 100%;
}

.wd1200 {
    width: 1200px;
    margin: auto;
}
.wd790{
    width: 790px;
}
.wd380{
    width: 380px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt-30 {
    margin-top: 30px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.indent2em {
    text-indent: 2em;
}

.co-ec4b4b {
    color: #ec4b4b !important;
}

/*头部*/
.header {

}

.header-top {
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.header-top p {
    font-size: 13px;
    color: #b3b3b3;
}

.header-top a {
    font-size: 13px;
    color: #b3b3b3;
    margin: 0 5px;
}

.header-top a:hover {
    color: #3399ff;
}

.header-center {
    height: 100px;
    background: #ffffff;
}

.header-center-main {
    height: 100px;
}

/*logo*/
.logo a img {
    width: 184px;
    height: 56px;
}

/*搜索*/
.search {
    width: 400px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #3399ff;
    /*border-radius: 5px;*/
    padding-left: 17px;
    font-size: 14px;
    overflow: hidden;
}

.search img{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.search input {
    width: 260px;
}

.search span {
    width: 105px;
    height: 100%;
    line-height: 40px;
    background: #3399ff;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
}
.search button {
    width: 105px;
    height: 100%;
    line-height: 40px;
    background: #3399ff;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
    outline: none;
    border: none;
}




.header-bottom {
    height: 50px;
    background: #3399ff;
}

.menu {
    height: 50px;
    line-height: 50px;
    position: relative;
}

#menu-active{
    width: 131px;
    height: 65px;
    background: url("../images/menu-active-bg.png.png") no-repeat;
    position: absolute;
    top: -12px;
}
.menu ul{
    position: relative;
    z-index: 999;
}
.menu ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
}

.menu ul li {
    width: 131px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all 1s ease 0s;
    cursor: pointer;
}
/*.menu ul li:hover{*/
    /*height: 65px;*/
    /*background: url("../images/menu-active-bg.png.png") no-repeat center bottom;*/
    /*position: relative;*/
    /*top: -12px;*/
/*}*/
.menu ul li img{
    margin-right: 5px;
}

.menu ul li:hover a{
    color: #ffffff;
}


.menu ul li + li {
    /*margin-left: 30px;*/
}




/*头部推荐10个*/
.header-recommend{
}
.public-header-recommend>ul{
    width: 1100px;
}
.header-recommend>img{
    width: 32px;
    height: 109px;
    margin-right: 5px;
}

.header-recommend ul li a img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    margin: auto;
}

.header-recommend ul li p {
    justify-content: center;
    margin-top: 10px;
}

.header-recommend ul li p a {
    max-width: 100px;
    font-size: 14px;
    color: #333333;
}

.header-recommend ul li p a:hover {
    color: #3399ff;
}



/*游戏分类*/
.game-classification {
    line-height: 40px;
    text-align: center;
    color: #fffefe;
    font-size: 16px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.game-classification a {
    color: #fffefe;
}

.IOS-game-title ,
.Android-game-title {
    width: 47px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: left;
}


.game-classification-list a {
    width: 90px;
    position: relative;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.game-classification-list a:hover {
    color: #3399ff;
}


.game-classification-list {
    width: 1110px;
}


/*轮播图-右侧头条*/
.index-loop-headlines{
    align-items: flex-start;
}

/*轮播图*/
.index-loop{
    width: 790px;
}

.gallery-left{
    width: 200px;
    height: 350px;
    margin-left: 0;
    margin-right: 0;
}
.gallery-left .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 88px;
    background: #ecebeb;
    /*cursor: pointer;*/
}

.gallery-left .swiper-wrapper .swiper-slide{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    border-left: 4px solid transparent;
}
.gallery-left .swiper-wrapper .swiper-slide:hover{
    background: #fbfbfb;
    border-left: 4px solid #3399ff;
}
.loop-icon{
    width: 50px;
    height: 50px;
}
.loop-icon a{
    display: block;
}
.loop-icon a img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.loop-txt{
    width: 100px;
}
.loop-txt p:first-child a{
    color: #333333;
    font-size: 14px;
}
.loop-txt p:first-child a:hover{
    color: #3399ff;
}
.loop-txt p:last-child{
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
}

.gallery-left .swiper-wrapper .swiper-slide-active{
    background: #fbfbfb;
}
.gallery-left .swiper-wrapper .swiper-slide-active{
    border-left: 4px solid #3399ff;
}

.gallery-right{
    width: 590px;
    height: 350px;
    margin-left: 0;
    margin-right: 0;
}
.gallery-right img{
    width: 590px;
    height: 350px;
}

/*右侧头条*/
.index-headlines{
    width: 380px;
}

.index-headlines-top{
    background: #f5f5f5;
    padding-right: 10px;
}
.index-headlines-top>span{
    width: 74px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #ffffff;
    background: url("../images/index-headlines-top-bg.png") no-repeat;
}

.index-headlines-top>p{
    width: 285px;
}
.index-headlines-top>p>a{
    font-size: 16px;
    color: #3399ff;
}

.index-headlines-bottom{
    padding-right: 10px;
}
.index-headlines-bottom ul{
    border-left: 1px solid #eee;
}
.index-headlines-bottom ul li{
    position: relative;
}
.index-headlines-bottom ul li+li{
    margin-top: 16px;
}
.index-headlines-bottom ul li:before{
    position: relative;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #eee;
    left: -3.5px;
}
.index-headlines-bottom ul li a{
    width: 350px;
    font-size: 14px;
    color: #666666;
}
.index-headlines-bottom ul li:nth-child(4n+1){
    font-weight: bold;
}
.index-headlines-bottom ul li:nth-child(4n+1) a{
    color: #333;
}
.index-headlines-bottom ul li a:hover{
    color: #3399ff;
}
.index-headlines-bottom ul li:hover:before{
    background: #3399ff;
}


/*热游推荐-热门攻略-抢礼包*/
.index-box{
    align-items: flex-start;
    padding-bottom: 20px;
}
/*热游推荐*/
.h-g-recommend{
    width: 360px;
}

.h-g-recommend-top{
    width: 100%;
}
.h-g-recommend-top-img>a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.h-g-recommend-top-img a img{
    width: 360px;
    height: 145px;
}

.h-g-recommend-top-scope{
    width: 73px;
    height: 80px;
    position: absolute;
    right: 17px;
    top: 32px;
    text-align: center;
    line-height: 70px;
    background: url("../images/pingfen.png") no-repeat;
}
.h-g-recommend-top-scope span{
    font-size: 28px;
    color: #ff7519;
    font-weight: 600;
}
.h-g-recommend-top-scope label{
    font-size: 12px;
    color: #ff7519;
    margin-left: -2px;
}


.h-g-recommend-top-txt{
    background: #f7f7f7;
}

.h-g-recommend-top-txt p a{
    font-size: 16px;
    color: #333333;
}
.h-g-recommend-top-txt p a:hover{
    color: #3399ff;
}
.h-g-recommend-top-txt p span{
    font-size: 14px;
    color: #999999;
}
.h-g-recommend-top-txt p.three-txt-cut{
    min-height: 90px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}


.h-g-recommend-bottom{

}
.h-g-recommend-bottom ul li{
    margin-top: 20px;
}

.h-g-recommend-bottom ul li span{
    color: #999999;
    font-size: 14px;
}

.h-g-recommend-bottom ul li a{
    width: 180px;
    color: #333333;
    font-size: 14px;
    margin-left: 10px;
}
.h-g-recommend-bottom ul li a:hover{
    color: #3399ff;
}
.h-g-recommend-bottom ul li label{
    color: #999999;
    font-size: 14px;
}



/*热门攻略*/
.h-strategy{
    width: 420px;
}
.h-strategy-top ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.h-strategy-top-title a{
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.h-strategy-top-title a:hover{
    color: #3399ff;
    text-decoration: underline;
}
.h-strategy-top-img{
    position: relative;
    width: 160px;
    height: 105px;
}
.h-strategy-top-img a img{
    width: 160px;
    height: 105px;
}
.h-strategy-top-img:after{
    content: "";
    position: absolute;
    right: -5px;
    top: 5px;
    display: block;
    width: 8px;
    height: 95px;
    background: url("../images/photo-yuandian.png") no-repeat;
}

.h-strategy-top-text{
    width: 260px;
    height: 105px;
    padding: 7.5px 10px;
    background: #f7f7f7;
}
.h-strategy-top-text p{
    min-height: 90px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}


.h-strategy-bottom{

}

.h-strategy-bottom ul li{
    margin-top: 16px;
}
.h-strategy-bottom ul li a{
    display: block;
    width: 340px;
    color: #333333;
    font-size: 14px;
}
.h-strategy-bottom ul li a:hover{
    color: #3399ff;
}
.h-strategy-bottom ul li span{
    color: #999999;
    font-size: 14px;
}


/*抢礼包*/
.h-gift{
    width: 380px;
}
.h-gift-list{

}
.h-gift-list ul li{
    padding: 20px 0;
}
.h-gift-list1 ul li{
    padding: 17px 0 0;
}

.h-gift-list-icon a img{
    width: 150px;
    height: 75px;
}

.h-gift-list-txt{
    width: 220px;
}

.h-gift-list-txt p.displayFlex a{
    font-size: 16px;
    color: #333333;
}
.h-gift-list-txt p.displayFlex a:hover{
    color: #3399ff;
}

.h-gift-list-txt p.two-txt-cut{
    color: #999999;
    font-size: 14px;
    line-height: 28px;
}

.h-gift-list-down>a{
    display: block;
    width: 70px;
    height: 32px;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #3399ff;
    font-size: 14px;
    border: 1px solid #3399ff;
}
.h-gift-list-down>a:hover{
    color: #fff;
    background: #3399ff;
}



/*一周新游*/
.one-week-game{
    width: 100%;
    height: 274px;
    background: url("../images/one-week-game-bg.png")no-repeat;
    background-size: 100% 274px;
}
.one-week-game-main {
    padding: 30px 0;
}
.one-week-game-main-top{
    width: 1142px;
    height: 27px;
    margin: auto;
    background: url("../images/one-week-game-main-top-bg.png") no-repeat;
}

.one-week-game-main-bottom{
    background: #e7e7e7;
    padding: 2px;
}
.one-week-game-main-bottom ul{
    justify-content: flex-start;
}
.one-week-game-main-bottom ul li{
    background: #f2f8f9;

}
.one-week-game-main-bottom ul li>div{
    width: 100%;
    padding: 20px;
}
.one-week-game-main-bottom ul li+li{
    margin-left: 1px;
}

.one-week-game-main-bottom-icon a img{
    width: 91px;
    height: 91px;
    border-radius: 15px;
}

.one-week-game-main-bottom-txt{
    width: 0;
    overflow: hidden;
}

.one-week-game-main-bottom-txt p:first-child a{
    color: #45a7ff;
    font-size: 16px;
    font-weight: bold;
}

.one-week-game-main-bottom-txt p:nth-child(2){
    margin: 5px 0;
}
.one-week-game-main-bottom-txt p:nth-child(2) img{
    width: 96px;
    height: 15px;
}
.one-week-game-main-bottom-txt p:nth-child(3){
    color: #999999;
    font-size: 14px;
}
.one-week-game-main-bottom ul li.active{
    width: 272px;
}

.one-week-game-main-bottom ul li.active .one-week-game-main-bottom-txt{
    width: 128px;
    transition: all .3s;
}



/*手游下载-热门专辑*/

/*手游下载*/
.m-g-down{
    width: 910px;
}
.m-g-down-list ul{
    justify-content: flex-start;
}
.m-g-down-list ul li{
    width: 100px;
    margin-top: 20px;
    margin-left: 15px;
}
.m-g-down-list ul li:nth-child(8n+1){
    margin-left: 0;
}
.m-g-down-list ul li>a img{
    width: 85px;
    height: 85px;
    margin: auto;
    border-radius: 10px;
}
.m-g-down-list ul li p{
    margin: 10px 0;
}
.m-g-down-list ul li p a{
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 14px;
}
.m-g-down-list ul li p a:hover{
    color: #3399ff;
}

.m-g-down-list-down{
    display: block;
    margin: auto;
    width: 67px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    color: #999999;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}
.m-g-down-list-down:hover{
    background: #3399ff;
    border: 1px solid #3399ff;
    color: #fff;
}



/*热门专辑*/
.h-album{
    width: 260px;
}

.h-album-top{

}
.h-album-top a{
    display: block;
    position: relative;
}
.h-album-top a img{
    width: 260px;
    height: 135px;
}
.h-album-top a span{
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #3399ff;
    font-size: 14px;
    color: #fff;
}

.h-album-bottom{

}
.h-album-bottom ul li{
    margin-top: 11px;
}
.h-album-bottom ul li p:before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #d6d6d6;
    border-bottom: 4px solid transparent;
    margin-right: 10px;
}
.h-album-bottom ul li p a{
    width: 150px;
    color: #333333;
    font-size: 14px;
}
.h-album-bottom ul li p a:hover{
    color: #3399ff;
}
.h-album-bottom ul li>span{
    color: #999999;
    font-size: 14px;
}


/*热门视频*/
.h-video .h-album-top a:before{
    content: "";
    position: absolute;
    left: 106px;
    top: 43.5px;
    display: block;
    width: 48px;
    height: 48px;
    background: url("../images/index-video-play-icon.png")no-repeat;
}
.h-video .h-album-bottom ul li p a{
    width: 240px;
}




/*排行榜*/
.hot-game-ranking{

}
.hot-game-ranking ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}


.hot-game-ranking ul li + li {
    border-top: 1px dashed #dcdcdc;
}



.hot-game-ranking ul li strong {
    width: 20px;
    height: 22px;
    background: url("../images/hot-game-ranking-bg-pub.png") no-repeat;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    font-weight: normal;
}

.index-box .hot-game-ranking:first-child ul li:nth-child(1) strong{
    background: url("../images/hot-game-ranking-bg-3-1.png") no-repeat;
}
.index-box .hot-game-ranking:first-child ul li:nth-child(2) strong{
    background: url("../images/hot-game-ranking-bg-3-2.png") no-repeat;
}
.index-box .hot-game-ranking:first-child ul li:nth-child(3) strong{
    background: url("../images/hot-game-ranking-bg-3-3.png") no-repeat;
}


.index-box .hot-game-ranking:nth-child(2) ul li:nth-child(1) strong{
    background: url("../images/hot-game-ranking-bg-2-1.png") no-repeat;
}
.index-box .hot-game-ranking:nth-child(2) ul li:nth-child(2) strong{
    background: url("../images/hot-game-ranking-bg-2-2.png") no-repeat;
}
.index-box .hot-game-ranking:nth-child(2) ul li:nth-child(3) strong{
    background: url("../images/hot-game-ranking-bg-2-3.png") no-repeat;
}

.index-box .hot-game-ranking:nth-child(3) ul li:nth-child(1) strong{
    background: url("../images/hot-game-ranking-bg-1-3.png") no-repeat;
}
.index-box .hot-game-ranking:nth-child(3) ul li:nth-child(2) strong{
    background: url("../images/hot-game-ranking-bg-1-2.png") no-repeat;
}
.index-box .hot-game-ranking:nth-child(3) ul li:nth-child(3) strong{
    background: url("../images/hot-game-ranking-bg-1-1.png") no-repeat;
}


.ranking-lists-item-list-item-icon {
    display: none;
}

.active .ranking-lists-item-list-item-icon,
.active .ranking-lists-item-list-item-name img,
.active .ranking-lists-item-list-item-name p {
    display: block !important;
}

.ranking-lists-item-list-item .ranking-lists-item-list-item-icon a {
    float: left;
}

.ranking-lists-item-list-item .ranking-lists-item-list-item-icon a img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.ranking-lists-item-list-item .ranking-lists-item-list-item-name a {
    display: block;
    width: 160px;
    padding-left: 5px;
    color: #333333;
    font-size: 16px;
}

.ranking-lists-item-list-item .ranking-lists-item-list-item-name a:hover {
    color: #3399ff;
}

.ranking-lists-item-list-item .ranking-lists-item-list-item-name img {
    display: none;
}

.ranking-lists-item-list-item .ranking-lists-item-list-item-name p {
    display: none;
    padding-left: 5px;
    font-size: 14px;
    color: #999999;
}


.download-num {
    display: block;
    color: #999999;
    font-size: 14px;
}

.hot-game-ranking ul .active .ranking-lists-item-list-item-icon {
    margin-right: 15px;
}

.hot-game-ranking ul .active .ranking-lists-item-list-item-name img {
    margin-top: 6px;
    margin-bottom: 8px;
}

.hot-game-ranking ul .active .ranking-lists-item-list-item-icon,
.hot-game-ranking ul .active .ranking-lists-item-list-item-name img,
.hot-game-ranking ul .active .ranking-lists-item-list-item-name p {
    display: block;
}


.hot-game-ranking ul .active .download-num>span{
    display: none;
}
.hot-game-ranking ul .active .download-num a{
    display: block;
}



.hot-game-ranking ul .active .ranking-lists-item-list-item-icon {
    margin-right: 15px;
}
.hot-game-ranking ul .active .ranking-lists-item-list-item-name a{
    display: block;
    max-width: 120px;
}

.download-num a{
    width: 88px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #3399ff;
    font-size: 14px;
    color: #3399ff;
    display: none;
}
.download-num a:hover{
    background: #3399ff;
    color: #fff;
}



/*美图宣传*/
.photo{

}

.photo-main{

}

.photo-main-left{
    width: 413px;
}
.photo-main-left-top a img{
    width: 205px;
    height: 195px;
}

.photo-main-left-bottom{
    margin-top: 3px;

}
.photo-main-left-bottom a img{
    width: 413px;
    height: 200px;
}
.photo-main-center{
    width: 412px;
}
.photo-main-center a img{
    width: 412px;
    height: 396px;
}
.photo-main-right a{
    display: block;
}
.photo-main-right a img{
    width: 370px;
    height: 195px;
}
.photo-main-right a+a{
    margin-top: 4px;
}













/*轮播图-热门攻略-今日焦点-热门礼包*/
.itemBox{
    background: #fff;
    align-items: flex-start;
    padding: 20px;
}

.itemBox-left{

}


/*轮播图*/
.itemBox-left .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.itemBox-left .swiper-slide {
    background-size: cover;
    background-position: center;
}

.itemBox-left .gallery-top {
    height: 220px;
    width: 100%;
}
.itemBox-left .gallery-top .swiper-slide p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}

.itemBox-left .gallery-thumbs {
    height: 80px;
    box-sizing: border-box;
}

.itemBox-left .gallery-thumbs .swiper-slide {
    width: 33%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}
.itemBox-left .gallery-thumbs .swiper-slide p{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    line-height: 25px;
    padding: 15px 10px;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}
.itemBox-left .gallery-thumbs .swiper-slide img{
    width: 120px;
    height: 80px;
}

.itemBox-left .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.itemBox-left .gallery-thumbs .swiper-slide-thumb-active p{
    opacity: 1;
}

/*热门攻略*/
.hot-strategy{
    margin-top: 40px;
}
.hot-strategy-list ul li{
    padding: 9px 0;

}
.hot-strategy-list-left a img{
    width: 100px;
    height: 68px;
}

.hot-strategy-list-right{
    width: 270px;
}
.hot-strategy-list-right p a{
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.hot-strategy-list-right p a:hover{
    color: #00c26e;
}
.hot-strategy-list-right p{
    color: #666;
    font-size: 12px;
}


/*今日焦点*/
.itemBox-center{
    width: 440px;
}

.itemBox-center-top{

}
.itemBox-center-top ul li{
    padding: 20px 0;
}
.itemBox-center-top ul li:first-child{
    padding-bottom: 0;
}
.itemBox-center-top-title {
    justify-content: center;
}

.itemBox-center-top-title a {
    font-size: 18px;
    font-weight: bold;
    color: #00c26e;
}
.itemBox-center-top-desc p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.itemBox-center-bottom{

}
.itemBox-center-bottom ul{

}
.itemBox-center-bottom ul li{
    padding: 11px 0;
}
.itemBox-center-bottom ul li:nth-child(4n+1){
    border-top: 1px dashed #eee;
}
.itemBox-center-bottom ul li span{
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #888888;
    background: #eeeeee;
}
.itemBox-center-bottom ul li p{
    width: 320px;
}
.itemBox-center-bottom ul li p a{
    display: block;
}
.itemBox-center-bottom ul li p a:hover{
    color: #00c26e;
}
.itemBox-center-bottom ul li label{
    font-size: 14px;
    color: #999999;
}


/*热门礼包*/
.itemBox-right{
    width: 300px;
}
.itemBox-right-top a{
    display: block;
    position: relative;
}
.itemBox-right-top a img{
    width: 300px;
    height: 160px;
}
.itemBox-right-top a p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,.5);
}

/*礼包列表*/
.itemBox-right-bottom{

}
.itemBox-right-bottom ul li{
    padding: 11px 0;
}
.itemBox-right-bottom-left a img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.itemBox-right-bottom-right{
    width: 200px;
}
.itemBox-right-bottom-right p:first-child a{
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.itemBox-right-bottom-right p:first-child a:hover{
    color: #00c26e;
}
.itemBox-right-bottom-right p:last-child{
    margin-top: 20px;
}
.itemBox-right-bottom-right p:last-child span{
    color: #999999;
    font-size: 14px;
}
.itemBox-right-bottom-right p:last-child span label{
    color: #00c26e;
}
.itemBox-right-bottom-right p:last-child a{
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #00c26e;
    color: #00c26e;
    font-size: 12px;
}
.itemBox-right-bottom-right p:last-child a:hover{
    color: #fff;
    background: #00c26e;
}


/*海报图*/
.poster a img{
    width: 1200px;
    height: 90px;
}


/*手游下载-手游专辑*/
.m-game-down-album{
    align-items: flex-start;
}

.m-game-down{
    width: 860px;
}
.m-game-down-list{

}
.m-game-down-list ul{
    justify-content: flex-start;
    margin-top: -40px;
}
.m-game-down-list ul li{
    width: 175px;
    margin-left: 40px;
    margin-top: 40px;
}
.m-game-down-list ul li:nth-child(4n+1){
    margin-left: 0;
}
.m-game-down-list-icon  a img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.m-game-down-list-desc{
    width: 80px;
}
.m-game-down-list-desc p:first-child a{
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.m-game-down-list-desc p:first-child a:hover{
    color: #00c26e;
}
.m-game-down-list-desc p:nth-child(2){
    color: #999999;
    font-size: 12px;
    margin: 5px 0;
}
.m-game-down-list-desc p:last-child a{
    display: block;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #00c26e;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #00c26e;
}
.m-game-down-list-desc p:last-child a:hover{
    color: #fff;
    background: #00c26e;
}


.m-game-album{
    width: 320px;
}
.m-game-album-list{

}
.m-game-album-list ul{
    margin-top: -25px;
}
.m-game-album-list ul li{
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
}
.m-game-album-list ul li a{
    display: block;
    position: relative;
}
.m-game-album-list ul li a img{
    width: 135px;
    height: 90px;
}
.m-game-album-list ul li a p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    padding: 0 5px;
}
.m-game-album-list ul li a:hover p{
    color: #00c26e;
}


/*游戏测评*/
.game-evaluation-list ul{
    justify-content: flex-start;
}
.game-evaluation-list ul li{
    width: 224px;
    overflow: hidden;
    background: #fff;
    margin-left: 20px;
}
.game-evaluation-list ul li:first-child{
    margin-left: 0;
}
.game-evaluation-list ul li a {
    display: block;
    position: relative;
}
.game-evaluation-list ul li a img{
    width: 224px;
    height: 130px;
}
.game-evaluation-list ul li a p{
    padding: 10px;
    color: #333333;
    font-size: 14px;
}
.game-evaluation-list ul li a p:hover{
    color: #00c26e;
}
.game-evaluation-list ul li a span{
    position: absolute;
    width: 70px;
    height: 30px;
    left: 0;
    top: 110px;
    background: #00c26e;
    text-align: center;
    line-height: 30px;
    border-radius: 0 5px 0 0;
    color: #ffffff;
    font-size: 18px;
}
.game-evaluation-list ul li a span label{
    font-size: 12px;
}


/*手游视频*/
.m-game-video{
    width: 320px;
}
.m-game-video-list{
    padding: 20px;
}
.m-game-video-list-top a{
    display: block;
    position: relative;
}
.m-game-video-list-top a img{
    width: 280px;
    height: 160px;
    border-radius: 15px;
}
.m-game-video-list-top a p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.m-game-video-list-top a span{
    position: absolute;
    right: 10px;
    top: 133px;
    padding: 0 5px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    font-size: 12px;
}
.m-game-video a p:hover{
    color: #00c26e;
}
.m-game-video-list-bottom a{
    display: block;
    width: 135px;
    position: relative;
}
.m-game-video-list-bottom a img{
    width: 135px;
    height: 90px;
    border-radius: 15px;
}
.m-game-video-list-bottom a p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.m-game-video-list-bottom a span{
    position: absolute;
    right: 10px;
    top: 63px;
    padding: 0 5px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    font-size: 12px;
}


/*游戏图集*/
.index-game-photo-list{
    align-items: flex-start;
}

.index-game-photo-list-left a{
    display: block;
    position: relative;
}
.index-game-photo-list-left a img{
    width: 390px;
    height: 400px;
}
.index-game-photo-list-left a p{
    opacity: 0;
    transition: all .3s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    padding: 0 5px;
}

.index-game-photo-list-item{
    width: 400px;
}
.index-game-photo-list-item-top a{
    position: relative;
    width: 195px;
    height: 195px;
}
.index-game-photo-list-item-top a img{
    width: 195px;
    height: 195px;
}
.index-game-photo-list-item-top a p{
    opacity: 0;
    transition: all .3s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    padding: 0 5px;
}

.index-game-photo-list-item-bottom a{
    position: relative;
    width: 400px;
    height: 195px;
}
.index-game-photo-list-item-bottom a img{
    width: 400px;
    height: 195px;
}
.index-game-photo-list-item-bottom a p{
    opacity: 0;
    transition: all .3s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    padding: 0 5px;
}

.index-game-photo-list a:hover p{
    opacity: 1;
    transition: all .3s;
}





/*公用title*/
.public-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
}

.public-title strong {
    color: #333333;
    font-size: 18px;
}

.public-title strong img{
    /*width: 28px;*/
    /*height: 28px;*/
    margin-right: 10px;
}
.public-title>a {
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.public-title>a img{
    width: 11px;
    height: 11px;
    margin-left: 10px;
}

.public-title>span{
    color: #999999;
    font-size: 14px;
}



/*友情链接*/
.link{
    justify-content: flex-start;
}
.link a{
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-right: 20px;
}
.link a:last-child:after{
    display: none;
}
.link a:after {
    position: absolute;
    top: 9px;
    right: -11px;
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #cdcdcd;
}
.link a:hover{
    color: #3399ff;
}


/*底部*/
.footer {
    padding: 35px 0 65px;
    background: #333333;
}

.footer-main{
    align-items: flex-start;
    padding-bottom: 45px;
    border-bottom: 1px solid #484848;
}

.footer-main-box{
    width: 240px;
}

.footer-main-box>strong{
    color: #d9d9d9;
    font-size: 16px;
    padding-left: 5px;
}
.footer-main ul{
    justify-content: flex-start;
}
.footer-main ul li{
    width: 32%;
    margin-top: 15px;
    margin-right: 2%;
}
.footer-main ul li:nth-child(3n){
    margin-right: 0;
}
.footer-main ul li:nth-child(3n+1) a{
    margin-left: 5px;
}
.footer-main ul li:nth-child(3n+2):before{
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #9d9d9d;
}
.footer-main ul li:nth-child(3n):before{
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #9d9d9d;
}


.footer-main ul li a{
    display: block;
    width: 80%;
    color: #9d9d9d;
    font-size: 14px;
}
.footer-main ul li a:hover{
    color: #3399ff;
}

.footer-main-bottom{
    padding-top: 45px;
}
.footer-main-bottom ul{
    justify-content: center;
}
.footer-main-bottom ul li{
    position: relative;
}
.footer-main-bottom ul li a{
    color: #d7d7d7;
    font-size: 14px;
}
.footer-main-bottom ul li a:hover{
    color: #3399ff;
}
.footer-main-bottom ul li:after{
    position: absolute;
    right: -8px;
    top: 5px;
    display: block;
    width: 1px;
    height: 12px;
    content: "";
    background: #d7d7d7;
}
.footer-main-bottom ul li:last-child:after{
    display: none;
}
.footer-main-bottom ul li+li{
    margin-left: 20px;
}

.footer-main-bottom p{
    justify-content: center;
    margin-top: 20px;
}
.footer-main-bottom p>img{
    width: 18px;
    height: 20px;
}
.footer-main-bottom p>span{
    color: #d7d7d7;
    font-size: 14px;
    margin: 0 10px;
}
.footer-main-bottom p>span a{
    color: #d7d7d7;
    font-size: 14px;
}
.footer-main-bottom p>a>img{
    width: 63px;
    height: 23px;
}




/*当前位置*/
.current-location{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
}
.current-location img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.current-location a:hover{
    color: #3399ff;
}


/*分页器*/
.pages{
    margin: 30px auto;
    justify-content: center;
}
.pages ul li{
    /* padding: 5px 10px; */
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    /* cursor: pointer; */
}
.pages span{
    display: block;
    padding: 5px 10px;
    color: #d2d2d2;
    /* margin-left: 10px; */
}
.pages ul li a{
    display: block;
    padding: 5px 10px;
}
.pages ul li a:hover{
    background: #3399ff; 
    color: #fff !important;
}
.pages .active{
    background: #3399ff;
    color: #fff !important;
}
.pages ul li+li{
    margin-left: 5px;
}
.pages .active span{
    color: #fff !important;
}
.pages ul li:hover a{
    color: #fff !important;
}





/*弹窗*/
.dialog{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.dialogBox{
    position: relative;
    background:#ffffff;
    width: 400px;
    height: 330px;
    z-index: 1;
    margin: 12% auto;
    padding: 30px;
    overflow: auto;
    border-radius: 20px;
}
.dialogBox h3{
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.dialogBox img{
    display: block;
    width: 149px;
    height: 128px;
    margin: 10px auto;
}
.dialogBox p{
    justify-content: center;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}
.dialogBox p span{
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialogBox button{
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 10px auto;
    color: #fff;
    font-size: 15px;
    background: #3399ff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}

/*关闭按钮*/
.dialogClose{
    position: absolute;
    top: 2px;
    right: 7px;
    font-size: 39px;
    display: block;
    color: #999999;
    padding-top: 12px;
    cursor: pointer;
    padding-right: 15px;
}



/*分割线*/
.fgx{
    height: 20px;
    background: #f7f7f7;
}
.txt-cen{
    text-align: center;
}

.link-keywords{
    color: #3399ff;
}