body {
    font-family: 'GARA', sans-serif;
    background-color: rgb(241, 237, 237);
}

@font-face {
    font-family: GARA;
    src: url(../../fonts/GARA.ebc0c98.ttf);
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.ad {
    margin: 10px 0;
    width: 100%;
}

.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;
    width: 100%;
    margin-bottom: 10px;

    /* height: 250px;
    width: 300px;
    background-color: #0a0a0aad;
    margin: 0px auto 10px; */
}

.ad-label {
    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;
    cursor: pointer;
}

p {
    font-weight: bolder;
}

.cl-category-item {
    font-weight: bolder;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

.ad {
    width: 100%;
    height: auto;
    background-color: rgb(216, 216, 216);
    border-radius: 15px;
    margin: 15px 0;
}

.ad p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* header样式 */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
}

.cl-header-box .cl-rootbg {
    width: 160px;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.cl-header-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.cl-header-box .cl-awebsite {
    line-height: 60px;
    font-size: 25px;
    color: #00235B;
}

.cl-header-box .cl-header-menu {
    width: 40px;
    height: 40px;
    margin: 10px;
    background-position: center;
    background-size: cover;
    background-image: url(../../images/menu-black.5e87896.png);
}

.cl-search-box {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: 40px;
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 80px auto 20px;
}

.cl-search-icon {
    position: absolute;
    margin-left: 10px;
    left: 10px;
    width: 20px;
    height: 100%;
    background-image: url(../../images/search-black.f2d7520.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.cl-search-box .cl-myInput {
    margin-left: 10px;
    padding-left: 45px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 100%;
    outline: 0;
    font-size: 1rem;
    border-radius: 6px;
    border: 0;
    color: #6a6f77;
    display: inline-block;
    text-decoration: none;
    background: -webkit-linear-gradient(357deg, #00D9E5 0%, #FF6D84 100%);
    background: linear-gradient(93deg, #00D9E5 0%, #FF6D84 100%);
    border: 0.5px solid #999999;
}

/* 移动端侧边栏 */

.cl-aside {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    display: none;
    z-index: 999;
    overflow: scroll;
    font-size: 25px;
}

.cl-aside-list div {
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 2em;
    color: #fff;
}

.cl-more-game {
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 2em;
    color: rgb(112, 123, 132);

    font-weight: 600;
    background-color: #fff;
}

.cl-aside-category-list {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-left: 2em;
    width: 100%;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    background-color: rgb(250, 235, 215);
}

.cl-aside-category-list .cl-item {
    max-width: 100px;
    margin: 25px;
}

.cl-aside-category-list .cl-item .cl-icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
}

.cl-aside-category-list .cl-item .cl-name {
    display: none;
}

.cl-bottom {
    padding-bottom: 50px;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
}

.cl-bottom .cl-fav {
    margin: auto;
    height: 60px;
}

.cl-bottom .cl-fav .cl-rootbg {
    margin: auto;
    width: 150px;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.cl-bottom .cl-btxt {
    margin: auto;
    width: 95%;
    height: auto;
}

.cl-main {
    margin: 10px auto;
    max-width: 1300px;
    min-height: -webkit-calc(100vh - 350px);
    min-height: calc(100vh - 350px);
}

.cl-title {
    height: 40px;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-left: 10px;
    line-height: 30px;
    color: rgb(112, 123, 132);
}

.cl-title .cl-more {
    margin: 0 10px;
}

.cl-title .cl-more:hover {
    color: rgb(243, 248, 39);
}

.cl-title .cl-icon {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
}

.cl-title p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.cl-child {
    width: 8%;
    margin: 0.1665%;
    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;
    border-radius: 10px;
    overflow: hidden;
    color: black;
}

.cl-child:hover {
    color: rgb(243, 248, 39);
}

.cl-child .game-img {
    width: 100%;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-image: url(../../images/loading.e29b847.gif);
}

.cl-child .game-name {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cl-child .score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 30px;
    line-height: 30px;
}

.cl-child .game-star,
.cl-game-desc-item .game-star {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/星星.5f08c05.png);
}

@media screen and (max-width:900px) {

    .cl-header-box .cl-awebsite {
        font-size: 20px;
    }

    .cl-main {
        width: 98%;
        margin: 70px auto 0;
    }

    .cl-title,
    .cl-aside {
        font-size: 20px;
    }

    .cl-child {
        width: 21%;
        margin: 2%;
    }

    .cl-aside-category-list {
        overflow-x: scroll;
    }

    .cl-header-box .cl-rootbg {
        width: 100px;
    }

}

@media screen and (max-width:480px) {}
.cl-game-desc-item {
    max-width: 1200px;
    margin: 10px auto;
    padding: 20px 150px;
    border-radius: 15px;
    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-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center
}


.cl-game-desc-item .game-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}


.cl-game-desc-item .game-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 20px;
    margin: 5px 0;
    text-decoration: underline;
}


.cl-game-desc-item .game-img {
    width: 110px;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}


.cl-game-desc-item .more-button {
    display: block;
    width: 70%;
    margin: 15px auto;
    padding: 0.5rem;
    background: #29c4c4;
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 1.3rem;
    box-shadow: inset 0 2px 4px 0 rgba(255, 255, 255, 0.38), inset 0 -3px 3px 0 rgba(0, 0, 0, 0.2), 0 8px 15px 0 rgba(6, 29, 98, 0.5);
}


.cl-game-desc-item .game-descrip {
    margin: 10px 40px;
    line-height: 20px;
}


.cl-game-desc-item .game-text {
    background-color: #fff;
    border-radius: 10px;
}


.cl-game-desc-item .game-score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}


@media screen and (max-width:900px) {
    .cl-game-desc-item {
        width: 100%;
        padding: 10px;
    }

    .cl-game-main {
        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;
        height: auto;
    }

    .cl-game-desc-item .game-name {
        font-size: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
