body,
div,
p,
span,
a,
ul,
ol,
li,
img,
nav,
main,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    user-select: none
}

a {
    color: black;
    text-decoration: none
}

nav {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    padding: 10px 20px;
    background-color: rgb(117, 36, 226);
    overflow: hidden
}

.menu i,
.share i {
    cursor: pointer;
    font-size: 24px
}

.menu {
    float: left
}

.share {
    float: right
}

.top {
    font-weight: bold;
    text-align: center
}

.bg {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: rgba(0, 0, 0, 0.288);
    z-index: 1
}

.menu-left {
    position: fixed;
    top: 0;
    left: -100vw;
    padding: 50px;
    background-color: rgb(130, 95, 177);
    color: rgb(233, 233, 233)
}

.menu-list {
    margin: 30px 0
}

.menu-list ul li {
    list-style-type: none
}

.menu-left,
.share-right {
    z-index: 2;
    transition: all .4s
}

.menu-left ul li a {
    font-size: 18px;
    color: white;
    display: inline-block;
    margin: 5px 0
}

.agreement {
    display: flex
}

.agreement a {
    color: white;
    margin: 0 20px 0 0
}

.share-right {
    position: fixed;
    top: 0;
    right: -100vw;
    background-color: rgb(255, 255, 255);
    float: right;
    padding: 20px 30px
}

.share-logo {
    margin: 0 0 10px 0
}

.share-logo i {
    cursor: pointer;
    font-size: 45px;
    color: rgb(0, 110, 255)
}

.share-close i {
    color: #000
}

.search {
    display: flex;
    align-items: center;
    margin: 10px auto 0;
    width: 90%;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 2em
}

.search i {
    font-size: 26px;
    margin: 0 10px 0 0
}

.search form {
    width: 100%
}

.search input {
    width: 100%;
    outline: none;
    border: none;
    height: 30px;
    font-size: 24px
}

.ad {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto
}

.title {
    padding: 20px
}

.title a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.title a h1 {
    color: rgb(89, 22, 179)
}

.red a h1 {
    color: rgb(235, 89, 90)
}

.red h1 {
    color: rgb(235, 89, 90)
}

.pop-list,
.game-list {
    display: flex;
    flex-wrap: wrap
}

.pop-item,
.game-item {
    text-align: center;
    margin: 10px auto
}

.game-list-d1,
.game-list-d2,
.game-list-d3,
.game-list-d4,
.game-list-d5,
.game-list-d6,
.game-list-d7 {
    margin: 20px;
    padding: 20px 10px;
    display: flex;
    width: 100%;
    border-radius: 20px
}

.game-list-d1 {
    background-color: rgb(201, 238, 255)
}

.game-list-d2 {
    background-color: rgb(236, 219, 252)
}

.game-list-d3 {
    background-color: rgb(252, 248, 185)
}

.game-list-d4 {
    background-color: rgb(249, 219, 229)
}

.game-list-d5 {
    background-color: rgb(238, 252, 200)
}

.game-img img {
    background: url("../img/load.gif") no-repeat center/100%;
    vertical-align: middle;
    border-radius: 25%;
    width: 250px;
    height: 250px
}

.game-name p {
    width: 21vw;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(87, 35, 171)
}

.game-list>.game-img img {
    width: 250px;
    height: 250px
}

.game-list .game-name p {
    width: 26vw
}

.list .game-name p {
    width: 20vw
}

.game-list-top {
    background-color: rgb(249, 219, 229);
    display: flex;
    flex-wrap: wrap
}

.detail {
    width: 95%;
    max-width: 1000px;
    margin: 30px auto 10px;
    text-align: center
}

.detail-bimg {
    position: relative;
    height: 300px;
    border-radius: 20px;
    overflow: hidden
}

.detail-bimg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px)
}

.detail-icon {
    background-color: rgba(43, 43, 43, 0.226);
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.detail-icon img {
    width: 120px
}

.detail-icon p {
    font-size: 24px;
    font-weight: 500;
    color: white
}

.detail-text {
    margin: 10px 0;
    text-align: left
}

.detail-text p {
    font-size: 20px;
    text-align: justify
}

.play {
    margin: 20px 10px
}

.play a {
    display: block;
    width: 80%;
    background-color: rgb(85, 99, 247);
    margin: auto;
    padding: 15px;
    border-radius: 2em;
    color: white;
    text-align: center;
    animation: active 3s infinite
}

@keyframes active {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@media (max-width:768px) {
    .agreement {
        flex-direction: column
    }
    .agreement a {
        margin: 5px 0
    }
    .menu-left {
        padding: 30px
    }
    .pop-item {
        margin: 5px auto
    }
    .game-img img {
        border-radius: 25%;
        width: 23vw;
        height: 23vw
    }
    .game-name p {
        width: 20vw;
        font-size: 13px
    }
    .search {
        width: 80%
    }
    .title {
        padding: 5px
    }
    .title a h1 {
        font-size: 24px
    }
    .title h1 {
        font-size: 24px
    }
    .game-list-d1,
    .game-list-d2,
    .game-list-d3,
    .game-list-d4,
    .game-list-d5 {
        margin: 4px;
        padding: 2px
    }
}