/* ===================== 全局通用样式 ===================== */
/* 清除默认边距/内边距（可选，根据你的页面基础样式补充） */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* ===================== 导航相关样式 ===================== */
nav {
  border-radius: 10px;
  background: #fff;
}

/* 顶部导航容器 */
.Navigation {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
}
.Navigation a {
  text-align: center;
}
.Navigation a img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  z-index: 999;
}
.Navigation a span {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
}

/* ===================== Swiper轮播相关样式 ===================== */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #B5B5B5;
  opacity: 0.5;
  border-radius: 50%;
  background: transparent;
}
.swiper-pagination-bullet-active {
  background: #B5B5B5;
}
.swiper-pagination {
  height: auto !important;
  margin-bottom: 28px;
  align-self: flex-end;
  height: 25px;
  display: flex;
  left: 80% !important;
}
.swiper-pagination span:nth-child(1) {
  margin-left: 40px;
}
.my-bullet {
  display: block;
  background-color: white;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 5px;
}
.my-bullet-active {
  background-color: #19a52f;
  opacity: 1;
}

/* ===================== 文本导航栏（ey_txtbar） ===================== */
.ey_txtbar {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
/* 左侧文本导航 */
.ey_navtxtbar {
  display: flex;
  align-items: center;
}
.ey_navtxtbar button {
  width: 40px;
  height: 100px;
  background: url(../images/ey_txtbar1.png);
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding: 0 10px;
}
.ey_navtxtbar div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 360px;
}
.ey_navtxtbar a {
  width: 74px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  opacity: 0.8;
  text-align: left;
  margin: 10px 24px;
}
.ey_navtxtbar a:nth-child(3n) {
  margin-right: 0;
}
/* 中间文本导航 */
.ey_txtbaro {
  display: flex;
  align-items: center;
}
.ey_txtbaro button {
  width: 40px;
  height: 100px;
  background: url(../images/ey_txtbar2.png);
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding: 0 10px;
}
.ey_txtbaro div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 360px;
}
.ey_txtbaro a {
  width: 74px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  opacity: 0.8;
  text-align: center;
  margin: 10px 24px;
}
.ey_txtbaro a:nth-child(3n) {
  margin-right: 0;
}
/* 右侧文本导航 */
.ey_txtbart {
  flex: 1;
  display: flex;
  align-items: center;
}
.ey_txtbart button {
  width: 40px;
  height: 100px;
  background: url(../images/ey_txtbar3.png);
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding: 0 10px;
}
.ey_txtbart div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 360px;
}
.ey_txtbart a {
  width: 74px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  opacity: 0.8;
  text-align: left;
  margin: 10px 15px;
}
.ey_txtbar a:last-of-type::after {
  display: none;
}

/* ===================== 轮播图容器 ===================== */
.ey_rot {
  width: 660px;
  height: 340px;
}
.ey_rot_img {
  width: 100%;
  height: 340px;
}

/* ===================== 文章/内容主容器 ===================== */
.ey_art {
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}

/* ===================== 标题栏通用样式（eyou_alltxt） ===================== */
.eyou_alltxt {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  left center no-repeat;
}
.eyou_alltxt p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  text-indent: 20px;
}
.eyou_alltxt a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  padding-right: 20px;
  background: url(../images/more.png) right center no-repeat;
}
/* 专辑模块标题栏特殊样式 */
.zhuanji .eyou_alltxt {
  background: none;
}
.zhuanji .eyou_alltxt p {
  flex: 1;
  text-align: center;
  padding-right: 20px;
  background: url(../images/zhuanji_back.png) center center no-repeat;
}

