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

li {
    list-style: none;
}

body {
    overflow-x: hidden;
}

.fixed {
    height: 6.42rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
}

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

.logo {
    width: 7.2rem;
    height: 1.8rem;
}

.header-search,
header a {
    width: 1.2888rem;
    height: 1.2888rem;
    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: .9rem auto 1.02rem;
    padding: 0 1.2rem;
}

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

.menu_slide .menu_item {
    height: 1.8rem;
    border-radius: .9rem;
    width: auto;
    white-space: nowarp;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .6rem;
    border: .06rem solid rgba(210, 210, 210, 0.96);
    color: #575757;
    font-family: 'Urbanist 600', sans-serif;
}

.menu_slide .menu_select_item {
    border: .18rem solid rgba(210, 210, 210, 0.96);
}

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

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

.game_title>div:nth-child(2) {
    color: #777777;
    font-size: .84rem;
    line-height: 1.2rem;
    font-family: 'Urbanist 500', 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;
}

.game-content {
    padding: 0 .75rem;
    display: grid;
    grid-template-columns: repeat(2, 9.9rem);
    grid-gap: 1.2rem;
    margin-bottom: .9rem;
}

.game-content .game_div {
    display: block;
    width: 9.9rem;
    height: 7.8rem;
    border-radius: 1.68rem;
    position: relative;
}

.game-content .game_icon {
    display: block;
    width: 9.9rem;
    height: 7.8rem;
    border-radius: 1.68rem;
    object-fit: cover;
}

.game-content .game_name {
    color: #FFFFFF;
    line-height: .9rem;
    font-size: .78rem;
    font-family: 'Urbanist 500', sans-serif;
    position: absolute;
    bottom: .6rem;
    padding: 0 .9rem;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.game-content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1.68rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.23;
    z-index: 1;
    left: 0;
    top: 0;
}

.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: .06rem solid rgba(234, 234, 234, 0.91);
}

.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;
        background: #F14537;
    }

    .web-header .header-w {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 86.3998rem;
        margin: 0 auto;
        padding: 0 1.56rem;
        height: 100%;
    }

    .web-header .logo {
        width: 10.5rem;
        height: 2.625rem;
        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: rgba(255, 255, 255, 0.8);
        font-family: 'Poppins 400', sans-serif;
        line-height: 1.56rem;
        font-size: 1.02rem;
        outline: none;
        border: none;

    }

    .web-header input::placeholder {
        color: rgba(255, 255, 255, 0.95);
        font-family: 'Poppins 400', sans-serif;
        line-height: 1.56rem;
        font-size: 1.02rem;
    }

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

    .web-type>div {
        color: #333333;
        border: .06rem solid #D2D2D2;
        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;
        width: 100%;
        color: #333333;
        line-height: 1.5rem;
        font-size: 1.26rem;
        display: flex;
        align-items: center;
        margin: 2.28rem 0 .6rem;
        padding-left: 1.14rem;
        display: flex;
        justify-content: flex-start;
    }

    .web-game-title>div {
        color: #F14537;
        margin-left: 1.2rem;
    }

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

    .web-game-content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 1.86rem;
        margin-bottom: .9rem;
        padding: 0 1.14rem;
    }

    .web-game-content .web_game_div {
        width: 100%;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s;
    }


    .web-game-content .web_game_div:hover .game_name {
        display: none;
    }

    .web-game-content .web_game_div:hover .game_icon,
    .web-game-content .web_game_div:hover .web-mask {
        transform: translateY(-0.6rem);
    }

    .web-game-content .web_game_div:hover .hover-box {
        transform: translateY(0);
    }

    .web-game-content .web-mask {
        width: 100%;
        height: 100%;
        border-radius: 2.64rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        opacity: 0.23;
        transition: transform 0.4s ease;
    }

    .web-game-content .game_icon_container {
        /* width: 15.36rem; */
        width: 100%;
        height: 12.06rem;
        border-radius: 2.64rem;
    }

    .web-game-content .game_icon {
        width: 100%;
        height: 100%;
        border-radius: 2.64rem;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .web-game-content .hover-name {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #FFFFFF;
        line-height: 1.38rem;
        text-align: left;
        font-size: 1.14rem;
        font-family: 'Urbanist 500', sans-serif;
        margin-bottom: .48rem;
    }

    .web-game-content .hover-box {
        padding: 0 1.44rem 1.86rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        transform: translateY(100%);
        transition: transform 0.4s ease;
        z-index: 2;
    }

    .web-game-content .game_name {
        position: absolute;
        color: #FFFFFF;
        font-size: 1.14rem;
        line-height: 1.38rem;
        padding: 0 1.38rem;
        width: 100%;
        left: 0;
        bottom: .96rem;
        z-index: 2;
    }

    .web-game-content .play {
        background: #F14537;
        width: 6.12rem;
        height: 2.1rem;
        border-radius: 1.62rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        line-height: 1.44rem;
        font-size: 1.02rem;
        font-family: 'Urbanist 700', sans-serif;
    }

    .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 #EAEAEA;
        color: #333333;
    }

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

    .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: #333333;
        font-family: 'Poppins 600', sans-serif;
        border-top: .06rem solid rgba(210, 210, 210, 0.32);
    }

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

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