/* 公共样式 */

:root {
    --pm-c: #539C22;
    --dm-c: #fdeaea;
    --bg-c: #f5f5f5;
    --br-c: #eee;
}

.bg-gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-f5 {
    background-color: #f5f5f5;
}

.bg-f7 {
    background-color: #f7f7f7;
}

.bg-f8 {
    background-color: #f8f8f8;
}

.bg-f {
    background-color: #ffffff;
}


/* 禁用iPhone中Safari的字号自动调整 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}


/*修改UIKIT框架自带样式*/

body,
html {
    /* background-color: var(--bg-c); */
    max-width: 750px;
    margin: 0 auto;
}

a,
a:hover {
    text-decoration: none;
}

ol,
ul,
p {
    padding: 0;
    margin: 0;
    list-style: none;
}


/*图片高清*/

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.my-uk-flex-between {
    justify-content: space-between;
}

.my-uk-flex-1 {
    flex: 1;
}


/*边框样式*/

.b-a {
    border: 1px solid var(--br-c) !important;
}

.b-b {
    border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
    border-top: 1px solid var(--br-c) !important;
}

.b-l {
    border-left: 1px solid var(--br-c) !important;
}

.b-r {
    border-right: 1px solid var(--br-c) !important;
}

.b-t-dashed {
    border-top: 1px dashed var(--br-c) !important;
}

.b-b-dashed {
    border-bottom: 1px dashed var(--br-c) !important;
}


/* 外边距 */

.m-a-5 {
    margin: 0.05rem;
}

.m-a-10 {
    margin: 0.1rem;
}

.m-a-20 {
    margin: 0.2rem;
}

.m-a-30 {
    margin: 0.4rem !important;
}


/* 内边距  */

.p-a-5 {
    padding: 0.05rem;
}

.p-a-10 {
    padding: 0.1rem;
}

.p-a-20 {
    padding: 0.2rem;
}

.p-a-30 {
    padding: 0.3rem;
}


/* 内上边距 */

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 0.05rem;
}

.p-t-10 {
    padding-top: 0.1rem;
}

.p-t-15 {
    padding-top: 0.15rem;
}

.p-t-20 {
    padding-top: 0.2rem;
}

.p-t-30 {
    padding-top: 0.3rem;
}


/* 内下边距 */

.p-b-0 {
    padding-bottom: 0;
}

.p-b-5 {
    padding-bottom: 0.05rem;
}

.p-b-10 {
    padding-bottom: 0.1rem;
}

.p-b-15 {
    padding-bottom: 0.15rem;
}

.p-b-20 {
    padding-bottom: 0.2rem;
}

.p-b-30 {
    padding-bottom: 0.3rem;
}


/* 内左边距 */

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-5 {
    padding-left: 0.05rem;
}

.p-l-10 {
    padding-left: 0.1rem;
}

.p-l-15 {
    padding-left: 0.15rem;
}

.p-l-20 {
    padding-left: 0.2rem;
}

.p-l-30 {
    padding-left: 0.3rem;
}


/* 内右边距 */

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 0.05rem;
}

.p-r-10 {
    padding-right: 0.1rem;
}

.p-r-15 {
    padding-right: 0.15rem;
}

.p-r-20 {
    padding-right: 0.2rem;
}

.p-r-30 {
    padding-right: 0.3rem;
}

.m-t-b-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* 内上边距 */

.m-t-0 {
    margin-top: 0rem !important;
}

.m-t-5 {
    margin-top: 0.05rem;
}

.m-t-10 {
    margin-top: 0.1rem;
}

.m-t-15 {
    margin-top: 0.15rem;
}

.m-t-20 {
    margin-top: 0.2rem;
}

.m-t-30 {
    margin-top: 0.3rem;
}


/* 外下边距 */

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 0.05rem !important;
}

.m-b-10 {
    margin-bottom: 0.1rem !important;
}

.m-b-15 {
    margin-bottom: 0.15rem !important;
}

.m-b-20 {
    margin-bottom: 0.2rem !important;
}

.m-b-30 {
    margin-bottom: 0.3rem !important;
}


/* 外左边距 */

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 0.05rem !important;
}

