/* 公共样式 */
:root {
  --pm-c: #A81E1E;
  --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-f7 {
  background-color: #f7f7f7;
}

.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,
p {
  /* background-color: var(--bg-c); */
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;

}

.block {
  display: block;
}

div {
  box-sizing: border-box;
}

.w380 {
  width: 380px;
}

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

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

.fdc {
  flex-direction: column;
}

/*图片高清*/
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;
}

/* 内边距  */
.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;
}

/*圆角样式*/
.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: #F86866;
  color: #fff;
}

.pagination .page-item:hover {
  background: #F86866;
  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: #F86866;
  color: #fff;
  border: 1px solid #F86866 !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-top: 2px solid #F86866;
  background-color: #f8f8f8;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(180deg, #FFEDED 0%, rgba(255, 236, 236, 0) 100%);

}

.module-title .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.module-title .more {
  display: block;
  height: 14px;
  width: 14px;
  color: #fff;
  background-image: url(../images/module-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}



/* list 样式 */
.list ul li a {
  padding-left: 25px;
}

.list ul li a::before {
  display: inline-block;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #F86866;
}

/* 鼠标移入 阴影立体效果 */
.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: #F86866;
}

/* 卡片式 */
.gl-card .item:hover {
  background: #f7f7f7;
}

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

/* 公共样式 end */
/* 公共头部样式 */
.logo-search {
  position: relative;
  padding: 28px 0;
}

.logo {

  line-height: normal;
}

.logo a {
  display: block;
  height: 43px;
}

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

/* 搜索 */
.search-1 {
  width: 350px;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

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

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

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

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

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

header {
  background-color: #F86866;
  height: 60px;
  line-height: 59px;
}

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

header .nav {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 59px;
}

header .nav ul li {
  display: inline-block;
  padding-right: 55px;
  padding-left: 55px;
}

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

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

header .nav ul li.active {
  background: #E12725;
}

/* 公共头部样式end */
.index-gl {
  justify-content: space-between;
}

/* 主要内容 */
main .recommend {
  width: 1200px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 2px solid #F86866;
  display: flex;
}

main .recommend .icon {
  width: 40px;
  height: 78px;
  margin-right: 50px;
  background: #F86866;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}

main .recommend .icon::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/triangle-right.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}

main .recommend ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  height: 100%;
}

main .recommend ul li {
  width: 368px;
  height: 38px;
  display: flex;
  align-items: center;
  line-height: 40px;
  border-radius: 0px 0px 0px 0px;
}

main .recommend ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #E6E6E6;
  border-radius: 50%;
  opacity: 1;
}

main .recommend ul li a {
  display: inline-block;
  width: 300px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}





/* 公共页脚样式 */
.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 */



/* 首页 */
.home-banner {
  max-width: 790px;

}

.home-banner .home-banner-swiper {
  width: 380px;
  height: 250px;
}

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

.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 {
  bottom: 8px;
  right: 50%;
  transform: translateX(50%);
  width: auto;
  left: auto;
  display: inline-block;
  z-index: 11;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #F86866;
}

.swiper-button-next {
  width: 40px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
}

.swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.swiper-button-prev {
  width: 40px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
}

.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.index-banner {
  width: 790px;
  justify-content: space-between;
}

