@charset "utf-8";

@font-face {
    font-family: BemBolz;
    src: url(../../fonts/BemBolz.42133d3.ttf);
}

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

html,
body {
    width: 100%;
    margin: 0;
    font-family: BemBolz, sans-serif;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #fff;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 24);
    cursor: pointer;
}

.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;
}

.wotop-bgi {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.wotop-title,
.wotop-header-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
}

header {
    width: 100%;
    height: 60px;
}

.wotop-header-box {
    position: relative;
    max-width: 900px;
    height: 60px;
    margin: 0 auto;
    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;
    padding: 0 20px;
}

.wotop-header-box .wotop-header-menu {
    width: 30px;
    height: 30px;
    background-image: url(../../images/menu-white.f1718fe.png);
}

.fav {
    width: 100px;
    height: 60px;
    margin: 0 auto;
}

.fav .rootbg {
    margin: auto;
    width: 100px;
    height: 100%;
}

.wotop-header-search {
    width: 30px;
    height: 30px;
    background-image: url(../../images/search-white.b72a509.png);
}

.wotop-search,
.wotop-menu {
    margin: 0 10px;
    position: absolute;
    max-width: 900px;
    height: 100vh;
    top: 0;
    left: -5px;
    background-color: #fff;
    padding: 15px;
    z-index: 999;
    display: none;
    background-color: transparent;
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px);
}

.wotop-search .close-btn,
.wotop-menu .close-btn {
    margin-left: -webkit-calc(100% - 60px);
    margin-left: calc(100% - 60px);
    width: 50px;
    height: 50px;
    background-image: url(../../images/close-white.27d0d87.png);
}

.wotop-menu-home {
    width: 95px;
    height: 40px;
    line-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;

}

.wotop-menu-home .home-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
    background-image: url(../../images/home.b9167f3.png);
    background-color: #fff;
    border-radius: 10px;
    background-size: 60%;
}

.wotop-menu-title {
    font-size: 16px;
    margin: 20px 0;
    border-top: 1px solid #fff;
}

.wotop-menu-category-list {
    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;
}

.wotop-item {
    padding: 0 8px;
    width: 100%;
    margin: 5px 10px;
    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;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.wotop-item .wotop-icon {
    height: 20px;
    width: 20px;
    margin: 5px;
    border: 1px solid #fff;
}

.wotop-search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 900px;
    border-bottom: 0.5px solid #999999;
}

.wotop-search-box .wotop-myInput {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 40px;
    margin: 10px 0 0;
    outline: 0;
    font-size: 1rem;
    border: 0;
    color: #6a6f77;
    display: inline-block;
    text-decoration: none;
    text-indent: 1em;
    background-color: transparent;
}

.wotop-search-box .wotop-search-icon {
    width: 70px;
    margin: 10px 0 0;
    border-radius: 0 15px 15px 0;
}

.wotop-search-icon .wotop-search-btn {
    width: 25px;
    height: 25px;
    background-image: url(../../images/search-white.b72a509.png);
    margin: 8px 20px;
}

.wotop-search-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wotop-search .hot-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.hot-list .wotop-child {
    width: 24%;
    margin: 0.5%;
    aspect-ratio: 1.6;
}

.hot-list .wotop-child .game-name {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.wotop-aside {
    width: 20%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -20%;
    z-index: 999;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.wotop-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 65, 136, 0.9)), to(rgba(102, 219, 255, 0.9)));
    background: -webkit-linear-gradient(top, rgba(29, 65, 136, 0.9) 0%, rgba(102, 219, 255, 0.9) 100%);
    background: linear-gradient(180deg, rgba(29, 65, 136, 0.9) 0%, rgba(102, 219, 255, 0.9) 100%);
    z-index: 998;
    display: none;
}

.wotop-main {
    max-width: 900px;
    margin: 10px auto 0;
    padding: 10px 0 30px;
}

/* 网页声明 */

.wotop-bottom {
    width: 100%;
    padding-bottom: 20px;
}

.wotop-bottom-container {
    max-width: 900px;
    margin: 0 auto;
}