.m-l-10 {
    margin-left: 0.1rem !important;
}

.m-l-15 {
    margin-left: 0.15rem !important;
}

.m-l-20 {
    margin-left: 0.2rem !important;
}

.m-l-30 {
    margin-left: 0.3rem !important;
}


/* 外右边距 */

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 0.05rem !important;
}

.m-r-10 {
    margin-right: 0.1rem !important;
}

.m-r-15 {
    margin-right: 0.15rem !important;
}

.m-r-20 {
    margin-right: 0.2rem !important;
}

.m-r-30 {
    margin-right: 0.3rem !important;
}


/*圆角样式*/

.b-r-4 {
    border-radius: 0.04rem !important;
}

.b-r-6 {
    border-radius: 0.06rem !important;
}

.b-r-8 {
    border-radius: 0.08rem !important;
}

.b-r-10 {
    border-radius: 0.1rem !important;
}

.b-r-12 {
    border-radius: 0.12rem !important;
}

.b-r-24 {
    border-radius: 0.24rem !important;
}


/* 溢出2行省略号 */

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


/* 溢出3行省略号 */

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


/* 溢出4行省略号 */

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


/*伪类居中*/


/* 增加伪类 前置 */

.before-middle {
    position: relative;
}

.before-middle::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}


/* 增加伪类 后置 */

.after-middle {
    position: relative;
}

.after-middle::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.after-center {
    position: relative;
}

.after-center::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}


/*默认图标尺寸*/

.item .icon {
    margin: 0 auto;
    border-radius: 0.12rem;
    overflow: hidden;
}

.item .icon img {
    width: 100%;
    height: 100%;
}

.item .data span {
    font-size: 0.14rem;
}

.item .hr {
    display: inline-block;
    height: 0.12rem;
    width: 0.01rem;
    background: #bbb;
    margin: 0 0.05rem;
}


/* 默认缩略图尺寸 */

.thumb img {
    width: 100%;
    height: 100%;
}


/*面包屑导航*/

.crumbs {
    font-size: 0.24rem;
    padding: 0 0.3rem;
    color: #a5a5a5;
    /* background-color: #f5f5f5; */
}

.crumbs a {
    color: #909399;
    display: inline-block;
    position: relative;
    font-size: 0.24rem;
}

.crumbs a::after {
    content: ">";
}


/* 平台 安卓 苹果 图标显示 */

.platform i {
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    background-repeat: no-repeat;
}

.platform .az {
    background-image: url(../img/icon-az.png);
}

.platform .ios {
    background-image: url(../img/icon-ios.png);
}


/* 公共标题 */

.module-title {
    padding-bottom: .2rem;
    border-bottom: 0.01rem solid var(--br-c);
}

.module-title .title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    padding-left: 0.52rem;
}

