@media (max-width: 1024px) {
    .layout-header__container-logo-img {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .layout-header__container-logo-img {
        display: none;
    }
}

/* 如果需要更精确地控制笔记本和 iPad 的尺寸范围，可以调整 media query 的宽度 */
@media (min-width: 768px) and (max-width: 1200px) {
    .layout-header__container-logo-img {
        display: none;
    }
}

.imgage-size-my {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease-in-out;
}

.menu-box,
.menu-mask {
    left: -100%;
}

@media (min-width: 768px) {
    .search-box__modal-input {
        width: 25vw !important;
    }

    #home-list>div>div {
        display: none !important;
    }
}

.category-text-list__column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 4px;
    position: relative
}

@media only screen and (max-width:499px) {
    .category-text-list__column {
        padding-left: 16px;
        padding-left: var(--space-m16-w20);
        padding-right: 16px;
        padding-right: var(--space-m16-w20)
    }

    #home-list {
        display: block !important;
    }
}

.category-text-list__column__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #1a1a1a;
    background: var(--gray-04);
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 8px 8px 0;
    padding: 10px 12px;
    width: calc(50% - 4px)
}

.category-text-list__column__item:nth-child(2n) {
    margin-right: 0
}

.category-text-list__column__item .category-text-list__column__item-image {
    font-size: 28px;
    height: 32px;
    width: 32px
}

.category-text-list__column__item .category-text-list__column__item-image img {
    font-size: 28px;
    height: 100%;
    width: 100%
}

@media only screen and (max-width:499px) {
    .category-text-list__column__item .category-text-list__column__item-image {
        height: 28px;
        width: 28px
    }
}

.category-text-list__column__item-name {
    text-align: right;
    width: calc(100% - 64px)
}

.main-header-categories__sub-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin-right: 8px;
    min-height: 48px;
    padding: 10px 12px
}

.main-header-categories__sub-item:last-of-type {
    margin-right: 0
}

.main-header-categories__sub-item .main-header-categories__sub-item-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: break-all
}

