/* v2 */
html {
    font-size: 100px !important;
    /* background-color: #f5f5f5; */
    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;
    width: 100%;
}

nav .navTop {
    box-sizing: border-box;
    padding: 0.15rem;
}

nav .navTop .logo {
    width: .8rem;
    height: auto;
}

nav .navTop input {
    box-sizing: border-box;
    width: 2rem;
    height: .3rem;
    background: rgba(234, 234, 234, .5);
    padding-left: .08rem;
    padding-right: .32rem;
    line-height: .3rem;
}

nav .navTop input::placeholder {
    color: #dadfe1;
    font-size: .13rem;
}

nav .navTop form img {
    width: .16rem;
    height: .16rem;
    position: absolute;
    top: .08rem;
    left: .09rem;
}

nav .navTop button {
    position: absolute;
    top: .08rem;
    right: .09rem;
    width: .15rem;
    height: .15rem;
    background: url(../images/sousuo.png) no-repeat;
    background-size: 100% 100%;
}

nav ul {
    box-sizing: border-box;
    width: 100%;
    height: .49rem;
    padding: 0 .24rem;
    background-color: #F1993A;
}

nav li:nth-child(2n-1) {
    padding: .08rem .01rem;
    border-bottom: .03rem solid transparent;
    display: flex;
    white-space: nowrap;
    /*overflow-y: hidden;*/
    width: 100%;
}

nav .active {
    border-bottom: .03rem solid #fff !important;
}

nav li:nth-child(2n) {
    width: .01rem;
    height: .13rem;
    background-color: #fff;
    margin: 0 .20rem;
}

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

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

/* 标题 */
.title {
    padding-bottom: .1rem;
}

.title .tag {
    width: .02rem;
    height: .14rem;
    background: #F1993A;
}

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

.title .more {
    width: .06rem;
    height: .04rem;
}

.title .text {
    margin-right: .05rem;
}

/* 分页器 */
.pagerBox li a {
    display: block;
    box-sizing: border-box;
    width: .23rem;
    height: .23rem;
    border: .01rem solid #DEDEDE;
    margin-right: .07rem;
    line-height: .23rem;
    text-align: center;
}

.pagerBox li a,
.pagerBox li span {
    color: #c3c3c3;
    font-size: .12rem;
}

.pagerBox li:first-child a,
.pagerBox li:last-child a {
    width: .52rem;
}

.pagerBox .active a,
.pagerBox .active span {
    color: #fff;
    background: #F1993A;
}

.pagerBox .text {
    color: #c3c3c3;
}

.gameList .pagerBox {
    padding-top: .1rem;
    padding-bottom: .2rem;
}

.infoList .pagerBox {
    padding-top: .08rem;
    padding-bottom: .25rem;
}

/* 底部 */
footer {
    box-sizing: border-box;
    width: 100%;
    /*height: 1rem;*/
    background: #333333;
    padding: 0.4rem 0.23rem;
    margin-top: .2rem;
}

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

/* lbt */
.indexSwiper,
.indexSwiper img {
    width: 100%;
    height: 1.65rem;
}

.indexSwiper .swiper-pagination-bullets {
    bottom: .03rem !important;
}

.indexSwiper .swiper-pagination span {
    margin: .06rem !important;
}

.indexSwiper .swiper-pagination-bullet {
    width: .05rem;
    height: .05rem;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
}

.indexSwiper .swiper-pagination-bullet-active {
    background: #778B96;
}

.nList {
    padding-left: .45rem !important;
    padding-right: .1rem;
    background-color: #fff;
    border-radius: .05rem;
    margin-top: .1rem;
}

.nList li {
    padding: .15rem 0;
}

.nList li .tit {
    height: .14rem;
}

