.title[data-v-1f7a4c38] {
    text-align: center;
    padding-top: 5px
}

.title h1[data-v-1f7a4c38] {
    width: 100%;
    font-size: 14px;
    color: #fff;
    height: 18px;
    overflow: hidden;
    font-family: Comic Sans MS
}

.game_info[data-v-1f7a4c38] {
    padding: 5px;
    margin: 10px 5px 0;
    clear: both;
    color: #fff;
    font-size: 14px;
    background-color: #06215c;
    border-radius: 10px
}

.game_info .game_img[data-v-1f7a4c38] {
    float: left;
    padding: 2px 5px 0 0
}

.game_info .game_img img[data-v-1f7a4c38] {
    width: 140px;
    height: 140px;
    border-radius: 10px
}

.game_info .game_text[data-v-1f7a4c38] {
    min-height: 140px;
    text-align: left
}

.game_info .game_play[data-v-1f7a4c38] {
    clear: both;
    display: block;
    width: 80%;
    margin: 10px auto;
    font-size: 1.2em;
    border-radius: 5px;
    text-align: center;
    background-color: #2a6490;
    border: 0;
    outline: 0;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase
}

.dtl_adv[data-v-1f7a4c38] {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 10px
}

.dtl_adv .iFmTCx[data-v-1f7a4c38] {
    display: inline-flex;
    flex-direction: column
}

.dtl_adv .iFmTCx .eDhvMX[data-v-1f7a4c38] {
    border-radius: 10px
}

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

.game_list[data-v-1f7a4c38] {
    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_list .game_item[data-v-1f7a4c38] {
    width: 110px;
    height: 110px;
    position: relative
}

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

.game_list .game_item .game_name[data-v-1f7a4c38] {
    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_list .game_item:hover img[data-v-1f7a4c38] {
    border: #fc0 2px solid;
    opacity: .8
}

.game_list .game_item:hover .game_name[data-v-1f7a4c38] {
    opacity: 0
}

.title2[data-v-1f7a4c38] {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.game_type[data-v-1f7a4c38] {
    display: grid;
    /* grid-template-rows: repeat(auto-fill,80px); */
    grid-template-columns: repeat(auto-fill,150px);
    grid-gap: 11px;
    grid-auto-flow: dense;
    justify-content: center;
    /* padding: 16px 0; */
}

.game_type .cMEgnO[data-v-1f7a4c38] {
    width: 150px;
    height: 60px;
    box-shadow: #0000003d 0 6px 12px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    display: flex;
    background-color: white;
    text-align: center;
    align-items: center;
    /* justify-content: center; */
    text-decoration: none;
}

.game_type .cMEgnO img[data-v-1f7a4c38] {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-left: 5;
    align-self: center;
}

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

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

@supports (height: 100dvh) {
    .app-module[data-v-1f7a4c38] {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.app-module[data-v-1f7a4c38] {
    position: absolute;
    left: 0;
    top: 0;
    height: var(--height, 100%);
    width: var(--width, 100%);
    --width: 100vw;
    min-height: var(--minHeight, 100vh);
    z-index: 5;
    background-color: #127dab;
    overflow: hidden
}

.app-module .setting[data-v-1f7a4c38] {
    position: absolute;
    left: 0;
    top: 0
}

.app-module .setting_container[data-v-1f7a4c38] {
    width: 150px;
    height: 299px;
    background-color: #0073dd;
    position: absolute;
    top: 0;
    left: 0
}

.app-module .setting_container .setting_title[data-v-1f7a4c38] {
    height: 40px;
    background-color: #0050a4;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.app-module .setting_container .setting_title .setting_left[data-v-1f7a4c38] {
    padding: 0 0 0 5px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    width: 60px
}

.app-module .setting_container .setting_title .setting_left img[data-v-1f7a4c38] {
    padding: 5px 0 0
}

.app-module .setting_container .setting_title .setting_left img[data-v-1f7a4c38]:nth-child(2) {
    height: 22px;
    width: 22px;
    padding-top: 8px;
    margin-left: 5px
}

.app-module .setting_container .setting_title .setting_right[data-v-1f7a4c38] {
    padding: 0 10px 0 0;
    width: 30px
}

.app-module .setting_container .game_content[data-v-1f7a4c38] {
    overflow: hidden
}

.app-module .setting_container .game_content .game_item[data-v-1f7a4c38] {
    width: 65px;
    height: 65px;
    position: relative;
    margin: 5px 5px 3px;
    float: left
}

.app-module .setting_container .game_content .game_item img[data-v-1f7a4c38] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: #fff 2px solid;
    box-sizing: border-box
}

.app-module .setting_container .game_content .game_item .game_name[data-v-1f7a4c38] {
    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
}

.app-module .setting_container .game_content .game_item:hover img[data-v-1f7a4c38] {
    border: #fc0 2px solid;
    opacity: .8
}

.app-module .setting_container .game_content .game_item:hover .game_name[data-v-1f7a4c38] {
    opacity: 0
}

.app-module .setting_container .setting_bottom[data-v-1f7a4c38] {
    height: 40px;
    background-color: #0050a4;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    line-height: 40px;
    font-size: 14px
}

.app-module .setting_container .setting_bottom img[data-v-1f7a4c38] {
    padding-top: 8px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px
}

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

/* 移动端游戏详情卡片背景 */
.mobile-game-details-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 18px;
    margin: 12px;
    box-shadow: 0 4px 16px rgba(49, 177, 227, 0.1);
    backdrop-filter: blur(3px);
}

/* 移动端游戏播放区域背景 */
.mobile-game-play-area {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    box-shadow: 0 2px 10px rgba(49, 177, 227, 0.08);
}

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

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

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

/* 移动端游戏详情卡片文字 */
.mobile-game-details-card .game-title {
    color: #1a202c !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 18px;
}

.mobile-game-details-card .game-description {
    color: #4a5568 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 14px;
}

/* 移动端播放按钮文字 */
.mobile-game-play-area .play-button {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    font-weight: 600;
}

/* 移动端推荐游戏文字 */
.mobile-recommended-games .section-title {
    color: #1a202c !important;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 16px;
}

.mobile-recommended-games .game-item-title {
    color: #2d3748 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 12px;
}