.wotop-policy-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.wotop-copy {
    text-align: center;
    font-size: 12px;
    color: rgb(181, 181, 181);
}

.wotop-child {
    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: 31%;
    margin: 1.15%;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.wotop-child .game-img {
    width: 100%;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100% cover;
    background-image: url(../../images/loading.e29b847.gif);

}

.wotop-child .game-name {
    display: none;
}

.wotop-top-arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    background-image: url(../../images/top-arrow.154d81b.png);
    background-size: 60%;
    bottom: 20%;
    right: 5%;
    display: none;
    cursor: pointer;
    background-color: rgb(29 65 136 / 24%);
    border-radius: 50%;
    z-index: 99;
}

.wotop-awebsite{
    color: blue;
}

@media screen and (max-width:900px) {

    .wotop-search,
    .wotop-menu {
        overflow-y: scroll;
    }

    .wotop-search .wotop-child {
        width: 49%;
    }

    .wotop-main {
        width: 95%;
        margin: 10px auto 0;
        padding: 10px 0 30px;
    }

    .wotop-bottom {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        padding: 0 20px;
    }


}

@media screen and (max-width:470px) {}
.wotop-desc-game {
    max-width: 900px;
}

.wotop-desc-game .desc-detail {
    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;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}

.desc-detail .desc-img {
    width: 240px;
    aspect-ratio: 1.5;
    border-radius: 10px;
    margin: 20px;
}

.desc-detail .desc-game-name {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 600;
}

.desc-detail .desc-pbutton {
    width: 140px;
    line-height: 40px;
    text-align: center;
    height: 42px;
    background: -webkit-gradient(linear, left top, left bottom, from(#8FEDFF), color-stop(32%, #3BC9FF), color-stop(72%, #0682FF), to(#508AFF));
    background: -webkit-linear-gradient(top, #8FEDFF 0%, #3BC9FF 32%, #0682FF 72%, #508AFF 100%);
    background: linear-gradient(180deg, #8FEDFF 0%, #3BC9FF 32%, #0682FF 72%, #508AFF 100%);
    box-shadow: 0 3px 4px 2px #4c31ff, inset 0 -1px 5px 0 rgba(255, 255, 255, .8);
    border-radius: 8px;
    border: 1px solid #3bc9ff;
    color: #fff;

}

.wotop-desc-game .desc-text {
    width: 100%;
    height: 65px;
    background-color:rgba(1, 7, 18, 0.347);
    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;
}

.desc-text .desc-game-name {
    font-size: 24px;
    font-weight: 600;
}

.desc-text-name-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0 20px;
    height: 95px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.desc-text-name-box .desc-sub-img {
    height: 45px;
    width: 45px;
    margin: 5px;
}

.game-score {
    width: 200px;
    margin: 10px;
    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;
}

.starscorebox {
    width: 100px;
}

.desc-star {
    position: relative;
    width: 90px;
    height: 20px;
    background-image: url(../../images/star.c369e58.png);
    margin-right: 2%;
    vertical-align: middle;
    background-size: 100px 100%;
    overflow: hidden;
}

.desc-like-btn {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 120px;
    height: 50px;
    margin: 0 20px;
    padding: 5px;
    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;
    border-radius: 10px;
}

.desc-play-box p {
    color: #95bfff;
}

.icon-zan {
    width: 40px;
    height: 40px;
    background-image: url(../../images/like.3c64065.png);
    margin: 5px;
    border-radius: 10px;
    background-size: 55%;
}

.desc-play-box {
    background-color: rgba(1, 7, 18, 0.347);
    margin: 20px 0;
    padding: 20px;
}

.desc-play-box .wotop-title {
    font-size: 18px;
}

.desc-play-box .game-description,
.wotop-desc-game-subca {
    font-size: 14px;
    margin: 0 10px 5px;
}

.desc-play-box .desc-game-category {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    font-weight: 600;
    margin-left: 10px;
}

.like-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

@media screen and (max-width:480px) {

    .desc-text-name-box {
        padding: 5px 10px;
    }


}
