@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;
  background-color: aliceblue;
}

.bt_iframe {
  width: 100%;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
}

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;
  width: 100%;
  margin-bottom: 10px;

  /* height: 250px;
  width: 300px;
  background-color: #0a0a0aad;
  margin: 0px auto 10px; */
}

.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;
}

.hex-bgi {
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/loading.e29b847.gif);
}

.hex-title,
.hex-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;
}

.hex-title .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.hex-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: 80px;
  position: relative;
  padding: 10px 0;
}

.hex-header-box {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  height: 60px;
  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;
}

.fav {
  width: 160px;
  height: 60px;
  margin: 0 auto;
}

.fav .rootbg {
  margin: auto;
  width: 160px;
  height: 100%;
  background-position: center;
  background-size: 100% auto;
}

.hex-mobile-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}

.hex-header-box .menu-icon {
  display: none;
  width: 40px;
  height: 40px;
  margin: 10px;
  background-image: url(../../images/games.9de1385.png);
}

.hex-search-box {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: 500px;
  height: 40px;
  outline: none;
  color: #fff;
  overflow: hidden;
  border-radius: 30px;
  font-size: 12px;
  border: 2px solid rgba(255, 255, 255, 0.842);
  position: relative;
  margin: 10px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.hex-search-box .hex-select-category {
  background-color: #00000000;
  width: 130px;
  height: 26px;
  margin: 5px;
  border: none;
  border-right: 2px solid rgb(0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/select-arrow.9ac9b2d.png);
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1em auto, 100%;
  color: #ffffff;
  text-shadow: 1px 2px 2px rgb(0, 0, 0);  
  text-indent: 1em;
}

.hex-select-category:focus {
  /* border-color: rgb(113, 25, 12); */
  outline: none;
}

.hex-select-category option {
  background-color: #f9f9f92b; 
  color: #333;
  padding: 10px 15px;
  font-size: 14px;
}

.hex-search-box .hex-myInput {
  height: 36px;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  outline: 0;
  font-size: 1rem;
  border: 0;
  color: rgb(156, 163, 139);
  display: inline-block;
  text-decoration: none;
  text-indent: 1em;
  background-color: transparent;
}

.hex-search-box .hex-search-icon {
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
}

.hex-nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  color: rgb(252, 252, 252);
}

.hex-nav-box .nav-item {
  width: 60px;
  margin: 5px;
  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;
}

.hex-nav-box .nav-item .icon {
  height: 30px;
  width: 30px;
}

.hex-nav-box .nav-home .icon {
  background-image: url(../../images/home.ae0441b.png);
}

.hex-nav-box .nav-games .icon {
  background-image: url(../../images/games.9de1385.png);
}

.hex-nav-box .nav-about .icon {
  background-image: url(../../images/about.eb1f02f.png);
}

.hex-main {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px 20px;
}

.hex-main-list,
.like-game-box,
.hex-main-box {
  max-width: 1250px;
  margin: 0 auto;
}

.hex-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;
}

/* 网页声明 */

.hex-bottom {
  width: 100%;
  padding-bottom: 20px;
}

.hex-bottom-container {
  width: 100%;
  margin: 0 auto;
}

.hex-policy-box {
  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;
  border-bottom: 1px solid #ffffff41;
}

.hex-policy-box a {
  margin: 0 10px;
  padding: 10px;
  font-size: 20px;
}

.hex-copy {
  text-align: center;
  color: rgb(181, 181, 181);
  margin: 10px 0;
}

.hex-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: 5px;
  background: rgba(255, 255, 255, 0.5);
  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);
  color: #fff;
}

.hex-child .game-img {
  width: 96%;
  aspect-ratio: 1.5;
  margin: 2% 2% 0;
  border-radius: 10px 10px 0 0;
  background-image: url(../../images/loading.e29b847.gif);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.hex-child .game-text {
  margin: 0 2% 2%;
  width: 96%;
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
}

.hex-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;
}

.hex-child .game-intro {
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 15px;
}

.hex-child .game-category {
  color: white;
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: #00000095;
  margin: 10px 10px 0 10px;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .hex-main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }

  .hex-bottom {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 20px;
  }
}

@media screen and (max-width: 470px) {
  .hex-header-box .menu-icon {
    display: block;
  }

  .hex-header-box {
    position: relative;
  }

  .hex-mobile-box {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    margin: 0;
    background-color: rgb(113, 25, 12);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .mobile-menu-open {
    display: block;
  }

  .mobile-menu-open-main {
    margin-top: 119px;
  }

  .hex-child {
    width: 45%;
    margin: 2.5%;
  }

  .hex-item {
    width: 48%;
  }

  .bt_iframe {
    min-height: 3200px;
  }
}
.hex-desc-game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-width: 900px;
  border-radius: 20px;
  border: 1px solid rgba(220, 220, 220, 0.374);
  /* 统一顺序，简洁写法 */
  padding: 40px;
  margin: 20px auto;
  background-color: #fff;
  /* 使用 HEX 表示白色，简洁明确 */
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}


.hex-desc-game .desc-left-box {
  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;
}


.hex-desc-game .desc-right-box {
  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;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
}


.desc-left-box .desc-img {
  width: 240px;
  aspect-ratio: 1.3;
  border-radius: 10px;
  margin: 10px;
}


.desc-right-box .desc-game-name {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0 10px 20px;
}


.desc-right-box .desc-pbutton {
  font-size: 16px;
  width: 110px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  border-radius: 10px;
  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;
  font-weight: 600;

  margin-left: 15px;
}


.hex-desc-game .desc-text {
  width: 95%;
  margin: 0 auto;
  padding-left: 10px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  background-color: rgb(255, 235, 236);
  position: relative;
}


.desc-play-box {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px;
}


.desc-left-box .desc-tags {
  margin: 0 20px;
}


.desc-tags .hex-title {
  padding: 0;
}


.desc-play-box .hex-title {
  font-size: 18px;
  padding: 0;
}


.desc-play-box .game-description {
  font-size: 14px;
  color: rgb(88, 88, 88);
}


.desc-left-box .desc-game-category {
  display: inline-block;
  padding: 6px 10px;
  color: #71190c;
  border-radius: 5px;
  margin: 5px 0;
  background-color: #fab48832;
}


.like-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}


@media screen and (max-width: 480px) {
  .desc-text-name-box {
    padding: 5px 10px;
  }

  .hex-desc-game {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 5px;
  }

  .desc-left-box .desc-img {
    width: 90%;
    margin: 10px auto;
  }


  .desc-play-box {
    padding: 0;
  }

  .desc-pbutton,
  .desc-game-name {
    margin-left: 0px !important;
  }
}