.main-header-categories__sub-item--row {
    -ms-flex-preferred-size: calc(50% - 8px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    flex-basis: calc(50% - 8px);
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end
}

.main-header-categories__sub-item--row:nth-child(2n) {
    margin-right: 0
}

.main-header-categories__sub-item--row:nth-child(3),
.main-header-categories__sub-item--row:nth-child(4) {
    margin-top: 8px
}

.main-header-categories__sub-item--row .main-header-categories__sub-item-name {
    -webkit-box-flex: initial;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex: initial;
    flex: initial
}

.category-text-list__three-line .main-header-categories__sub-item--row {
    -ms-flex-preferred-size: calc(33.33333% - 8px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-basis: calc(33.33333% - 8px);
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center
}

.category-text-list__three-line .main-header-categories__sub-item--row:nth-child(2n) {
    margin-right: 8px
}

.category-text-list__three-line .main-header-categories__sub-item--row:nth-child(3n) {
    margin-right: 0;
    margin-top: 0
}

.category-text-list__three-line .main-header-categories__sub-item--row .main-header-categories__sub-item-name {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial
}

.category-text-list__colorful-column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 0 12px
}

@media only screen and (max-width:499px) {
    .category-text-list__colorful-column {
        padding-left: 16px;
        padding-left: var(--space-m16-w20);
        padding-right: 16px;
        padding-right: var(--space-m16-w20)
    }
}

.category-text-list__two-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.category-text-list__row {
    padding: 12px 0;
    padding: var(--space-m12-w16) 0
}

.category-text-list__row .swiper-slide {
    width: auto
}

.category-text-list__row .swiper-slide:first-child .category-text-list__row-item {
    margin-left: 16px;
    margin-left: var(--space-m16-w20)
}

.category-text-list__row .swiper-slide:last-child .category-text-list__row-item {
    margin-right: 16px;
    margin-right: var(--space-m16-w20)
}

.category-text-list__row-item {
    background-color: #ecfafb;
    background-color: var(--primary-tap-blue-light);
    margin-left: 8px;
    margin-left: var(--space-m8-w12)
}

@media only screen and (min-width:499px)and (any-hover:hover) {
    .category-text-list__row-item {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: background-color, border-color;
        transition-property: background-color, border-color;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }

    .category-text-list__row-item:hover {
        background-color: #deebec;
        background-color: var(--primary-tap-blue-light-hover)
    }
}

.category-text-list__row-item.tap-chip {
    border-radius: 40px;
    color: #15c5ce;
    color: var(--primary-tap-blue);
    padding: 8px 16px;
    padding: 8px var(--space-m16-w20)
}

.category-text-list__row-item.tap-chip .tap-chip__image {
    height: 16px;
    margin-right: 5px;
    width: 16px
}

@media only screen and (max-width:499px) {
    .category-text-list__row-item.tap-chip {
        padding: 7px 16px;
        padding: 7px var(--space-m16-w20)
    }

    .category-text-list__row-item.tap-chip .tap-chip__image {
        height: 14px;
        width: 14px
    }
}

.category-text-list__row-item.tap-chip.category-text-list__row-item-with-icon {
    padding-left: 17px
}

@media only screen and (max-width:499px) {
    .category-text-list__row-item.tap-chip.category-text-list__row-item-with-icon {
        padding-left: 13px
    }
}

.category-title {
    padding: 16px 16px 4px;
    padding: var(--space-m16-w20) 16px var(--space-m4-w6) var(--space-m16-w20)
}

.category-title__icon-wrapper {
    border-radius: 30px;
    height: 30px;
    margin-left: 8px;
    margin-left: var(--space-m8-w12);
    width: 30px
}

@media only screen and (max-width:499px) {
    .category-title__icon-wrapper {
        height: auto;
        width: auto
    }
}

.category-rec-common-list {
    padding: 12px 0;
    padding: var(--space-m12-w16) 0
}

.category-rec-common-list .tap-swiper-button--prev {
    margin-left: 6px;
    margin-left: var(--space-m6-w8)
}

.category-rec-common-list .tap-swiper-button--next {
    margin-right: 6px;
    margin-right: var(--space-m6-w8)
}

.category-rec-common-list .swiper-slide {
    width: auto
}

.category-rec-common-list .swiper-slide:last-child {
    margin-right: 16px;
    margin-right: var(--space-m16-w20)
}

.category-rec-common-list__item {
    border-radius: 4px;
    border-radius: var(--radius-m4-w6);
    display: block;
    height: 144px;
    margin-left: 16px;
    margin-left: var(--space-m16-w20);
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
    position: relative;
    width: 256px
}

@media only screen and (max-width:499px) {
    .category-rec-common-list__item {
        height: 130px;
        width: 230px
    }
}

.category-rec-common-list__item-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.category-rec-common-list__item-index {
    background-color: rgba(0, 0, 0, .4);
    background-color: var(--extension-components-black);
    border-radius: 4px;
    border-radius: var(--radius-m4-w6);
    padding: 2px 4px;
    padding: 2px var(--space-m4-w6);
    position: absolute;
    right: 8px;
    right: var(--space-m8-w12);
    top: 8px;
    top: var(--space-m8-w12)
}

@media only screen and (max-width:499px) {
    .category-rec-common-list__item-index {
        padding: 0 4px;
        padding: 0 var(--space-m4-w6)
    }
}

.common-banner__box {
    height: 100%;
    position: relative;
    width: 100%
}

.common-banner__box img {
    display: block
}

.common-banner__box__mask {
    background: rgba(0, 0, 0, .2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@supports((-webkit-backdrop-filter:blur(50px)) or (backdrop-filter:blur(50px))) {
    .common-banner__box__mask {
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px)
    }
}

.common-banner__box__cover {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.discover-main .page-loading .middle {
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.discover-main .tap-swiper-button {
    display: none
}

.discover-main .swiper-slide:last-child {
    margin-right: 10px !important
}

.discover-main .taptap__main-header-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.discover-main .taptap__top-operation-wrap .tap-search-box__wrapper {
    opacity: 0
}

.discover-main .search-input-wrap .icon-ico-m24-w24-search {
    fill: #b9bec1;
    fill: var(--gray-04);
    color: #b9bec1;
    color: var(--gray-04)
}

.discover-main .search-input-wrap .search-input::-webkit-input-placeholder {
    color: #868c92;
    color: var(--gray-06)
}

.discover-main .search-input-wrap .search-input::-moz-placeholder {
    color: #868c92;
    color: var(--gray-06)
}

.discover-main .search-input-wrap .search-input:-ms-input-placeholder {
    color: #868c92;
    color: var(--gray-06)
}

.discover-main .search-input-wrap .search-input::-ms-input-placeholder {
    color: #868c92;
    color: var(--gray-06)
}

.discover-main .search-input-wrap .search-input::placeholder {
    color: #868c92;
    color: var(--gray-06)
}

.discover__header-search.full-box-search__wrap {
    position: relative
}

@media only screen and (max-width:499px) {
    .discover__header-search.full-box-search__wrap {
        position: absolute;
        width: calc(100% - 112px)
    }
}

.categories-main {
    min-height: 100px;
    position: relative
}

.categories-main .taptap__top-operation-wrap .tap-search-box__wrapper {
    display: none
}

.categories-main-content {
    padding: 0
}

.categories-main-content__list-app-banner-small-gap {
    margin-top: -12px
}

@media only screen and (max-width:499px) {
    .categories-main-content__list-app-banner-small-gap {
        margin-top: -8px
    }
}

.categories-main__event-item--wrapper {
    border-radius: 10px;
    margin: 0 0 12px;
    margin: 0 0 var(--space-m12-w16);
    overflow: hidden
}

@media only screen and (max-width:499px) {
    .categories-main__event-item--wrapper {
        margin-left: 16px;
        margin-left: var(--space-m16-w20);
        margin-right: 16px;
        margin-right: var(--space-m16-w20)
    }
}

.categories-main__event-item {
    border-radius: 10px;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative
}

.categories-main__event-item .common-banner__box {
    position: absolute
}

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

@-webkit-keyframes marquee-scroll-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%)
    }
}

@keyframes marquee-scroll-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%)
    }
}

