@charset "utf-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

/* CSS reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

:focus {
    outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,
kbd,
samp,
tt {
    font-size: 100%
}

input,
button,
textarea,
select {
    *font-size: 100%
}

body {
    line-height: 1.5
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline
}

:link,
:visited,
ins {
    text-decoration: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
}

img {
    display: block;
    border: 0;
}

* {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="button"],
input[type="text"],
button {
    -webkit-appearance: none;
}

/* CSS Document */
html {
    font-size: 100px;
}

body {
    font-size: .24rem;
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    color: #333;
    background-color: #ebebeb;
    position: relative;
}

html,
body {
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h20 {
    width: 100%;
    height: .2rem;
}

.h10 {
    width: 100%;
    height: .1rem;
}

.bg {
    background: #fff;
}

.flex {
    display: flex;
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.wrap {
    width: 100%;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
}

.hide {
    display: none;
}

.btn {
    color: #ffffff;
    background: #780206;
    background: -webkit-linear-gradient(to left, #061161, #780206);
    background: linear-gradient(to left, #061161, #780206);
    box-shadow: 0 0.125rem 0.25rem rgba(13, 20, 49, 0.07);
}

.btn.no {
    background-image: linear-gradient(-90deg, #ffa626 0%, #fdd397 100%);
}

header {
    height: .64rem;
    background: #fff;
    font-size: .32rem;
    padding: .13rem 0;
    position: relative;
}

header i {
    display: block;
}

header .logo {
    width: 1.98rem;
}

header .logo i {
    width: 1.43rem;
    height: .64rem;
    background-position: 0 0;
    margin-left: .2rem;
}

header .search {
    background: #ebebeb;
    border-radius: .32rem;
}

header .search i {
    width: .4rem;
    height: .4rem;
    background-position: -1.65rem 0;
    margin: .13rem 0 0 .22rem;
}

header .menu {
    width: 1.2rem;
}

header .menu i {
    width: .55rem;
    height: .4rem;
    background-position: -2.31rem 0;
    margin: .13rem auto 0 auto;
}

header .menu i.green {
    background-position: -3.05rem 0;
}

.headerNav {
    width: 100%;
    max-width: 7.5rem;
    position: absolute;
    top: .9rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 98;
}

.headerNav ul {
    flex-wrap: wrap;
    padding: .05rem 0 .25rem 0;
    z-index: 99;
    position: absolute;
    background: #f2fff7;
}

.headerNav ul li {
    margin: .2rem 0 0 .2rem;
}

.headerNav ul li a {
    display: block;
    width: 2.22rem;
    height: .72rem;
    line-height: .72rem;
    color: #fff;
    background: #68d48f;
    font-size: .32rem;
    border-radius: .1rem;
    text-align: center;
}

.headerNav ul li a i {
    display: inline-block;
    width: .38rem;
    height: .38rem;
    position: relative;
    top: .05rem;
    margin-right: .1rem;
}

.headerNav ul li a i.sy {
    background-position: .02rem -2.65rem;
}

.headerNav ul li a i.su {
    background-position: -.41rem -2.65rem;
}

.headerNav ul li a i.yo {
    background-position: -.77rem -2.65rem;
}

.headerNav ul li a i.zx {
    background-position: -1.15rem -2.65rem;
}

.headerNav ul li a i.zt {
    background-position: -1.53rem -2.65rem;
}

.headerNav ul li a i.ph {
    background-position: -1.9rem -2.65rem;
}

.headerNav ul li a i.dj {
    background-position: 0 -.04rem;
}

.headerNav ul li a i.wy {
    background-position: -.46rem -.04rem;
}

.headerNav ul li a i.yy {
    background-position: -.99rem -.04rem;
    background-image: url("../img/icon.png");
    background-size: 5rem 6rem;
}

.headerNav .mask {
    width: 7.5rem;
    height: 100%;
    position: absolute;
    top: .9rem;
    background: rgba(0, 0, 0, 0.5);
}

nav {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    overflow: hidden;
}

nav li {
    display: inline-block;
    width: 20%;
    border-bottom: 0.04rem solid transparent;
    padding: .28rem 0 .25rem 0;
}

nav li a {
    display: block;
    height: .3rem;
    line-height: .3rem;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    color: #454545;
    font-size: .3rem;
}

nav li.current {
    border-color: #0091ff;
}

nav li.current a {
    color: #0091ff;
}

nav li:last-child a {
    border: none;
}

nav ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

nav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

/* 首页轮播 */
.slider {
    height: 3.1rem;
}

.slider a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider .swiper-pagination-bullet {
    width: .2rem;
    height: .04rem;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffaf13;
}

.slider .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

/* 共用标题 */
.title {
    padding: .3rem;
}

.title h3 {
    height: .32rem;
    line-height: .32rem;
    border-left: .12rem solid #0091ff;
    font-size: .34rem;
    color: #000;
    padding-left: .2rem;
    font-weight: 700;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title .more {
    color: #666;
    font-size: .24rem;
}

/* 推荐 */
.recommend_game ul {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.recommend_game li {
    width: 33.33%; /* Ensures three items per row */
    text-align: center;
    margin-bottom: .4rem;
    list-style: none;
    box-sizing: border-box;
    padding: 0 0.5rem; /* Adjust horizontal spacing between items */
}

.recommend_game li:nth-child(n+3) {
    margin-bottom: .32rem;
}

.recommend_game li a {
    display: block;
    text-decoration: none;
}

.recommend_game li img {
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.recommend_game li p {
    color: #ababab;
    font-size: .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend_game li .name {
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    color: #1f1f1f;
    font-size: .28rem;
    margin: auto;
}

.recommend_game li div {
    display: inline-block;
}

.recommend_game li div .btn {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    padding: 3px 5px;
    border: 1px solid transparent;
    border-radius: 0.1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.3s ease-in-out;
}

/* Add hover effect */
.recommend_game li div .btn:hover {
    color: #ffffff;
    transform: scale(0.9);
}

/*资讯 */
.article_list {
    padding: 0 .3rem .15rem;
}

.article_list li {
    padding: .2rem 0;
    height: 1.45rem;
    border-bottom: 1px solid #e6e6e6;
}

.article_list li:last-child {
    border-bottom: 0;
}

.article_list li img {
    display: block;
    width: 2.15rem;
    height: 1.45rem;
    margin: 0 auto;
}

.article_list li .info {
    margin-left: .2rem;
    flex: 1;
}

.article_list li .info p {
    display: block;
    height: .8rem;
    overflow: hidden;
    font-size: .28rem;
    color: #1A1A1A;
}

.article_list li .info div {
    height: .4rem;
    margin-top: .25rem;
}

.article_list .type {
    display: inline-block;
    width: .78rem;
    height: .4rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: .24rem;
    color: #FFF;
    background: #b2deff
}

.article_list .info span.dj {
    background: #0077FF60
}

.article_list .info span.wl {
    background: #DB014C60;
}

.article_list .info span.wy {
    background: #28AB0060;
}

.article_list .info span.zj {
    background: #C000E160;
}

.article_list .info span.qt {
    background: #01B3CE60;
}

.article_list .info span.sj {
    background: #FF669960;
}

.article_list .time {
    display: inline-block;
    font-size: .24rem;
    color: #ababab;
    flex: 1;
    height: .4rem;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
}

.article_list .link_more {
    display: block;
    width: 6.9rem;
    height: .74rem;
    margin: .15rem auto;
    border-radius: .08rem;
    letter-spacing: .01rem;
    text-align: center;
    line-height: .74rem;
    font-size: .3rem;
    color: #5f5f5f;
    background-color: #eee;
}

/* phb */
.index_phb {
    padding: .3rem .3rem 0;
}

.index_phb .tab_menu {
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    color: #0079ff;
    font-size: .28rem;
    border: 1px solid #0091ff;
    border-radius: .08rem;
}

.index_phb .tab_menu span {
    flex: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid #0091FF;
}

.index_phb .tab_menu span:last-child {
    border-right: none;
}

.index_phb .tab_menu span.current {
    color: #fff;
    background-color: #0091ff;
    font-weight: 500;
}

.index_phb ul li {
    padding: .22rem 0;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
}

.index_phb ul li img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .24rem;
}

.index_phb ul li .flex_grow {
    width: 0%;
}

.index_phb ul li .info {
    margin: 0 .28rem 0 .18rem;
}

.index_phb ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .24rem;
}

.index_phb ul li .info .name {
    font-size: .32rem;
    color: #1f1f1f;
}

.index_phb ul li .info .num {
    color: #e6e6e6;
}

.index_phb ul li .info .num span {
    color: #ababab;
}

.index_phb ul li .info .txt {
    color: #666666;
}

.index_phb ul li h2 {
    display: block;
    width: .45rem;
    height: .58rem;
    background-position: -2.5rem -3.37rem;
    font-size: .24rem;
    color: #780206;
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: .35rem;
    left: 0;
    margin-right: .12rem;
}

.index_phb ul li:nth-child(1) h2 {
    background-position: -2.5rem -2.71rem;
}

.index_phb ul li:nth-child(2) h2 {
    background-position: -3.04rem -2.71rem;
}

.index_phb ul li:nth-child(3) h2 {
    background-position: -3.58rem -2.71rem;
}

.index_phb ul li hgroup {
    display: inline-flex;
}

.index_phb .more_link {
    display: block;
    height: 1.04rem;
    line-height: 1.04rem;
    text-align: center;
    font-size: .26rem;
    color: #999;
    letter-spacing: .02rem;
}

/* 必备应用 */
.must_application {
    padding: 0 .3rem;
}

.must_application ul {
    margin-top: -.06rem;
    padding-bottom: .15rem;
}

.must_application ul li {
    padding: .17rem 0;
    align-items: center;
}

.must_application ul li img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
}

.must_application ul li .flex_grow {
    width: 0%;
}

.must_application ul li .info {
    margin: 0 .28rem 0 .2rem;
}

.must_application ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem;
}

.must_application ul li .info .name {
    font-size: .3rem;
    color: #1f1f1f;
}

.must_application ul li .info .txt {
    color: #666666;
}

.must_application ul li .info .num {
    color: #e6e6e6;
}

.must_application ul li .info .num span {
    color: #ababab;
}

.must_application ul li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
}

/* 推荐下载 */
.guide_application {
    padding: 0 .3rem;
}

.guide_application ul {
    margin-top: -.06rem;
    padding-bottom: .15rem;
}

.guide_application ul li {
    padding: .17rem 0;
    align-items: center;
}

.guide_application ul li img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
}

.guide_application ul li .flex_grow {
    width: 0%;
}

.guide_application ul li .info {
    margin: 0 .28rem 0 .2rem;
}

.guide_application ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem;
}

.guide_application ul li .info .name {
    font-size: .3rem;
    color: #1a1a1a;
    font-weight: 500;
}

.guide_application ul li .info .txt {
    color: #666666;
}

.guide_application ul li .info .num {
    color: #e6e6e6;
}

.guide_application ul li .info .num span {
    color: #ababab;
}

.guide_application ul li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
}

/* 精选分类 */
.index_type {
    padding: 0 .3rem .3rem;
}

.index_type ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: .1rem;
}

