* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

@font-face {
    font-family: "Dokchamp";
    src: url(../../fonts/dokchamp.58605b6.ttf) format("truetype");
    font-display: swap;
}

body {
    font-family: Dokchamp;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
    max-width: 300px;
}

.ad-label {
    color: rgb(108, 108, 108);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

.ad p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 50px;
}

header {
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 15px rgba(11, 17, 31, 0.479);
}

.header-box {
    margin: 0 auto;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.fav {
    width: 160px;
    height: 60px;
    margin-left: 10px;
    line-height: 60px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main {
    width: 95%;
    margin: 30px auto;
    color: #fff;
}

.rootbg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-menu {
    min-width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    margin: 0 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    color: #fff;
}

.self_B_00_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0 1%;
    height: 60px;
}

.self_B_00_title .text-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.text-box .title-icon {
    height: 30px;
    margin: 0 10px;
    aspect-ratio: 1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.text-box p {
    height: 30px;
    line-height: 30px;
}

.self_B_00_title .more-btn {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0
}

.play-online,
.about {
    position: relative;
}

.about-list {
    position: absolute;
    top: 45px;
    left: 0;
    height: auto;
    width: auto;
    background-color: #f0f0f0;
    z-index: 100;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list a {
    color: #000000;
}

.about-list .play-item a:hover {
    color: #ff6699;
}

.play-item,
.aside-about-list a {
    height: 60px;
    font-weight: normal;
    font-size: 1rem;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    word-break: keep-all;
    white-space: nowrap;
}

.about-box,
.menu-item,
.header-home,
.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    color: #fff;
    padding: 0 25px;
}

.menu-item-icon {
    width: 30px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.header-home .games-icon {
    background-image: url(../../images/Games.2cd64f5.png);
}

.about-box .category-icon {
    background-image: url(../../images/Categories.a9fb8e9.png);
}

.menu-item .popular-icon {
    background-image: url(../../images/Popular.491fe53.png);
}

.menu-item .new-icon {
    background-image: url(../../images/New.98c3c3b.png);
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.play-item p {
    margin: 0 20px;
}

.play-item .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto 0;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
}

.search-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 20%;
    /* width: 100%; */
    height: 40px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.search-btn {
    background-color: rgba(255, 255, 255, 0);
    margin-right: 10px;
    width: 20px;
    aspect-ratio: 1;
    background-image: url(../../images/search.e51165e.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.myInput {
    color: #fff;
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 85%;
    outline: 0;
    font-size: 1rem;
    border-radius: 6px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
}

.myInput::-webkit-input-placeholder {
    color: #b0c0e9;
    opacity: 1;
}

.myInput::-moz-placeholder {
    color: #b0c0e9;
    opacity: 1;
}

.myInput::placeholder {
    color: #b0c0e9;
    opacity: 1;
}

#search-suggestions {
    position: absolute;
    width: 92%;
    top: 39px;
    left: 4%;
    /* transform: translateX(-50%); */
    max-height: 250px;
    overflow-y: auto;
    background-color: rgb(252, 252, 252);
    border: 0 1px 1px 1px solid #e6e6e69e;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

#search-suggestions div {
    padding: 6px 12px;
    cursor: pointer;
}

#search-suggestions div:hover {
    background-color: #555555b5;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.7889495.png);
    background-position: center;
    background-size: 100%;
}

aside {
    width: 80%;
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: #000000ed;
    z-index: 200;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
    box-shadow: 0 0 15px #ffffff55;

}

.close {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.close-icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.aside-home,
.aside-play-online,
.aside-played-games,
.aside-about {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.aside-list,
.aside-about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}

.awebsite {
    cursor: pointer;
}

.bottom {
    width: 100%;
    color: #fff;
    text-wrap: wrap;
}

.bottom .bottom-container {
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 40px;
}

.bottom a:hover {
    cursor: pointer;
}

.bottom-top {
    padding: 10px 0;
}

.bottom-top p {
    padding-bottom: 20px;
}

.bottom-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.bottom .btxt-box {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.bottom .btxt {
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.bottom .btxt a {
    margin: 0 10px;
}

.bottom .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.bottomfav {
    width: 160px;
    margin: 0;
    height: 70px;
}

.bt_iframe {
    width: 100%;
    min-height: 1900px;
    overflow-y: auto;
}

.game-list {
    display: grid;
    gap: 10px;
    padding: 0 15px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-auto-flow: row dense;
    padding-bottom: 20px;
}

.game-child-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.game-child-item .game-img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.game-child-item .game-name {
    width: 100%;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    color: #000;
    text-wrap: wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width:900px) {

    .main {
        width: 100%;
    }

    .game-name {
        font-size: .9rem;
    }

    .bottom {
        width: 100%;
    }

    .bottom .text-box,
    .bottom-footer {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }


    .bottom .btxt {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }

    .bottom .pre {
        margin: 0 auto 10px;
    }

    header,
    .header-box,
    .main {
        width: 100%;
    }

    .header-box .header-menu {
        display: none;
    }

    .search-box {
        width: 60%;
    }

    .fav {
        width: 20%;
    }

    .bottomfav {
        margin: 10px auto;
        height: 70px;
    }

    .aside-menu {
        display: block;
    }

    .game-list {
        grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
    }

}

@media screen and (max-width:480px) {
    .main-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .game-name {
        font-size: .8rem;
    }

    .play-item {
        width: 50%;
        font-size: 14px;
    }

    .bottom .btxt {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }
}
body {
    background-color: #05122b;
    background-repeat: no-repeat;
}

.nav-des {
    background-color: #3372ff;
    border-radius: 12px;
    margin: 30px 0;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px;
    color: #fff;
}

.nav .last {
    color: #1ddd73;
}

.nav span {
    margin: 0 10px;
}

.nav-home:hover,
.nav-games:hover {
    cursor: pointer;
    text-decoration: underline;
}

.showMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.show {
    width: 70%;
    margin: 0 2.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    color: #05122b;
}

.right {
    width: 40%;
    border-radius: 10px;
}

.self_B_00_title {
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.self_B_00_title .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
}

.text-box .more-game-icon {
    background: url(../../images/more-games.478382e.png) center / cover no-repeat;
}

.middle {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    border-radius: 12px;
    overflow: hidden;
}

.middle-container {
    aspect-ratio: 1.5;
    position: relative;
    overflow: hidden;
}

.middle-mask,
.first-mask {
    aspect-ratio: 1.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(14px);
            filter: blur(14px);
}

.middle-box {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
}

.middle-img {
    width: 50%;
    aspect-ratio: 1.4;
    border-radius: 15px;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.middle-name {
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.middle-container .pbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    min-width: 150px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: #3ce292;
    border-radius: 12px;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
}

.middle-container .pbutton span {
    display: none;
}

.middle-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 5px;
    height: 60px;
    background-color: #3372ff;
    color: #fff;
}

.bar-img {
    height: 50px;
    aspect-ratio: 1;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bar-name {
    line-height: 50px;
    height: 50px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
}

.middle-bar .bar-left {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.middle-bar .bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    padding: 5px;
    border-radius: 4px;
    font-size: 16px;
}

.like-count-box,
.dislike-count-box {
    margin: 5px;
    padding: 5px 10px;
    border-radius: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-weight: 600;
}

.like-count-box span {
    width: 20px;
    aspect-ratio: 1;
    background: url(../../images/like.f7af437.png) center / cover no-repeat;
}

.dislike-count-box span {
    width: 20px;
    aspect-ratio: 1;
    background: url(../../images/dislike.110d11d.png) center / cover no-repeat;
}

.description {
    padding: 20px;
    color: #fff;
}

.description .decs-title {
    padding-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 600;
}

.decs-score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 20px;
}

.score-star {
    position: relative;
    width: 160px;
    height: 20px;
    background-image: url(../../images/Rating.a3eae74.png);
    background-size: 100%;
    background-position: right center;
    vertical-align: middle;
}

.score {
    height: 20px;
}

.score-mask {
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #3372ff;
}

.game-right-list {
    display: grid;
    grid-auto-rows: auto;
    gap: 12px;
    padding: 6px;
    grid-template-columns: repeat(12, 1fr);
}

.game-child-item .game-img {
    aspect-ratio: 1.5;
}

.game-right-list .game-child-item {
    grid-column: span 3;
}

.game-right-list .game-child-item:nth-last-child(-n+2) {
    grid-column: span 6;
}

.text-box .like-game-icon {
    background-image: url(../../images/you-may-like.3c61d8d.png);
}

.text-box .niche-game-icon {
    background-image: url(../../images/NicheGames.a17af65.png);
}

.game-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.game-container .like-box {
    width: 70%;
}

.like-box .game-list {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.like-box .game-list .game-child-item {
    grid-column: span 1;
}

.like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+1),
.like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+2),
.like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+3),
.like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+4) {
    grid-column: span 2;
}

.game-container .recommend-box {
    width: 30%;
}

.recommend-box .game-list {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.recommend-box .game-list .game-img {
    aspect-ratio: 1.2;
}

@media screen and (max-width:900px) {

    .showMain,
    .game-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .game-container .game-box {
        width: 100%;
    }

    .like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+1),
    .like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+2),
    .like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+3),
    .like-box .game-list .game-child-item:nth-last-child(-n+4):nth-child(4n+4) {
        grid-column: span 1;
    }

    .right {
        display: none;
    }

    .show,
    .nav-des {
        width: 95%;
        margin: 10px auto;
    }

    .game-main-item {
        width: 22%;
    }

    .middle-img {
        width: 70%;
    }

    .middle-name {
        display: none;
    }

    .middle-container .pbutton,
    .decs-text {
        font-size: 16px;
    }

    .game-right-list .game-child-item {
        min-height: 150px;
    }

    .game-right-list .game-child-item img {
        height: 100%;
        object-fit: cover;
    }

}

@media screen and (max-width:480px) {
    .main-menu {
        display: none;
    }
}
