.game_box[data-v-bf6a4b74] {
    display: grid;
    grid-template-rows: repeat(auto-fill, 110px);
    grid-template-columns: repeat(auto-fill, 110px);
    grid-gap: 10px;
    grid-auto-flow: dense;
    justify-content: center;
    padding: 10px 0
}

.game_box .game_item[data-v-bf6a4b74] {
    width: 110px;
    height: 110px;
    position: relative
}

.game_box .game_item img[data-v-bf6a4b74] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: #fff 2px solid;
    box-sizing: border-box
}

.game_box .game_item .game_name[data-v-bf6a4b74] {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #035193;
    font-weight: 700;
    background-color: #fc0;
    padding: 5px 0;
    font-size: 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 22px;
    text-align: center
}

.game_box .game_item:hover img[data-v-bf6a4b74] {
    border: #fc0 2px solid;
    opacity: .8
}

.game_box .game_item:hover .game_name[data-v-bf6a4b74] {
    opacity: 0
}

.home_adv[data-v-bf6a4b74] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px
}

.home_adv .iFmTCx[data-v-bf6a4b74] {
    display: inline-flex;
    flex-direction: column
}

.home_adv .iFmTCx .eDhvMX[data-v-bf6a4b74] {
    border-radius: 10px
}

.home_adv .iFmTCx .iZJgLq[data-v-bf6a4b74] {
    font: 400 9px/2 Arial, sans-serif;
    text-align: center;
    opacity: .7;
    height: 20px;
    letter-spacing: 1px;
    color: #fff
}

.bottom-text[data-v-bf6a4b74] {
    position: relative;
    margin: 30px 30px 35px;
    padding: 18px 24px;
    border-radius: 10px;
    background-color: #0050a4
}

.bottom-text h1[data-v-bf6a4b74] {
    font: 500 24px Torus, sans-serif
}

.bottom-text p[data-v-bf6a4b74] {
    margin: 24px 0;
    font: 400 16px/24px Proxima Nova, Open Sans, Gill Sans MT, Gill Sans, Arial, sans-serif;
    color: #fff
}

.bottom-text a[data-v-bf6a4b74] {
    color: #fff;
    text-decoration: none
}

.bottom-text a[data-v-bf6a4b74]:hover {
    opacity: .8
}

.bottom-text h3[data-v-bf6a4b74] {
    color: #fff;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px
}

.bottom-text ul[data-v-bf6a4b74] {
    padding-left: 40px
}

.bottom-text ul li[data-v-bf6a4b74] {
    margin-bottom: 5px;
    font-size: 12px
}

.bottom-text ol[data-v-bf6a4b74] {
    color: #fff
}

.bottom-text ol li[data-v-bf6a4b74] {
    font-size: 14px
}

.bottom-text .about[data-v-bf6a4b74] {
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.bottom-text .title[data-v-bf6a4b74] {
    font-size: 20px;
    color: #fff
}

.backToTop[data-v-bf6a4b74] {
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    cursor: pointer
}

.backToTop img[data-v-bf6a4b74] {
    width: 100%;
    height: 100%
}

.shortcut-popup-desktop[data-v-bf6a4b74] {
    background: #fff;
    border-radius: 18px;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 16px 62px #03153026;
    color: #222;
    padding: 20px;
    position: fixed;
    right: 24px;
    z-index: 997;
    width: 80%
}

.shortcut-popup-desktop .shortcut-popup-desktop__description .shortcut-popup-desktop__text[data-v-bf6a4b74] {
    word-wrap: break-word;
    --light-cyan-100: #222222;
    box-sizing: border-box;
    color: var(--light-cyan-100);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding-right: 0
}

.shortcut-popup-desktop .shortcut-popup-desktop__buttons[data-v-bf6a4b74] {
    margin-top: 20px;
    align-items: center;
    display: flex;
    justify-content: center
}

.shortcut-popup-desktop .shortcut-popup-desktop__buttons .el-button[data-v-bf6a4b74] {
    width: 130px;
    background: #f0f0f0;
    border: none;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 600
}

.shortcut-popup-desktop .shortcut-popup-desktop__buttons .el-button[data-v-bf6a4b74]:nth-child(2) {
    background: #198cff;
    color: #e9f2ff;
    margin-left: 20px
}

/* 🎨 移动端首页背景色统一设计 */
.mobile-home-container {
    background: linear-gradient(135deg, 
        #f8f9fa 0%,     /* 更淡的移动端背景 */
        #ffffff 50%,    /* 纯白 */
        #f8f9fa 100%    /* 更淡的移动端背景 */
    );
    min-height: 100vh;
}

/* 移动端游戏区域背景 */
.mobile-games-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    box-shadow: 0 3px 12px rgba(49, 177, 227, 0.08);
}

/* 移动端分类区域背景 */
.mobile-category-section {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 12px;
    margin: 8px;
    box-shadow: 0 2px 8px rgba(49, 177, 227, 0.1);
}

/* 🔤 移动端首页文字对比度优化 */

/* 移动端标题文字增强 */
.mobile-home-container h1, 
.mobile-home-container h2, 
.mobile-home-container h3 {
    color: #1a202c !important;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

/* 移动端游戏标题 */
.mobile-games-section .game-title {
    color: #2d3748 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 14px;
}

/* 移动端游戏描述 */
.mobile-games-section .game-description {
    color: #4a5568 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

/* 移动端分类文字 */
.mobile-category-section .category-item {
    color: #2d3748 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    font-weight: 500;
}