.index-banner .game-news-list {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-banner .game-news-list .news-item .game-banner {
  width: 120px;
  height: 70px;
  margin-right: 14px;
}

.index-banner .game-news-list .news-item {
  display: flex;
}

.index-banner .game-news-list .news-item>div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.index-banner .game-news-list .news-item .game-sketch {
  display: block;
  max-width: 218px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-banner .game-news-list .news-item .date {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
}

.index-banner .game-news-list .news-item .date::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(../images/date-icon.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
}

.home-hot-list ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px;
  padding-left: 55px;
}

.home-hot-list ul li:last-child {
  border: none !important;
}

.home-hot-list ul li .title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

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

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

.home-hot-list ul li:hover {
  background-color: #FCF8F8;
  padding-top: 8px;
}

.home-hot-list ul li:hover .title {
  color: #F86866;
}

.home-hot-list ul li::before {
  width: 10px;
  height: 12px;
  left: 30px;
  top: 12px;
  background: url('../images/list_dot.png') no-repeat center/contain;
}

.home-hot-list ul li:hover::before {
  background: url('../images/list_dot_.png');
  top: 27px;
}

.home-headlines {
  overflow: hidden;
}

.home-headlines .title {
  background: url("../images/hot_zx_icon.png") no-repeat 20px/contain #f5f5f5;
  background-size: 28px 25px;
  font-size: 16px;
  color: #F86866;
  width: 150px;
  height: 85px;
  line-height: 85px;
  padding-left: 63px;
  font-weight: 600;
}

.home-headlines-list ul {
  margin-top: -5px;
  max-height: 85px;
  overflow: hidden;
  padding: 20px 40px 0 40px;
}

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

.home-headlines .home-headlines-list ul li:nth-child(4),
.home-headlines .home-headlines-list ul li:nth-child(5),
.home-headlines .home-headlines-list ul li:nth-child(6) {
  padding-bottom: 0;
}

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

.home-headlines-list ul li a:before {
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
}

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

.home-latest-hot .title a {
  font-size: 16px;
  font-weight: 500;
  color: #F86866;
}

.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: 150px;
  height: 90px;
}

.home-information .item .time-top {
  font-size: 16px;
  color: #F86866;
}

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

}

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

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

.home-information .item .look {
  font-size: 14px;
  color: #F86866;
}

.home-information .item:hover .title {
  color: #F86866;
}


/* 游戏攻略 */
.home-game-gl {}

.index-gl .gl-list {
  width: 360px;
  display: flex;
  flex-direction: column;
}