.nList .tag {
    box-sizing: border-box;
    width: .25rem;
    height: .55rem;
    text-align: center;
    line-height: .17rem;
    padding-top: .06rem;
    background: url(../images/tag.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0.02rem;
    transform: translateY(-50%);
}

/* 最新资讯 p1 */
.p1 li {
    padding: .15rem 0;
}

.p1 li .tag {
    margin-left: -0.07rem;
}

.p1 li a {
    /* margin-bottom: .1rem; */
}

.p1 li .origin {
    margin-left: -0.15rem;
}

.p1 li .origin>div:first-child {
    margin-right: .2rem;
}

/* 资讯 p2 */
.p2 .ul {
    padding-bottom: .17rem;
}

.p2 .ul li {
    margin-top: .1rem;
}
.p2 .ul li:nth-child(n+2){
    margin-top: .2rem;
}
.p2 .ul li img {
    width: 1.1rem;
    height: .6rem;
}

.p2 .ul li>div {
    box-sizing: border-box;
    height: .6rem;
    padding-left: .1rem;
}

.p2 .ul li .tit {
    line-height: .24rem;
}

/* 最热资讯 p3 */
.p3 {
    padding-bottom: .04rem;
}

.p3 .box {
    margin-top: .1rem;
}

.p3 .box .boxl {
    padding-bottom: .05rem;
}

.p3 .box .boxl img {
    width: 100%;
    height: 1.45rem;
}

.p3 .box .boxl .tit {
    margin: .09rem 0 .05rem;
}

.p3 .box .boxl .text {
    line-height: .22rem;
}

.p3 .box .boxl .detail {
    position: absolute;
    bottom: .08rem;
    right: -0.06rem;
}
.p3 .box .boxl .click {
    line-height: .22rem;
    position: absolute;
    bottom: .0;
    right: 0;
    width: .6rem;
    text-align: end;
    background-color: #fff;
}

.p3 ul {
    margin-top: .15rem;
}

.p3 li {
    padding-bottom: .26rem;
}

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

.p3 li .tit {
    padding: 0 .15rem;
}

/* 友情链接 p4 */
.p4 {
    margin-bottom: .1rem;
}

.p4 ul {
    margin-top: .06rem;
}

.p4 li {
    margin-bottom: .1rem;
}

.p4 li:nth-child(2n) {
    width: .01rem;
    height: .11rem;
    background-color: #999;
    margin: 0 .07rem .08rem;
}

/* 传奇游戏 p5 */
.icons {
    padding-top: .1rem;
}

.icons li {
    margin-bottom: .20rem;
    margin-right: .2rem;
}

.icons li:nth-child(4n) {
    margin-right: 0;
}

.icons li img {
    width: .65rem;
    height: .65rem;
}

.icons li .tit {
    width: .65rem;
    margin-top: .08rem;
    margin-bottom: .08rem;
    text-align: center;
}

.icons li .btn {
    width: .5rem;
    height: .2rem;
    border: .01rem solid #F1993A;
    border-radius: .03rem;
    line-height: .2rem;
    text-align: center;
}

/* 游戏列表 p6 */
.p6 li {
    padding: .1rem 0;
}

.p6 li>a img {
    width: .65rem;
    height: .65rem;
}

.p6 li>div {
    box-sizing: border-box;
    height: .65rem;
    padding: .02rem 0 .03rem .1rem;
}

.p6 li>div .time{
   color: #666;
   font-size: .14rem
}

.p6 li .origin {
    margin-right: .15rem;
}

.p6 li .imgs img {
    width: .08rem;
    height: .08rem;
    margin-right: .03rem;
}

/* 相关游戏 p7 */
.p7 ul {
    padding-bottom: .12rem;
}

.p7 li {
    box-sizing: border-box;
    padding: .1rem 0;
}

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

.p7 li .num {
    width: .25rem;
    height: .25rem;
    background: #F1993A;
    border-radius: .05rem;
    line-height: .25rem;
    text-align: center;
    margin-right: .1rem;
}

.p7 li:nth-child(n+4) .num {
    background: #CCCCCC !important;
}

.p7 li img {
    width: .65rem;
    height: .65rem;
}

.p7 li>div>div {
    box-sizing: border-box;
    height: .65rem;
    padding: .1rem;
}

.p7 li .tit {
    height: .14rem;
}

.p7 li .text {
    height: .13rem;
}

.p7 li .btn {
    box-sizing: border-box;
    width: .55rem;
    height: .25rem;
    background: #FFF9F1;
    line-height: .25rem;
    text-align: center;
}

/* 资讯详情 p8 */
.p8 .header1 {
    padding: .1rem 0;
}

.p8 .header1 img {
    width: .65rem;
    height: .65rem;
}

.p8 .header1>div {
    box-sizing: border-box;
    height: .65rem;
    padding: .05rem 0 .05rem .1rem;
}

.p8 .header1 .btn {
    box-sizing: border-box;
    width: .5rem;
    height: .3rem;
    background: #F1993A;
    border-radius: .05rem;
    line-height: .3rem;
    text-align: center;
}

.p8 .header2 {
    padding-top: .15rem;
    padding-bottom: .25rem;
}

.p8 .header2 h1 {
    margin-bottom: .25rem;
}

.p8 .origin>div:first-child {
    margin-right: .24rem;
}

.p8 .ctx {
    padding-bottom: .2rem;
}

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

.p8 .ctx p img {
    max-width: 2.88rem !important;
    height: auto !important;
    cursor: default;
    margin: .08rem auto;
    display: block;
}

/* 游戏详情 p9*/
.p9 .header>a img {
    width: .65rem;
    height: .65rem;
}

.p9 .header>div {
    box-sizing: border-box;
    height: .65rem;
    padding: .02rem 0 .03rem .1rem;
}

.p9 .header .origin {
        font-size: .12rem;
    margin-right: .15rem;
}

.p9 .header .imgs img {
    width: .08rem;
    height: .08rem;
    margin-right: .03rem;
}

.p9 .btn {
    box-sizing: border-box;
    width: 100%;
    height: .35rem;
    background: #F1993A;
    border-radius: .05rem;
    line-height: .35rem;
    text-align: center;
    margin: .1rem 0;
}
.p9 .btn a {
    color: #fff;
    font-weight: bold
}
.p9 .ctx {
    padding: .03rem 0;
}

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

.p9 .ctx h3 {
    font-size: .15rem;
    font-weight: bold;
    margin: 0.1rem 0;
}

/* 游戏截图 p10 */
.gdSwiper {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.gdSwiper img {
    width: 1.3rem;
    height: 1.7rem;
}

.gdSwiper .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.88);
}

.gdSwiper .swiper-slide-active,
.gdSwiper .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 99999999999;
}

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

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

.cf1 {
    color: #F1993A !important;
}

.om1 {
    margin-top: .1rem;
}

.com {
    margin-top: .1rem;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    /* border-radius: .05rem; */
    padding: .1rem .1rem 0;
}
.m-r-30{
    margin-right: .2rem;
}

.new-four-ul li{
    height: .38rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
    border-bottom: .01rem dashed #DCDCDC;
}
.new-four-ul li:last-child{
    border-bottom: none;
}
.new-four-ul li .click{
    width: .5rem;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    background: #ffefde;
    border-radius: .04rem;
    font-size: .13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1993A;       
}   
.new-four-ul li .left{
    height: .38rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex: 1;
    margin-right: .3rem;
}
.new-four-ul li .Title{
    font-size: .13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
.new-four-ul li .date{
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.info-title{
    margin-bottom: .3rem;
}
.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{
    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: #F1993A;
    border-radius: .03rem; 
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;  
}

#home_aqapps {
        margin: 0 !important;
    margin-top: 0.2rem !important;
}

div.aq_part{
    margin: .6rem 0!important;
}