@charset "utf-8";

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: 'Cinzel', serif;
}

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;
    background-color: black;

}

a {
    font-weight: 500;
    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;
    max-width: 300px;
    background-color: #343434;
}

.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;
    color: white;
}

.fav {
    width: 100px;
    height: 60px auto;
    margin: 0 auto;
}

.fav .rootbg {
    display: inline-block;
    margin: auto;
    width: 100px;
    height: 100%;
}

.conv-bgi {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../../images/loading.e29b847.gif);
}

.conv-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;
}

.conv-aside {
    width: 60%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    display: none;
}

.conv-aside-container {
    width: 90%;
    margin: 10px auto;
}

.conv-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    display: none;
}

.conv-cancel-box {
    position: absolute;
    top: 37px;
    right: -25px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
}

.conv-cancel-btn {
    width: 30px;
    aspect-ratio: 1;
    margin: 10px;
    background-image: url(../../images/back.ed258d8.png);
}

.conv-search {
    width: 100%;
    padding: 15px;
}

.conv-search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 900px;
    position: relative;
}

.conv-search-box .conv-myInput {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 52px;
    margin: 10px 0 10px 10px;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: 0;
    color: #6a6f77;
    display: inline-block;
    text-decoration: none;
    border: 0.5px solid #999999;
    text-indent: 3em;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
}

.conv-search-btn {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 25px;
    height: 25px;
    background-image: url(../../images/search-copy.64fa14a.png);
    margin: 8px 20px;
}

.popular-game-list {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;

}

.popular-game-list .conv-child {
    width: 15%;
    margin: 0.833%;
}

.conv-main {
    max-width: 100%;
    min-height: -webkit-calc(100vh - 80px);
    min-height: calc(100vh - 80px);
    margin: 10px 0;
    padding: 20px;
    color: #fff;
}

/* 网页声明 */

.conv-bottom {
    width: 100%;
    padding-bottom: 20px;
    color: #fff;
}

.conv-bottom .fav {
    height: 60px;
}

.conv-bottom-container {
    width: 95%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.conv-cp-box,
.conv-policy-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center
}

.conv-copy {
    text-align: center;
    font-size: 12px;
    background-color: transparent;

}

.conv-policy-box a {
    margin: 0 10px;
    color: #fff;
    font-size: 12px;
}

.conv-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: 6%;
    margin: 0.333%;
    aspect-ratio: 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);
    position: relative;
}

.conv-child .game-img {
    width: 100%;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100% cover;
    background-image: url(../../images/loading.e29b847.gif);

}

.conv-child .game-name {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bolder;
    max-height: 30px;
    line-height: 30px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(transparent 55%, rgba(0, 0, 0, .5));
    background: linear-gradient(transparent 55%, rgba(0, 0, 0, .5));
    -webkit-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
}

.conv-child:hover .game-name {
    bottom: 0;
}

.main-menu-copy {
    box-shadow: none;
    background-color: transparent;
}

.main-menu .fav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    width: 100%;
}

.main-menu .fav .rootbg {
    width: 100%;
}

.main-menu .conv-menu-icon {
    min-height: 30px;
    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;
}

.conv-menu-icon .conv-menu-home {
    padding: 2%;
    width: 30%;
    margin: 5px;
    margin-right: 10%;
    background-size: 90%;
    aspect-ratio: 1;
    background-image: url(../../images/home.718158a.png);
}

.conv-menu-icon .conv-menu-search-btn {
    width: 30%;
    margin-left: 10%;
    aspect-ratio: 1;
    margin: 5px;
    background-image: url(../../images/search.2ece0fe.png);
}

.conv-top-arrow {
    position: fixed;
    width: 60px;
    height: 60px;
    background-image: url(../../images/top-arrow.6eecaf3.png);
    background-size: 70%;
    bottom: 20%;
    right: 5%;
    display: none;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    z-index: 99;
}

.conv-item {
    padding-top: 5px;
    width: 8%;
    margin: 1%;
    aspect-ratio: 1;
    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;
    background-color: #cde0ca;
}

.conv-item .conv-icon {
    width: 60%;
    aspect-ratio: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.conv-item .conv-icon-name {
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #5fb6c6;
    margin: 0 0 5px;
    overflow: hidden;

    text-overflow: ellipsis;
}

@media screen and (max-width:900px) {

    .conv-bottom {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        padding: 0 20px;
    }

    .conv-item .conv-icon-name {
        font-size: 10px;
    }
}

@media screen and (max-width:470px) {

    .main-menu {
        top: 25px;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }

    .conv-aside {
        width: 90%;
    }

    .popular-game-list .conv-child,
    .conv-child {
        width: 30%;
        margin: 1.667%;
    }

    .main-category-list {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .conv-item {
        width: 30%;
        margin: 1.667%;
        padding: 0 5px;
        margin: 8px 5px;
    }

    .conv-bottom-container,
    .conv-cp-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }
}
.main-menu-copy {
  background-color: transparent;
  box-shadow: none;
}

.main-menu {
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.game-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.game-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.conv-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bt_iframe {
  width: 100%;
  height: 1860px;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (max-width:900px) {}

@media screen and (max-width:470px) {

  .main-menu {
    top: 25px;
    left: 15px;
  }

}