.module-title .title::before {
    width: 0.32rem;
    height: 0.2rem;
    background-image: url(../images/module-title-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}

.module-title .more {
    display: block;
    color: #999;
    font-size: 0.24rem;
}

.pd3 {
    padding: 0.3rem;
}

.x-scoll {
    padding-left: 0.3rem;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}

.module {
    /* padding: 0.2rem 0.3rem; */
    background-color: #fff;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}


/* 分页 */

.pagination {
    margin: 0.3rem 0 0.4rem 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 0.05rem;
    font-size: 0.13rem;
    border: 1px solid var(--br-c);
    color: #555;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 0.06rem 0.12rem;
    border: 1px solid transparent;
}

.pagination li span {}

.pagination li a {
    display: inline-block;
    color: #666;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
    border: 1px solid var(--pm-c) !important;
}


/* 友情链接 */

.home-links li {
    display: inline-block;
    margin-right: 0.15rem;
    margin-bottom: 0.05rem;
}

.home-links a {
    font-size: 0.12rem;
    color: #8d8c8c;
    border-right: 1px solid #999999;
    /* padding-right: 0.15rem; */
}


/* .home-links li:last-child a {
    border: none;
    padding-right: 0rem;
} */


/* 页脚 */

.footer {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.6rem;
    padding-bottom: 0.38rem;
    padding-top: 0.38rem;
    background: #333333;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.footer>div>a {
    color: inherit !important;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    color: #999;
    margin-right: 0.15rem;
    font-size: 0.24rem;
    color: #999999;
}

.footer ul li:last-child a {
    border: none;
}

.footer p {
    font-size: 0.24rem;
    margin: 0px !important;
    color: #999999;
}

.star {
    height: 0.34rem;
    width: 1.68rem;
    background: url('../images/icon-star-bg.png') repeat-x center/0.34rem;
    display: inline-block;
}

.star:before {
    content: "";
    display: block;
    background: url('../images/icon-star.png') repeat-x 0/0.34rem;
    height: 0.34rem;
}

.star-1:before {
    width: 0.35rem;
}

.star-2:before {
    width: 0.66rem;
}

.star-3:before {
    width: 1rem;
}

.star-4:before {
    width: 1.35rem;
}

.star-5:before {
    width: 1.68rem;
}

header {
    background-color: var(--pm-c);
    padding-bottom: 0rem !important;
}

.head .logo a {
    display: inline-block;
    height: 0.2rem;
}

.logo {
    flex: 1;
}

.logo img {
    height: 0.62rem;
    width: 2.52rem;
}

.head .menu-img {
    margin-left: 0.24rem;
    width: 0.35rem;
    height: 0.28rem;
    padding-left: 0.1rem;
}

.search {
    position: relative;
    width: 3rem;
    height: 0.6rem;
}

.search input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0.1rem;
    font-size: 0.25rem;
    text-indent: 2.3em;
    background: rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .6);
    box-sizing: border-box;
}


/* 针对 谷歌 内核 */

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}


/* 火狐 */

input:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.search button {
    background-color: transparent;
    border: 0;
    width: 0.31rem;
    height: 0.29rem;
    background-image: url("../images/icon-search.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 0.1rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0.05rem;
}

.nav {
    margin-left: -0.3rem;
    /* margin-top: 0.14rem; */
    /* background-color: var(--pm-c); */
}

.nav li {
    margin-right: 0.3rem;
    white-space: nowrap;
    position: relative;
    line-height: 0.9rem;
    padding: 0 0.26rem;
}

.nav li a {
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.4rem;
}

.nav li.active a {
    border-bottom: 0.05rem solid #fff;
    padding-bottom: 0.16rem;
}

.home-slide {
    /* border-radius: 0.2rem; */
    /* margin: 0.2rem 0.3rem; */
}

.home-slide .swiper-wrapper {
    /* border-radius: 0.2rem; */
}

.home-slide-swiper {
    /* border-radius: 0.2rem; */
}

.home-slide .swiper-pagination {
    right: 0.3rem;
    width: auto;
    left: auto;
    display: inline-block;
    bottom: 0.15rem !important;
    text-align: right;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.home-slide .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.9;
    width: 0.15rem;
    height: 0.04rem;
    margin: 0 0.06rem !important;
    border-radius: 0rem;
}

.home-slide .swiper-pagination-bullet-active {
    background-color: var(--pm-c);
}

.home-slide img {
    height: 3.9rem;
    width: 100%;
}

.home-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 0.1rem 0.3rem;
    overflow: hidden;
    height: auto;
    line-height: 1;
}

.home-slide .title span {
    display: inline-block;
    width: 5rem;
    font-size: .24rem;
    color: #fff;
    line-height: 0.25rem;
    padding-top: 0.05rem;
}


/* 游戏攻略 */

.home-game-gl {}

.home-game-gl .thumb {
    /* width: 6.9rem; */
    height: 3rem;
}

.home-gl-list .item:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}

.home-gl-list .title {
    font-size: 0.26rem;
    color: #333333;
    margin-right: 0.2rem;
    line-height: 0.4rem;
}

.home-gl-list .up-to-date {
    font-size: 0.26rem;
    color: #999;
    margin-left: -0.1rem;
}

.home-gl-list .more a {
    font-size: 0.24rem;
    color: #999999;
}

.home-gl-list .time {
    font-size: 0.24rem;
    color: #999999;
}


/* 游戏测评 */

.home-cp {}

.home-cp .home-cp-list .item:last-child {
    border: none !important;
    padding-bottom: 0 !important;
}