.index_type ul li {
    margin-bottom: .2rem;
    width: 3.33rem;
    height: 1.36rem;
    border: 1px solid #e6e6e6;
    border-radius: .08rem;
    position: relative;
    overflow: hidden;
}

.index_type ul li a {
    display: block;
    height: 1rem;
    padding: .25rem 0 .11rem .25rem;
}

.index_type ul li p {
    color: #999;
    font-size: .2rem;
}

.index_type ul li p:first-child {
    font-size: .3rem;
    color: #000;
    margin-bottom: .1rem;
}

.index_type ul li i {
    display: block;
    width: 1.46rem;
    height: 1.36rem;
    background: url('../img/type_img.png') no-repeat;
    background-size: 1.46rem 8.16rem;
    position: absolute;
    right: 0;
    top: 0;
}

.index_type ul li:nth-child(1) i {
    background-position: 0 0;
}

.index_type ul li:nth-child(2) i {
    background-position: 0 -1.36rem;
}

.index_type ul li:nth-child(3) i {
    background-position: 0 -2.7rem;
}

.index_type ul li:nth-child(4) i {
    background-position: 0 -4.06rem;
}

.index_type ul li:nth-child(5) i {
    background-position: 0 -5.415rem;
}

.index_type ul li:nth-child(6) i {
    background-position: 0 -6.79rem;
}

