@import url('../css/head-foot.css');
#content .cont-gamebox .game-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 24px 36px;
}
#content .cont-gamebox .game-box:first-child {
  background: #614BB7;
  box-shadow: inset 0px -10px 0px 0px rgba(255, 255, 255, 0.25);
  border-radius: 0px 0px 24px 24px;
}
#content .cont-gamebox .game-box .game-fu {
  padding: 8px;
  flex: 0 0 25%;
  order: 1;
}
#content .cont-gamebox .game-box .game-fu .game {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 24px 24px 24px 24px;
  background: #FFFFFF;
  opacity: 1;
  padding: 8px;
}
#content .cont-gamebox .game-box .game-fu .game .game-wrapper a {
  overflow: hidden;
  font-size: 0;
  display: block;
  height: 100%;
  width: 100%;
}
#content .cont-gamebox .game-box .game-fu .game .game-wrapper a .thumb-container {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
#content .cont-gamebox .game-box .game-fu .game .game-wrapper a .thumb-container .zt {
  display: none;
  z-index: 201;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .cont-gamebox .game-box .game-fu .game .game-wrapper a .thumb-container .thumb-wrapper {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#content .cont-gamebox .game-box .game-fu .game .game-wrapper a .thumb-container .thumb-wrapper .game-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
#content .cont-gamebox .game-box .game-fu .game .game-wrapper a .game-title-container {
  line-height: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
#content .cont-gamebox .game-box .game-fu .game .game-wrapper a .game-title-container h2 {
  font-size: 14px;
  font-family: b;
  line-height: 18px;
  width: 100%;
  text-align: center;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #8C62EC;
}
@media (any-hover: hover) {
  #content .cont-gamebox .game-box .game-fu .game:hover {
    background-color: #FFE609;
  }
  #content .cont-gamebox .game-box .game-fu .game:hover .game-wrapper a .thumb-container .zt {
    display: block;
  }
}
#content .cont-gamebox .game-box .t-ad {
  margin-top: 5px;
  flex: 0 0 100%;
  order: 2;
}
#content .cont-gamebox .game-box .t-ad .ad-title {
  text-align: center;
  height: 19px;
  font-size: 12px;
  font-family: b;
  font-weight: 800;
  color: #fff;
  line-height: 14px;
}
#content .cont-gamebox .game-box .t-ad .ad-content {
  width: calc(100% - 16px);
  min-height: 250px;
  border-radius: 24px;
  margin: 0 auto;
  text-align: center;
}
#content .cont-gamebox .ad {
  margin-top: 5px;
}
#content .cont-gamebox .ad .ad-title {
  text-align: center;
  height: 19px;
  font-size: 12px;
  font-family: b;
  font-weight: 800;
  color: #614BB7;
  line-height: 14px;
}
#content .cont-gamebox .ad .ad-content {
  width: calc(100% - 84px);
  min-height: 250px;
  border-radius: 24px;
  margin: 0 auto;
  text-align: center;
}
#content .cont-gamebox .more {
  display: block;
  margin: 0 auto;
  width: 88px;
  height: 88px;
}
.back-top {
  position: fixed;
  bottom: 80px;
  right: 14px;
  z-index: 202;
  width: 58px;
  height: 58px;
  display: none;
}
@media (min-width: 1801px) and (max-width: 1920px) {
  #content .cont-gamebox {
    max-width: 1920px;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) {
  #content .cont-gamebox .game-box .game-fu {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  #content .cont-gamebox .game-box .game-fu {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont-gamebox .game-box .game-fu {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont-gamebox .game-box .game-fu {
    flex: 0 0 50%;
  }
  #content .cont-gamebox .game-box .game-fu:nth-child(n+3) {
    order: 3 !important;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .cont-gamebox .game-box {
    padding: 24px 10px !important;
  }
  .cont-gamebox .game-box .game-fu {
    flex: 0 0 50% !important;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .cont-gamebox .game-box {
    padding: 24px 16px !important;
  }
  .cont-gamebox .game-box:nth-child(3) {
    padding: 16px 16px !important;
  }
  .cont-gamebox .game-box:nth-child(5) {
    display: none !important;
  }
  .cont-gamebox .game-box .game-fu {
    padding: 0 0 12px 0 !important;
    flex: 0 0 100% !important;
  }
  .cont-gamebox .game-box .game-fu:nth-child(n+2) {
    order: 3 !important;
  }
  .cont-gamebox .game-box .t-ad {
    margin-bottom: 12px;
  }
  .cont-gamebox .game-box .t-ad .ad-content {
    width: 100% !important;
  }
  .cont-gamebox .ad .ad-content {
    width: calc(100% - 32px) !important;
  }
}
