/* 375px */
* {
    box-sizing: border-box;
}

li {
    list-style: none;
}

body {
    background: #000000;
}

.fixed {
    height: 6.42rem;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    width: 100%;
}

header {
    width: 100%;
    height: 3rem;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 5.1rem;
    height: 1.74rem;
}

.header-search,
header a {
    width: 1.92rem;
    height: 1.92rem;
    display: block;
}

.menu_slide {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: space-between;
    gap: .6rem;
    margin: .6rem auto 1.02rem;
    padding: 0 1.2rem;
}

.menu_slide ::-webkit-scrollbar {
    display: none;
}

.menu_slide .menu_item {
    height: 1.8rem;
    border-radius: 10.56rem;
    opacity: 0.56;
    width: auto;
    white-space: nowarp;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .6rem;
    border: .06rem solid #FC9D18;
    color: #FC9D18;
    font-family: 'Urbanist 700', sans-serif;
    line-height: 1.2rem;
}

.menu_slide .menu_select_item {
    border: .18rem solid #FC9D18;
}

.game_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .9rem 0 .84rem;
    padding: 0 1.26rem;
}

.game_title>div:nth-child(1) {
    color: #FFFFFF;
    font-size: 1.26rem;
    line-height: 1.5rem;
    font-family: 'Urbanist 700', sans-serif;
}

.game_title>div:nth-child(2) {
    color: #FFFFFF;
    font-size: .84rem;
    line-height: 1.2rem;
    font-family: 'Urbanist 700', sans-serif;
}

.game_title>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .12rem;
}

.game_title img {
    width: 1.08rem;
    height: 1.08rem;
}

