* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.desc-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: #000000;
    opacity: 0.6;
    z-index: 10;
}

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

.logo,
header>a:nth-child(1) {
    width: 7.2rem;
    height: 1.8rem;
    display: block;
}

.header-search,
header>a:nth-child(2) {
    width: 1.2888rem;
    height: 1.2888rem;
    display: block;
}

.app-cover {
    width: 100%;
    height: 10.5rem;
    position: relative;
}

.app-cover .cover-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    filter: blur(.6rem);
}

.app-cover .app-cover-img-1 {
    position: absolute;
    width: 100%;
    height: 10.5rem;
    ;
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
    filter: blur(.6rem);
    border-radius: 0 .3rem .3rem 0;
}

.app-cover .app-cover-img-2 {
    width: 6.18rem;
    height: 6.18rem;
    border-radius: 1.08rem;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.84rem;
    z-index: 2;
}

.game_detail_name {
    color: #0E0D13;
    font-family: 'Urbanist 700', sans-serif;
    font-size: 1.26rem;
    line-height: 1.5rem;
    width: 100%;
    padding: 0 3.6rem;
    text-align: center;
    margin-top: -0.24rem;
    position: relative;
    z-index: 5;
    margin-top: 1.2rem;
}

.playNow {
    background: #F14537;
    border-radius: 1.2rem;
    width: 14.46rem;
    height: 2.34rem;
    margin: .9rem auto 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Urbanist 700', sans-serif;
}

