/* ========================================
   首页样式文件
   ======================================== */

/* ========================================
   导航区域
   ======================================== */
nav {
    border-radius: 10px;
    background: #fff;
}

/* Swiper轮播组件 */
.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;
}

/* 导航入口 */
.Navigation {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
}

.Navigation a {
    text-align: center;
    transition: transform 0.3s ease;
}

.Navigation a:hover {
    transform: translateY(-5px);
}

.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", sans-serif;
    font-weight: 400;
    text-align: center;
}

/* 文字导航栏 */
.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) no-repeat center;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding: 0 10px;
    writing-mode: vertical-rl;
}

.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", sans-serif;
    font-weight: 500;
    opacity: 0.8;
    text-align: left;
    margin: 10px 24px;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.ey_navtxtbar a:hover {
    opacity: 1;
    color: #FF6B35;
}

.ey_navtxtbar a:nth-child(3n) {
    margin-right: 0;
}

.ey_txtbar a:last-of-type::after {
    display: none;
}

/* 最新应用 */
.ey_txtbaro {
    display: flex;
    align-items: center;
}

.ey_txtbaro button {
    width: 40px;
    height: 100px;
    background: url(../images/ey_txtbar2.png) no-repeat center;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding: 0 10px;
    writing-mode: vertical-rl;
}

.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", sans-serif;
    font-weight: 500;
    opacity: 0.8;
    text-align: center;
    margin: 10px 24px;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.ey_txtbaro a:hover {
    opacity: 1;
    color: #FF6B35;
}

.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) no-repeat center;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding: 0 10px;
    writing-mode: vertical-rl;
}

.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", sans-serif;
    font-weight: 500;
    opacity: 0.8;
    text-align: left;
    margin: 10px 15px;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.ey_txtbart a:hover {
    opacity: 1;
    color: #FF6B35;
}

.ey_txtbaro a:nth-child(3n) {
    margin-right: 0;
}

/* ========================================
   轮播图区域
   ======================================== */
.swiper-container {
    width: 100%;
    height: 100%;
}

.ey_rot {
    width: 660px;
    height: 340px;
}

.ey_art {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}

.swiper-pagination {
    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;
}

.ey_rot_img {
    width: 100%;
    height: 340px;
}

.my-bullet-active {
    background-color: #FF6B35;
    opacity: 1;
}

/* 友情链接 */
.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;
}

/* ========================================
   今日推荐区域
   ======================================== */
.eyou_tod {
    flex: 1;
}

.eyou_tod h2 a {
    display: block;
    width: 372px;
    height: 28px;
    font-size: 20px;
    font-family: "PingFang SC", sans-serif;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #a51919;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.eyou_tod h2 a:hover {
    color: #c41f1f;
}

.eyou_tod p {
    width: 480px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    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 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;
    transition: background-color 0.3s ease;
}

.eyou_hot li:hover {
    background-color: #f5f5f5;
}

.eyou_hot li span {
    display: inline-block;
    height: 25px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    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_alltxt {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    background: url(../images/public.png) left center no-repeat;
    padding-left: 25px;
}

.eyou_alltxt p {
    font-size: 18px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 800;
    color: #333333;
    text-indent: 20px;
    margin: 0;
}

.eyou_alltxt a {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
    padding-right: 20px;
    background: url(../images/more.png) right center no-repeat;
    transition: color 0.3s ease;
}

.eyou_alltxt a:hover {
    color: #FF6B35;
}

/* ========================================
   推荐区域布局
   ======================================== */
.eyou_yx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.game_news,
.hot_gl,
.latest_gl {
    margin-right: 42px;
}

.game_news {
    width: 366px;
}

.hot_gl {
    width: 435px;
}

.latest_gl {
    width: 295px;
}

.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;
    transition: color 0.3s ease;
}

.game_news li a:hover,
.hot_gl li a:hover,
.latest_gl li a:hover {
    color: #333;
}

.game_news li p:nth-child(1) {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    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", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.game_news li p:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
}

.game_news li p:nth-child(2) span:nth-child(1) {
    width: 250px;
}

/* 游戏新闻图片 */
.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;
    border-radius: 5px;
}

.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", sans-serif;
    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 {
    margin-right: 0;
}

.latest_gl li {
    background: url(../images/gl_back.png) left center no-repeat;
    transition: background-color 0.3s ease;
}