@-webkit-keyframes marquee-scroll-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes marquee-scroll-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.tap-marquee[data-v-2999cad0] {
    display: -webkit-box !important;
    display: flex !important;
    position: relative
}

.tap-marquee.horizontal[data-v-2999cad0] {
    overflow-x: hidden !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.tap-marquee.vertical[data-v-2999cad0] {
    overflow-y: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.tap-marquee:hover>.marquee[data-v-2999cad0] {
    -webkit-animation-play-state: var(--pauseOnHover);
    animation-play-state: var(--pauseOnHover)
}

.tap-marquee:active>.marquee[data-v-2999cad0] {
    -webkit-animation-play-state: var(--pauseOnClick);
    animation-play-state: var(--pauseOnClick)
}

.tap-marquee>.marquee[data-v-2999cad0] {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: var(--min-width);
    min-height: var(--min-height);
    z-index: 1;
    -webkit-animation: var(--orientation) var(--duration) linear var(--delay) var(--loops);
    animation: var(--orientation) var(--duration) linear var(--delay) var(--loops);
    -webkit-animation-play-state: var(--pauseAnimation);
    animation-play-state: var(--pauseAnimation);
    -webkit-animation-direction: var(--direction);
    animation-direction: var(--direction)
}

.tap-marquee.horizontal>.marquee[data-v-2999cad0] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center
}

.tap-marquee.vertical>.marquee[data-v-2999cad0] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.tap-marquee>.overlay[data-v-2999cad0] {
    position: absolute;
    width: 100%;
    height: 100%
}

.tap-marquee>.transparent-overlay[data-v-2999cad0] {
    position: absolute;
    width: 100%;
    height: 100%
}

.tap-marquee>.overlay[data-v-2999cad0]:after,
.tap-marquee>.overlay[data-v-2999cad0]:before {
    content: "";
    position: absolute;
    z-index: 2
}

.tap-marquee.horizontal>.overlay[data-v-2999cad0]:after,
.tap-marquee.horizontal>.overlay[data-v-2999cad0]:before {
    background: -webkit-gradient(linear, left top, right top, from(var(--gradient-color)));
    background: linear-gradient(90deg, var(--gradient-color));
    height: 100%;
    width: var(--gradient-length)
}

.tap-marquee.vertical>.overlay[data-v-2999cad0]:after,
.tap-marquee.vertical>.overlay[data-v-2999cad0]:before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color)));
    background: linear-gradient(180deg, var(--gradient-color));
    height: var(--gradient-length);
    width: 100%
}

