#content .ad-box {
  margin-bottom: 20px;
}
#content .ad-box .ad-title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  line-height: 16px;
  text-align: center;
}
#content .lb {
  position: relative;
  margin-bottom: 52px;
  width: 100%;
}
#content .lb .swiper {
  overflow: hidden;
}
#content .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
#content .lb .swiper .swiper-wrapper .swiper-slide figure a {
  display: block;
}
#content .lb .swiper .swiper-wrapper .swiper-slide figure a img {
  box-shadow: 0px 32px 20px -21px #E5E5E5;
  border-radius: 16px;
  width: 402px;
  height: 230px;
}
#content .lb .swiper-pagination {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#content .lb .swiper-pagination .swiper-pagination-bullet {
  background: #F17322;
  margin-right: 7px;
}
#content .lb .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#content .app-box,
#content .game-box {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 20px;
}
#content .app-box .title,
#content .game-box .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
#content .app-box .title h3,
#content .game-box .title h3 {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
}
#content .app-box .title a,
#content .game-box .title a {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
}
#content .app-box .app-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(10px, 1fr));
  grid-gap: 16px;
}
#content .app-box .app-list .app-item {
  border: 1px solid #fff;
  border-radius: 8px;
}
#content .app-box .app-list .app-item a {
  padding: 16px;
  display: block;
}
#content .app-box .app-list .app-item a img {
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  margin-bottom: 8px;
}
#content .app-box .app-list .app-item a h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
#content .app-box .app-list .app-item:hover {
  border-color: #F17322;
  box-shadow: 0px 8px 22px 0px #ECECEC;
}
#content .app-box .app-list .app-item:hover a h4 {
  color: #F17322;
  text-decoration: underline;
}
#content .game-box .game-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  grid-gap: 16px;
}
#content .game-box .game-list .game-item {
  border: 1px solid #fff;
  border-radius: 16px;
}
#content .game-box .game-list .game-item a {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .game-box .game-list .game-item a .cover {
  width: 80px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
}
#content .game-box .game-list .game-item a .center {
  width: calc(100% - 134px);
}
#content .game-box .game-list .game-item a .center h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: r;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .game-box .game-list .game-item a .center span {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
}
#content .game-box .game-list .game-item a .center .pf i {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
}
#content .game-box .game-list .game-item a .center .pf .star {
  width: 12px;
  height: 12px;
}
#content .game-box .game-list .game-item a .more,
#content .game-box .game-list .game-item a .more-c {
  width: 30px;
  height: 30px;
}
#content .game-box .game-list .game-item a .more-c {
  display: none;
}
#content .game-box .game-list .game-item:hover {
  border-color: #F17322;
  box-shadow: 0px 8px 22px 0px #ECECEC;
}
#content .game-box .game-list .game-item:hover a .center h4 {
  color: #F17322;
  text-decoration: underline;
}
#content .game-box .game-list .game-item:hover a .more {
  display: none;
}
#content .game-box .game-list .game-item:hover a .more-c {
  display: block;
}
#content .categories {
  margin-bottom: 20px;
}
#content .categories h3 {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
#content .categories .cate-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(10px, 1fr));
  grid-gap: 16px;
}
#content .categories .cate-list .cate-item {
  border: 1px solid #fff;
  border-radius: 8px;
  background: #FFFFFF;
}
#content .categories .cate-list .cate-item a {
  padding: 20px;
  display: block;
}
#content .categories .cate-list .cate-item a h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
#content .categories .cate-list .cate-item:hover {
  border-color: #F17322;
  box-shadow: 0px 8px 22px 0px #ECECEC;
}
#content .categories .cate-list .cate-item:hover a h4 {
  color: #F17322;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .app-box .app-list {
    grid-template-columns: repeat(5, minmax(10px, 1fr));
  }
  #content .game-box .game-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .categories .cate-list {
    grid-template-columns: repeat(5, minmax(10px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .app-box .app-list {
    grid-template-columns: repeat(5, minmax(10px, 1fr));
  }
  #content .game-box .game-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .categories .cate-list {
    grid-template-columns: repeat(5, minmax(10px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .app-box .app-list {
    grid-template-columns: repeat(4, minmax(10px, 1fr));
  }
  #content .game-box .game-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .categories .cate-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .lb .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #content .lb .swiper .swiper-wrapper .swiper-slide figure a img {
    width: 100%;
  }
  #content .app-box .app-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .game-box .game-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
  #content .categories .cate-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