.index-gl .gl-list .gl-title {
  display: block;
  width: 360px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-gl .gl-list .gl-title:hover {
  color: #666;
}

.index-gl .gl-list .gl-item {
  padding: 20px 0;
}

.index-gl .gl-list .gl-item:first-child {
  padding-top: 0;
  border-bottom: 1px dashed #ccc;
}

.index-gl .gl-list .gl-item .game-banner {
  width: 140px;
  height: 90px;
}

.index-gl .gl-list .gl-item>div {
  justify-content: space-between;
}

.index-gl .gl-list .gl-item .text {
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}

.index-gl .gl-list .gl-item .game-sketch {
  width: 185px;
  padding-right: 20px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gl-item .date {
  font-size: 13px;
  color: #999;
}

.gl-list-right {
  width: 360px;
}

.gl-list-right .gl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.gl-list-right .gl-item p {
  display: flex;
  align-items: center;
}

.gl-list-right .gl-item p::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #D9D9D9;
  margin-right: 15px;
}

.gl-list-right .gl-item p a {
  display: block;
  width: 280px;
  font-size: 14px;
  font-weight: 400;
  outline-color: #333;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl-list-right .gl-item p a:hover {
  color: #333;
}




/* 游戏测评 */
.home-cp {
}

.home-cp .home-cp-list .game-banner {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.home-cp .home-cp-list .game-banner .item {
  display: block;
}

.home-cp .home-cp-list .game-banner .item img {
  width: 160px;
  height: 100px;
}

.home-cp .home-cp-list .info-list {
  margin-top: 10px;
}

.home-cp .home-cp-list .info-list .info-item {
  padding: 14px 0;
  border-bottom: 1px dashed #ccc;
}

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

.home-cp .home-cp-list .info-list .info-item p {
  width: 330px;
  font-size: 14px;
  color: #333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-cp .home-cp-list .info-list .info-item .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.home-cp .home-cp-list .info-list .info-item .dot {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  background-color: #F86866;
  border-radius: 50%;
}

.home-cp .home-cp-list .info-list .info-item p {
  display: flex;
  justify-content: space-between;
}

.home-cp .home-cp-list .info-list .info-item p a {
  display: block;
  width: 280px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-cp .home-cp-list .info-list .info-item p .date {
  font-size: 13px;
  color: #666;
}


/* 游戏资讯 */
.home-information {
  width: 790px;
}

.df {
  display: flex;
}

.home-information-list {
  margin-top: 16px;
  /* display: flex; */
  justify-content: space-between;
}

.home-information-list .new-games {
  width: 360px;
}


.new-games .new-games-item {
  width: 100%;
  margin-bottom: 10px;
}

.new-games .new-games-item .game-banner {
  display: block;
  position: relative;
}

.new-games .new-games-item .game-banner img {
  width: 100%;
  height: 160px;
}

.new-games .new-games-item .game-banner .tag {
  width: 54px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #F86866;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -5px;
  top: 0;
}


.new-games .new-games-item .game-dec {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}

.new-games .new-games-item .game-dec a {
  display: block;
  width: 300px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-games .new-games-item .game-dec .date {
  font-size: 13px;
  color: #999;
}

.rec-games {
  width: 360px;
  padding: 30px 20px;
}

.rec-games p.rec-games-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 10px;
}

.rec-games .game-info-list {
  margin-bottom: 10px;
}

.rec-games .game-info-list:last-child {
  border-top: 1px dashed #eee;
  padding-top: 5px;
}

.game-info-list .game-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.game-info-list .game-info-item .tag {
  font-size: 14px;
  color: #F86866;
}

.game-info-list .game-info-item p {
  display: flex;
}

.game-info-list .game-info-item .game-info {
  display: inline-block;
  width: 240px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-info-list .game-info-item .date {
  font-size: 13px;
  color: #999;
}


/* 友情链接 */
.home-links p {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}

.home-links p a {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}


/* 游戏新闻 */
.home-news {
  /* width: 380px; */
}

.home-news-banner {
  display: block;
  width: 340px;
  height: 160px;
  padding: 0 20px;
  margin-top: 20px;
}

.home-news-banner img {
  width: 100%;
  height: 100%;
}

.home-news-list {
  margin-top: 10px;
}

.home-news-list .news-list {
  display: flex;
  flex-direction: column;
}

.home-news-list .news-list .news-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #E6E6E6;
}

.home-news-list .news-list .news-item:last-child {
  border-bottom: none;
}

.home-news-list .news-list .news-item div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.home-news-list .news-list .news-item div .game-sketch {
  display: block;
  width: 218px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-news-list .news-list .news-item div p {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
}

.home-news-list .news-list .news-item div p .desc {
  display: inline-block;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-list .news-list .news-item div p .desc:hover {
  color: #666666;
}

.home-news-list .news-list .news-item .game-banner {
  width: 100px;
  height: 60px;
}


/* 列表页 */
/* 游戏列表 */
.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: 31.6%;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

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

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

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

/* 热门游戏 */
.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 {
  width: 25%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
  text-align: center;
}

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

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

.game-list .item .look {
  font-size: 14px;
  color: #F86866;
  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: 700;
  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: #666666;
  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 #F86866;
  color: #F86866;
  font-size: 14px;
}

.game-list .item:hover .info a {
  color: #F86866;
}

.game-list .item:hover .more {
  background: #F86866;
  color: #fff;
}

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

/* 文章内页 */
.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 .icon img {
  height: 100%;
  width: 100%;
}

.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: #F86866;
  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: 10px;
  color: #777;
  font-size: 14px;
  line-height: normal;
  right: -170px;
  z-index: 10;
}

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

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

/* 资讯列表 */
.list-new {}

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

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

.list-new ul li:hover .title {
  color: #F86866;
}

.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: #F86866;
}

/* 相关资讯 */
.show-news .single-head {
  min-height: 190px;
}

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

.show-news .single-head .info span {
  font-size: 12px;
  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 {
  width: 50%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  padding-left: 20px;
}

.xg-news .news-list .list::before {
  width: 8px;
  height: 8px;
  background: #F86866;
  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: #F86866;
}

.page {}

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

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

.single-swiper {
  position: unset;
  padding: 50px 0;
}

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

/* 评分 */
.game-rank-score {
  width: 100px;
  height: 24px;
  background: url("../images/game-rank-score-0.png") center/contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.game-rank-score-1 {
  width: 100px;
  height: 24px;
  background: url("../images/game-rank-score-1.png") center/contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.game-rank-score-2 {
  width: 100px;
  height: 24px;
  background: url("../images/game-rank-score-2.png") center/contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.game-rank-score-3 {
  width: 100px;
  height: 24px;
  background: url("../images/game-rank-score-3.png") center/contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.game-rank-score-4 {
  width: 100px;
  height: 24px;
  background: url("../images/game-rank-score-4.png") center/contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.game-rank-score-5 {
  width: 100px;
  height: 24px;
  background: url("../images/game-rank-score-5.png") center/contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}


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

  .game-rank-score,
  .game-rank-score-1,
  .game-rank-score-2,
  .game-rank-score-3,
  .game-rank-score-4,
  .game-rank-score-5 {
    width: 70px;
    height: 14px;
  }


  .index-banner,
  .index-gl,
  .list-new,
  .home-information,
  .home-info,
  .index-gl {
    display: block;
  }

  .home-banner-img {
    width: 100%;
    height: auto;
  }

  .home-headlines-list {
    width: 100%;
  }

  .home-latest,
  .home-cp {
    width: 100%;
    max-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .home-information,
  .home-cp,
  .home-news,
  .index-gl ul,
  .home-hot-list {
    margin-top: 20px;
  }

  .home-news,
  .home-cp {
    margin-left: 0px !important;
  }

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

  .list-game-list ul li.item {
    width: 100%;
    margin-left: 0px;
  }

  .home-banner .home-banner-swiper {
    height: 260px;
  }

  .home-hot-list ul li {
    padding-left: 30px;
  }

  .home-hot-list ul li::before {
    left: 10px;
  }


  .single-head ul li {
    width: 100%;
  }

  .single-head-info,
  .download {
    display: block;
  }
}


/* 开服表 */
.server-container {
  background: #fff;
}

.server-container .server-bg {
  display: block;
  width: 100%;
}

.server-container .server-bg img {
  width: 100%;
  height: 100px;
}

/* 开服表图标加标题 */
.server-container .title-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 19px;
  border-bottom: 1px solid #eee;
  margin-bottom: 19px;
}

.server-container .title-container .server-title {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 30px;

  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-container .title-container .server-title img {
  vertical-align: middle;
}

.server-container .title-container p {
  width: 700px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



/* 开服表导航栏 */
.server-container table thead .server-nav {
  height: 45px;
  background-color: #E12725;
}

.server-container table thead .server-nav td {
  text-align: center;
}

.server-container table thead .server-nav td:nth-child(1) {
  width: 200px;
}

.server-container table thead .server-nav td>a {
  display: inline-block;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
}


/* 游戏列表 */
.server-container table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.server-container table tbody {
  font-size: 13px;
  color: #333333;
  border: 1px solid #eee;
  border-top: none;
}

.server-container table .server-game-list tr {
  height: 70px;
  border-top: 1px solid #eee;
}

.server-container table .server-game-list tr td {
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* 游戏图标+名字 */
.server-container table .server-game-list .game-name .game-icon {
  width: 38px;
  height: 38px;
  margin-right: 15px;
  border-radius: 5px;
  vertical-align: middle;
}

.hot-game::before {
  content: '';
  display: block;
  width: 16px;
  height: 22px;
  margin-right: 10px;
  background: url(../images/hot-game.png) no-repeat center;
  background-size: contain;
}

.server-container table .server-game-list tr .game-name {
  padding-left: 16px;
  align-items: center;
  text-align: left;
  width: 200px;
  height: 70px;
  color: #000;
}

.server-container table .server-game-list tr .game-name .name {
  font-size: 14px;
  color: #333;
}

.server-container table .server-game-list tr .game-name .type {
  font-size: 12px;
  color: #999;
}

.server-container table .server-game-list tr .game-name span {
  display: inline-block;
  width: 92px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.server-container table .server-game-list tr .open-time {
  color: #666;
}

.server-container table .server-game-list tr .open-time p {
  text-align: center;
}

/* 下载游戏 */
.server-container table .server-game-list tr .btn img {
  margin-right: 5px;
}

.server-container table .server-game-list tr .download-btn {
  display: block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #F86866;
  border: solid 1px #F86866;
  background: url(../images/download-btn.png) no-repeat;
  background-size: 15px 15px;
  background-position: 15px 7px;
  padding-left: 20px;
}


/* 鼠标移入样式 */
.server-container table .server-game-list tr td .download-btn:hover {
  color: #fff;
  background-color: #F86866;
  background: #F86866 url(../images/download-btn-hover.png) no-repeat;
  background-size: 15px 15px;
  background-position: 15px 7px;
}

/* 资讯页的游戏攻略 */
/* 游戏攻略 */
.home-gl {}

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

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

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

.home-gl .info .thumb {
  width: 360px;
  height: 170px;
}

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

.home-gl .info {
  width: 360px;
}

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

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

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