.tap-marquee.horizontal>.overlay[data-v-2999cad0]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tap-marquee.vertical>.overlay[data-v-2999cad0]:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tap-marquee>.overlay[data-v-2999cad0]:before {
    left: 0;
    top: 0
}

.tap-marquee.horizontal>.overlay[data-v-2999cad0]:after {
    right: 0;
    top: 0
}

.tap-marquee.vertical>.overlay[data-v-2999cad0]:after {
    left: 0;
    bottom: 0
}

.cloud-game-notice[data-v-969a0d75] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid var(--gray-02)
}

.cloud-game-notice[data-v-969a0d75] .marquee+.marquee {
    margin-left: 12px
}

.cloud-game-notice__content[data-v-969a0d75] {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-08);
    margin-right: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word
}

.cloud-game-notice__norify[data-v-969a0d75] {
    width: 24px;
    height: 24px;
    color: var(--primary-tap-blue);
    margin-right: 12px
}

.cloud-game-notice__close[data-v-969a0d75] {
    width: 20px;
    height: 20px;
    color: var(--gray-06)
}

.cloud-game-played-item[data-v-17e0b675] {
    width: 268px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background-color: var(--extension-background-white)
}

.cloud-game-played-item__icon[data-v-17e0b675] {
    margin-right: 8px
}

.cloud-game-played-item__content[data-v-17e0b675] {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden
}

.cloud-game-played-item__title[data-v-17e0b675] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.cloud-game-played-item__title[data-v-17e0b675] .text {
    display: inline-block;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--gray-08)
}

.cloud-game-played-item__time[data-v-17e0b675] {
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-06);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px
}

.cloud-game-played-item__bottom[data-v-17e0b675] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 2px
}

.cloud-game-played-item__server[data-v-17e0b675] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-04)
}

.cloud-game-played-item__btn[data-v-17e0b675] .game-setup-button {
    height: 32px;
    padding: 7px 16px;
    border-radius: 32px
}

.cloud-game-played[data-v-00d83f3b] {
    margin-top: 10px
}

.cloud-game-played__link[data-v-00d83f3b] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.cloud-game-played__title[data-v-00d83f3b] {
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-08);
    padding: 11px 2px;
    font-weight: 700
}

.cloud-game-played__enter[data-v-00d83f3b] {
    width: 18px;
    height: 18px
}

.cloud-game-played__list[data-v-00d83f3b] .tap-swiper-button--prev {
    margin-left: var(--space-m6-w8)
}

.cloud-game-played__list[data-v-00d83f3b] .tap-swiper-button--next {
    margin-right: var(--space-m6-w8)
}

.cloud-game-rec-hover-item[data-v-377dc144] {
    width: 100%;
    border-radius: 16px;
    background-color: var(--bg-card);
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    overflow: hidden
}

.cloud-game-rec-hover-item__media[data-v-377dc144] {
    width: 100%;
    height: 160px
}

.cloud-game-rec-hover-item__media[data-v-377dc144] .tap-image,
.cloud-game-rec-hover-item__media[data-v-377dc144] .tap-image-wrapper {
    width: 100%;
    height: 100%
}

