/* v2 */
html {
    font-size: 100px !important;
    background-color: #f6f6f6;
    line-height: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.ofh {
    overflow: hidden;
}

.db {
    display: block
}

.tac {
    text-align: center;
}

.tal {
    text-align-last: left;
}

.tar {
    text-align: right;
}

.h1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clli li:last-child {
    border: none;
    margin-bottom: 0;
}

.clli2 li:nth-last-of-type(-n+2) {
    border: none;
    margin-bottom: 0;
}

.c3 {
    color: #333 !important;
}

.c5 {
    color: #555 !important;
}

.c6 {
    color: #666 !important;
}

.c7 {
    color: #777;
}

.c8 {
    color: #888 !important;
}

.c9 {
    color: #999 !important;
}

.cc {
    color: #ccc !important;
}

.cd {
    color: #ddd !important;
}

.ce {
    color: #eee !important;
}

.cf {
    color: #fff !important;
}

.bgcs {
    background-color: silver;
}

.f8r {
    font-size: .12rem;
    transform: scale(.67);
}

.f9r {
    font-size: .12rem;
    transform: scale(.75);
}

.f10r {
    font-size: .12rem;
    transform: scale(.83);
}

.f11r {
    font-size: .12rem;
    transform: scale(.92);
}

.f12 {
    font-size: 12px;
}

.f12r {
    font-size: .12rem;
}

.f13 {
    font-size: 13px;
}

.f13r {
    font-size: .13rem;
}

.f14 {
    font-size: 14px;
}

.f14r {
    font-size: .14rem;
}

.f15 {
    font-size: 15px;
}

.f15r {
    font-size: .15rem;
}

.f16 {
    font-size: 16px;
}

.f16r {
    font-size: .16rem;
}

.f17 {
    font-size: 17px;
}

.f17r {
    font-size: .17rem;
}

.f18 {
    font-size: 18px;
}

.f18r {
    font-size: .18rem;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.fw7 {
    font-weight: 700;
}

.flex {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.fww {
    flex-wrap: wrap;
}

.f1 {
    flex: 1;
    overflow: hidden;
}

.posr {
    position: relative;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.ls1 {
    letter-spacing: 1px;
}

.ls1r {
    letter-spacing: .01rem;
}

.ls5r {
    letter-spacing: .005rem
}

.bbs {
    border-bottom: 1px solid #eee;
}

.bbd {
    border-bottom: 1px dashed #eee;
}

.bbsr {
    border-bottom: .01rem solid #eee;
}

.bbdr {
    border-bottom: .01rem dashed #eee;
}

.lbn li:last-child {
    border: none;
}

.ct {
    cursor: text;
}

.cp {
    cursor: pointer;
}

/* 清除默认样式 */
* {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

ul {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

button {
    /* 清除默认边框 */
    border: 0;
    outline: none;
    /*清除默认背景 */
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

em,
i {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

/* 移动端版心 */
.tc {
    box-sizing: border-box;
    width: 100%;
    /* padding: 0 .15rem; */
}

/* 导航 */
nav {
    box-sizing: border-box;
    height: 1.06rem;
    background-color: #3399db;
    padding-top: .1rem;
    padding-bottom: .11rem;
}

nav img {
    height: .4rem;
}

nav ul {
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-top: .16rem;
}

nav li a {
    width: .77rem;
    height: .3rem;
    border-radius: .15rem;
    line-height: .3rem;
    text-align: center;
}

nav .active a {
    background-color: #fff;
    color: #3399db !important;
}

/* 位置 */
.location {
    margin: .1rem 0;
}

.location a,
.location {
    color: #a5a5a5 !important;
    font-size: .12rem;
}

/* 标题 */
.title {
    padding: .15rem 0;
}

.title img {
    width: .11rem;
    height: .12rem;
}

.title .tit {
    padding: 0 .11rem;
}

/* 分页器 */
.news-translate {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.infoList .news-translate {
    padding: .57rem 0;
}

.gameList .news-translate {
    padding: .54rem 0;
}

.news-translate ul {}

.news-translate ul li {
    display: inline-block;
}

.news-translate div {
    width: .66rem;
    height: .29rem;
    text-align: center;
    line-height: .29rem;
}

.page-btn {
    height: 0.56rem;
    margin: 0.65rem auto 0.72rem;
    display: flex;
    justify-content: center;
}

.previous,
.next {
    width: .66rem;
    height: .29rem;
    line-height: 0.29rem;
    text-align: center;
    font-family: MicrosoftYaHei;
    color: #555;
    border: .01rem solid #eee
}

.prev {
    margin-right: 0.09rem;
}

.next {
    margin-left: 0.09rem;
}

.page-active {
    background: #3399db;
    color: #fff;
}

/* 底部 */
footer {
    box-sizing: border-box;
    background: #333333;
    padding: 0.2rem;
}

footer a,
footer div,
footer span {
    color: #999;
    font-size: .12rem;
    line-height: .3rem;
    margin-bottom: .1rem;
    text-align: center;
}

/* INDEX */
.p1 {
    padding-top: .05rem;
    background-color: #fff;
    padding: .15rem.15rem 0;
}

.p1 ul {
    padding-bottom: .21rem;
}

.p1 .img {
    width: 100%;
    height: 1.85rem;
    border-radius: .02rem;
}

.p1 li {
    margin-top: .15rem;
}

.p1 li .dot {
    box-sizing: border-box;
    width: .38rem;
    height: .21rem;
    background-color: #eaf5f6;
    line-height: .21rem;
    text-align: center;
}

.p1 li .tit {
    padding: 0 .08rem;
}

.infoList .p1 {
    padding: 0 .15rem;
}

/* 推荐阅读 p2 */
.p2 .ul1 li {
    margin-top: .18rem;
}

.p2 .ul1 li img {
    width: 1.15rem;
    height: .75rem;
}

.p2 .ul1 li>div {
    box-sizing: border-box;
    padding-left: .14rem;
}

.p2 .ul1 li .tag {
    box-sizing: border-box;
    width: .4rem;
    height: .2rem;
    background-color: #ffa646;
    line-height: .2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.p2 .ul1 li .tit {
    line-height: .3rem;
    margin-top: -0.06rem;
    text-indent: 3em;
}

.p2 .ul2 {
    padding-bottom: .24rem;
}

/* .p2 .ul2 li {
    margin-top: .24rem;
} */

.p2 .ul2 li .tit {
    padding: 0 .11rem;
}

/* 热点资讯 p3 */
.p3 .header {
    margin-top: .16rem;
}

.p3 .header img {
    width: 1.15rem;
    height: .75rem;
}

.p3 .header>div {
    box-sizing: border-box;
    height: .75rem;
    padding: .04rem 0 0 .11rem;
}

.p3 .header .text {
    line-height: .24rem;
    margin-bottom: -0.02rem;
}

.p3 ul {
    padding-bottom: .28rem;
}

.p3 li {
    margin-top: .21rem;
}

.p3 li .dot {
    width: .05rem;
    height: .05rem;
    background-color: #dbdbdb;
    border-radius: 50%;
}

.p3 li .tit {
    padding: 0 .17rem 0 .12rem;
}

/* 热点资讯 p4 */
.p4 li {
    box-sizing: border-box;
    padding: .15rem 0;
}

.p4 li>div:first-child {
    margin-bottom: .18rem;
}

/* 友情链接 p5 */
.p5 ul {
    padding-top: .21rem;
    padding-bottom: .12rem;
    flex-wrap: wrap;
}

.p5 li {
    margin-right: .1rem;
    margin-bottom: .12rem;
}

/* 热点资讯 p6 */
.p6 {
    margin-top: 0 !important;
}

.p6 li {
    box-sizing: border-box;
    padding: .15rem 0;
}

.p6 li img {
    width: 1.15rem;
    height: .75rem;
}

.p6 li .time {
    width: .48rem;
    height: .21rem;
    background-color: rgba(0, 0, 0, .5);
    line-height: .21rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.p6 li>div {
    box-sizing: border-box;
    height: .75rem;
    padding: .04rem 0 0 .11rem;
}

.p6 li .text {
    line-height: .24rem;
}

/* 手机游戏 p7 */
.p7 {
    padding: 0 .15rem;
    background-color: #fff;
}

.p7 .title {
    border-bottom: none;
}

.p7 li {
    box-sizing: border-box;
    width: 100%;
    height: .95rem;
    border: solid .01rem #eeeeee;
    padding: .15rem .12rem;
    margin-bottom: .15rem;
}

.p7 li:last-child {
    margin-bottom: 0;
}

.p7 li img {
    width: .66rem;
    height: .66rem;
    border-radius: .05rem;
}

.p7 li>div {
    box-sizing: border-box;
    height: .66rem;
    padding: .03rem .23rem .02rem .12rem;
}
.p7 li>div .time{
    color: #666;
   font-size: .14rem
}

.p7 li .tit {
    margin-bottom: .04rem;
}

.p7 li .btn {
    box-sizing: border-box;
    width: .56rem;
    height: .31rem;
    background-color: #eaf5fb;
    line-height: .31rem;
    text-align: center;
}

/*  最新手游 p8 */
.p8 {
    padding-bottom: .06rem;
}

.p8 li {
    box-sizing: border-box;
    width: 100%;
    height: .95rem;
    padding: .15rem 0;
}

.p8 li img {
    width: .58rem;
    height: .58rem;
    border-radius: .05rem;
}

.p8 li>div {
    box-sizing: border-box;
    height: .58rem;
    padding: .08rem .25rem .07rem .12rem;
}

.p8 li .tit {
    margin-bottom: .04rem;
}

.p8 li .btn {
    box-sizing: border-box;
    width: .56rem;
    height: .31rem;
    background-color: #eaf5fb;
    line-height: .31rem;
    text-align: center;
}

/* 资讯详情 p9 */
.article {
    background-color: #fff;
    padding: 0 .15rem .2rem;
}

.article .header1 {
    box-sizing: border-box;
    width: 100%;
    height: .85rem;
    border: solid .01rem #eeeeee;
    margin-top: .2rem;
    padding: .17rem .12rem;
}

.article .header1 img {
    width: .5rem;
    height: .5rem;
    border-radius: .08rem;
}

.article .header1>div {
    box-sizing: border-box;
    height: .5rem;
    padding: .07rem .14rem .03rem .14rem;
}

.article .header1 .btn {
    box-sizing: border-box;
    width: .46rem;
    height: .26rem;
    background-color: #3399db;
    line-height: .26rem;
    text-align: center;
}

.article .header2 {
    padding-top: .32rem;
}

.article .header2 h1 {
    margin-bottom: .31rem;
}
.article .header2 {
    padding-bottom: .23rem;
    border-bottom: 1px dashed #DCDCDC;
}
.article .header2 .origin>div:first-child {
    margin-right: .27rem;
}

.article .ctx {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.article .ctx p {
    text-indent: 2em;
    font-size: .13rem;
    color: #666;
    line-height: .29rem;
}

.article .ctx p img {
    max-width: 98% !important;
    height: auto !important;
    margin: .13rem auto;
    display: block;
}

.prevPage {
    box-sizing: border-box;
    width: 100%;
    height: .31rem;
    border: solid .01rem #dcdcdc;
    line-height: .31rem;
    text-align: center;
    padding: 0 .2rem;
}

/* 下载详情 p10 */
.p10 {
    padding: .15rem .15rem 0;
    background-color: #fff;
}

.p10 .header img {
    width: .83rem;
    height: .83rem;
}

.p10 .header h1 {
    margin: .2rem 0;
}

.p10 .header li {
    color: #888;
    font-size: .12rem;
    margin-bottom: .16rem;
    width: 33%;
}

.p10 .header .btn {
    width: 100%;
    height: .35rem;
    background-color: #3399db;
    line-height: .35rem;
    text-align: center;
}
.p10 .header .btn a {
    color: #fff;
    font-weight: bold
}

/* 游戏截图 p11 */
.p11 {
    margin-top: .17rem;
}

.p11 .gdTit {
    box-sizing: border-box;
    width: 100%;
    height: .25rem;
    background-color: #eaf5fb;
    line-height: .25rem;
    padding: 0 .12rem;
}

.p11 ul {
    margin-top: .1rem;
    overflow-x: scroll;
}

.p11 ul::-webkit-scrollbar {
    display: none;
}

.p11 li img {
    width: 1.46rem;
    height: 2.6rem;
    margin-right: .09rem;
}

.p11 li:last-child img {
    margin-right: 0;
}

/* 游戏简介 p12 */
.p12 {
    margin-top: .13rem;
}

.p12 .gdTit {
    box-sizing: border-box;
    width: 100%;
    height: .25rem;
    background-color: #eaf5fb;
    line-height: .25rem;
    padding: 0 .12rem;
}

.p12 .ctx {
    padding-top: .09rem;
    padding-bottom: .07rem;
}

.p12 .ctx p {
    text-indent: 2em;
    font-size: .13rem;
    color: #666;
    line-height: .29rem;
}
.p12 .ctx h3 {
    font-size: 17px;
    margin: 15px 0
}
.p12 .ctx p img {
    width: 2.32rem;
    height: 1.38rem;
    margin: .13rem 0;
    display: block;
}

/* only */
.c2f {
    color: #2f2f2f;
}

.c8d {
    color: #8d8c8c !important;
}

.c33 {
    color: #3399db !important;
}

.com {
    margin-top: .05rem;
    background-color: #fff;
    padding-left: .15rem;
    padding-right: .15rem;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.title-one-box{
    margin-top: .14rem;
    display: flex;
    justify-content: space-between;
}
.title-one-box .hot img{
    width: .95rem;
    height: .55rem;
    display: block;   
}
.title-one-box .right{
    flex: 1;
    margin-left: .13rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: .07rem 0;
    box-sizing: border-box;
}
.title-one-box a{
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
    width: 100%;
}
.title-one-box .text{
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.new-one-ul{
    padding-bottom: 0.2rem;
}
.new-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .2rem;
}
.new-one-ul li a{
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    position: relative;
    flex: 1;
    margin-right: .25rem;
    padding-left: .16rem;
}
.new-one-ul li a::before{
    content: "";
    display: block;
    width: .05rem;
    height: .05rem;
    background: #3399db;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-one-ul li div{
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.p2 .ul1{
    padding-bottom: .2rem;
}
.p2 .ul2 li{
    padding: .22rem 0;
    border-bottom: 1px dashed #DCDCDC;
}
.p2 .ul2 li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.new-two-ul li{
    display: flex;
    justify-content: space-between;
    padding: .16rem 0;
    border-bottom: 1px dashed #DCDCDC;
}
.new-two-ul li:last-child{
    padding-bottom: .2rem;
    border-bottom: none;
}
.new-two-ul li>div:first-child{
    margin-bottom: 0;
}
.new-two-ul li .date{
    width: .72rem;
    height: .5rem; 
    border: 1px solid #3399DB;
    border-radius: .02rem;
    box-sizing: border-box;
}
.new-two-ul li .day{
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3399DB; 
}
.new-two-ul li .year{
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #3399DB;
    color: #FFFFFF;
}
.new-two-ul li .right{
    flex: 1;
    margin-left: .11rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: .5rem; 
}
.new-two-ul li .Title{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
    width: 100%;
}
.new-two-ul li .text{
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.p3 .header .posr{
    position: relative;
}
.p3 .header .posr .time{
    position: absolute;
    top: 0;
    left: 0;
    width: .48rem;
    height: .2rem;
    line-height: .2rem;
    text-align: center;
    background: rgba(0,0,0,0.39);
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.info-title{
    padding: .15rem;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-bottom: .05rem;
}
.info-title .Title{
    line-height: .18rem;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    padding-left: .3rem;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: .18rem .18rem;
}
.infoTwo_ul{
    margin-top: .1rem;
}
.infoTwo_ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoTwo_ul li img{
    width: .6rem;
    height: .6rem;
    border-radius: .08rem; 
    display: block;
}
.infoTwo_ul li .info{
    flex: 1;
    margin-left: .1rem;
    display: flex;
    justify-content: space-between;
    height: .6rem;
    align-items: center;
    padding: .16rem 0;
    border-bottom: 1px dashed #EEEEEE;
}
.infoTwo_ul li .right{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: .6rem;
    flex: 1;
    margin-right: .25rem;
}
.infoTwo_ul li:last-child .info{
    /* padding-bottom: 0; */
    border-bottom: none;
}
.infoTwo_ul li .name{
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
.infoTwo_ul li .text{
    width: 100%;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.infoTwo_ul li .date{
    width: 100%;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.infoTwo_ul li .date span{
    width: 100%;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E0201F;
}
.infoTwo_ul li .click{
    display: block;
    width: .6rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background: #42ADE4;
    border-radius: .03rem; 
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;  
}
#home_aqapps {
    background-color: #fff;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    margin: 0 !important;
    padding-top: 0.2rem;
    margin-top: 0.05rem !important;
}