/* 公共样式 */

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

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

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

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

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


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

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


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

body,
html,
p {
    /* background-color: var(--bg-c); */
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei;
}

.w380 {
    width: 380px;
}

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

ol,
ul {
    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;
    object-fit: cover;
}


/*边框样式*/

.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;
}

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


/* 内边距  */

.p-a-5 {
    padding: 5px;
}

.p-a-10 {
    padding: 10px;
}

.p-a-20 {
    padding: 20px;
}


/* 内上边距 */

.p-b-0 {
    padding-top: 0px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}


/* 内下边距 */

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

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}


/* 内右边距 */

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}


/* 内左边距 */

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-30 {
    padding-left: 30px;
}


/*圆角样式*/

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

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

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

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

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

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

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


/* 上外边距 */

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}


/* 下外边距 */

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

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

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

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

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

.m-b-25 {
    margin-bottom: 20px !important;
}

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


/* 左外边距 */

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

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

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

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

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

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


/* 右外边距 */

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

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

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

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

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

.m-r-30 {
    margin-right: 30px !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);
}

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


/*默认图标尺寸*/

.item .icon {
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

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

.item .data span {
    font-size: 14px;
}

.item .hr {
    display: inline-block;
    height: 12px;
    width: 1px;
    background: #bbb;
    margin: 0 5px;
}


/* 默认缩略图尺寸 */

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


/* 分页 */

.pagination {
    margin: 50px 0 50px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    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: 6px 12px;
    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;
}

.star {
    height: 14px;
    width: 70px;
    background: url(../images/icon-star-bg.png) repeat-x 14px/contain;
    display: inline-block;
}

.star:before {
    content: "";
    display: block;
    background: url(../images/icon-star.png) repeat-x 14px/contain;
    height: 14px;
}

.star-1:before {
    width: 14px;
}

.star-2:before {
    width: 29px;
}

.star-3:before {
    width: 43px;
}

.star-4:before {
    width: 57px;
}

.star-5:before {
    width: 70px;
}


/*面包屑导航*/

.crumbs {
    font-size: 12px;
    padding: 10px;
    color: #999;
    background-color: #f8f8f8;
}

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

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


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

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

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

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


/* 公共标题 */

.module-title {
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 14px;
}

.module-title .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 37px;
}

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

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


/* list 样式 */

.list ul li a {
    padding-left: 25px;
}

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


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

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


/* 带图标 序号 */

.item .icon {
    width: 100px;
    height: 100px;
}

.item .num {
    margin-right: 20px;
    text-align: center;
    width: 42px;
    height: 27px;
    line-height: 27px;
    background-color: #e3e3e3;
    border-radius: 0px 14px 14px 0px;
    color: #fff;
}

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


/* 卡片式 */

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


/* 
 * -n+3  获取前三个元素 
 * 2n    偶数even
 * 2n-1  奇数odd
*/


/* 公共样式 end */


/* 公共头部样式 */

header {
    background-color: var(--pm-c);
    height: 80px;
    line-height: 80px;
}

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

header .logo {
    /* width: 178px;
  height: 60px;
  line-height: 60px; */
}

header .logo a {
    height: 43px;
    display: block;
    line-height: normal;
}

header .logo img {
    width: auto;
    height: 100%;
}

header .nav {
    max-width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .nav ul li {
    display: inline-block;
    /* padding-right: 20px; */
    margin-left: 20px;
}

header .nav ul li a {
    color: #fff;
    font-size: 18px;
}

header .nav ul li::after {
    content: "|";
    right: 0;
    color: #fff;
    margin-top: -2px;
    margin-left: 15px;
}

header .nav ul li a:hover {
    color: #fff;
}

header .nav ul li.active a {
    border-bottom: 4px solid #fff;
    padding-bottom: 15px;
}


/* 公共头部样式end */


/* 搜索 */

.search {
    background: #ffffff;
    border-radius: 5px;
    margin-left: 90px;
}

.search-1 {
    width: 250px;
    height: 36px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}

.search-input {
    width: calc(100% - 60px);
    height: 100%;
    padding-left: 13px;
    border: none;
    outline: medium;
    vertical-align: top;
    width: 200px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    border: 1px solid #fff;
    color: #ccc;
}

.search-input::-webkit-input-placeholder {
    color: #ccc;
}

.search-input:-moz-placeholder {
    color: #ccc;
}

.search-input:-ms-input-placeholder {
    color: #ccc;
}

.search-btn {
    width: 40px;
    height: 100%;
    color: #fff;
    text-align: center;
    border: none;
    float: right;
    vertical-align: top;
    background: url(../images/search.png) no-repeat center, #fff;
    background-size: 19px 19px;
}


/* 公共头部样式end */


/* 公共页脚样式 */

.footer {
    margin-top: 30px;
    background: #333333;
    padding: 50px 0;
}

.footer .foot-nav ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
}