.home-cp .home-cp-list .item .title {
    font-size: 0.24rem;
    color: #333333;
    line-height: 1;
    padding-left: 0.4rem;
    background: url('../images/list_dot.png') no-repeat left/contain;
}

.home-cp .home-cp-list .item .time,
.home-cp .home-cp-list .item .more a {
    font-size: 0.22rem;
    color: #999999;
}


/* 游戏资讯 */

.home-information {}

.home-information .item:last-child {
    border: none !important;
}

.home-information .thumb {
    width: 2.5rem;
    height: 1.5rem;
}

.home-information .item .type {
    font-size: 0.22rem;
    color: #fff;
    background: var(--pm-c);
    border-radius: 0.05rem;
    padding: 0 0.1rem 0rem;
    line-height: 0.32rem;
    height: 0.3rem;
}

.home-information .item .title {
    font-size: 0.28rem;
    color: #333333;
    display: inline-block;
    padding-left: 0.1rem;
    margin: 0.15rem 0;
    line-height: 1;
}

.home-information .item .desc {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.45rem;
}

.home-information .item .time {
    font-size: 0.22rem;
    color: #999;
}

.home-information .item .source {
    font-size: 0.24rem;
    color: #999;
    padding-top: 0.1rem;
    display: inline-block;
}

.home-information .item:hover .title {
    color: var(--pm-c);
}

.list-app .home-information-list .infobox {
    background: none;
}

.list-app .home-information-list .item .title {
    font-size: 0.26rem;
    color: #333333;
}


/* 游戏新闻 */

.home-game-news {}

.home-game-news ul li {
    padding-left: 0.35rem;
    overflow: hidden;
    /* padding-bottom: 0.2rem; */
}

.home-game-news ul li:last-child {
    border: none !important;
    padding-bottom: 0;
}


/* .home-game-news ul li::before {
    background: url("../images/list_dot1.png") no-repeat center/contain;
    left: 0;
    width: 0.16rem;
    height: 0.18rem;
    top: 0.18rem;
} */

.home-game-news ul li .title {
    font-size: 0.26rem;
    color: #333333;
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding-left: 0.1rem;
}

.home-game-news ul li .desc {
    font-size: 0.24rem;
    color: #666;
    position: relative;
    line-height: 0.48rem;
}

.home-game-news ul li:hover .title {
    color: var(--pm-c);
}

.home-game-news ul li .time,
.home-game-news ul li .look,
.home-game-news ul li .source {
    font-size: 0.24rem;
    color: #999;
}

.home-game-news ul li p {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.home-game-news ul li .look {
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--pm-c);
}


/* 资讯列表 */

.game-list .item {}

.game-list .item:last-child {
    border: none !important;
}

.list-game-list .item .info {
    width: calc(100% - 3rem);
}

.list-game-list .item .info .time{
    font-size: 14px;
    color: #333'
}

.list-game-list .item .icon {
    width: 1.31rem;
    height: 1.31rem;
}

.game-list .item .icon img {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
}

.game-list .item .info p {
    margin: 0 !important;
}

.game-list .item .info a {
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.3rem;
    font-weight: 600;
    display: inline-block;
}

.game-list .item .info .desc {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.1rem !important;
}

.game-list .item .info span {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.35rem;
}

.game-list .item .down {
    width: 0.41rem;
    height: 0.37rem;
    background: url("../images/down.png") no-repeat center/contain;
}

.game-list .item .more {
    color: var(--pm-c);
    font-size: 0.24rem;
    width: 1.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
    text-align: center;
    background: rgba(168, 30, 30, 0.05);
}

.game-list .item:hover .info a {
    color: var(--pm-c);
}

.game-list .item:hover .more {
    background: var(--pm-c);
    color: #fff;
}


/* 热门游戏 */

.list-hot-game-list ul {}

.list-hot-game-list .item .icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.1rem;
}

.game-list .item .title {
    font-size: 0.26rem;
    color: #333333;
    display: inline-block;
    line-height: 1;
}

.list-hot-game-list .item .num {
    width: 0.56rem;
    height: 0.76rem;
    background: url('../images/rank.png') no-repeat center/contain;
    color: #fff;
    font-size: 0.18rem;
    padding-top: 0.2rem;
    padding: 0.07rem 0.1rem 0.3rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
}

