@charset "UTF-8";.home-page-container[data-v-8bd433f6] {
    width: 100%;
    min-height: 101vh;
    overflow: auto;
    padding-bottom: 1.5rem;
    position: relative
}

.home-page-container .game-info-card[data-v-8bd433f6] {
    overflow: hidden;
    position: relative;
    margin: 3rem auto 1rem;
    border-radius: 1rem;
    width: calc(100% - 2rem);
    height: 18rem;
    color: #fff;
    padding: 2rem
}

.home-page-container .game-info-card .bg-box[data-v-8bd433f6] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
    filter: blur(1rem)
}

.home-page-container .game-info-card .main-content[data-v-8bd433f6] {
    display: flex;
    align-items: center
}

.home-page-container .game-info-card .main-content .game-icon[data-v-8bd433f6] {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    border: .5rem solid #fff;
    background: no-repeat center/cover;
    overflow: hidden
}

.home-page-container .game-info-card .main-content .right-box[data-v-8bd433f6] {
    flex: 1;
    text-align: center;
    margin-left: .4rem
}

.home-page-container .game-info-card .main-content .right-box .game-name[data-v-8bd433f6] {
    width: 22.12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 2rem;
    background: #0000004d;
    border-radius: 1rem;
    padding: .8rem 1.4rem;
    margin-bottom: 1rem
}

.home-page-container .game-info-card .main-content .right-box .game-play[data-v-8bd433f6] {
    width: 100%;
    background: #777;
    font-size: 2.4rem;
    border-radius: 1rem;
    border: .2rem solid #fff;
    position: relative;
    overflow: hidden
}

.home-page-container .game-info-card .main-content .right-box .game-play .text[data-v-8bd433f6] {
    position: relative;
    z-index: 2
}

.home-page-container .game-info-card .main-content .right-box .game-play .progress[data-v-8bd433f6] {
    background: #009a44;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: width .2s;
    border-radius: 1rem
}

.home-page-container .game-info-card .bottom-score-wrap[data-v-8bd433f6] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0
}

.home-page-container .game-info-card .bottom-score-wrap .star-box[data-v-8bd433f6] {
    display: flex;
    align-items: center
}

.home-page-container .game-info-card .bottom-score-wrap .star-box .star-rating[data-v-8bd433f6] {
    color: #ff9901;
    font-size: 2rem
}

.home-page-container .game-info-card .bottom-score-wrap .star-box .star-rating span[data-v-8bd433f6]:last-child {
    color: #ddd;
    position: relative
}

.home-page-container .game-info-card .bottom-score-wrap .star-box .star-rating span[data-v-8bd433f6]:last-child:after {
    content: "★";
    position: absolute;
    left: 0;
    top: -.4rem;
    color: #ff9901;
    clip-path: polygon(0 0,50% 0,50% 100%,0% 100%)
}

.home-page-container .game-info-card .bottom-score-wrap .star-box .star-num[data-v-8bd433f6] {
    margin-left: .8rem;
    font-size: 1.2rem;
    position: relative;
    top: .2rem
}

.home-page-container .game-info-card .bottom-score-wrap .like-box[data-v-8bd433f6] {
    display: flex;
    align-items: center
}

.home-page-container .game-info-card .bottom-score-wrap .like-box .like-icon[data-v-8bd433f6] {
    width: 2rem;
    height: 2rem
}

.home-page-container .game-info-card .bottom-score-wrap .like-box .like-num[data-v-8bd433f6] {
    margin-left: .8rem;
    font-size: 1.2rem;
    position: relative;
    top: .2rem
}

.home-page-container .afc-loading-wrap .afc-title[data-v-8bd433f6] {
    height: 2rem
}

.home-page-container .afc-loading-wrap .afc_loading_box[data-v-8bd433f6] {
    min-height: 25rem
}

.home-page-container .recommend-games[data-v-8bd433f6] {
    width: calc(100% - 2rem);
    margin: 1rem auto;
    padding: 1rem 1.6rem 1.4rem;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 .3rem 1.8rem #00000029;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home-page-container .recommend-games .recommend-title[data-v-8bd433f6] {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: .1rem solid #e3e3e5;
    padding-bottom: .5rem;
    margin-bottom: 1.2rem;
    width: 100%
}

.home-page-container .recommend-games .game-list[data-v-8bd433f6] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 1rem
}

.home-page-container .recommend-games .game-list .game-item[data-v-8bd433f6] {
    width: 5.5rem;
    height: 5.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-page-container .recommend-games .game-list .game-item img[data-v-8bd433f6] {
    border-radius: 1rem;
    width: 100%;
    height: 100%
}

body.night {
    background: #0c0d14
}

body.night .home-page-container .recommend-games {
    box-shadow: 0 .3rem 1.8rem #ffffff38
}

body.night .home-page-container .recommend-games .recommend-title {
    border-color: #e3e3e5c7;
    color: #fff
}