.footer a {
    color: #999999;
}

.footer p {
    color: #999999;
    margin-bottom: 0;
}

.footer .foot-nav ul li::after {
    content: "|";
    right: 0;
    color: #999999;
}


/* 公共页脚样式end */


/* 首页 */

.swiper {
    width: 100%;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
}

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

.home-banner-swiper-thumb .swiper-wrapper {
    display: block !important;
    height: 100%;
}

.home-banner-swiper-thumb .swiper-wrapper .swiper-slide,
.home-banner-swiper-thumb .swiper-wrapper .swiper-slide img {
    width: 150px !important;
    height: 90px !important;
}

.home-banner-swiper .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-swiper-thumb {
    height: 100%;
    width: 150px;
    box-sizing: border-box;
    margin-left: 10px;
    position: relative;
    top: -9px;
}

.home-banner-swiper-thumb .swiper-wrapper {
    margin-top: 0px;
}

.home-banner-swiper-thumb .swiper-slide {
    width: 150px;
    height: 100%;
    opacity: 0.6;
    padding-top: 10px;
}

.home-banner-swiper-thumb .swiper-slide:last-child {
    padding-bottom: 0px;
}

.home-banner-swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner {
    width: 790px;
}

.home-banner .home-banner-swiper {
    height: 390px;
    width: 630px;
}

.home-banner .home-banner-swiper img {
    height: 390px;
    width: 630px;
}

.home-banner-img {
    width: 630px;
    height: 390px;
}

.home-banner .home-banner-swiper .swiper-slide .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 20px;
    box-sizing: border-box;
}

.home-banner .home-banner-swiper .swiper-slide p {
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    width: 70%;
}

.home-banner .swiper-pagination {
    right: 20px;
    width: auto;
    left: auto;
    display: inline-block;
    bottom: 8px;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #ddd;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    width: 15px;
    height: 7px;
    border-radius: 4px;
    background: var(--pm-c);
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255, 255, 255, 0.6);
}

.home-hot-list ul li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.home-hot-list .ul-list li {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.home-hot-list .ul-list li:last-child {
    padding-bottom: 0;
}

.home-hot-list ul li .title {
    color: var(--pm-c);
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    /* text-indent: 2rem; */
}

.mintitle {
    color: #333;
    font-size: 14px;
    margin-left: 10px;
}

.home-hot-list ul li .desc {
    color: #999;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
}

.home-hot-list ul li .look {
    color: #999;
    font-size: 14px;
    position: absolute;
    bottom: 14px;
    right: 0;
    line-height: 40px;
    background: #fff;
}

.home-hot-list ul li .time {
    font-size: 14px;
    color: #999;
}

.home-hot-list ul li .up-to-date {
    font-size: 14px;
    color: var(--pm-c);
    padding-right: 10px;
}

.home-hot-list ul li .up-to-date::after {
    content: "|";
    right: 0;
    color: #eee;
}

.home-headlines {
    overflow: hidden;
}

.home-headlines .title {
    height: 36px;
}

.home-headlines .title .name {
    font-size: 16px;
    color: var(--pm-c);
    padding-left: 15px;
    font-weight: 600;
}

.home-headlines .title .icon {
    display: inline-block;
    background: url("../images/hot_zx_icon.png") no-repeat center/contain var(--pm-c);
    background-size: 18px 20px;
    width: 38px;
    height: 36px;
    text-align: center;
}

.home-headlines-list ul {
    max-height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0px 20px;
}

.home-headlines .home-headlines-list ul li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
    position: relative;
}

.home-headlines-list ul li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #444;
}

.home-headlines-list ul li a:before {
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #eee;
}

.home-headlines-list ul li a::after {
    content: '>>';
    right: 1px;
    color: #444444;
    font-family: fantasy;
}

.home-latest {
    /* max-width: 400px; */
}

