@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;
}

.bt_iframe {
    width: 100%;
    min-height: 1900px;
    overflow-y: auto;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 24);
    cursor: pointer;
}

.adslot {
    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%;
}

.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;
    width: 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;
}

.wofang-bgi {
    background-position: center;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
}

.wofang-title,
.wofang-header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.wofang-title .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.wofang-title .text-box .icon {
    width: 30px;
    margin-right: 5px;
}

.wofang-title .text-box .game-icon {
    background-image: url(../../images/games.3698e2b.png);
}

.wofang-title .text-box .like-icon {
    background-image: url(../../images/round_like.0998803.png);
}

.wofang-title .more {
    padding: 0 10px;
    color: #fff;
    font-weight: normal;
    background-color: rgb(255, 144, 102);
    margin: 2px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

header {
    width: 100%;
    height: 60px;
    position: relative;
}

.wofang-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;
}

.wofang-header-box .wofang-header-menu {
    width: 40px;
    height: 40px;
    background-size: 60%;
    border-radius: 10px;
    background-color: rgb(255, 231, 221);
    background-image: url(../../images/menu.2e80c15.png);
}

.fav {
    width: 160px;
    height: 60px;
    margin: 0 auto;

}

.fav .rootbg {
    display: inline-block;
    margin: auto;
    width: 160px;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
}

.wofang-header-search {
    width: 40px;
    height: 40px;
    background-image: url(../../images/search.00cfc96.png);
    background-size: 60%;
    border-radius: 10px;
    background-color: rgb(255, 231, 221);
}

.wofang-search {
    position: absolute;
    max-width: 900px;
    width: 100%;
    top: 60px;
    left: 0px;
    background-color: #fff;
    padding: 15px;
    z-index: 999;
    display: none;
}

.wofang-menu {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    padding: 15px;
    z-index: 999;
    display: none;
    width: 100vw;
}

.wofang-menu-home {
    width: 100%;
    height: 100px;
    line-height: 40px;
    background-color: rgb(240, 246, 255);
    border-radius: 10px;
    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: 15px 0 5px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.wofang-menu-home .home-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background-color: rgb(51, 154, 255);
    background-image: url(../../images/home.8587f11.png);
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 16px 12px 0 rgba(18, 141, 255, .5);
}

.wofang-menu-home p {
    color: rgb(51, 154, 255);
    font-weight: 600;
    line-height: 30px;
    height: 30px;
}

.wofang-menu-title {
    font-size: 16px;
    margin-top: 24px;
}

.wofang-menu-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wofang-item {
    text-align: center;
    width: 23%;
    margin: 1%;
    color: #fff;
    background: #ff9066;
    padding: 14px 5px;
    border-radius: 8px;
}

.wofang-search-box {
    width: 100%;
    height: 60px;
    outline: none;
    text-indent: 1em;
    color: #fff;
    overflow: hidden;
    background: #ff9066;
    border-radius: 30px;
    font-size: 12px;
    border: none;
    position: relative;
    box-shadow: 0 8px 12px 0 rgba(255, 144, 102, .5);
    margin: 10px auto 20px;
}

.wofang-header-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.wofang-search-box .wofang-myInput {
    height: 60px;
    width: 100%;
    outline: 0;
    font-size: 1rem;
    border: 0;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-indent: 1em;
    background-color: transparent;
}

.wofang-search-box .wofang-search-icon {
    position: absolute;
    border: none;
    right: 5px;
    top: 5px;
    width: 70px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
}

.wofang-search-icon .wofang-search-btn {
    width: 25px;
    height: 25px;
    background-image: url(../../images/search.00cfc96.png);
    margin: 12.5px 22.5px;
}

.wofang-search-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wofang-search-category-list .wofang-item {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: rgb(238, 238, 238);
    color: rgb(51, 51, 105);
    border-radius: 15px;
}

.wofang-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;
}

.wofang-mask {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    display: none;
}

.wofang-main {
    max-width: 900px;
    margin: 10px auto 0;
    padding: 10px 0 30px;
}

.wofang-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(255, 144, 102);
    border-radius: 50%;
    z-index: 99;
}

/* 网页声明 */

.wofang-bottom {
    width: 100%;
    padding-bottom: 20px;
}

.wofang-bottom-container {
    max-width: 900px;
    margin: 0 auto;
}

.wofang-policy-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.wofang-copy {
    text-align: center;
    font-size: 12px;
    color: rgb(181, 181, 181);
}

.wofang-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: 23%;
    margin: 1%;
    padding: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5);
    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);
}

.wofang-child .game-img {
    width: 95%;
    aspect-ratio: 1;
    margin: 2.5%;
    border-radius: 15px;
    background-image: url(../../images/loading.e29b847.gif);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
}

.wofang-child .game-name {
    margin: 2.5px;
    margin-left: 10px;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 600;
}

.wofang-child .game-text {
    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;
    padding: 0 10px;
    height: 30px;

}

.wofang-child .game-text span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.wofang-child .game-text .icon-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;
}

.wofang-child .game-text .like-icon {
    background-image: url(../../images/like.182a0d3.png);
}

.wofang-child .game-text .star-icon {
    background-image: url(../../images/star.9033e1e.png);
}

@media screen and (max-width:900px) {

    .wofang-main {
        width: 95%;
        margin: 10px auto 0;
        padding: 10px 0 30px;
    }

    .wofang-bottom {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        padding: 0 20px;
    }
}

@media screen and (max-width:470px) {
    .wofang-child {
        width: 45%;
        margin: 2.5%;
    }

    .wofang-item {
        width: 48%;
    }

    .bt_iframe {
        min-height: 3200px;
    }
}
.wofang-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
}

.wofang-main-list .wofang-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wofang-child {
  width: 47%;
  margin: 1%;
}

.wofang-main-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width:900px) {}

@media screen and (max-width:470px) {}