/* ===================== 今日推荐（eyou_tod） ===================== */
.eyou_tod {
  flex: 1;
}
.eyou_tod h1 a {
  display: block;
  width: 372px;
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #19a52f;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eyou_tod p {
  width: 480px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  text-indent: 30px;
  margin: 15px auto 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ===================== 热门内容（eyou_hot） ===================== */
.eyou_hot div {
  border-top: 1px dashed #D4D4D4;
  border-bottom: 1px dashed #D4D4D4;
  padding-bottom: 23px;
}
.eyou_hot div a {
  display: block;
}
.eyou_hot div:last-child {
  border: none;
}
.eyou_hot li {
  display: flex;
  justify-content: space-between;
  height: 25px;
  margin-top: 19px;
  padding-left: 30px;
  text-indent: 30px;
  cursor: pointer;
}
.eyou_hot li span {
  display: inline-block;
  height: 25px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 25px;
  color: #666666;
}
.eyou_hot li span:nth-child(1) {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/li_back.png) no-repeat 0 7px;
}
.eyou_hot li:hover span:nth-child(1) {
  background: url(../images/li_hover.png) no-repeat 0 7px;
}
.eyou_hot li p span:nth-child(2) {
  width: 300px;
  text-align: left;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===================== 内容列表横向布局（eyou_yx） ===================== */
.eyou_yx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ===================== 三大内容区块（game_news/hot_gl/latest_gl） ===================== */
.game_news, .hot_gl, .latest_gl {
  margin-right: 42px;
}
.game_news {
  width: 366px;
}
.hot_gl {
  width: 435px;
}
.latest_gl {
  width: 295px;
  margin-right: 0;
}

/* 游戏新闻列表 */
.game_news li a, .hot_gl li a, .latest_gl li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  color: #999;
}
.game_news li p:nth-child(1) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}
.game_news li p:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}
.game_news li p:nth-child(2) span:nth-child(1) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  width: 250px;
}
.game_news li p:nth-child(2) span:nth-child(2) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
/* 游戏新闻图片区域 */
.game_news .imgs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.game_news .imgs img {
  width: 155px;
  height: 84px;
  margin-right: 10px;
}
.game_news .imgs p span {
  display: block;
  margin-top: 14px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333;
}
.game_news .imgs p span:nth-child(1) {
  width: 201px;
}
.game_news .imgs p span:nth-child(2) {
  color: #999;
  text-align: right;
}

