@import url('../css/head-foot.css');
header {
  background-color: #DFD4ED;
}
#content {
  margin: 16px auto;
  width: 1280px;
  padding: 0 32px;
}
#content .top {
  display: flex;
  justify-content: space-between;
}
#content .top .top-l {
  width: 908px;
  height: auto;
  background: #614BB7;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2), inset 0px -6px 0px 0px #8C62EC;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  padding-bottom: 16px;
}
#content .top .top-l .top-l-t {
  overflow: hidden;
}
#content .top .top-l .top-l-t .game-cover {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  position: relative;
}
#content .top .top-l .top-l-t .game-cover .game-cover-child {
  z-index: 300;
  position: absolute;
  width: 100%;
  height: 100%;
}
#content .top .top-l .top-l-t .game-cover .game-cover-child .cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  filter: blur(3px);
}
#content .top .top-l .top-l-t .game-cover .game-cover-child .p-zt {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .top .top-l .top-l-t .game-cover .p-game-box .play-game {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  border-radius: 16px;
  overflow: hidden;
}
#content .top .top-l .top-l-t .game-cover .p-game-box .play-game .p-game {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#content .top .top-l .swiper {
  width: calc(100% - 32px);
  overflow: hidden;
  margin: 8px auto 0;
}
#content .top .top-l .swiper .swiper-wrapper {
  width: 100%;
}
#content .top .top-l .swiper .swiper-wrapper .swiper-slide {
  height: 90px;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
#content .top .top-l .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .top .top-l .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 16px 16px;
  object-fit: cover;
}
#content .top .ad1 {
  margin-top: 5px;
}
#content .top .ad1 .ad-title {
  text-align: center;
  height: 19px;
  font-size: 12px;
  font-family: b;
  font-weight: 800;
  color: #614BB7;
  line-height: 14px;
}
#content .top .ad1 .ad-content {
  width: 300px;
  height: 600px;
  border-radius: 24px;
  margin: 0 auto;
  text-align: center;
}
#content .ad2 {
  margin: 5px 0 16px;
}
#content .ad2 .ad-title {
  text-align: center;
  height: 19px;
  font-size: 12px;
  font-family: b;
  font-weight: 800;
  color: #614BB7;
  line-height: 14px;
}
#content .ad2 .ad-content {
  width: 100%;
  min-height: 250px;
  border-radius: 24px;
  margin: 0 auto;
  text-align: center;
}
#content .m-ad2 {
  margin: 5px auto -10px;
  width: calc(100% - 32px);
  display: none;
}
#content .m-ad2 .ad-title {
  text-align: center;
  height: 19px;
  font-size: 12px;
  font-family: b;
  font-weight: 800;
  color: #614BB7;
  line-height: 14px;
}
#content .m-ad2 .ad-content {
  width: 100%;
  height: 250px;
  border-radius: 24px;
  margin: 0 auto;
  text-align: center;
}
#content .game-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#content .game-box .game-fu {
  padding: 8px;
  flex: 0 0 25%;
}
#content .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 .game-box .game-fu .game .game-wrapper a {
  overflow: hidden;
  font-size: 0;
  display: block;
  height: 100%;
  width: 100%;
}
#content .game-box .game-fu .game .game-wrapper a .thumb-container {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
#content .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 .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 .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 .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 .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 .game-box .game-fu .game:hover {
    background-color: #FFE609;
  }
  #content .game-box .game-fu .game:hover .game-wrapper a .thumb-container .zt {
    display: block;
  }
}
.back-top {
  position: fixed;
  bottom: 100px;
  right: 14px;
  z-index: 202;
  width: 58px;
  height: 58px;
  display: none;
}
.shake {
  animation: shake-fram 0.5s ease;
}
@keyframes shake-fram {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 860px) and (max-width: 1300px) {
  #content {
    width: calc(100% - 64px);
  }
  #content .top {
    display: flex;
    justify-content: space-between;
  }
  #content .top .top-l {
    width: 100%;
  }
  #content .top .top-l .top-l-t {
    overflow: hidden;
  }
  #content .top .top-l .top-l-t .game-cover .game-cover-child .cover-img {
    height: 100%;
  }
  #content .top .ad1 {
    display: none;
  }
  #content .game-box .game-fu {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 0;
  }
  #content .top {
    display: flex;
    justify-content: space-between;
  }
  #content .top .top-l {
    width: 100%;
  }
  #content .top .top-l .top-l-t {
    overflow: hidden;
  }
  #content .top .top-l .top-l-t .game-cover .game-cover-child .cover-img {
    height: 100%;
  }
  #content .top .ad1 {
    display: none;
  }
  #content .game-box .game-fu {
    flex: 0 0 50%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 0;
  }
  #content .top {
    display: flex;
    justify-content: space-between;
  }
  #content .top .top-l {
    width: 100%;
  }
  #content .top .top-l .top-l-t {
    overflow: hidden;
  }
  #content .top .top-l .top-l-t .game-cover .game-cover-child .cover-img {
    height: 100%;
  }
  #content .top .ad1 {
    display: none;
  }
  #content .game-box {
    padding: 24px 10px !important;
  }
  #content .game-box .game-fu {
    flex: 0 0 50% !important;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 0;
  }
  #content .top {
    display: flex;
    justify-content: space-between;
  }
  #content .top .top-l {
    width: 100%;
  }
  #content .top .top-l .top-l-t {
    overflow: hidden;
  }
  #content .top .top-l .top-l-t .game-cover .game-cover-child .cover-img {
    height: 100%;
  }
  #content .top .top-l .top-l-t .game-cover .p-game-box .play-game {
    height: 456px;
  }
  #content .top .ad1 {
    display: none;
  }
  #content .ad2 .ad-content {
    width: calc(100% - 32px);
  }
  #content .m-ad2 {
    display: block;
  }
  #content .game-box {
    padding: 24px 16px !important;
  }
  #content .game-box .game-fu {
    padding: 0 0 12px 0 !important;
    flex: 0 0 100% !important;
  }
}