.list-hot-game-list .item .down {
    width: 0.41rem;
    height: 0.37rem;
    background: url("../images/down4.png") no-repeat center/contain;
}

.list-hot-game-list .item:nth-child(-n+3) .num {
    background: url('../images/rank_top3.png') no-repeat center/contain;
}

.list-hot-game-list .item:nth-child(-n+3) .down {
    background: url('../images/down.png') no-repeat center/contain;
}

.list-hot-game-list .item .num span {
    font-size: 0.22rem;
    color: #fff;
}

.list-hot-game-list .item {
    box-sizing: border-box;
}

.single-app .single-header {
    padding-top: 0.4rem;
}

.single-show-game .single-header {
    padding-top: 0.2rem;
}

.single-news .single-header {
    /* margin-top: 0.2rem; */
    padding-top: 0.5rem;
    /* padding-bottom: 0.2rem; */
}

.single-header h1 {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    padding-top: 0.1rem;
    font-weight: 600;
    line-height: 0.58rem;
    width: 6.3rem;
    margin: 0 auto;
}

.single-header .single-info {
    text-align: left;
}

.single-header .single-info h1 {
    text-align: left;
    line-height: 0.3rem;
    padding-bottom: 0;
    margin-bottom: 0.1rem;
}

.single-header .info {
    text-align: center;
    margin: 0.4rem auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.single-header .info span {
    font-size: 0.22rem;
    color: #666666;
}

.single-header .single-info .icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
}

.single-header .single-info .icon img {
    width: 100%;
    height: 100%;
}

.single-header .single-info .title {
    font-size: 0.26rem;
    color: #2F2F2F;
    /* margin: 0.4rem 0; */
    line-height: 1;
}

.single-header .single-info .time {
    font-size: 0.24rem;
    color: #666666;
    margin: 0.4rem 0;
    display: block;
}

.single-header .single-info ul li {
    width: 50%;
    padding-right: 0.2rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    color: #666666;
    padding-left: 0;
    line-height: 1;
}

.single-header .downbtn .ajax-btn {
    padding: 0.2rem 0.08rem;
    border-radius: 0.04rem;
    text-align: center;
    display: block;
    color: #fff;
    background-color: var(--pm-c);
    position: relative;
    background-image: linear-gradient(0deg, var(--pm-c) 0%, var(--pm-c) 100%), linear-gradient(var(--pm-c), var(--pm-c));
    background-blend-mode: normal, normal;
    margin-top: 0.3rem;
    font-size: 0.24rem;
}


/* 游戏截图 */

.single-jt {}

.single-slide .uk-slider-items {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.single-slide .item {
    height: 3.4rem;
    width: 2.55rem;
}

.single-slide .item img {
    height: 3.4rem;
    width: 2.55rem;
}


/* 游戏简介 */

.single-content p {
    text-indent: 2em;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.58rem;
    margin-bottom: 0px !important;
    display: inline-block;
    margin: 0.1rem 0;
}

.single-app .single-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
}

.single-content h2,
.single-content h3 {
    font-weight: bold;
    font-size: 0.28rem;
    margin: 0.1rem 0;
}


/* 资讯列表 */

.list-app .list-news-lists {}

.list-app .list-news-lists li .title {
    font-size: 0.26rem;
    color: #333;
    display: inline-block;
    width: 100%;
    line-height: 1;
}

.list-app .list-news-lists li .thumb {
    width: 2.5rem;
    height: 1.5rem;
}

.list-app .list-news-lists li .info .desc {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.48rem;
}

.list-app .list-news-lists li .info .time {
    font-size: 0.24rem;
    color: #999;
}


/* 相关资讯 */

.xg-news {
    overflow: hidden;
    padding-bottom: 0;
}

.xg-news .news-list {}

.xg-news .news-list .list {
    box-sizing: border-box;
    padding-left: 0.25rem;
}

.xg-news .news-list .list::before {
    width: 0.1rem;
    height: 0.1rem;
    background: var(--pm-c);
    border-radius: 50%;
    left: 0;
}