.index_type .more_link2 {
    display: block;
    height: .74rem;
    line-height: .74rem;
    text-align: center;
    border-radius: .08rem;
    background: linear-gradient(to right, #0091ff, #66bdff);
    font-size: .3rem;
    color: #fff;
}

/* 热门标签 */
.index_tag ul {
    flex-wrap: wrap;
    padding: 0 .2rem;
}

.index_tag ul li {
    width: 16.6666%;
    margin-bottom: .3rem;
}

.index_tag ul li a {
    display: block;
    width: 1rem;
    height: .44rem;
    line-height: .44rem;
    text-align: center;
    background-color: #0091ff;
    color: #fff;
    font-size: .24rem;
    border-radius: .22rem;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}

/* 热门攻略 */
.hot_strategy ul {
    padding: 0 .3rem 0.1rem;
    margin-top: -0.22rem
}

.hot_strategy li {
    height: 0.82rem;
    line-height: 0.82rem;
    border-bottom: 1px solid #e1e8f0;
}

.hot_strategy li:last-child {
    border-bottom: none;
}

.hot_strategy li i {
    display: inline-block;
    width: .1rem;
    height: .12rem;
    position: relative;
    margin-right: .1rem;
    background-position: 0 -.91rem;
    position: relative;
    top: .35rem;
}

.hot_strategy li a {
    width: 0%;
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.28rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

.hot_strategy li span {
    margin-left: .6rem;
    font-size: .24rem;
    color: #ababab;
}

/* 友链 */
.friend_link_list {
    overflow: hidden;
    padding: 0.12rem 0 .22rem;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
}

.friendlink {
    margin-left: -0.17rem;
    overflow: hidden;
    position: absolute;
    left: .3rem;
    top: 0rem;
}

.friendlink a {
    display: inline-block;
    padding: 0 0.17rem;
    font-size: 0.26rem;
    color: #454545;
    line-height: 0.5rem;
    position: relative;
}

.friendlink a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.08rem;
    width: 1px;
    height: 0.2rem;
}

.friendlink.on {
    height: 0.5rem;
    overflow: hidden;
}

/* 底部 */
footer ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
}

