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

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

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

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

.gotop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer
}

.gotop i {
    font-size: 60px
}

.gotop i:hover {
    color: #0097a5
}

.mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.664);
    display: none
}

header {
    background-color: #09818D
}

.nav-option {
    height: 76px;
    padding: 10px 0
}

.humberger-menu {
    display: inline-block;
    padding: 10px 15px;
    position: relative
}

.humberger-menu:hover {
    cursor: pointer
}

.humber-open {
    float: left
}

.humber-share {
    float: right
}

.humberger-menu::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0097a5;
    transform: skewX(-10deg)
}

.humberger-menu i {
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: white
}

.container {
    text-align: center
}

.nav-menu {
    margin: 0 40px
}

.nav-menu ul {
    padding: 0 5px;
    overflow: hidden
}

.nav-menu ul li {
    position: relative;
    list-style-type: none;
    margin: 0 5px;
    float: left;
    padding: 0 15px;
    cursor: pointer
}

.nav-menu ul li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0097a5;
    transform: skewX(-10deg)
}

.nav-menu ul .active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #22d4e4;
    transform: skewX(-10deg)
}

.nav-menu ul li a {
    line-height: 56px;
    text-decoration: none;
    color: rgb(255, 255, 255)
}

.nav-menu ul li a span {
    position: relative;
    z-index: 1;
    font-size: 20px
}

.left-menu {
    padding: 50px;
    height: 100vh;
    position: fixed;
    left: -500px;
    top: 0;
    z-index: 2;
    background-color: slategray;
    transition: all .5s
}

.left-logo {
    margin-bottom: 50px
}

.left-menu-list {
    margin: 0 0 40px
}

.left-menu-list ul li {
    list-style-type: none;
    border-bottom: 1px solid rgb(125, 139, 153)
}

.left-menu-list a {
    text-decoration: none;
    font-size: 20px;
    color: black
}

.left-menu-list a:hover {
    color: rgb(255, 0, 0)
}

.left-social {
    margin: 40px auto;
    display: flex;
    justify-content: space-evenly
}

.right-share {
    transition: all .5s;
    position: fixed;
    right: -150px;
    top: 0;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    padding: 20px 30px
}

.social-logo i {
    color: #5b96fb
}

.social-logo i,
.social-close i {
    font-size: 50px;
    cursor: pointer
}

.nav-search {
    margin: 10px auto
}

.search-form {
    padding: 5px 20px;
    border: 1px solid black;
    border-radius: 2em;
    overflow: hidden;
    position: relative;
    font-size: 30px
}

#search-input {
    border: none;
    width: 90%;
    font-size: 24px;
    outline: none
}

.ad {
    width: 100%;
    margin: 10px auto;
}

.gameclass {}

.category {}

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

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

.catetop span {
    cursor: pointer
}

.catetop h1 {
    margin: 20px 0
}

.gamelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gamelist-item {
    margin: 10px 8px;
    cursor: pointer
}

.gamelist-item a {
    display: inline-block
}

.gamelist-item img {
    background: url("../img/load.gif") no-repeat center/200%;
    width: 250px;
    height: 250px;
    border-radius: 40px
}

.game-name {
    width: 250px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.game-detail {
    position: relative;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.31);
    border-radius: 10px
}

.gamedetail-bg {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px)
}

.gamedetail-img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white
}

.gamedetail-img img {
    width: 200px;
    border-radius: 20%
}

.gamedetail-img p {
    font-size: 18px;
    font-weight: bold
}

.gamedetail {
    margin: 20px 0
}

.gamedetail>div {
    margin: 0 10px 0;
    padding: 10px 20px 20px;
    border-radius: 10px;
    text-align: left;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0 0 5px 0 rgb(160, 160, 160)
}

.gamedetail div p {
    margin: 5px 0
}

.gamedetail-p {
    font-size: 16px;
    font-weight: bold
}

.gamedetail-btn {
    min-width: 100px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    margin: 5px;
    background-color: rgb(0, 126, 165)
}

.gamedetail-btn a {
    color: white
}

.gamego {
    color: white;
    font-weight: bold;
    border: none;
    background-color: blue;
    line-height: 50px;
    width: 90%;
    border-radius: 2em
}

@media (max-width:1280px) {
    .nav-menu {
        display: none
    }

    .humber-open,
    .humber-share {
        margin: 0 10px;
        float: none
    }

    .gotop {
        bottom: 20px;
        right: 20px
    }

    .gotop i {
        font-size: 46px
    }
}

@media (max-width:768px) {
    .left-menu {
        width: 300px;
        padding: 20px
    }

    .left-logo img {
        width: 100%
    }

    #search-input {
        width: auto;
        line-height: 46px;
        font-size: 18px
    }

    .gamelist {
        justify-content: space-evenly
    }

    .gamelist-item img {
        width: 80px;
        height: 80px;
        border-radius: 10px
    }

    .game-name {
        width: 80px
    }

    .gamedetail-img {
        height: 200px
    }

    .gamedetail-img img {
        width: 100px;
        height: 100px
    }
}