.xg-news .news-list .list:last-child {
    border: none !important;
}

.xg-news .news-list .list .title {
    font-size: 0.26rem;
    color: #333333;
    line-height: 1;
}

.xg-news .news-list .list .time {
    font-size: 0.26rem;
    color: #999999;
    display: inline-block;
    margin-left: 0.1rem;
}

.xg-news .news-list .list:hover .title {
    color: var(--pm-c);
}


/* list 样式 */

.list ul li a {
    padding-left: 0.2rem;
}

.list ul li a::before {
    display: inline-block;
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    background-color: var(--pm-c);
}


/* 鼠标移入 阴影立体效果 */

.list-game-li ul li:hover {
    box-shadow: 0px 0px 0.16rem 0px rgba(100, 100, 100, 0.22);
    box-shadow: 0px 0px 0.09rem 0px rgba(210, 222, 235, 0.72);
}


/* 带图标 序号 */

.item .icon {
    width: 1rem;
    height: 1rem;
}

.item .num {
    margin-right: 0.2rem;
    text-align: center;
    width: 0.42rem;
    height: 0.27rem;
    line-height: 0.27rem;
    background-color: #e3e3e3;
    border-radius: 0px 0.14rem 0.14rem 0px;
    color: #fff;
}

.item:nth-child(-n+3) .num {
    background-color: var(--pm-c);
}


/* 卡片式 */

.gl-card .item:hover {
    background: #f7f7f7;
}


/* 公共样式 end */

.mobile .title {
    font-size: 0.28rem;
}


/* 修改样式 */

.flex-start {
    display: flex;
}

.flex-col,
.flex-bet {
    display: flex;
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.news_img_container>li {
    padding: 0.4rem 0 0 0 !important;
    height: 2.2rem;
}

.news_img_container>li>div {
    height: 1.6rem;
}

.news_img_container>li>a {
    display: block;
    height: 0.4rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 0.4rem;
}

.news_img_container>li>div>a,
.news_img_container>li>div>a img {
    display: block;
    height: 1.6rem !important;
    width: 2.4rem !important;
}

.news_img_container>li>div>div {
    padding: 0.28rem 0.3rem;
    background: #F7F7F7;
    box-sizing: border-box;
    width: 5.2rem;
    height: 1.6rem;
}

.news_img_container>li>div>div>a {
    width: 4rem;
    height: 0.44rem;
    font-size: 0.24rem;
    color: #4D4D4D;
    line-height: 0.44rem;
}

.news_img_container>li>div>div>span>span {
    height: 0.28rem;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.28rem;
}

.news_img_container>li>div>div>span>p {
    height: 0.28rem;
    font-size: 0.24rem;
    color: #539C22;
    line-height: 0.28rem;
    margin-left: 0.48rem;
    position: relative;
}

.news_img_container>li>div>div>span>p::before {
    position: absolute;
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    background: #539C22;
    left: 0;
    margin-left: -0.24rem;
    margin-top: 0.08rem;
}

.news_msg_box {
    padding-top: 0.4rem;
}

.news_msg_box>span {
    background: #F7F7F7;
    height: 0.6rem;
}

.red_span {
    width: 1rem;
    height: 0.6rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
    position: relative;
    display: inline-block;
    color: white;
    text-align: center;
}

.red_span::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 0;
    margin-right: -0.13rem;
    width: 0;
    height: 0;
    border-top: 0.12rem solid transparent;
    border-bottom: 0.12rem solid transparent;
    margin-top: 0.18rem;
}

.news_msg_box:nth-child(2) .red_span {
    background: #007CEE !important;
}

.news_msg_box:nth-child(2) .red_span::after {
    border-left: 8px solid #007CEE !important;
}

.red_span {
    background: #EE1600;
}

.red_span::after {
    border-left: 0.16rem solid #EE1600;
}

.news_msg_box>span a {
    width: 6rem;
    height: 0.6rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 0.6rem;
    display: inline-block;
    padding-left: 0.26rem;
}

.news_msg li {
    height: 0.36rem;
    padding-top: 0.36rem;
    position: relative;
}

.news_msg li span,
.news_msg li a {
    height: 0.4rem;
    line-height: 0.4rem;
}

