.game-menu-container {
    width: 795px
}

.game-menu-container .game-menu-swiper {
    width: 100%;
    position: relative;
    padding: 0 50px
}

.game-menu-container .swiper-slide {
    width: 70px
}
.slick-3{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.slick-3 .swiper-slide{
    height: 100px;
}


.game-menu-container .game-menu-item {
    width: 100%;
    height: 70px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    text-align: center;
    color: #fff
}

.game-menu-container .game-menu-item.active,.game-menu-container .game-menu-item:hover {
    color: #c59a2f
}

.game-menu-container .game-menu-item.active .icon-default,.game-menu-container .game-menu-item:hover .icon-default {
    display: none
}

.game-menu-container .game-menu-item.active .icon-active,.game-menu-container .game-menu-item:hover .icon-active {
    display: block
}

.game-menu-container .menu-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.game-menu-container .icon-default {
    display: block;
    object-fit: contain;
    object-position: center
}

.game-menu-container .icon-active {
    display: none;
    background-image: linear-gradient(90deg,#ffff63 14%,#d8fe49 58%,#73c002 86%);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.game-menu-container .icon-active,.game-menu-container .icon-default {
    width: 40px;
    height: 40px
}

.game-menu-container .swiper-nav {
    position: absolute
}

.game-menu-container .menu-prev {
    left: 15px
}

.game-menu-container .menu-next {
    right: 15px
}

.vendor-menu-wrap {
    min-width: 138px;
    height: 46px;
    position: relative
}

.vendor-menu-wrap .vendor-menu {
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 46px;
    display: flex;
    justify-items: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ffa325;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 15px;
    padding: 0 10px
}

.vendor-menu-wrap .vendor-menu svg {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.vendor-menu-wrap .vendor-menu.on {
    justify-content: flex-start;
    gap: 10px
}

.vendor-menu-wrap .vendor-menu.on .current-name {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.vendor-menu-wrap .vendor-menu-dropdown {
    position: absolute;
    min-width: 100%;
    z-index: 2;
    max-height: 285px;
    padding: 10px 11px;
    overflow: hidden auto;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(54px);
    backdrop-filter: blur(54px);
    background-color: hsla(0,0%,8%,.9)
}

.vendor-menu-wrap .vendor-menu-dropdown::-webkit-scrollbar {
    width: 4px
}

.vendor-menu-wrap .vendor-menu-dropdown::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #c59a2f
}

.vendor-menu-wrap .vendor-menu-dropdown::-webkit-scrollbar-track {
    border-radius: 4px;
    background: transparent
}

.vendor-menu-wrap .vendor-icon,.vendor-menu-wrap .vendor-icon-active {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.vendor-menu-wrap .vendor-icon-active {
    background-image: linear-gradient(141deg,#fae163 39%,#e0b521 58%,#9f6812 74%,#f8cf40 87%);
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat
}

.vendor-menu-wrap .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    min-height: 40px
}

.vendor-menu-wrap .dropdown-item .vendor-name {
    white-space: nowrap
}

.vendor-menu-wrap .dropdown-item.on {
    color: #c59a2f
}

.zoom-in-top-enter-active,.zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transform-origin: center top
}

.zoom-in-top-enter,.zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.zoom-in-bottom-enter-active,.zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transform-origin: center bottom
}

.zoom-in-bottom-enter,.zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.game-list-container {
    padding: 0 0 60px
}

.game-list-container .game-list-banner {
    position: relative;
    min-height: 101px
}

.game-list-container .game-list-content {
    padding-top: 16px
}

.game-list-container .game-filter {
    justify-content: flex-start;
    gap: 20px;
    border-radius: 10px;
    height: 70px;
    padding: 0 20px
}

.game-list-container .filter-list,.game-list-container .game-filter {
    display: flex;
    align-items: center;
    background-image: radial-gradient(circle at 0 2%,#262626,#161616 99%)
}

.game-list-container .filter-list {
    height: 101px;
    padding: 0 30px;
    gap: 54px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 1
}

.game-list-container .filter-icon {
    --w: 60px;
    width: var(--w);
    height: var(--w);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: var(--w);
    background-image: linear-gradient(#161616,#161616),linear-gradient(28deg,#73c002 4%,#8ceb00 0,#dcffa8 36%,#d8fe49 66%,rgba(220,255,168,0) 98%,rgba(216,254,73,0) 112%);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box,border-box
}

.game-list-container .filter-icon svg {
    width: 38px;
    height: 38px;
    fill: url(#HOMENAV_1)
}

.game-list-container .search-game {
    flex-shrink: 0;
    width: 166px
}

.game-list-container .search-form {
    position: relative
}

.game-list-container .search-input {
    width: 100%;
    height: 46px;
    border-radius: 15px;
    border: 1px solid rgba(203,252,2,.2);
    background-color: #000;
    padding: 0 20px 0 42px;
    color: #aaa;
    box-shadow: none
}

.game-list-container .search-btn {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 13px;
    top: 48%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9e9e9e
}

.game-list-container .type-icons {
    display: flex;
    align-items: center;
    gap: 10px
}

.game-list-container .type-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    border: 1px solid rgba(255,163,37,.2);
    background-color: hsla(0,0%,100%,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    transition: .2s;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #0a510f
}

.game-list-container .type-icon:hover {
    opacity: .8
}

.game-list-container .type-icon.active {
    color: #fff;
    border: 1px solid #9f6812;
    background-image: linear-gradient(141deg,#fae163 39%,#e0b521 58%,#9f6812 74%,#f8cf40 87%)
}

.game-list-container .type-icon.active svg {
    fill: #1c1e22
}

.game-list-container .type-icon>.svg-icon {
    width: 24px;
    height: 24px;
    fill: url(#HOMENAV_1)
}

.game-list-container .game-list-wrapper {
    padding: 40px 0
}

.game-list-container .game-list {
    display: grid;
    grid-template-columns: repeat(6,180px);
    gap: 20px 24px;
    justify-content: center
}

.game-list-container .home-title {
    padding-top: 30px
}