footer ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

footer ul li {
    display: inline-block;
    width: 20%;
    padding: .28rem 0;
    text-align: center;
}

footer ul li a {
    display: block;
    height: .28rem;
    line-height: .28rem;
    border-right: 1px solid #e7e7e7;
    color: #000;
    font-size: .3rem;
}

footer ul li:last-child a {
    border: none;
}

footer .cont {
    height: 2px;
    font-size: 0;
    text-align: center;
    padding: .62rem 0 1.3rem;
}

footer .cont i {
    display: inline-block;
    width: 2.47rem;
    height: 1px;
    background-position: -1.35rem -2.14rem;
    margin-bottom: .15rem;
}

footer .cont p {
    color: #a2a2a2;
    font-size: .24rem;
    line-height: .48rem;
}

.nav_bar {
    width: 100%;
    overflow: hidden;
}

/* 游戏详情页 */
header.green_bg {
    position: relative;
    background: #0091ff;
    color: #fff;
    font-size: .32rem;
}

header.green_bg a {
    color: #fff;
}

header.green_bg .jg {
    height: .9rem;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #0074cc;
    border-right-color: #4cb2ff;
    position: absolute;
    top: 0;
    left: 1.71rem;
}

header .logo2 {
    width: 1.78rem;
}

header .logo2 i {
    width: 1.18rem;
    height: .53rem;
    background-position: -2.28rem 0;
    margin: .06rem auto 0 auto;
}

header .txt {
    height: .4rem;
    line-height: .4rem;
    padding-left: .14rem;
    margin-top: .12rem;
}

header .txt span {
    width: 2.6rem;
    height: .4rem;
    overflow: hidden;
    white-space: nowrap;
}

