@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;
  overflow: auto;
  position: relative;
}

.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;
  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;
}

.xyz-bgi {
  background: center / cover no-repeat;
  object-fit: cover;
}

.xyz-title,
.xyz-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;
}

header {
  width: 100%;
  height: 90px;
  padding: 15px 0;
  position: relative;
}

.xyz-header-box {
  position: relative;
  max-width: 1200px;
  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;
}

.xyz-header-box .xyz-header-menu {
  width: 40px;
  height: 40px;
  background-size: 80%;
  border-radius: 10px;
  /* background-color: rgb(255, 231, 221); */
  background-image: url(../../images/menu.03ffd42.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;
}

.xyz-header-search {
  width: 40px;
  height: 40px;
  background-image: url(../../images/search.ccf298c.png);
  background-size: 60%;
  border-radius: 10px;
  background-color: rgb(255, 231, 221);
}

.xyz-search {
  position: absolute;
  max-width: 900px;
  width: 100%;
  top: 60px;
  left: 0px;
  background-color: #fff;
  padding: 15px;
  z-index: 999;
  display: none;
}

.xyz-menu {
  position: absolute;
  top: 90px;
  left: 0;
  background-color: #fff;
  padding: 15px;
  z-index: 999;
  display: none;
  width: 30vw;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow-y: auto;
  border-right: 2px rgba(0, 0, 0, 0.201) solid;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) lightgray;
}

.xyz-menu-home p {
  color: rgba(0, 255, 94, 0.716);
  font-weight: 600;
  line-height: 30px;
  height: 30px;
}

.xyz-menu-title {
  font-size: 16px;
  margin-top: 24px;
}

.xyz-menu-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;

}

.xyz-item {
  text-align: center;
  width: 90%;
  margin: 5px 5%;
  color: #fff;
  background: rgba(0, 0, 0, 0.094);
  padding: 14px 5px;
  border-radius: 8px;
}

.xyz-item:hover {
  background-color: rgba(235, 255, 253, 0.453);
  text-decoration: underline;
  color: rgb(221, 209, 67);
  cursor: pointer;
}

.xyz-search-box {
  height: 30px;
  outline: none;
  /* text-indent: 1em; */
  color: #fff;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  font-size: 12px;
  border: none;
  position: relative;
  margin: 15px 0;
}

.xyz-header-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.xyz-search-box .xyz-myInput {
  height: 100%;
  width: 100%;
  outline: 0;
  font-size: 12px;
  border: 0;
  color: black;
  display: inline-block;
  text-decoration: none;
  text-indent: 1em;
  background-color: transparent;
}

.xyz-search-box .xyz-search-icon {
  position: absolute;
  border: none;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
}

.xyz-search-icon .xyz-search-btn {
  width: 20px;
  aspect-ratio: 1;
  margin: 5px;
  background-image: url(../../images/search.ccf298c.png);
}

.xyz-search-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.xyz-search-category-list .xyz-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;
}

.xyz-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;
}

.xyz-mask {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}

.xyz-main {
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 10px 0 30px;
}

.xyz-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, 204, 0);
  border-radius: 50%;
  z-index: 99;
}

/* 网页声明 */

.xyz-bottom {
  width: 100%;
  padding-bottom: 20px;
}

.xyz-bottom-container {
  max-width: 900px;
  margin: 0 auto;
}

.xyz-policy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.xyz-copy {
  text-align: center;
  font-size: 12px;
  color: rgb(181, 181, 181);
}

.xyz-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 16%;
  margin: 0.3%;
  padding: 5px;
  border-radius: 15px;
  background: rgb(195, 72, 252);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.xyz-child .game-img {
  width: 97%;
  aspect-ratio: 1;
  margin: 1.5%;
  border-radius: 15px;
  background-image: url(../../images/loading.e29b847.gif);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.xyz-child .game-contain {
  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-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%;
}

.game-contain .game-instructions {
  width: 98%;
  height: 4.9em;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1%;
  margin-bottom: 30px;
}

.xyz-child .game-name {
  width: 95%;
  margin: 2.5px;
  max-height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.xyz-child .game-pbutton {
  background: #ffcc00;
  width: 80%;
  border-radius: 150px;
  padding: 5px 0;
  font-size: 14px;
  color: #410000;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .xyz-main {
    width: 95%;
    margin: 10px auto 0;
    padding: 10px 0 30px;
  }

  .xyz-bottom {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 20px;
  }
}

@media screen and (max-width: 470px) {
  .xyz-child {
    width: 30%;
    margin: 1.667%;
  }

  .xyz-item {
    width: 90%;
  }

  .bt_iframe {
    min-height: 3200px;
  }

  .xyz-menu {
    width: 70vw;
  }
}
.xyz-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
}

.xyz-main-list .xyz-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.xyz-hot-game-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) lightgray;
}

.hot-child {
  width: 33%;
  margin: 0 0.15%;
  /* height: 200px; */
  aspect-ratio: 1.5;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 15px;
  background: center / cover no-repeat;
  background-image: url(../../images/loading.e29b847.gif);
}

.xyz-featured-game-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.xyz-featured-game-list .xyz-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  width: 31%;
  margin: 5px 1.167%;
}

.xyz-featured-game-list .xyz-child .game-img,
.xyz-featured-game-list .xyz-child .game-contain {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .hot-child {
    width: 60vw;
  }
}

@media screen and (max-width: 470px) {
  .xyz-featured-game-list .xyz-child {
    width: 100%;
  }
}
