.more-btn {
  width: 350px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 2px solid #ffd857;
}
.tital-box .top {
  height: 130px;
  background: #ff5555;
  border-radius: 20px;
}
.tital-box .top .image {
  height: 130px;
}
.tital-box .content {
  margin-top: -90px;
}
.tital-box .content .image-box {
  width: 160px;
  height: 160px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 80px;
  border: 4px solid #ffc1c1;
}
.tital-box .content .image-box .image {
  width: 100px;
  height: 100px;
}
.advertisement-box {
  width: 343px;
  height: 340px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.advertisement-box .advertisement {
  width: 336px;
  height: 280px;
  background: #d8d8d8;
}
.game-item {
  margin-left: 20px;
  margin-bottom: 20px;
}
.game-item.bottom {
  margin-right: 20px;
  margin-left: 0;
}
.game-item.list {
  margin-left: 0;
  margin-right: 22px;
}
.game-item.list:nth-child(8n) {
  margin-right: 0;
}
.list-title {
  height: 60px;
  background: #ff5555;
  border-radius: 10px;
}
.list-title .image {
  height: 100%;
}
.swiper-box {
  position: relative;
}
.swiper-box::after {
  height: 100%;
  width: 150px;
  position: absolute;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  content: ' ';
  z-index: 10;
  pointer-events: none;
}
.swiper-box .swiper-prev,
.swiper-box .swiper-next {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
.swiper-box .swiper-prev {
  left: 0;
}
.swiper-box .swiper-next {
  right: 0;
}
.swiper-box .swiper-slide {
  width: 280px !important;
  height: 120px !important;
  border-radius: 20px;
  margin-right: 20px;
}
.swiper-box .swiper-slide:nth-child(1n) {
  background: #ff5555;
  border: 6px solid #ffdede;
}
.swiper-box .swiper-slide:nth-child(2n) {
  background: #55c2ff;
  border: 6px solid #d9f1ff;
}
.swiper-box .swiper-slide:nth-child(3n) {
  background: #fea52b;
  border: 6px solid #ffefd8;
}
.swiper-box .swiper-slide:nth-child(4n) {
  background: #c77fff;
  border: 6px solid #ecd4ff;
}
.swiper-box .swiper-slide:nth-child(5n) {
  background: #38e5bb;
  border: 6px solid #c7f6ea;
}
.swiper-box .swiper-item .image-box {
  width: 90px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 80px;
  border: 4px solid #bee8ff;
}
.swiper-box .swiper-item .image-box .image {
  width: 60px;
  height: 60px;
}
