* {
    box-sizing: border-box;
}

li {
    list-style: none;
}

body {
    background: #000000;
}

header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .24rem;
    padding: 0 1.44rem;
    height: 3.48rem;
}

header .back {
    width: 1.4652rem;
    height: 1.467rem;
}

header .app-search {
    width: 18.12rem;
    height: 1.92rem;
    position: relative;
}

.app-search img {
    width: 1.02rem;
    height: .96rem;
    position: absolute;
    position: absolute;
    left: .66rem;
    top: 50%;
    transform: translateY(-50%);
}

header input {
    width: 18.12rem;
    height: 1.92rem;
    outline: none;
    border: none;
    border-radius: .9rem;
    padding: 0 .6rem 0 1.8rem;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-family: 'Poppins 400', sans-serif;
    font-size: .72rem;
}

header input ::placeholder {
    color: #fff;
    font-family: 'Poppins 400', sans-serif;
    font-size: .72rem;
    line-height: 1.08rem;
}

.search-pannel {
    min-height: calc(100vh - 6.8971rem);
}

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

.noFound>div:nth-child(1) {
    font-family: 'Urbanist 700', sans-serif;
    font-size: 1.62rem;
    color: #fff;
    line-height: 1.44rem;
    padding: 0 1.59rem;
    margin: 1.32rem auto .78rem;
}

.noFound>div:nth-child(2) {
    font-family: 'Urbanist 500', sans-serif;
    color: #ccc;
    padding: 0 1.59rem;
    margin: 0 auto 1.74rem;
    line-height: 1.26rem;
    font-size: .9rem;
}

.noFound>div:nth-child(3) {
    color: #fff;
    margin-bottom: .84rem;
    font-family: 'Urbanist 700', sans-serif;
    font-size: 1.26rem;
    line-height: 1.5rem;
    padding: 0 1.26rem;
}

.hot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.32rem;
    font-family: 'Urbanist 700', sans-serif;
    gap: .24rem;
    padding: 0 1.26rem;
    margin-bottom: 1.14rem;
}

.hot img {
    width: .72rem;
    height: .72rem;
}

.recommendList {
    padding: 0 1.26rem;
}

.recommendList .game_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .84rem;
    margin-bottom: 1.26rem;
}

.recommendList .game_icon {
    width: 4.08rem;
    height: 4.08rem;
    border-radius: .84rem;
}

.recommendList .game_desc {
    width: 10.8rem;
}

.recommendList .game_name {
    font-family: 'Urbanist 700', sans-serif;
    color: #fff;
    line-height: 1.2rem;
    font-size: 1.02rem;
    margin-bottom: .3rem;
}

.recommendList .rate-user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: 'Urbanist 500', sans-serif;
    font-size: .66rem;
    line-height: .96rem;
}

.recommendList .rate-user img {
    width: .84rem;
    height: .84rem;
    margin-right: .12rem;
    display: block;
}

.recommendList .line {
    width: .06rem;
    height: .6rem;
    background-color: #fff;
    margin: 0 .3rem;
}

.recommendList .rate-user div:nth-child(2) {
    color: #FDA121;
}

.recommendList .go {
    border-radius: 5.1rem;
    border: .12rem solid #FC9D18;
    width: 2.76rem;
    height: 1.62rem;
    color: #FC9D18;
    font-size: .72rem;
    font-family: 'Urbanist 700', sans-serif;
    line-height: 1.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.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;
        min-height: calc(100vh - 5.76rem);
        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-result>div:nth-child(1) {
        margin: 2.28rem 0 1.56rem;
        font-family: 'Urbanist 700', sans-serif;
        font-size: 1.62rem;
        line-height: 1.44rem;
        color: #FFFFFF;
    }

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

    .web-list {
        /* display: flex;
        justify-content: flex-start; */
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.2rem;
        position: relative;
        margin-bottom: 2.4rem;
        flex-wrap: wrap;
    }

    s .web-list .game_div {
        /* width: 16.2rem; */
        width: 100%;
        display: block;
    }

    .web-list .game_div .img-box {
        /* width: 16.2rem; */
        width: 100%;
        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;
    }

    .result_tip {
        width: 16.2rem;
        height: 9.24rem;
        border-radius: 1.08rem;
        background: #FC9D18;
        color: #FFFFFF;
        font-family: 'Urbanist 700', sans-serif;
        font-size: .96rem;
        line-height: 1.2rem;
        padding: .9rem 1.14rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .result_tip>div:nth-child(2) {
        text-align: right;
    }

    .web-unfound>div:nth-child(1) {
        margin: 1.56rem 0 .66rem;
        color: #FFFFFF;
        font-family: 'Urbanist 700', sans-serif;
        font-size: 1.62rem;
        line-height: 1.44rem;
    }

    .web-unfound>div:nth-child(2) {
        margin-bottom: 1.56rem;
        color: #ccc;
        font-size: .9rem;
        color: #FFFFFF;
        font-family: 'Urbanist 500', sans-serif;
        line-height: 1.26rem;
    }

    .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;
    }
}