.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", sans-serif;
    font-weight: 400;
    color: #333333;
}

li:hover a span,
a:hover span {
    color: #FF6B35 !important;
}

/* 最新图片 */
.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: 0 0 5px 5px;
    padding: 0 45px;
    text-align: center;
    position: absolute;
    bottom: 3px;
    color: #fff;
}

/* ========================================
   专辑专题区域
   ======================================== */
.album_con {
    display: flex;
    height: 200px;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.album_con:hover {
    transform: translateY(-5px);
}

.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;
    border-radius: 0 5px 5px 0;
}

.album_con .active {
    display: block;
}

.album_con .rank h3 {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: bold;
    color: #333333;
    margin: 20px 0 10px;
}

.album_con .rank .desc {
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    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 .rank .active {
    display: block;
}

.album_con .album_img {
    width: 180px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    position: relative;
    overflow: hidden;
}

.album_con .album_img:nth-of-type(2) {
    margin-right: 30px;
}

.album_con .album_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/* ========================================
   游戏/应用列表区域
   ======================================== */
.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", sans-serif;
    font-weight: 400;
    color: #999999;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.title_list li:hover {
    border-color: #FF6B35;
    color: #FF6B35;
}

.ons {
    position: relative;
    color: #FF6B35 !important;
    border: 1px solid #FF6B35 !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;
    transition: transform 0.3s ease;
}

.ey_gdeta:hover {
    transform: translateY(-3px);
}

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

.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", sans-serif;
    font-weight: 400;
    color: #666666;
    margin-top: 5px;
}

.right_title p:nth-child(2) {
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    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", sans-serif;
    font-weight: 400;
    color: #666666;
}

.hidden button {
    width: 52px;
    height: 25px;
    background: #FF6B35;
    border-radius: 4px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 40px;
    transition: background-color 0.3s ease;
}

.hidden button:hover {
    background: #158f42;
}

.ey_yrank {
    position: relative;
    flex: 1;
    margin-left: 20px;
}

.game_gift .ey_yrank .content::before {
    position: absolute;
    content: "";
    width: 0;
    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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    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;
}

/* 专辑区域特殊样式 */
.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;
}

.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 #FF6B35;
    border-radius: 6px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FF6B35;
    transition: all 0.3s ease;
}

.zhuanji .rank a:hover {
    background: #FF6B35;
    color: #fff;
}

.zhuanji_back {
    display: flex;
    align-items: center;
    height: 335px;
    background: #f3f3f3;
    background-image: url("../images/ztbgc.jpg");
    margin-top: 40px;
}

.zhuanji .hot_album {
    background: #FFFFFF;
    padding: 20px 20px 0;
    border-radius: 5px;
}

/* 排行榜通用样式 */
.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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #999999;
    transition: all 0.3s ease;
}

.index_rank .ey_down:hover {
    border-color: #FF6B35;
    color: #FF6B35;
}

.index_rank .ey_yrank .content span {
    display: block;
    width: 64px;
    height: 22px;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    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", sans-serif;
    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: 0;
}

.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: #FF6B35 !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", sans-serif;
    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 #FF6B35;
    border-radius: 13px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #FF6B35;
    margin-left: 18px;
    transition: all 0.3s ease;
}

.index_rank .download a:hover {
    background: #FF6B35;
    color: #fff;
}

.index_rank .ey_yrank .title span {
    display: block;
    font-size: 18px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 800;
    color: #333333;
    text-align: center;
}

/* ========================================
   SEO优化标题样式
   ======================================== */
.seoTitle {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/* ========================================
   响应式设计
   ======================================== */
@media screen and (max-width: 1200px) {
    .w1200 {
        width: 100%;
        padding: 0 20px;
    }
    
    .Navigation,
    .ey_txtbar {
        width: 100%;
    }
    
    .ey_rot {
        width: 55%;
    }
    
    .eyou_tod {
        flex: 1;
    }
}

@media screen and (max-width: 768px) {
    .ey_art {
        flex-direction: column;
    }
    
    .ey_rot {
        width: 100%;
        height: auto;
    }
    
    .Navigation {
        flex-wrap: wrap;
    }
    
    .eyou_yx {
        flex-direction: column;
    }
    
    .game_news,
    .hot_gl,
    .latest_gl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .ey_bang {
        flex-direction: column;
    }
    
    .index_rank .ey_bang .ey_yrank {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