.cloud-game-rec-hover-item__media[data-v-377dc144] .video-player-card__control {
    display: none
}

.cloud-game-rec-hover-item__wrapper[data-v-377dc144] {
    padding: 12px;
    background-color: var(--extension-background-gray)
}

.cloud-game-rec-hover-item__content[data-v-377dc144] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.cloud-game-rec-hover-item__icon[data-v-377dc144] {
    flex-shrink: 0;
    margin-right: 8px
}

.cloud-game-rec-hover-item__icon[data-v-377dc144] .app-icon {
    width: 48px;
    height: 48px
}

.cloud-game-rec-hover-item__info[data-v-377dc144] {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden
}

.cloud-game-rec-hover-item__title[data-v-377dc144] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.cloud-game-rec-hover-item__title[data-v-377dc144] .text {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cloud-game-rec-hover-item__tag-group[data-v-377dc144] {
    margin-top: 2px;
    max-height: 22px
}

.cloud-game-rec-hover-item__tag-group[data-v-377dc144] .tap-label-tag--large {
    display: inline-block;
    font-size: 14px;
    line-height: 22px
}

.cloud-game-rec-hover-item__buttons[data-v-377dc144] {
    margin-top: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.cloud-game-rec-hover-item__server[data-v-377dc144] {
    width: 40%;
    padding: 9px 24px;
    border-radius: 30px;
    border: 2px solid var(--gray-02);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: var(--gray-07);
    margin-left: 8px;
    background-color: var(--bg-card);
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100px;
    white-space: nowrap
}

.cloud-game-rec-hover-item__server[data-v-377dc144]:hover {
    background-color: var(--bg-card);
    border: 2px solid var(--gray-02)
}

.cloud-game-rec-hover-item__start[data-v-377dc144] {
    -webkit-box-flex: 1;
    flex: 1
}

.cloud-game-rec-hover-item__start[data-v-377dc144] .game-setup-button {
    width: 100%;
    padding: 9px 24px;
    border-radius: 30px;
    height: 40px
}

.cloud-game-recommend-item[data-v-84b76e40] {
    position: relative
}

.cloud-game-recommend-item__hover[data-v-84b76e40] {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 600;
    -webkit-transition: all .4s;
    transition: all .4s
}

.cloud-game-recommend-item__hover.hover-animation[data-v-84b76e40] {
    -webkit-transform-origin: center center center;
    transform-origin: center center center;
    -webkit-animation: rec-item-hover-84b76e40 .4s ease backwards;
    animation: rec-item-hover-84b76e40 .4s ease backwards
}

@-webkit-keyframes rec-item-hover-84b76e40 {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes rec-item-hover-84b76e40 {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.cloud-game-recommend-item__cover-box[data-v-84b76e40] {
    width: 100%;
    height: 0;
    padding-bottom: 54.79452%;
    overflow: hidden;
    position: relative;
    border-radius: 16px
}

.cloud-game-recommend-item__cover-box[data-v-84b76e40] .tap-image {
    width: 100%;
    height: 100%
}

.cloud-game-recommend-item__cover[data-v-84b76e40] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cloud-game-recommend-item__info[data-v-84b76e40] {
    margin-top: 6px
}

.cloud-game-recommend-item__title[data-v-84b76e40] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.cloud-game-recommend-item__title[data-v-84b76e40] .text {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--gray-08)
}

.cloud-game-recommend-item__tag-group[data-v-84b76e40] {
    margin-top: 2px;
    max-height: 22px
}

.cloud-game-recommend-item__tag-group[data-v-84b76e40] .tap-label-tag--large {
    display: inline-block;
    font-size: 14px;
    line-height: 22px
}

.cloud-game-recommend[data-v-c8b54028] {
    margin-top: 16px
}

.cloud-game-recommend__title[data-v-c8b54028] {
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-08);
    padding: 11px 2px;
    font-weight: 700
}

.cloud-game-recommend__list[data-v-c8b54028] {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    /* margin-top: 10px */
    margin: 10px 20px;
}