@charset "utf-8";

a {
    font-weight: 500;
}

* {
    -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: pala, sans-serif;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-x: hidden;
}

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;
}

.wo-bgi {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.wo-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;
}

header {
    width: 100%;
    height: 60px;
}

.wo-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;
}

.wo-header-box .wo-header-menu {
    width: 30px;
    height: 30px;
    background-image: url(../../images/menu-black.b6d0c3a.png);
}

.fav {
    width: 100px;
    height: 60px;
    margin: 0 auto;
}

.fav .rootbg {
    display: inline-block;
    margin: auto;
    width: 100px;
    height: 100%;
}

.wo-header-search {
    width: 30px;
    height: 30px;
    background-image: url(../../images/search-black.f2d7520.png);
}

.wo-search,
.wo-menu {
    position: absolute;
    max-width: 900px;
    top: 60px;
    left: -5px;
    background-color: #fff;
    padding: 15px;
    z-index: 999;
    display: none;
}

.wo-menu-home {
    width: 95px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(243, 243, 243);
    border-radius: 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;
}

.wo-menu-home .home-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    background-image: url(../../images/home.cb9322f.png);
}

.wo-menu-title {
    font-size: 16px;
    margin-top: 24px;
}

.wo-menu-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wo-item {
    padding: 0 12px;
    margin: 8px 5px;
    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;
}

.wo-item .wo-icon {
    height: 20px;
    width: 20px;
    margin: 5px;
    border: 1px solid #fff;
}

.wo-search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 900px;
}

.wo-search-box .wo-myInput {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 40px;
    margin: 10px 0 10px 10px;
    outline: 0;
    font-size: 1rem;
    border-radius: 15px 0 0 15px;
    border: 0;
    color: #6a6f77;
    display: inline-block;
    text-decoration: none;
    border: 0.5px solid #999999;
    text-indent: 1em;
}

.wo-search-box .wo-search-icon {
    width: 70px;
    background-color: rgb(102, 102, 102);
    margin: 10px 0 10px;
    border-radius: 0 15px 15px 0;
}

.wo-search-icon .wo-search-btn {
    width: 25px;
    height: 25px;
    background-image: url(../../images/search-white.b72a509.png);
    margin: 8px 20px;
}

.wo-search-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wo-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;
}

.wo-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;
}

.wo-main {
    max-width: 900px;
    margin: 10px auto 0;
    padding: 10px 0 30px;
}

/* 网页声明 */

.wo-bottom {
    width: 100%;
    padding-bottom: 20px;
}

.wo-bottom-container {
    max-width: 900px;
    margin: 0 auto;
}

.wo-policy-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    margin: 20px auto;
}

.wo-copy {
    text-align: center;
    font-size: 12px;
    color: rgb(181, 181, 181);
}

.wo-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%;
    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);
}

.wo-child .game-img {
    width: 100%;
    aspect-ratio: 1.8;
    background-position: center;
    background-size: 100% cover;
    background-image: url(../../images/loading.e29b847.gif);

}

.wo-child .game-name {
    margin: 5px;
    margin-left: 10px;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.woaida-awebsite {
    color: blue;
}

@media screen and (max-width:900px) {

    .wo-main {
        width: 95%;
        margin: 10px auto 0;
        padding: 10px 0 30px;
    }

    .wo-bottom {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        padding: 0 20px;
    }
}

@media screen and (max-width:470px) {
    .wo-child {
        width: 45%;
        margin: 2.5%;
    }

    .wo-item {
        padding: 0 5px;
        margin: 8px 5px;
    }
}
.wo-main-list {
  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) {}