.news_msg li span {
    font-size: 0.26rem;
    color: #999999;
    position: absolute;
    right: 0;
}

.news_msg li a {
    font-weight: 500;
    font-size: 0.28rem;
    color: #1A1A1A;
    display: block;
    width: 85%;
    font-family: PingFang SC-Medium, PingFang SC;
}

.news_msg li::before {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background: #E6E6E6;
    left: 0;
    margin-top: 0.1rem;
}

.home_cp_list {
    position: relative;
    margin-top: 0.4rem;
}

.home_cp_list span {
    position: absolute;
    display: block;
    height: calc(100% - 3.54rem);
    width: 0.01rem;
    background: #E6E6E6;
    left: 0;
    margin-left: -0.01rem;
    margin-top: 0.20rem;
}

.home_cp_list li>p {
    height: 0.4rem;
    font-size: 0.28rem;
    color: #1A1A1A;
    line-height: 0.4rem;
    width: 6rem;
}

.home_cp_list li {
    padding-left: 0.4rem;
    height: 3.54rem;
    width: 6.3rem;
    position: relative;
    margin-bottom: 0.4rem;
}

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

.home_cp_list li>a,
.home_cp_list li>a img {
    display: block;
    width: 6.3rem;
    height: 3rem;
}

.home_cp_list li>a {
    position: relative;
}

.home_cp_list li>a>p {
    position: absolute;
    width: 5.7rem;
    bottom: 0;
    height: 0.8rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.home_cp_list li::after,
.home_cp_list li::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
}

.home_cp_list li::before {
    top: 0.12rem;
    left: 0;
    margin-left: -0.06rem;
    background: #E6E6E6;
    width: 0.12rem;
    height: 0.12rem;
}

.home_cp_list li::after {
    top: 0.08rem;
    left: 0;
    margin-left: -0.1rem;
    width: 0.16rem;
    height: 0.16rem;
    border: 0.01rem solid #E6E6E6;
}

.home_cp_list_active::after {
    border: 0.01rem solid #539C22 !important;
}

.home_cp_list_active::before {
    background: #539C22 !important;
}

.head_list_msg {
    padding-bottom: 0.32rem;
    border-bottom: 0.01rem solid #EDEDED;
    margin-bottom: 0.32rem;
    padding-top: 0.16rem;
}


/* 
.head_list_msg>a {
    font-weight: bold;
} */

.head_list_msg span>a {
    display: block;
    width: 1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #539C22;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;
    color: white !important;
    text-align: center;
    margin-top: -0.08rem;
}

.home-game-gl>.home-gl>ul>li {
    margin-bottom: 0.32rem;
}

.head_list_msg>a,
.home-game-gl>.home-gl>ul>li>a {
    color: #1A1A1A;
}

.home-game-gl>.home-gl>ul>li>a {
    font-weight: 500;
    height: 0.4rem;
}

.home-game-gl>.home-gl>ul>li>a,
.home-game-gl>.home-gl>ul>li>span {
    display: block;
    white-space: nowrap !important;
    font-size: 0.28rem;
}

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

.home_information_list li {
    height: 0.96rem;
    padding: 0.4rem 0;
    border-bottom: 0.01rem solid #EDEDED;
    position: relative;
}

.home_information_list li:last-child {
    padding-bottom: 0;
}

.home_information_list li>span {
    position: absolute;
    display: block;
    height: 0.4rem;
    width: 0.4rem;
    color: white;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.24rem;
    background: #CCCCCC;
}

.home_information_list li:nth-child(1)>span {
    background: #EE1600 !important;
}

.home_information_list li:nth-child(2)>span {
    background: #FF6C1F !important;
}

.home_information_list li:nth-child(3)>span {
    background: #F4B000 !important;
}

.home_information_list li>div {
    position: relative;
    padding-left: 0.6rem;
}

.home_information_list li>div>span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0.34rem;
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.3rem;
}

.home_information_list li>div>p {
    width: 4.8rem;
    height: 0.36rem;
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.32rem;
    margin-top: 0.24rem;
}

.home_information_list li>div>a {
    display: block;
    /* width: 6.3rem; */
    height: 0.36rem;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.32rem;
}