.app-rate-type {
    font-size: .96rem;
    color: #0E0D13;
    line-height: 1.38rem;
    vertical-align: middle;
    font-family: 'Urbanist 500', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-rate-type .line {
    height: .72rem;
    width: .09rem;
    background-color: rgba(14, 13, 19, 0.4);
    margin: 0 .3rem
}

.app-rate-type img {
    width: .9858rem;
    height: .9858rem;
    margin-right: .42rem;

}

.about {
    width: 100%;
    padding: 0 1.26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.26rem;
    color: #0E0D13;
    line-height: 1.38rem;
    margin: 1.56rem auto .78rem;
    font-family: 'Urbanist 600', sans-serif;
}

.about img {
    width: 1.26rem;
    height: 1.26rem;
}

.desc {
    padding: 0 1.26rem;
    color: #666666;
    line-height: 1.2rem;
    font-size: .84rem;
    font-family: 'Urbanist 500', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.desc-pannel {
    position: fixed;
    width: 19.98rem;
    background-color: #FFFFFF;
    border-radius: .9rem;
    padding: 0 .96rem 1.68rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}

.desc-pannel>div {
    max-height: 15rem;
    overflow-y: scroll;
}

.desc-pannel>img {
    position: absolute;
    width: .9rem;
    height: .9rem;
    right: 0;
    top: -1.5rem;
    z-index: 11;
}

.desc-pannel p {
    font-family: 'Urbanist 700', sans-serif;
    color: #111111;
    font-size: 1.26rem;
    line-height: 1.5rem;
    margin-bottom: .42rem;
}

.desc-pannel {
    color: #282828;
    font-size: .84rem;
    font-family: 'Urbanist 500', sans-serif;
    line-height: 1.2rem;
}

.interactive-pannel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.22rem;
    margin: 1.56rem auto 1.74rem;
}

.interactive-pannel img {
    width: 3.36rem;
    height: 3.36rem;
    margin-bottom: .48rem;
}

.interactive-pannel>div,
.interactive-pannel>a {
    width: 3.36rem;
    display: block;
    font-family: 'Albert Sans 500', sans-serif;
    font-size: .84rem;
    text-align: center;
    color: #666666;
}

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

.hotList {
    padding: 0 .75rem;
}

.game-content {
    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;
}

.Recommended {
    color: #0E0D13;
    line-height: 1.5rem;
    font-size: 1.26rem;
    font-family: 'Urbanist 700', sans-serif;
    padding: 0 1.26rem;
    margin-bottom: .78rem;
}


.viewMore {
    width: 100%;
    border-radius: 1.02rem;
    color: #999999;
    line-height: 1.2rem;
    font-size: .84rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 .6rem;
    height: 2.04rem;
    font-family: 'Urbanist 700', sans-serif;
    border: .06rem solid #D2D2D2;
}

.game-tag {
    margin: 2.1rem auto 1.38rem;
    width: 100%;
    padding: 0 1.26rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: .48rem;
    row-gap: .6rem;
    flex-wrap: wrap;
}

.game-tag>div {
    width: auto;
    height: 1.98rem;
    border: .06rem solid rgba(210, 210, 210, 0.96);
    border-radius: .9rem;
    color: #575757;
    font-size: .84rem;
    font-family: 'Urbanist 600', sans-serif;
    line-height: 1.2rem;
    padding: 0 .66rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-tag>div>div {
    color: #F14537;
    margin-left: .3rem;
}

.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;
        margin-bottom: .72rem;
    }

    .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-bottom {
        width: 100%;
        padding: 0 1.92rem;
        display: flex;
        justify-content: space-between;
        gap: 1.62rem;
        min-height: calc(100vh - 10.14rem);
    }

    .left {
        width: 73.8599rem;
    }

    .right {
        width: 7.2rem;
    }

    .web-cover {
        width: 100%;
        height: 38.6999rem;
        border-radius: 1.68rem;
        position: relative;
        overflow: hidden;
    }

    .web-cover .web-cover-mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        z-index: 1;
    }

    .web-cover .cover-center {
        position: absolute;
        width: 22.2rem;
        height: 24.9rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .web-cover .web-cover-img-1 {
        width: 100%;
        height: 38.6999rem;
        left: 0;
        top: 0;
        z-index: 0;
        object-fit: cover;
    }

    .web-cover .web-cover-img-2 {
        width: 11.34rem;
        height: 11.34rem;
        border-radius: 1.68rem;
        object-fit: cover;
    }

    .web-cover .game_detail_name {
        font-size: 1.8rem;
        line-height: 2.16rem;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 1.98rem;
        background: none;
    }

    .web-cover .playNow {
        border-radius: 2.34rem;
        width: 16.86rem;
        height: 4.68rem;
        margin: 2.4rem auto 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Urbanist 700', sans-serif;
        font-size: 1.5rem;
    }

    .web-cover .playNow img {
        width: 2.1rem;
        height: 2.1rem;
        margin-right: .3rem;
    }

    .detail-pannel {
        width: 30.8999rem;
        margin-left: 3.3rem;
        margin-top: 2.7rem;
    }

    .detail-pannel .game-detail-name {
        color: #333333;
        font-size: 1.86rem;
        line-height: 2.28rem;
        font-family: 'Urbanist 700', sans-serif;
    }

    .interactive-pannel {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1.44rem;
        margin: 1.14rem 0 3rem;
    }

    .game-tag {
        margin: 0 0 2.28rem;
        width: 100%;
        padding: 0;
    }

    .desc {
        padding: 0 3.3rem;
        width: 100%;
        margin-bottom: 3.84rem;
        color: #777777;
    }

    .right .game_div {
        margin-bottom: .72rem;
        display: block;
    }

    .right .game_icon {
        width: 7.2rem;
        height: 7.2rem;
        border-radius: 1.08rem;
    }

    .right .game_name {
        margin: .42rem 0 .24rem;
        color: #333333;
        font-size: .9rem;
        font-family: 'Urbanist 700', sans-serif;
        line-height: 1.08rem;
    }

    .right .rate-user {
        font-size: .78rem;
        line-height: 1.08rem;
        color: #666666;
        display: flex;
        align-items: center;
        vertical-align: middle;
        height: 0.84rem;
    }

    .right .rate-user .line {
        height: .72rem;
        width: .09rem;
        background-color: rgba(14, 13, 19, 0.4);
        margin: 0 .3rem
    }

    .rate-user img {
        width: .7614rem;
        height: .7614rem;
        margin-right: .18rem;
    }


    .toTopBtn {
        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;
        background: #F14537;
        margin: 0 auto 3rem;
    }

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

    .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 500', 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;
    }
}