header .search2 {
    padding: .07rem .2rem 0 0;
}

header .search2 i {
    width: .5rem;
    height: .5rem;
    background-position: -.64rem -3.13rem;
}

header .menu2 {
    padding: .07rem .2rem 0 0;
}

header .menu2 i {
    width: .5rem;
    height: .5rem;
    background-position: -1.21rem -3.13rem;
}

.classify {
    width: 100%;
}

.classifyhead {
    height: .67rem;
    line-height: .67rem;
}

.classifyhead i {
    display: block;
    width: .23rem;
    height: .29rem;
    background-position: -.27rem -.89rem;
    position: relative;
    top: .19rem;
    margin: 0 .15rem 0 .3rem;
}

.classifyhead .classifyadd {
    display: block;
    height: .67rem;
    line-height: .67rem;
    color: #333;
    font-size: .24rem;
}

.game-video {
    height: 4.5rem;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

.game-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
    left: 0;
    top: 0
}

.game-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game-video .cont {
    width: 7.5rem;
    height: 4.5rem;
}

.game-video .cont iframe {
    width: 7.5rem;
    height: 4.5rem;
}

.game-video .vback {
    display: none;
    width: 100%;
    height: 4.5rem;
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.game-video .vback .info {
    width: 2rem;
    flex-wrap: wrap;
    margin: .8rem auto .3rem auto;
}

.game-video .vback .info .img_box {
    width: 2rem;
    text-align: center;
    position: relative;
}

.game-video .vback .info img {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .3rem;
    margin: 0 auto;
}

.game-video .vback .info p {
    color: #fff;
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    margin: .1rem auto 0 auto;
    text-align: center;
}

.game-video .vback .info .replay {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: .2rem;
    border-radius: .3rem;
}

.game-video .vback .info .replay i {
    display: block;
    width: .68rem;
    height: .68rem;
    background-position: -3.85rem .02rem;
    margin: .44rem auto;
}

.game-video .vback .btn {
    display: block;
    width: 2.6rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background: #2596fc;
    border-radius: .8rem;
    font-size: .3rem;
    text-align: center;
    margin: 0 auto;
}

.game-video .vback .btn i {
    display: inline-block;
    width: .36rem;
    height: .36rem;
    border-radius: .38rem;
    margin-left: .1rem;
    background-position: -2.83rem -4.09rem;
    position: relative;
    top: .08rem;
}

.hide {
    display: none;
}

.game_detail {
    position: relative;
}

.game_detail .tit {
    font-size: .24rem;
    padding: .2rem .3rem;
    border-bottom: 1px solid #f5f5f5;
}

.game_detail .tit .type_btn {
    color: #0091ff;
    margin-right: .1rem;
}

.game_detail .tit .type_btn i {
    display: inline-block;
    width: .33rem;
    height: .24rem;
    margin-right: .04rem;
    background-position: -3.08rem -1.47rem;
}

.game_detail .tit .type_btn i.up {
    background-position: -3.45rem -1.47rem;
}

.game_detail .tit .name {
    width: 0%;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}

.game_detail .type_box {
    width: 100%;
    background: rgba(249, 249, 249, 0.9);
    position: absolute;
    top: .77rem;
    left: 0;
    z-index: 3;
}

.game_detail .type_box ul {
    flex-wrap: wrap;
    padding: .2rem 0 0 0;
}

.game_detail .type_box ul li {
    width: 1.6rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: .06rem;
    margin: 0 0 .2rem .19rem;
    background: #f5f5f5;
    color: #585858;
    font-size: .24rem;
}

.game_detail .cont {
    padding: .12rem .3rem .24rem;
}

.game_detail .cont img {
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .28rem;
    margin-right: .2rem;
}

.game_detail .cont .info {
    width: 0%;
    height: 1.24rem;
    overflow: hidden;
}

.game_detail .cont h1 {
    height: .4rem;
    line-height: .4rem;
    font-size: .36rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

.game_detail .cont .type {
    display: inline-block;
    width: 100%;
    color: #999;
    font-size: .22rem;
    margin: .01rem 0 .06rem;
}

.game_detail .cont .type span em {
    color: #f67b29;
}

.game_detail .cont ul {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    margin-top: .04rem;
}

.game_detail .cont ul li {
    display: inline-block;
    padding: 0 .15rem;
    line-height: .28rem;
    color: #22ac38;
    font-size: .2rem;
    border: 1px solid #22ac38;
    border-radius: .16rem;
    margin-right: .12rem;
}

.game_detail .cont .grade {
    width: 1.4rem;
    max-height: 1.24rem;
    box-shadow: 0px 0px .1rem #ececec;
    text-align: center;
    overflow: hidden;
}

.game_detail .cont .grade span {
    display: block;
    color: #999;
    font-size: .18rem;
    margin-top: .02rem;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .grade strong {
    display: block;
    height: .44rem;
    line-height: .44rem;
    color: #454545;
    font-size: .44rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .grade p {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap
}

.game_detail .cont .grade p em {
    display: inline-block;
    line-height: .46rem;
    color: #454545;
    font-size: .18rem;
    font-weight: 500;
    margin: 0 .03rem;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .grade p .ico_l {
    display: inline-block;
    width: .16rem;
    height: .26rem;
    background-position: -.71rem -.93rem;
    position: relative;
    top: .05rem;
    vertical-align: top;
}

.game_detail .cont .grade p .ico_r {
    display: inline-block;
    width: .16rem;
    height: .26rem;
    background-position: -1.1rem -.93rem;
    position: relative;
    top: .05rem;
    vertical-align: top;
}

.game_detail .cont .no_grade p {
    line-height: .66rem;
    color: #454545;
    font-size: .24rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .btn {
    display: block;
    height: .76rem;
    line-height: .76rem;
    border-radius: .06rem;
    color: #fff;
    font-size: .32rem;
    margin-top: .24rem;
    text-align: center;
}

.game_detail .cont .btn {
    background: linear-gradient(to right, #ff5641, #ff7d2b);
}

.game_detail .cont .btn i {
    display: inline-block;
    width: .31rem;
    height: .31rem;
    background-position: -4.41rem 0rem;
    position: relative;
    top: .02rem;
    margin-right: .15rem;
    z-index: 2;
}

.game_detail .cont .btn.no {
    background: #b2b2b2;
}

.game_detail .cont .tip {
    font-size: .20rem;
    color: #f67b29;
    margin-top: .1rem;
}

.game_info {
    padding: .2rem .3rem 0;
}

.game_intro .grade {
    display: block;
    max-width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: .1rem;
    overflow: hidden;
    white-space: nowrap;
}

.game_intro .grade em {
    display: inline-block;
    max-width: 80%;
    margin: auto;
    line-height: .56rem;
    color: #1a1a1a;
    font-size: .32rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap
}

.game_intro .grade .ico_l {
    display: inline-block;
    width: .2rem;
    height: .17rem;
    background-position: 0 -1.29rem;
    position: relative;
    top: .1rem;
    vertical-align: top;
    margin-right: .2rem;
}

.game_intro .grade .ico_r {
    display: inline-block;
    width: .2rem;
    height: .17rem;
    background-position: -.92rem -1.29rem;
    position: relative;
    top: .1rem;
    vertical-align: top;
    margin-left: .2rem;
}

.game_intro .txt {
    display: block;
    max-height: 1.02rem;
    line-height: .52rem;
    color: #454545;
    font-size: .3rem;
    margin-bottom: .12rem;
    overflow: hidden;
}

.game_info .hidden_box {
    height: 5.88rem;
    overflow: hidden;
}

.game_info .auto_box {
    height: auto;
}

.game_info .cont {
    font-size: .28rem;
    line-height: .48rem;
    color: #454545;
}

.game_info .cont a {
    color: #0091ff;
    display: inline-block;
    border-bottom: 1px solid #0091ff;
    line-height: .4rem;
    text-indent: 0;
}

.game_info .cont p {
    margin-bottom: .2rem;
}

.game_info .cont img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto .1rem auto;
}

.game_info .cont br:last-child {
    display: none;
}

/* .game_info .cont h3{display: inline-block;position: relative;font-size:.32rem;color:#0091ff;line-height: .52rem;border-bottom:.03rem solid #0091ff ;font-weight:500;margin-bottom:.1rem;}
 */
.game_info .cont h3 {
    display: inline-block;
    position: relative;
    font-size: .32rem;
    color: #0091ff;
    line-height: .52rem;
    font-weight: 700;
    margin-bottom: .1rem;
}

/* .game_info .cont h3 i{display:inline-block;width:.28rem;height:.32rem;background-position:-3.1rem -1.74rem;position:relative;top:.04rem;margin-right:.05rem;} */
/* .game_info .cont h3:after{content:"";position: absolute;width:900%;bottom:-.04rem;left:0px;right:0px;border-bottom:1px solid #e6e6e6;-webkit-transform:scaleY(.5);-webkit-transform-origin:0 0;}
 */

.game_info .guarantee {
    font-size: .24rem;
    color: #999;
}

.game_info .guarantee .safety {
    height: .8rem;
    line-height: .8rem;
}

.game_info .guarantee .safety ul {
    flex: 1;
}

.game_info .guarantee .safety ul li {
    margin-right: .33rem;
}

.game_info .guarantee .safety ul li i {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    position: relative;
    top: .06rem;
    margin-right: .1rem;
}

.game_info .guarantee .safety ul li:nth-child(1) i {
    background-position: -3.37rem -1.74rem;
}

.game_info .guarantee .safety ul li:nth-child(2) i {
    background-position: -3.7rem -1.74rem;
}

.game_info .guarantee .safety ul li:nth-child(3) i {
    background-position: -4rem -1.74rem;
}

.game_info .guarantee .open_hidden {
    display: block;
    height: .4rem;
    line-height: .4rem;
    font-size: .26rem;
    padding: 0 0 0 .1rem;
    color: #0091ff;
    border-radius: .05rem;
    margin-top: .2rem;
}

.game_info .guarantee .open_hidden i {
    display: inline-block;
    width: .28rem;
    height: .15rem;
    position: relative;
    top: 0rem;
    margin-left: .1rem;
    background-position: -5.53rem 0;
}

.game_info .guarantee .open_hidden i.up {
    background-position: -5.02rem 0;
}

/* 介绍详情里图片放大的css */
.big_img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 998;
}

.big_img .scroll_cont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 3;
}

.big_img img {
    width: 100%;
    margin: 0 auto;
}

.title_cont {
    color: #999;
}

/* 底部下载按钮 */
.pageBtn2 {
    width: 7.5rem;
    padding: .2rem 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 30;
    border-top: 1px solid #f1f1f1;
}

.pageBtn2 .btn {
    display: block;
    width: 6.9rem;
    height: .76rem;
    line-height: .76rem;
    border-radius: .1rem;
    color: #fff;
    font-size: .32rem;
    margin-top: .24rem;
    text-align: center;
    margin: 0 auto;
}

.pageBtn2 .btn {
    background: linear-gradient(to right, #ff5641, #ff7d2b);
}

.pageBtn2 .btn i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-position: -1.8rem -4.04rem;
    position: relative;
    top: .13rem;
    margin-right: .1rem;
    z-index: 2;
}

.pageBtn2 .btn.no {
    background: #bbb;
}

.game_information {
    position: relative;
    padding: 0 .3rem .2rem .3rem;
}

.game_information ul {
    flex-wrap: wrap;
    margin-top: -.1rem;
}

.game_information li {
    width: 50%;
    font-size: .28rem;
    color: #666;
    margin-top: .1rem;
}

.game_information li:nth-last-child(1) {
    width: 100%;
}

.game_information li:nth-last-child(2) {
    width: 100%;
}

.game_information li:nth-last-child(3) {
    width: 100%;
}

.game_information li .blue {
    color: #0091FF;
}

.game_information .tag {
    display: block;
    position: absolute;
    right: .3rem;
    top: -.65rem;
    color: #5ea8fa;
    font-size: .24rem;
}

.game_information .tag i {
    display: inline-block;
    width: .28rem;
    height: .3rem;
    background-position: -3.96rem -2.11rem;
    position: relative;
    top: .05rem;
}

/* 游戏截图 */
.screenshot_img_show {
    height: auto;
}

.screenshot_img_hide {
    padding: 0 .3rem;
}

.screenshot_img {
    padding: .1rem 0 .2rem;
}

.swiper-container1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-container1 .swiper-slide {
    max-width: 72%;
    margin-right: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container1 .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-container1 img {
    width: 100%;
    height: 100%;
    border-radius: .08rem;
    max-width: 5.6rem;
    max-height: 5.6rem;
}

.swiper-container1>.swiper-pagination {
    bottom: 0 !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-wrapper.hide {
    display: none;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 .05rem;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.pic-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 39;
}

.xzImgBig {
    overflow: hidden;
}

.xzImgBig .swiper-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
}

.xzImgBig .swiper-slide {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    overflow: hidden;
}

.xzImgBig .swiper-wrapper {
    padding-bottom: .3rem;
}

.xzImgBig .swiper-wrapper img {
    max-width: 92%;
}

/* 新品榜单 */
.news_game_phb {
    width: 100%;
    height: 4.06rem;
    overflow: hidden;
    background: #00c69e url('../img/phb_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.news_game_phb .tab_menu {
    position: relative;
    padding: .3rem .3rem .2rem .3rem;
}

.news_game_phb .tab_menu span {
    color: #d4f0ec;
    font-size: .28rem;
    border-bottom: .03rem solid transparent;
    padding-bottom: .05rem;
    margin-right: .4rem;
}

.news_game_phb .tab_menu .current {
    color: #fff;
    font-size: .3rem;
    border-bottom-color: #fff;
}

.news_game_phb .tab_menu .more {
    position: absolute;
    right: .3rem;
    color: #fff;
    font-size: .24rem;
    line-height: .48rem;
}

.news_game_phb .tab_menu .more i {
    display: inline-block;
    width: .09rem;
    height: .2rem;
    background-position: -2.38rem -1.13rem;
    position: relative;
}

.news_game_phb .tab_box {
    width: 100%;
}

.news_game_phb .sub_box {
    width: 100%;
    padding: .16rem 0 .3rem;
    overflow: hidden;
}

.news_game_phb .sub_box .swiper-slide {
    width: 1.6rem;
    height: 2.46rem;
    border-radius: .08rem;
    background: #fff;
    position: relative;
    padding-top: .22rem;
}

.news_game_phb .sub_box .swiper-slide:nth-child(1) {
    margin-left: .48rem;
}

.news_game_phb .sub_box .swiper-slide a {
    display: block;
}

.news_game_phb .sub_box .swiper-slide i {
    display: block;
    width: .45rem;
    height: .58rem;
    background-position: -2.5rem -3.37rem;
    font-size: .24rem;
    color: #fff;
    line-height: .45rem;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: -.1rem;
    left: -.2rem;
}

.news_game_phb .sub_box .swiper-slide .num1 {
    background-position: -2.5rem -2.71rem
}

.news_game_phb .sub_box .swiper-slide .num2 {
    background-position: -3.04rem -2.71rem
}

.news_game_phb .sub_box .swiper-slide .num3 {
    background-position: -3.58rem -2.71rem
}

.news_game_phb .sub_box .swiper-slide img {
    width: 1.14rem;
    height: 1.14rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.news_game_phb .sub_box .swiper-slide .name {
    width: 92%;
    height: .58rem;
    line-height: .58rem;
    font-size: .26rem;
    color: #333;
    margin: auto;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.news_game_phb .sub_box .swiper-slide .btn {
    display: block;
    width: 1rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    border: 1px solid #0091ff;
    color: #0091ff;
    font-size: .26rem;
    border-radius: .06rem;
    bottom: .38rem;
    left: 50%;
    margin-left: -0.5rem;
    margin: 0 auto;
    background: transparent;
}

.news_game_phb .sub_box .swiper-slide .btn.no {
    color: #ffa626;
    border-color: #ffa626;
    background: transparent;
}

.swiper-container2 {
    width: 100%;
    position: relative;
}

.swiper-container3 {
    width: 100%;
    position: relative;
}