.featured-games[data-v-24e198c9] {
    border-radius: 20px;
    background-color: var(--gray-90);
    overflow: hidden
}

.featured-games__content[data-v-24e198c9] {
    width: calc(64% - 3.36px)
}

.featured-games__content-img[data-v-24e198c9] {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.featured-games__content-mask[data-v-24e198c9] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    border-radius: 0 0 12px 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#252525));
    background: linear-gradient(180deg, rgba(51, 51, 51, 0), #252525)
}

.featured-games__content-title[data-v-24e198c9] {
    font-size: 32px;
    color: #fff
}

.featured-games__content-desc[data-v-24e198c9] {
    font-size: 20px;
    color: #f0f0f0
}

.featured-list-wrap[data-v-24e198c9] {
    /* padding-top: calc(36% + 22.11px) */
}

.featured-list-wrap__bottom-mask[data-v-24e198c9] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    /* background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff) */
}

.dark .featured-list-wrap__bottom-mask[data-v-24e198c9] {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
    background: linear-gradient(180deg, rgba(51, 51, 51, 0), #333)
}

.featured-list[data-v-24e198c9] {
    /* overflow-y: auto */
}

.featured-list__item[data-v-24e198c9] {
    display: block;
    position: relative;
    border-radius: 16px;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.featured-list__item--active[data-v-24e198c9] {
    border-color: var(--white-title);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(8, 8, 8, .15)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(8, 8, 8, .15))
}

.dark .featured-list__item--active[data-v-24e198c9] {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, .15)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .15))
}

.featured-list__item-cover[data-v-24e198c9] {
    border-radius: 12px;
    overflow: hidden
}

.featured-list__item-link[data-v-24e198c9] {
    display: none;
    position: absolute;
    bottom: 13px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--white-title)
}

.featured-list__item--active .featured-list__item-link[data-v-24e198c9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.featured-list__item-link-icon[data-v-24e198c9] {
    width: 12px;
    height: 12px;
    color: var(--layout-bg)
}

.featured-games__app-score[data-v-24e198c9] .app-score__number {
    line-height: 46px
}

[data-v-24e198c9] .aside-app__item-score {
    color: var(--white-title)
}

[data-v-24e198c9] .aside-app__item-head {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-24e198c9] .aside-app__item-title {
    display: block;
    font-size: 16px !important;
    line-height: 28px !important
}

[data-v-24e198c9] .app-tags {
    height: 20px;
    color: var(--white-title)
}

[data-v-24e198c9] .after-has-dot:after,
[data-v-24e198c9] .aside-app__item-rate:after {
    background-color: var(--white-title) !important
}

@media only screen and (max-width:699px) {
    .featured-games[data-v-24e198c9] {
        display: none
    }
}

@media only screen and (max-width:1248px) {
    .featured-games__content-title[data-v-24e198c9] {
        font-size: 24px
    }

    .featured-games__content-desc[data-v-24e198c9] {
        font-size: 14px
    }

    .featured-games__app-score[data-v-24e198c9] .app-score__logo {
        width: 60px !important
    }

    .featured-games__app-score[data-v-24e198c9] .app-score__number {
        font-size: 40px !important;
        line-height: 32px
    }
}

.fade-img[data-v-24e198c9] {
    -webkit-animation: fade-24e198c9 .4s;
    animation: fade-24e198c9 .4s
}

@-webkit-keyframes fade-24e198c9 {
    0% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes fade-24e198c9 {
    0% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width:1002px) {
    .featured-list__item-cover-wrap[data-v-24e198c9] {
        /* display: none */
    }

    .featured-games__content-mask[data-v-24e198c9] {
        padding: 0 12px
    }
}