.banner_bg[data-v-abfc0d89] {
    background-image: radial-gradient(ellipse 50% 71% at 100% 3%, #62171a, #110507);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.game_bg[data-v-abfc0d89] {
    background-color: #080301
}

.game_bg .card_item[data-v-abfc0d89] {
    width: 236px;
    height: 248px;
    color: #b9b9ba;
    font-size: 20px
}

.game_bg .card_language[data-v-abfc0d89] {
    background-color: #1a1615;
    background-image: url(./more-language.png)
}

.game_bg .card_games[data-v-abfc0d89] {
    background-color: #341f21;
    background-image: url(./more-games.png)
}

.game_bg .card_money[data-v-abfc0d89] {
    background-image: url(./more-money.png)
}

.game_bg .goto_btn[data-v-abfc0d89] {
    opacity: 0
}

.game_bg .games-list:hover .games-covers[data-v-abfc0d89] {
    width: 100%;
    height: 100%;
    background-color: #000000b3
}

.game_bg .games-list:hover .games-covers .goto_btn[data-v-abfc0d89] {
    opacity: 1;
    transition: all .5s ease-in-out
}

.detail_bg[data-v-abfc0d89] {
    background-color: #080301
}

.link_bg[data-v-abfc0d89] {
    background-color: #080301;
    background-image: radial-gradient(ellipse farthest-side at 45% -99%, #411905 40%, #080302);
    background-size: 80% 8%;
    background-position: 5% 0;
    background-repeat: no-repeat
}

.footer_bg .footer_content[data-v-abfc0d89] {
    width: 77.64%
}

.left_card[data-v-abfc0d89] {
    border-radius: 10px;
    color: #fd003a
}

.left_card .left_title[data-v-abfc0d89] {
    font-size: 24px;
    font-weight: 700
}

.left_card .card_item[data-v-abfc0d89] {
    width: 388px;
    height: 57px;
    line-height: 24px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #eee9e9 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer
}

.left_card .card_item .card_item_text[data-v-abfc0d89] {
    height: 36px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center
}

.link_btn[data-v-abfc0d89] {
    width: 260px;
    height: 56px;
    color: #fd003a;
    background: #fff;
    border-radius: 2rem;
    font-weight: 700
}

.link_btn[data-v-abfc0d89]:hover {
    border: rgb(253, 0, 58) 2px solid;
    cursor: pointer
}

.link_title[data-v-abfc0d89] {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px
}