@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-main-category {
  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-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .3);
  margin-bottom: 20px;
}

.hex-main-category .hex-item {
  margin: 0 10px;
  width: auto;
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
}

/* 轮播图样式开始 */

.hex-carousel {
  position: relative;
  max-width: 1250px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;

  aspect-ratio: 2.6;
}

.carousel-slide {
  display: none;
  width: 100%;
  /* padding-top: 40%; */
  background-color: #fff;
  position: relative;
  height: 100%;
}

.carousel-slide.active {
  display: block;
}

.carousel-slide::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.carousel-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 20px;
  margin: 0 15px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 10;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-dots {
  text-align: center;
  margin-top: 10px;
}

.hex-carousel .game-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hex-carousel .game-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 15px;
}

.carousel-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #bbb;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.carousel-indicators .indicator.active {
  background-color: #fff;
}

.hex-carousel .game-container .game-desc {
  padding: 80px;
  margin-top: 100px;
}

.hex-carousel .game-container .game-name {
  font-size: 36px;
  font-weight: 600;
}

.hex-carousel .game-container .game-intro {
  width: 80%;
  text-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  margin: 5px 0;
}

.hex-carousel .game-container .game-cate {
  padding: 8px 13px;
  margin: 5px 0;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.419);
  display: inline-block;
  border-radius: 10px;
}

.hex-carousel .game-container .game-btn {
  position: absolute;
  right: 10%;
  bottom: 15%;
  height: 50px;
  width: auto;
  line-height: 30px;
  padding: 10px 25px;
  margin: 10px;
  opacity: 0.9;
  font-weight: 600;
  border-radius: 5px;
}

/* 轮播图样式结束 */

.hex-category-list {
  margin-top: 30px;
}

.hex-games-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
}

.hex-title {
  font-size: 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.hex-title .hex-more {
  color: #d43015;
  margin-left: 10px;
  text-decoration: underline;
  font-size: 16px;
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 470px) {

  /* 轮播图样式开始 */
  .hex-carousel {
    aspect-ratio: 1.35;
  }


  .hex-carousel .game-container {
    top: 0%;
    height: 100%;
  }

  .hex-carousel .game-container .game-name {
    font-size: 24px;
  }

  .hex-carousel .game-container .game-desc {
    padding: 25px;
    margin-top: 0px;
  }

  .hex-carousel .game-container .game-intro {
    width: 100%;
    font-size: 14px;
    margin: 5px 0;
  }

  .hex-carousel .game-container .game-btn {
    height: 40px;
    padding: 5px 10px;
    right: 5%;
    bottom: 7%;
  }

  .hex-main-category {
    margin-bottom: 0;
  }

  .carousel-button {
    padding: 10px;
    margin: 0px;
  }

}