.game_name {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hotList {
    padding: 0 1.26rem;
}

.hotList .hotList-content {
    width: 100%;
    margin: .84rem auto .9rem;
    display: grid;
    grid-template-columns: repeat(3, 6.18rem);
    grid-gap: 0.84rem;
}

.hotList .game_div {
    display: block;
    width: 6.18rem;
}

.hotList .game_icon {
    width: 6.18rem;
    aspect-ratio: 1/1;
    border-radius: 1.08rem;
    margin-bottom: .54rem;
    object-fit: cover;
}

.hotList .game_name {
    color: #FFFFFF;
    font-size: .78rem;
    line-height: .96rem;
    font-family: 'Urbanist 700', sans-serif;
    margin-bottom: .3rem;
}

.hotList .playNow {
    width: 5.04rem;
    height: 1.62rem;
    border-radius: 10.56rem;
    background: linear-gradient(90deg, #6243DB 0%, #7E63E6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Poppins 600', sans-serif;
    font-size: .72rem;
    line-height: 1.08rem;
    margin-top: .54rem;
}

.rate-user {
    font-size: .6rem;
    color: #FFFFFF;
    line-height: .84rem;
    height: 0.84rem;
    vertical-align: middle;
    font-family: 'Urbanist 500', sans-serif;
    display: flex;
    align-items: center;
}

.rate-user img {
    width: .6rem;
    height: .6rem;
    margin-right: .12rem;
}

.rate-user .line {
    height: .6rem;
    width: .09rem;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 .18rem;
}

.viewMore {
    width: 19.98rem;
    height: 2.04rem;
    border-radius: .9rem;
    background: #1D1B24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    line-height: 1.2rem;
    font-family: 'Urbanist 700', sans-serif;
    margin: 0 auto 1.56rem;
}

.gold {
    background: linear-gradient(89deg, #4F401B 0%, #0E0D13 100%);
    padding: .06rem 0 .06rem;
}

.purple {
    background: linear-gradient(89deg, #54177C 0%, #0E0D13 100%);
    padding: .06rem 0 .06rem;
}

.game_content {
    display: grid;
    grid-template-columns: repeat(4, 4.62rem);
    row-gap: .66rem;
    column-gap: .48rem;
    padding: 0 1.26rem;
    margin-bottom: .66rem;
}

.game_content .game_icon {
    width: 4.62rem;
    aspect-ratio: 1/1;
    border-radius: .78rem;
    margin-bottom: .36rem;
}

.game_content .game_name {
    color: #FFFFFF;
    font-size: .72rem;
    line-height: .84rem;
    font-family: 'Urbanist 700', sans-serif;
}

.footer {
    height: 3.4171rem;
    padding: .5257rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    line-height: 1.0514rem;
    font-size: .5257rem;
    color: #BBBBBB;
    font-family: 'Poppins 400', sans-serif;
    border-top: .03rem solid #454545;
}

.privacy-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7886rem;
}

.privacy-info>a {
    color: #BBBBBB;
    line-height: 1.0514rem;
    font-size: .5257rem;
    display: block;
}

@media screen and (min-width: 450px) {
    .web-w {
        width: 86.3998rem;
        margin: 0 auto;
        max-width: 100vw;
    }

    .web-header {
        width: 100%;
        /* padding: 1.62rem; */
        height: 4.38rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .web-header .logo {
        width: 8.82rem;
        height: 3rem;
        object-fit: cover;
    }

    .web-header .search {
        width: 32.3399rem;
        height: 2.7rem;
        position: relative;
    }

    .web-header .search img {
        width: 1.401rem;
        height: 1.4688rem;
        position: absolute;
        left: 1.08rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .web-header input {
        width: 100%;
        height: 100%;
        padding: 0 .9rem 0 2.7rem;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 1.68rem;
        color: #FFFFFF;
        font-family: 'Poppins 400', sans-serif;
        line-height: 1.56rem;
        font-size: 1.02rem;
        outline: none;
        border: none;

    }

    .web-header input::placeholder {
        color: #FFFFFF;
        font-family: 'Poppins 400', sans-serif;
        line-height: 1.56rem;
        font-size: 1.02rem;
    }

    .web-desc {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding: 0 1.62rem; */
        margin: 2.04rem auto 1.8rem;
        overflow: hidden;
    }

    .web-desc>div {
        color: #FFFFFF;
        font-family: 'Urbanist 700', sans-serif;
        font-size: 1.62rem;
        line-height: 1.44rem;
        flex-shrink: 1;
    }

    .web-desc>ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2.7rem;
        flex-shrink: 1;
    }

    .web-desc li {
        font-size: 1.2rem;
        color: #FFFFFF;
        line-height: .12rem;
        white-space: nowrap;
        display: flex;
        align-items: center;
        flex-shrink: 1;
    }

    .web-desc img {
        width: 2.16rem;
        height: 2.16rem;
        margin-right: .3rem;
    }

    .web-type {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: .84rem;
        margin: 1.8rem auto;
    }

    .web-type>div {
        color: #FFFFFF;
        border: .06rem solid rgba(255, 255, 255, 0.4);
        border-radius: 13.32rem;
        width: auto;
        height: 2.16rem;
        padding: 0 .72rem;
        font-size: 1.02rem;
        line-height: 1.38rem;
        font-family: 'Urbanist 600', sans-serif;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .web-type>div>div {
        color: #F14537;
    }

    /* web hot  start*/
    .web-game-title {
        font-family: 'Urbanist 700', sans-serif;
        /* padding-left: 1.26rem; */
        width: 100%;
        color: #FFFFFF;
        line-height: 1.5rem;
        font-size: 1.26rem;
        display: flex;
        align-items: center;
        margin: 1.8rem 0 .6rem;
    }

    .web-game-title>img {
        width: .72rem;
        height: .84rem;
        margin-left: .24rem;
    }

    .web-hot {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 1.38rem;
        position: relative;
        margin-bottom: 2.58rem;
    }

    .web-hot-wrapper {
        position: relative;
        width: 100%;
    }

    .web-hot-wrapper:hover .arrow-left,
    .web-hot-wrapper:hover .arrow-right {
        display: flex;
    }

    .web-hot>.game_one {
        width: 25.4999rem;
    }

    .web-hot .game_one .img-box {
        width: 25.4999rem;
        height: 14.58rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 1.68rem;
    }

    .web-hot .game_one .img-box .game_icon_1 {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        border-radius: 1.68rem;
        object-fit: cover;
    }

    .web-hot .game_one .img-box .game_icon_2 {
        position: absolute;
        width: 11.34rem;
        height: 11.34rem;
        border-radius: 1.68rem;
        object-fit: cover;
    }

    .web-hot .game_name {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-family: 'Urbanist 700', sans-serif;
    }

    .web-hot .game_one .game_name {
        color: #FFFFFF;
        font-size: 1.56rem;
        margin: .42rem 0 .48rem;
    }

    .web-hot .game_one .rate-user {
        color: #FFFFFF;
        font-family: 'Urbanist 500', sans-serif;
        font-size: 1.26rem;
        line-height: 1.74rem;
    }

    .web-hot .game_one .rate-user .line {
        height: 1.2rem;
        width: .06rem;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 .54rem;
    }

    .web-hot .game_one .rate-user img {
        width: .78rem;
        height: .78rem;
    }

    .web-hot .game_four {
        display: grid;
        grid-template-columns: repeat(2, 12.18rem);
        column-gap: 1.08rem;
        row-gap: .66rem;
        width: 25.4399rem;
    }

    .web-hot .game_four .game_div {
        width: 100%;
        display: block;
    }

    .web-hot .game_four .img-box {
        width: 12.18rem;
        border-radius: .84rem;
        height: 6.96rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .web-hot .game_four .img-box .game_icon_1 {
        width: 100%;
        height: 100%;
        opacity: 0.1;
        border-radius: .84rem;
        position: absolute;
    }

    .web-hot .game_four .img-box .game_icon_2 {
        width: 5.4rem;
        height: 5.4rem;
        border-radius: .78rem;
    }

    .web-hot .game_four .img-box:hover,
    .web-hot .game_one .img-box:hover,
    .web-list .game_div .img-box:hover {
        border: .12rem solid #FC9D18;
    }

    .web-hot .game_four .game_name {
        color: #FFFFFF;
        font-size: .72rem;
        line-height: .9rem;
        font-family: 'Urbanist 700', sans-serif;
        text-align: left;
        margin: .12rem 0 .24rem;
    }

    .web-hot .game_four .rate-user {
        color: #FFFFFF;
        font-family: 'Urbanist 500', sans-serif;
        font-size: .6rem;
        line-height: .84rem;
    }

    .web-hot .game_four .rate-user .line {
        height: .6rem;
        width: .03rem;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 .24rem;
    }

    .web-hot .game_four .rate-user img {
        width: .6rem;
        height: .6rem;
    }

    .web-hot-wrapper .arrow-left,
    .web-hot-wrapper .arrow-right {
        width: 3.9rem;
        height: 100%;
        background: #000000;
        opacity: 0.95;
        position: absolute;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .web-hot-wrapper .arrow-left {
        position: absolute;
        left: 0;
        top: 0;
    }

    .web-hot-wrapper .arrow-right {
        position: absolute;
        right: 0;
        top: 0;
    }

    .web-hot-wrapper .arrow-left img,
    .web-hot-wrapper .arrow-right img {
        width: 2.16rem;
        height: 2.16rem;
    }

    /* web hot  end*/
    /* web list start */
    .web-list-wrapper {
        position: relative;
        width: 100%;
    }

    .web-list {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: flex;
        justify-content: space-between;
        gap: 1.2rem;
        margin-bottom: 2.4rem;
    }

    .web-list .game_div {
        width: 16.2rem;
        display: block;
    }

    .web-list .game_div .img-box {
        width: 16.2rem;
        height: 9.24rem;
        border-radius: 1.08rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .web-list .game_div .game_icon {
        width: 7.2rem;
        height: 7.2rem;
        border-radius: 1.08rem;
    }

    .web-list .game_div .img-box .game_icon_1 {
        width: 100%;
        height: 100%;
        opacity: 0.1;
        position: absolute;
    }

    .web-list .game_div .game_name {
        color: #FFFFFF;
        font-size: .96rem;
        line-height: 1.2rem;
        margin: .3rem 0;
        white-space: nowrap;
        font-family: 'Urbanist 700', sans-serif;
    }

    .web-list .game_div .rate-user {
        display: flex;
        align-items: center;

    }

    .web-list .game_div .rate-user img {
        width: .78rem;
        height: .78rem;
    }

    .web-list .game_div .rate-user .line {
        height: .6rem;
        width: .03rem;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 .3rem;
    }

    .web-list-wrapper .arrow-left,
    .web-list-wrapper .arrow-right {
        width: 2.46rem;
        height: 100%;
        background-color: #000000;
        opacity: 0.95;
        display: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 10;
    }

    .web-list-wrapper:hover .arrow-left,
    .web-list-wrapper:hover .arrow-right {
        display: flex;
    }

    .web-list-wrapper .arrow-left img,
    .web-list-wrapper .arrow-right img {
        width: 1.35rem;
        height: 1.35rem;
    }

    .web-list-wrapper .arrow-left {
        left: 0;
        top: 0;
    }

    .web-list-wrapper .arrow-right {
        right: 0;
        top: 0;
    }

    /* web list end */
    .web-bottom {
        margin: 6.54rem 0 4.32rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.56rem;
    }

    .web-bottom>div {
        width: 12.96rem;
        height: 3.24rem;
        border-radius: 1.62rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 1.02rem;
        font-family: 'Urbanist 700', sans-serif;
        line-height: 1.44rem;
    }

    .web-bottom img {
        width: 1.32rem;
        height: 1.32rem;
        margin-right: .42rem;
    }

    .web-bottom .randomBtn {
        border: .12rem solid #FFFFFF;
    }

    .web-bottom .toTopBtn {
        background: #FC9D18;
    }

    .web-footer {
        height: 5.76rem;
        padding: 0 7.2rem 0 4.8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1.32rem;
        font-size: .84rem;
        color: #FFFFFF;
        font-family: 'Poppins 400', sans-serif;
        border-top: .06rem solid #515151;
    }

    .privacy-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2.16rem;
    }

    .privacy-info>a {
        color: #FFFFFF;
        line-height: 1.32rem;
        font-size: .84rem;
        display: block;
    }
}