@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;
}

.bt_iframe {
    width: 100%;
    height: 1900px;
    overflow: hidden;
    margin-bottom: 0;
}

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;
   margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
}

.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 {
    display: inline-block;
    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;
    }

    .bt_iframe {
        height: 2080px;
    }

}

@media screen and (max-width:470px) {
    .bt_iframe {
        height: 2800px;
    }
}

.wotop-like-list,.wo-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wotop-main-list{
  padding-bottom: 30px;
}
.wotop-child {
  width: 49%;
  margin: 0.5%;
}
.wotop-child .game-img {
  min-height: 100px;
  aspect-ratio: 1.8;
}
@media screen and (max-width:900px) {}
@media screen and (max-width:470px) {}
