.game_box[data-v-bf6a4b74] {
    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_box .game_item[data-v-bf6a4b74] {
    width: 110px;
    height: 110px;
    position: relative
}

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

.game_box .game_item .game_name[data-v-bf6a4b74] {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #F8F9FA;
    font-weight: 700;
    background-color: #8a4fff;
    padding: 5px 0;
    font-size: 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 22px;
    text-align: center
}

.game_box .game_item:hover img[data-v-bf6a4b74] {
    border: #8a4fff 2px solid;
    opacity: .8
}

.game_box .game_item:hover .game_name[data-v-bf6a4b74] {
    opacity: 0
}

.home_adv[data-v-bf6a4b74] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.home_adv .iFmTCx[data-v-bf6a4b74] {
    display: inline-flex;
    flex-direction: column
}

.home_adv .iFmTCx .eDhvMX[data-v-bf6a4b74] {
    border-radius: 10px
}

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

.bottom-text[data-v-bf6a4b74] {
    position: relative;
    margin: 30px 30px 35px;
    padding: 18px 24px;
    border-radius: 10px;
    background-color: #F8F9FA
}

.bottom-text h1[data-v-bf6a4b74] {
    font: 500 24px Torus, sans-serif
}

.bottom-text p[data-v-bf6a4b74] {
    margin: 24px 0;
    font: 400 16px/24px Proxima Nova, Open Sans, Gill Sans MT, Gill Sans, Arial, sans-serif;
    color: #fff
}

.bottom-text a[data-v-bf6a4b74] {
    color: #fff;
    text-decoration: none
}

.bottom-text a[data-v-bf6a4b74]:hover {
    opacity: .8
}

.bottom-text h3[data-v-bf6a4b74] {
    color: #fff;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px
}

.bottom-text ul[data-v-bf6a4b74] {
    padding-left: 40px
}

.bottom-text ul li[data-v-bf6a4b74] {
    margin-bottom: 5px;
    font-size: 12px
}

.bottom-text ol[data-v-bf6a4b74] {
    color: #fff
}

.bottom-text ol li[data-v-bf6a4b74] {
    font-size: 14px
}

.bottom-text .about[data-v-bf6a4b74] {
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.bottom-text .title[data-v-bf6a4b74] {
    font-size: 20px;
    color: #fff
}

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

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

.shortcut-popup-desktop[data-v-bf6a4b74] {
    background: #fff;
    border-radius: 18px;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 16px 62px #03153026;
    color: #222;
    padding: 20px;
    position: fixed;
    right: 24px;
    z-index: 997;
    width: 80%
}

.shortcut-popup-desktop .shortcut-popup-desktop__description .shortcut-popup-desktop__text[data-v-bf6a4b74] {
    word-wrap: break-word;
    --light-cyan-100: #222222;
    box-sizing: border-box;
    color: var(--light-cyan-100);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding-right: 0
}

.shortcut-popup-desktop .shortcut-popup-desktop__buttons[data-v-bf6a4b74] {
    margin-top: 20px;
    align-items: center;
    display: flex;
    justify-content: center
}

.shortcut-popup-desktop .shortcut-popup-desktop__buttons .el-button[data-v-bf6a4b74] {
    width: 130px;
    background: #f0f0f0;
    border: none;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 600
}

.shortcut-popup-desktop .shortcut-popup-desktop__buttons .el-button[data-v-bf6a4b74]:nth-child(2) {
    background: #198cff;
    color: #e9f2ff;
    margin-left: 20px
}