/* 热门内容列表 */
.hot_gl li a p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 24px;
}
.hot_gl li a p span:nth-child(1) {
  width: 280px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.hot_gl .one li:nth-child(1) a p {
  background: url(../images/hot_gl1.png) left center no-repeat;
}
.hot_gl .two li:nth-child(1) a p {
  background: url(../images/hot_gl2.png) left center no-repeat;
}
.hot_gl li:nth-child(1) a p span:nth-child(1) {
  margin-left: 60px;
  font-size: 16px;
}

/* 最新内容列表 */
.latest_gl li {
  background: url(../images/gl_back.png) left center no-repeat;
}
.latest_gl li:hover {
  background: url(../images/gl_hover.png) left center no-repeat;
}
.latest_gl li a p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.latest_gl li a p span:nth-child(1) {
  width: 235px;
  margin-left: 20px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
/* 最新内容图片区域 */
.latest_img {
  position: relative;
  margin-top: 20px;
}
.latest_img img {
  width: 100%;
  height: 130px;
  background: rgba(0,0,0,0);
  opacity: 1;
  border-radius: 5px;
}
.latest_img p {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: #000000;
  opacity: 0.8;
  border-radius: 0px 0px 5px 5px;
  padding: 0 45px;
  text-align: center;
  position: absolute;
  bottom: 3px;
  color: #fff;
}

/* ===================== 通用交互样式 ===================== */
li:hover a span, a:hover span {
  color: #19a52f !important;
}

/* ===================== 专辑相关样式 ===================== */
.album_con {
  display: flex;
  height: 200px;
  justify-content: space-between;
}
.album_and_rank {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
.album_con:first-of-type .rank {
  display: block;
}
.album_con .rank {
  width: 220px;
  height: 100%;
  position: relative;
  display: none;
  padding: 0 24px;
  background: #fff;
}
.album_con .active {
  display: block;
}
.album_con .rank h3 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.album_con .rank .desc {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}
.album_con .album_img {
  width: 180px;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  position: relative;
}
.album_con .album_img:nth-of-type(2) {
  margin-right: 30px;
}
.album_con .tit {
  width: 100%;
  height: 38px;
  font: 14px/38px "";
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 6px;
  background: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(255,255,255,0.4));
}
/* 专辑模块特殊样式 */
.zhuanji .rank {
  position: relative;
}
.zhuanji .cut_off {
  margin-top: 20px;
}
.zhuanji .rank a {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 27px;
  border: 1px solid #19a52f;
  border-radius: 6px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #19a52f;
}
.zhuanji_back {
  display: flex;
  align-items: center;
  height: 335px;
  background: #f3f3f3;
  background-image: url("../images/ztbgc.png");
  margin-top: 40px;
}
.zhuanji .hot_album {
  background: #FFFFFF;
  padding: 20px 20px 0;
}

/* ===================== 热门游戏/下载排行 ===================== */
.ey_rjxz {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.title_flex {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_list {
  display: flex;
  justify-content: flex-start !important;
}
.title_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 26px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 20px;
}
.ons {
  position: relative;
  color: #19a52f !important;
  border: 1px solid #19a52f !important;
}

/* 新闻内容容器 */
.ey_newsall {
  width: 857px;
}
.ey_glist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.ey_glist .hot_game_title {
  box-sizing: border-box;
  padding-right: 20px;
}
.ey_glda {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}
.ey_newsall .ey_glda:nth-child(1) {
  display: block;
}
.ey_gdeta {
  float: left;
  margin-top: 20px;
  margin-right: 50px;
  cursor: pointer;
}
.ey_glda .ey_gdeta:nth-child(4n) {
  margin-right: 0;
}
.ey_gdeta div.imgs {
  display: flex;
  justify-content: flex-start;
  margin: auto;
}
.ey_gdeta div img {
  width: 75px;
  height: 75px;
  background: rgba(0,0,0,0);
  border-radius: 15px;
}
.ey_gdeta:hover p.eyou_poh {
  color: #19a52f;
}

/* 右侧标题 */
.right_title {
  margin-left: 10px;
}
.right_title p img {
  width: auto;
  height: 13px;
}
.right_title p:nth-child(1) {
  width: 85px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 5px;
}
.right_title p:nth-child(2) {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin: 8px 0;
}

/* 游戏礼包 */
.game_gift {
  flex: 1;
}
.hidden {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.hidden img {
  width: 75px;
  height: 75px;
  background: rgba(0,0,0,0);
  border-radius: 15px;
}
.hidden p {
  width: 109px;
}
.ey_gcon {
  width: 102px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
}
.hidden button {
  width: 52px;
  height: 25px;
  background: #19a52f;
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 40px;
}

/* 游戏排行 */
.ey_yrank {
  position: relative;
  flex: 1;
  margin-left: 20px;
}
.game_gift .ey_yrank .content::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 270px;
  border: 1px solid #DFDFDF;
  left: 2px;
  z-index: -1;
}
.game_gift .ey_yrank .content h3 {
  width: 112px;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 20px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game_gift .ey_conlb .show, .game_gift .ey_conlb .hidden {
  padding-left: 20px;
}
.game_gift .ey_yrank .content .show i {
  text-align: center;
  font-style: normal;
  margin-right: 16px;
}
.game_gift .ey_yrank .content .hidden_top div {
  flex: 1;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 4px;
  margin-bottom: 7px;
}
.game_gift .ey_yrank .content .hidden_top {
  height: 79px;
}
.game_gift .ey_yrank .content .hidden_top a {
  height: 100%;
}
.game_gift .ey_yrank .content .hidden div span {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}
.game_gift .ey_yrank .content .show div {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.game_gift .ey_yrank .content .show span {
  margin-right: 8px;
}
.game_gift .ey_yrank .content>div {
  margin-top: 10px;
}
.game_gift .ey_conlb.on .hidden {
  display: flex;
  background: url(../images/show_back.png) left center no-repeat;
}
.game_gift .ey_conlb.on .show {
  display: none;
}
.game_gift .ey_conlb .show {
  background: url(../images/hidden_back.png) left center no-repeat;
}

/* 排行通用样式 */
.ey_bang {
  display: flex;
  justify-content: space-between;
}
.ey_yrank .content .show div {
  flex: 1;
  margin-top: 20px;
}
.index_rank {
  margin-top: 40px !important;
}
.index_rank .ey_bang .ey_yrank {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 60px;
}
.index_rank .ey_yrank .eyou_alltxt::before {
  content: none;
}
.index_rank .ey_yrank .content {
  margin-top: 25px;
}
.index_rank .ey_yrank .ey_conlb {
  margin-top: 20px;
}
.index_rank .ey_yrank .content .hidden {
  display: flex;
  position: relative;
  display: none;
}
.index_rank .ey_yrank .content .show {
  display: flex;
  align-items: center;
}
.index_rank .ey_yrank .content .show div {
  margin-top: 0;
}
.index_rank .ey_yrank .content h3 {
  width: 160px;
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_rank .show>div p:nth-child(2) {
  width: 70px;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 20px;
  color: #666666;
  float: left;
  display: inline-block;
}
.index_rank .show>div p:nth-child(3) {
  float: left;
}
.index_rank .ey_down {
  display: block;
  width: 56px;
  height: 25px;
  border: 1px solid #999999;
  border-radius: 13px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #999999;
}
.index_rank .ey_yrank .content span {
  display: block;
  width: 64px;
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin: 10px 0;
}
.index_rank .ey_yrank .content p>img {
  width: 100%;
  height: 13px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 3px;
}
.index_rank .ey_yrank .content .btn {
  width: 70px;
  height: 30px;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-left: 15px;
  margin-top: 35px;
}
.index_rank .ey_yrank .content img {
  width: 86px;
  height: 86px;
  border-radius: 15px;
}
.index_rank .ey_yrank .content .hidden i {
  position: absolute;
  top: 0;
  left: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 28px;
  font-style: normal;
  margin-left: -8px;
  background: url(../images/rank3.png) no-repeat center;
}
.index_rank .ey_yrank .content .ey_conlb:nth-child(1) .hidden i {
  background: url(../images/rank1.png) no-repeat center;
}
.index_rank .ey_yrank .content .ey_conlb:nth-child(2) .hidden i {
  background: url(../images/rank2.png) no-repeat center;
}
.index_rank .ey_yrank .content .ey_conlb .hidden i span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 30px;
  height: 28px;
  line-height: 24px;
  color: white;
  margin-left: 0px;
}
.index_rank .ey_yrank .content .hidden i img {
  position: absolute;
  top: 0;
  left: 82%;
  width: 31px !important;
  height: 28px;
}
/* 排行颜色区分 */
.index_rank .ey_yrank:nth-child(1) .content .ey_conlb:nth-child(1) .show i,
.index_rank .ey_yrank:nth-child(2) .content .ey_conlb:nth-child(1) .show i,
.index_rank .ey_yrank:nth-child(3) .content .ey_conlb:nth-child(1) .show i {
  background: #19a52f !important;
}
.index_rank .ey_yrank:nth-child(1) .content .ey_conlb:nth-child(2) .show i,
.index_rank .ey_yrank:nth-child(2) .content .ey_conlb:nth-child(2) .show i,
.index_rank .ey_yrank:nth-child(3) .content .ey_conlb:nth-child(2) .show i {
  background: #FF5A00 !important;
}
.index_rank .ey_yrank:nth-child(1) .content .ey_conlb:nth-child(3) .show i,
.index_rank .ey_yrank:nth-child(2) .content .ey_conlb:nth-child(3) .show i,
.index_rank .ey_yrank:nth-child(3) .content .ey_conlb:nth-child(3) .show i {
  background: #FF9B19 !important;
}
.index_rank .ey_yrank .content .show i {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  margin-right: 15px;
  width: 23px;
  height: 23px;
  background: #D8D8D8;
  border-radius: 50%;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.index_rank .ey_yrank .content .hidden div {
  flex: 1;
  align-items: center;
  margin-left: 10px;
}
.index_rank .ey_yrank .content .show div {
  flex: 1;
}
.index_rank .ey_yrank .content .show span {
  margin-right: 8px;
}
.index_rank .ey_conlb.on .hidden {
  display: flex;
}
.index_rank .guang {
  display: flex;
}
.index_rank .ey_conlb.on .show {
  display: none;
}
.index_rank .ey_conlb.on .show a {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
}
.index_rank .ey_conlb .show a img {
  width: 14px;
  height: 14px;
}
.index_rank .download a {
  width: 56px;
  height: 25px;
  border: 1px solid #19a52f;
  border-radius: 13px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #19a52f;
  margin-left: 18px;
}
.index_rank .ey_yrank .title span {
  display: block;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  text-align: center;
}

/* ===================== 友情链接 ===================== */
.link {
  margin-top: 30px;
}
.link .content a {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}
.link .content a:last-of-type {
  margin-right: 0;
}
/* 强制容器内模块在一行排列，不换行 */
.w1200.eyou_yx {
    display: flex !important;
    flex-wrap: nowrap !important; /* 关键：禁止换行 */
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 1200px !important;
    margin: 0 auto !important;
    overflow-x: auto !important; /* 可选：如果总宽度超1200，允许横向滚动避免溢出 */
}

/* 调整轮播模块（ey_art）宽度，让它和其他模块在一行 */
.ey_art {
    width: 300px !important; /* 不再占满整行，改为固定宽度 */
    margin-right: 15px !important;
}

/* 微调原有模块宽度，确保总宽度≤1200px */
.game_news {
    width: 280px !important;
    margin-right: 15px !important;
}
.hot_gl {
    width: 320px !important;
    margin-right: 15px !important;
}
.latest_gl {
    width: 250px !important;
    margin-right: 0 !important;
}

/* 适配轮播图的新宽度 */
.ey_rot {
    width: 100% !important;
    height: auto !important;
}
.ey_rot_img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}