.module-title .more {
    width: 0.4rem;
    height: 0.08rem;
    padding: 0.16rem 0;
    display: flex;
    justify-content: space-between;
}

.module-title .more span {
    width: 0.08rem;
    height: 0.08rem;
    background: #E6E6E6;
    display: block;
}

.bigbar {
    height: 0.2rem;
    width: 7.5rem;
    background: #F7F7F7;
    margin: 0 auto;
}

.home-links {
    flex-wrap: wrap;
}

.home-links li {
    margin: 0 0 0.24rem 0;
}

.home-links li a {
    height: 0.4rem;
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.4rem;
    border: none;
    white-space: nowrap;
}

.show_news_li {
    padding-left: 0.35rem;
    overflow: hidden;
}


/* 开服表样式 */

.kf_container {
    padding: 0.32rem 0.48rem 0.2rem;
    background: white;
    margin-bottom: 0.2rem;
}

.kf_head {
    height: 0.4rem;
    border-radius: 0.2rem;
    padding: 0.2rem 0.28rem;
    background: #F7F7F7;
}

.kf_head p {
    margin: 0;
    padding: 0;
    font-size: 0.24rem;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 0.4rem;
    height: 0.4rem;
}

.kf_head>span>img {
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    margin-right: 0.16rem;
}

.kf_head>span {
    line-height: 0.4rem;
    height: 0.4rem;
    margin: 0;
    padding: 0;
    font-size: 0.28rem;
    font-weight: 500;
    color: #1A1A1A;
}

.kf_table>li>div {
    height: 1.2rem;
    padding: 0.36rem 0;
    border-bottom: 1px solid #EDEDED;
}

.kf_table>li:last-child>div:last-child {
    border: none;
}

.kf_table>li>div>a,
.kf_table>li>div>a>img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.3rem;
}

.kf_table>li>div>a {
    position: relative;
}

.kf_table>li>div>a>span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    text-align: center;
    color: white;
    background: #FF7A00;
}

.kf_table>li>div>div {
    padding-left: 0.2rem;
    width: 5.5rem;
}

.kf_table>li>div>div>div>p {
    margin: 0;
    padding: 0;
}

.kf_table>li>div>div>div>p:nth-child(1) {
    height: 0.42rem;
    font-size: 0.3rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.42rem;
}

.kf_table>li>div>div>div>p:nth-child(2),
.kf_table>li>div>div>div>p:nth-child(3) {
    height: 0.34rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #999999;
    line-height: 0.34rem;
    margin-top: 0.06rem;
}

.kf_table>li>div>div>div>p:nth-child(2)>span {
    display: inline-block;
    padding: 0 0.02rem;
}

.kf_table>li>div>div>div>p:nth-child(2)>img {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.02rem;
}

.kf_table>li>div>div>div>p:nth-child(3)>span:nth-child(1) {
    color: #00B05C;
    margin-right: 0.16rem;
}

.kf_table>li>div>div>div>p:nth-child(3)>span:nth-child(2) {
    background: #F5F5F5;
    display: inline-block;
    padding: 0 0.16rem;
}

.kf_table>li>div>div>div>p:nth-child(1)>span {
    display: inline-block;
    width: 0.8rem;
    height: 0.4rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: white;
    line-height: 0.4rem;
    background: #FF7A00;
    margin-left: 0.1rem;
    text-align: center;
    position: relative;
    transform: scale(0.7);
}

.kf_table>li>div>div>div>p:nth-child(1)>span::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    margin-top: 0.12rem;
    margin-left: -0.08rem;
    width: 0;
    height: 0;
    border-top: 0.08rem solid transparent;
    border-right: 0.08rem solid #FF7A00;
    border-bottom: 0.08rem solid transparent;
}

.kf_table>li>div>div>a {
    display: block;
    width: 1.18rem;
    height: 0.58rem;
    line-height: 0.58rem;
    border: 0.01rem solid #6CD922;
    color: white;
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
    margin-top: 0.3rem;
    background: linear-gradient(180deg, #74D831 0%, #229C7F 100%);
}

.kfb_img_head {
    display: block;
    width: 7.5rem;
    height: 1.2rem;
}