.home-latest-hot .title a {
    font-size: 16px;
    font-weight: 500;
    color: var(--pm-c);
}

.home-latest .list ul li {
    width: 100%;
    padding-left: 0;
}

.home-latest .list ul {
    max-height: 100%;
}

.home-latest .list ul li:last-child {
    padding-bottom: 0px;
}

.home-latest-hot-item {
    border-bottom: 1px dashed #eeeeee;
}

.home-latest-hot-item .icon {
    width: 151px;
    height: 91px;
}

.home-latest-hot-item .icon img {
    width: 100%;
    height: 100%;
}

.home-latest-hot-item .info .desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}

.home-latest-hot-item .info .time {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}


/* 游戏资讯 */

.home-information {}

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

.home-information .thumb {
    width: 140px;
    height: 80px;
}

.home-information .item .type {
    font-size: 12px;
    color: #fff;
    width: 40px;
    height: 20px;
    background: var(--pm-c);
    border-radius: 5px;
    text-align: center;
}

.home-information .item .title {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    display: inline-block;
    font-weight: 600;
}

.home-information .item .desc {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.home-information .item .time {
    font-size: 14px;
    color: #999;
}

.home-information .item .look {
    font-size: 14px;
    color: var(--pm-c);
}

.home-information .item .info {
    background-color: #f6f6f6;
}

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


/* 游戏攻略 */

.home-gl {}

.home-gl ul {
    margin-top: -5px;
}

.home-gl ul li {
    margin-bottom: 19px;
}

.home-gl ul li:last-child {
    padding-bottom: 0px;
}

.home-gl .thumb {
    width: 380px;
    height: 150px;
}

.home-gl .thumb img {
    width: 100%;
    height: 100%;
}

.home-gl .title {
    color: #333333;
    font-size: 14px;
}

.home-gl .desc {
    font-size: 14px;
    color: #666;
}

.home-gl .time,
.home-gl ul li .up-do-date {
    font-size: 14px;
    color: #999999;
}

.list-new-gl .home-gl .info .thumb {
    width: 340px;
    height: 160px;
}

.list-new-gl .home-gl ul li .title {
    font-size: 14px;
    font-weight: 500;
}


/* 游戏测评 */

.home-cp {}

.home-cp .home-cp-list .item {
    padding: 15px 0 20px;
    position: relative;
    padding-left: 26px;
}

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

.home-cp .home-cp-list .item .title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.home-cp .home-cp-list .item .desc {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.home-cp .home-cp-list .item::before {
    position: absolute;
    width: 12px;
    height: 9px;
    left: 0px;
    top: 27px;
    background: url('../images/list_dot_.png') no-repeat center/contain;
}

.home-cp .home-cp-list .item .time,
.home-cp .home-cp-list .item .source {
    font-size: 14px;
    color: #999999;
}

.home-cp .home-cp-list .item .look {
    font-size: 14px;
    color: #999;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 28px;
}

.home-cp .home-cp-list .item:hover {
    background: rgba(83, 156, 34, 0.1);
}


/* 友情链接 */

.home-links a {
	display: inline-block;
    font-size: 14px;
    color: #666666;
    margin-right: 15px;
    line-height: 24px;
}


/* 游戏新闻 */

.home-news {
    width: 790px;
}

.home-news-list {}

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

.home-news-list .item::before {
    width: 12px;
    height: 12px;
    left: -28px;
    top: 12px;
    background: url(../images/dot_.png) no-repeat #fff;
}

.home-news-list .title {
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    line-height: 22px;
}

.home-news-list .look {
    font-size: 14px;
    color: #999999;
}

.home-news-list .time::after {
    content: "|";
    right: 0;
    color: #eee;
}

.home-news-list .more a {
    font-size: 14px;
    color: #999999;
}

.home-news-list .time {
    font-size: 14px;
    color: #999999;
}

.home-news-list .item:hover .title,
.home-news-list .item:hover .look,
.home-news-list .item:hover .time {
    color: var(--pm-c);
}

.home-news-list .item:hover::before {
    background: url(../images/dot.png) no-repeat center/contain;
}


/* 列表页 */


/* 游戏列表 */

.list-game-list {
    overflow: hidden;
}

.list-game-list ul {
    overflow: hidden;
    margin-left: -20px;
}

.list-game-list .item .icon {
    width: 81px;
    height: 81px;
    border-radius: 12px;
}

.list-game-list ul li.item {
    width: 47.5%;
    box-sizing: border-box;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.list-game-list ul li.item .pf {
    font-size: 18px;
    color: var(--pm-c);
}

.list-game-list ul li.item .title {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 700;
}

.list-game-list ul li.item .info .desc {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    position: relative;
}

.list-game-list ul li.item .info .type-info {
    font-size: 14px;
    color: #777777;
}

.list-game-list ul li.item .info .look {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 10px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

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

/* 热门游戏 */

.list-hot-game {
    overflow: hidden;
}

.list-hot-game .item .icon {
    width: 68px;
    height: 68px;
    border-radius: 10px;
}

.list-hot-game ul {
    margin-left: -20px;
}

.game-list .item {
    padding-left: 20px;
    box-sizing: border-box;
}

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

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

.game-list .item .title {
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
    display: inline-block;
}

.game-list .item .look {
    font-size: 14px;
    color: var(--pm-c);
    display: inline-block;
    width: 45px;
    height: 25px;
    background: rgba(18, 186, 188, 0.1);
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
}

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

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

.game-list .item .info a {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
}

.game-list .item .info .desc {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.game-list .item .info span {
    font-size: 14px;
    color: #777;
    line-height: 35px;
}

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

.game-list .item .more {
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
    font-size: 14px;
}

.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 .item .icon {
    width: 69px;
    height: 69px;
    border-radius: 10px;
}

.list-hot-game-list .item .num {
    font-size: 12px;
    color: #fff;
    width: 34px;
    height: 50px;
    background: url('../images/rank.png') no-repeat center/contain;
    text-align: center;
    padding: 1px 0;
    box-sizing: border-box;
    border-radius: 0px;
}

.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_top3.png') no-repeat center/contain;
}

.list-hot-game-list .item .num span {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-top: -2px;
}


/* 文章内页 */

.single- {}

.single-content p {
    text-indent: 2em;
    line-height: 36px;
    font-size: 16px;
    color: #666;
}

.single-content h2,
.single-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

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

.single-head .icon {
    width: 131px;
    height: 131px;
}

.single-head .title {
    font-size: 24px;
    color: #333333;
}

.single-head .title2 {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    padding: 50px 0;
    padding-bottom: 45px;
    margin-bottom: 0;
}

.single-head ul {
    overflow: hidden;
}

.single-head ul li {
    line-height: 34px;
    color: #858585;
    font-size: 14px;
    width: 32%;
    padding-right: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    float: left;
}

.single-head ul li:nth-child(3n) {
    margin-right: 0;
}

.btn span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-indent: 60px;
    line-height: 50px;
}

.single-head .download .btn::before {
    left: 30px;
    display: inline-block;
    width: 21px;
    height: 24px;
    background-repeat: no-repeat;
}

.single-head .download .az:before {
    background-image: url(../images/az.png);
}

.single-head .download .ios:before {
    background-image: url(../images/ios.png);
}

.single-head .download .btn {
    position: relative;
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    background: var(--pm-c);
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
}

.single-head .download .none {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
    opacity: 0.4;
}

.single-head .download .code {
    display: none;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    color: #777;
    font-size: 14px;
    line-height: normal;
    right: -170px;
    z-index: 10;
}

.single-head .download .code img {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
}

.single-head .download .az:hover .code {
    display: block;
}


/* 资讯列表 */

.list-new {}

.list-new .item .thumb {
    width: 175px;
    height: 100px;
}

.list-new .item .info {
    background-color: #fff;
}

.list-new ul li .item .thumb {
    width: 150px;
    height: 95px;
}

.list-new ul li .title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
}

.list-new ul li:hover .title {
    color: var(--pm-c);
}

.list-new ul li .item .info .desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.list-new ul li .item .info .time {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.list-new ul li .item .info .look {
    font-size: 14px;
    font-weight: 400;
    color: var(--pm-c);
}


/* 相关资讯 */

.show-news .single-head {
    min-height: 190px;
}

.show-news .single-head .info {
    /* marign-top: 51px; */
}

.show-news .single-head .info span {
    font-size: 14px;
    color: #999999;
}

.show-news .single-head .info span:nth-child(odd) {
    margin-right: 80px;
}


/* 相关资讯 */

.xg-news {
    overflow: hidden;
}

.xg-news .news-list {
    margin-top: -5px;
}

.xg-news .news-list .list {
    box-sizing: border-box;
    padding-left: 20px;
}

.xg-news .news-list .list::before {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    left: 0;
}

.xg-news .news-list .list:nth-child(even) {
    padding-right: 0px;
}

.xg-news .news-list .list .title {
    font-size: 14px;
    color: #333333;
}

.xg-news .news-list .list .time {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-left: 10px;
}

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

.page {}

.page a {
    width: 50%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: left;
    padding-left: 20px;
}

.single-swiper-warp {
    padding: 0 50px;
    width: 780px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.single-swiper {
    position: unset;
    padding: 40px 0;
    height: 300px;
}

.single-swiper .swiper-wrapper {
    height: auto;
}

.single-swiper .swiper-slide {}

.single-swiper .swiper-slide img {
    width: 440px;
    height: 280px;
}

.single-swiper .swiper-btn {
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 100px;
    background-image: url(../images/left-btn.png);
    position: absolute !important;
    max-width: calc(100% - (0px * 2));
    box-sizing: border-box;
}

.single-swiper .swiper-slide-active {
    position: relative;
    z-index: 12;
}

.single-swiper .swiper-slide .thumb {
    transform: scale(.7);
    z-index: 10;
}

.single-swiper .swiper-slide-prev .thumb {
    transform: scale(.9);
}

.single-swiper .swiper-slide-next {
    z-index: 10;
}

.single-swiper .swiper-slide-next .thumb {
    transform: scale(.9);
}

.single-swiper .swiper-slide-active .thumb {
    transform: scale(1.2);
}

.single-swiper .button-next {
    right: 0;
    top: calc(50%);
    transform: translate(0, -50%);
}

.single-swiper .button-prev {
    transform: translate(0, -50%) rotate(180deg);
    left: 0px;
    top: calc(50%);
}


/* 推荐游戏 */

.single-tj-list {
    overflow: hidden;
}

.single-tj-list ul {
    margin-left: -60px;
}

.single-tj-list ul li {
    width: 16.6%;
    padding-left: 60px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.single-tj-list ul li .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.single-tj-list ul li .title {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    display: inline-block;
}

.single-tj-list ul li:hover .title {
    color: var(--pm-c);
}

@media (max-width: 760px) {
    header {
        padding: 15px 0;
    }
    header .logo {
        height: 35px;
        margin: 0 15px;
    }
    header .logo img {
        height: 100%;
    }
    header .nav ul {
        white-space: nowrap;
        overflow-x: scroll;
    }
    header .nav ul li {
        margin-right: 0;
    }
    .footer {
        padding: 15px;
    }
    .w380 {
        width: 100%;
    }
    .show-game-left {
        width: 100%;
    }
    .list-game-left {
        width: 100%;
    }
    .list-game-right {
        margin-left: 0 !important;
    }
    .single {
        display: block;
    }
    .single-swiper-warp {
        width: 100%;
    }
    .single-head ul li {
        font-size: 12px;
        width: 30%;
    }
    .index-banner,
    .index-gl,
    .list-new,
    .home-information,
    .home-info,
    .home-gl {
        display: block;
    }
    .home-banner-img {
        width: 100%;
        height: auto;
    }
    .home-headlines-list {
        width: 100%;
    }
    .home-latest,
    .home-cp,
    .home-news,
    .home-banner {
        width: 100%;
        max-width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .home-information,
    .home-cp,
    .home-news,
    .home-gl ul,
    .home-game-gl {
        margin-top: 20px;
    }
    .home-news,
    .home-cp,
    .home-hot-list {
        margin-left: 0px !important;
    }
    .list-game-list ul li.item {
        width: 100%;
        margin-left: 0 !important;
    }
    .list-game-list ul {
        margin-left: 0px;
    }
    .single-tj-list ul li {
        width: 24.6%;
    }
    header {
        overflow: hidden;
    }
    header .nav {
        position: absolute;
        left: 0rem;
        top: 2.5rem;
        right: 0;
    }
    .page {
        display: block;
    }
    .page a {
        margin-bottom: 20px;
        width: 100%;
    }
}


/* 修改样式 */

.flex-start {
    display: flex;
}

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

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

.home_news_list {
    margin-bottom: 14px;
}

.news_img_container,
.news_msg_container {
    width: 380px;
}

.news_img_container>li {
    padding-top: 20px;
    height: 110px;
}

.news_img_container>li>div {
    height: 80px;
}

.news_img_container>li>a {
    display: block;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
}

.news_img_container>li>div>a,
.news_img_container>li>div>a img {
    display: block;
    height: 80px !important;
    width: 120px !important;
}

.news_img_container>li>div>div {
    padding: 14px 15px;
    background: #F7F7F7;
    box-sizing: border-box;
    width: 260px;
    height: 80px;
}

.news_img_container>li>div>div>a {
    width: 230px;
    height: 22px;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}

.news_img_container>li>div>div>span>span {
    height: 16px;
    font-size: 12px;
    color: #999999;
    line-height: 14px;
}

.news_img_container>li>div>div>span>p {
    width: 48px;
    height: 16px;
    font-size: 12px;
    color: #539C22;
    line-height: 14px;
    margin-left: 24px;
    position: relative;
}

.news_img_container>li>div>div>span>p::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #539C22;
    left: 0;
    margin-left: -12px;
    margin-top: 5px;
}

.news_msg_box {
    padding-top: 20px;
}

.news_msg_box>span {
    background: #F7F7F7;
    height: 30px;
}

.red_span {
    width: 49px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    color: white;
    text-align: center;
}

.red_span::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 0;
    margin-right: -8px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-top: 9px;
}

.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: 8px solid #EE1600;
}

.news_msg_box>span a {
    width: 300px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    display: inline-block;
    padding-right: 13px;
}

.news_msg li {
    height: 18px;
    padding-top: 18px;
    position: relative;
}

.news_msg li span,
.news_msg li a {
    height: 18px;
    line-height: 18px;
}

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

.news_msg li a {
    font-size: 14px;
    color: #333333;
    margin-left: 16px;
    display: block;
    width: 85%;
}

.news_msg li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #E6E6E6;
    left: 0;
    margin-top: 5px;
}

.module-title .more {
    width: 30px;
    height: 6px;
    padding: 9px 0;
    display: flex;
    justify-content: space-between;
}

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

.home_cp_list {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.home_cp_list span {
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background: #E6E6E6;
    left: 8.5px;
    margin-top: 3px;
}

.home_cp_list li>p {
    height: 18px;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}

.home_cp_list li {
    padding-left: 50px;
    height: 177px;
    width: 330px;
    position: relative;
    margin-bottom: 20px;
}

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

.home_cp_list li>a,
.home_cp_list li>a img {
    display: block;
    width: 330px;
    height: 150px;
}

.home_cp_list li>a {
    position: relative;
}

.home_cp_list li>a>p {
    bottom: 0;
    position: absolute;
    width: 300px;
    height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    padding: 11px 15px;
    background: linear-gradient(to top, rgb(0, 0, 0), rgb(0, 0, 0, 0));
}

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

.home_cp_list li:hover::before,
.home_cp_list li::before {
    top: 3px;
    left: 3px;
    background: #E6E6E6;
    width: 12px;
    height: 12px;
}

.home_cp_list li:hover::after,
.home_cp_list li::after {
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #E6E6E6;
}

.home_cp_list li:hover::after {
    border: 1px solid #539C22 !important;
}

.home_cp_list li:hover::before {
    background: #539C22 !important;
}

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

.home_information_list li {
    height: 48px;
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.home_information_list li>span {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
    background: #CCCCCC;
}

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

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

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

.home_information_list li>div {
    position: relative;
    padding-left: 30px;
}

.home_information_list li>div>span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 17px;
    font-size: 13px;
    color: #999999;
    line-height: 15px;
}

.home_information_list li>div>p {
    width: 290px;
    height: 18px;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    margin-top: 12px;
}

.home_information_list li>div>a {
    display: block;
    width: 350px;
    height: 18px;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}

.head_list_msg {
    height: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
}

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

.head_list_msg span>a {
    display: block;
    width: 49px;
    height: 24px;
    line-height: 24px;
    background: #539C22;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    color: white !important;
    text-align: center;
    margin-top: -4px;
}

.uk-background-default {
    overflow: hidden;
}

.home-links {
}


footer {
    font-size: 13px;
    height: 50px;
}

.footer .foot-nav ul li:last-child::after {
    display: none;
}

.msg_img img,
.msg_img {
    display: block;
    height: 264px !important;
    width: 470px;
}

.msg_img {
    margin: 30px auto;
}

.msg_img img {
    background: #539C22;
}

.news_show_news {
    width: 800px;
    flex-wrap: wrap !important;
}

.news_show_news li {
    width: 385px;
}

.news_show_news li:before {
    background: #539C22;
}


/* 开服表样式 */

table {
    border-collapse: collapse;
    /* 合并边框 */
    border-color: #EBEBEB;
    /* 边框颜色 */
}

td,
th {
    border: 1px solid #EBEBEB;
    /* 设置 td 和 th 元素的边框样式和颜色 */
    box-sizing: border-box;
}

.kf-table tr:nth-child(odd) {
    background: #F9F9F9;
}

.kf-table-container {
    width: 1200px;
    margin: 20px auto 30px;
    background: white;
    font-size: 14px;
    color: #666666;
    border-radius: 10px;
}

.kf-table-top {
    height: 40px;
    padding: 0 20px;
}

time {
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

time img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.kf-table-top>p {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #333333;
}

.kf-table-top>p>span {
    font-weight: bold;
    color: #24AA99;
    display: inline-block;
    padding: 0 5px;
}

.kf-table-top>p>span:last-child {
    padding: 0 5px 0 25px;
}

.kf-table td {
    text-align: center;
    width: inherit;
}

.kf-table tr {
    height: 70px !important;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: 1px solid #E6E6E6;
}

.kf-table tr:hover {
    background: #F0F0F0 !important;
}

.kf-table tr:nth-child(1):hover {
    background: #E5F4DA !important;
}

.kf-table tr>th {
    border-color: #E5F4DA;
}

.kf-table tr>td:nth-child(1) {
    width: 200px;
}

.kf-table tr>td:nth-child(2) {
    display: flex;
    width: 260px;
    height: 68px;
    border: none;
    position: relative;
}

.hot_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 34px;
    height: 34px;
}

.kf-table tr>td:nth-child(3) {
    width: 220px;
}

.kf-table tr>td:nth-child(4) {
    width: 140px;
}

.kf-table tr>td:nth-child(5) {
    width: 180px;
}

.kf-table tr>td:nth-child(6) {
    width: 200px;
}

.kf-table tr:nth-child(1) {
    background: #E5F4DA;
    color: #4D4D4D;
    height: 40px !important;
    font-size: 14px;
    line-height: 40px;
}

.table_game_img,
.kf-table tr>td:nth-child(2)>div {
    display: inline-block;
    height: 44px;
    margin: 13px;
}

.kf-table tr>td:nth-child(2)>div {
    margin-left: 2px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.table_game_img {
    border-radius: 17px;
    margin-left: 46px;
}

.kf-table tr>td:nth-child(2)>div>p:nth-child(1) {
    height: 21px;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
}

.kf-table tr>td:nth-child(2)>div>p:nth-child(1)>span {
    display: inline-block;
    height: 14px;
    width: 14px;
    font-size: 12px;
    background: #FF7A00;
    text-align: center;
    line-height: 14px;
    margin-left: 5px;
    color: white;
}

.kf-table tr:nth-child(n+10)>td:nth-child(2)>.hot_img {
    display: none;
}

.kf-table tr>td:nth-child(2)>div>p:nth-child(2) {
    height: 14px;
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    text-align: left;
}

.kf-table tr>td:nth-child(2)>div>p:nth-child(2)>span {
    display: inline-block;
    margin: 3px 8px 0;
    width: 1px;
    background: #999999;
    height: 10px;
}

.kf-table tr>td:nth-child(6)>a {
    display: block;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    background: linear-gradient(180deg, #74D831 0%, #229C7F 100%);
}

.kf-table tr>td:nth-child(6)>a>img {
    display: inline-block;
    width: 12px;
    height: 12px;
    z-index: 10;
    margin-bottom: 3px;
    margin-right: 3px;
}

.kf-table tr>td>p {
    line-height: 24px;
}

.kf-table-container>div>p {
    height: 27px;
    font-size: 12px;
    color: #666666;
    line-height: 27px;
}

.kf-table-container>div>p>span {
    color: #539C22;
}

.kf-table-container>img {
    width: 1200px;
    height: 100px;
    display: block;
    margin-bottom: 30px;
}

div.aq_part{
    padding: 0!important;
}