#content .banner {
  width: 100%;
  margin-bottom: 24px;
}
#content .banner .swiper {
  overflow: hidden;
  position: relative;
  --swiper-pagination-color: #E8E8E9;
}
#content .banner .swiper .swiper-wrapper {
  display: flex;
}
#content .banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  opacity: 0;
  padding: 0 16px;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content .zt {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content .zt img {
  width: 32px;
  height: 32px;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content h3 {
  font-size: 30px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 16px;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content .cont_text {
  max-width: 210px;
  font-size: 12px;
  font-family: m;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin-bottom: 12px;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content .time {
  max-width: 204px;
  margin-bottom: 16px;
  font-size: 12px;
  font-family: m;
  font-weight: 400;
  color: #8C8D8F;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content .btn {
  width: 156px;
  height: 36px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content .btn img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#content .banner .swiper .swiper-wrapper .swiper-slide .slide_content .btn span {
  font-size: 18px;
  font-family: m;
  color: #E8E8E9;
}
#content .banner .swiper .swiper-wrapper .swiper-slide-active .slide_content {
  opacity: 1;
  transition: 2s ease;
}
#content .banner .swiper .swiper-wrapper .swiper-slide-next .slide_content,
#content .banner .swiper .swiper-wrapper .wiper-slide-prev .slide_content {
  opacity: 0;
  transition: 2s ease;
}
#content .banner .swiper .skr {
  width: 100%;
  height: 30px;
  transform: translateY(-30px);
  position: relative;
  z-index: 32;
  padding: 0 16px;
}
#content .banner .swiper .skr .swiper-pagination {
  text-align: left;
}
#content .banner .swiper .skr .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #8C8D8F;
  margin-right: 6px;
}
#content .cont_b {
  padding-left: 16px;
}
#content .cont_b .most_popular,
#content .cont_b .romance,
#content .cont_b .fantasy,
#content .cont_b .revenge {
  margin-bottom: 24px;
}
#content .cont_b .most_popular .top_title,
#content .cont_b .romance .top_title,
#content .cont_b .fantasy .top_title,
#content .cont_b .revenge .top_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-right: 12px;
}
#content .cont_b .most_popular .top_title h3,
#content .cont_b .romance .top_title h3,
#content .cont_b .fantasy .top_title h3,
#content .cont_b .revenge .top_title h3 {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
#content .cont_b .most_popular .top_title .more span,
#content .cont_b .romance .top_title .more span,
#content .cont_b .fantasy .top_title .more span,
#content .cont_b .revenge .top_title .more span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #8C8D8F;
}
#content .cont_b .most_popular .top_title .more img,
#content .cont_b .romance .top_title .more img,
#content .cont_b .fantasy .top_title .more img,
#content .cont_b .revenge .top_title .more img {
  width: 16px;
  height: 16px;
}
#content .cont_b .most_popular .move_list,
#content .cont_b .romance .move_list,
#content .cont_b .fantasy .move_list,
#content .cont_b .revenge .move_list {
  width: 100%;
  overflow: scroll;
  display: flex;
  flex-wrap: nowrap;
  padding-right: 4px;
}
#content .cont_b .most_popular .move_list::-webkit-scrollbar,
#content .cont_b .romance .move_list::-webkit-scrollbar,
#content .cont_b .fantasy .move_list::-webkit-scrollbar,
#content .cont_b .revenge .move_list::-webkit-scrollbar {
  /* WebKit */
  display: none;
}
#content .cont_b .most_popular .move_list .move_item,
#content .cont_b .romance .move_list .move_item,
#content .cont_b .fantasy .move_list .move_item,
#content .cont_b .revenge .move_list .move_item {
  position: relative;
  width: 150px;
  margin-right: 12px;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}
#content .cont_b .most_popular .move_list .move_item .coverlink,
#content .cont_b .romance .move_list .move_item .coverlink,
#content .cont_b .fantasy .move_list .move_item .coverlink,
#content .cont_b .revenge .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_b .most_popular .move_list .move_item .move_cover,
#content .cont_b .romance .move_list .move_item .move_cover,
#content .cont_b .fantasy .move_list .move_item .move_cover,
#content .cont_b .revenge .move_list .move_item .move_cover {
  width: 100%;
  height: 202px;
}
#content .cont_b .most_popular .move_list .move_item .move_btm,
#content .cont_b .romance .move_list .move_item .move_btm,
#content .cont_b .fantasy .move_list .move_item .move_btm,
#content .cont_b .revenge .move_list .move_item .move_btm {
  background: #121212;
  padding: 8px;
}
#content .cont_b .most_popular .move_list .move_item .move_btm h4,
#content .cont_b .romance .move_list .move_item .move_btm h4,
#content .cont_b .fantasy .move_list .move_item .move_btm h4,
#content .cont_b .revenge .move_list .move_item .move_btm h4 {
  height: 36px;
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
#content .cont_b .most_popular .move_list .move_item .move_btm .fen,
#content .cont_b .romance .move_list .move_item .move_btm .fen,
#content .cont_b .fantasy .move_list .move_item .move_btm .fen,
#content .cont_b .revenge .move_list .move_item .move_btm .fen {
  display: flex;
  align-items: center;
}
#content .cont_b .most_popular .move_list .move_item .move_btm .fen img,
#content .cont_b .romance .move_list .move_item .move_btm .fen img,
#content .cont_b .fantasy .move_list .move_item .move_btm .fen img,
#content .cont_b .revenge .move_list .move_item .move_btm .fen img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
#content .cont_b .most_popular .move_list .move_item .move_btm .fen span,
#content .cont_b .romance .move_list .move_item .move_btm .fen span,
#content .cont_b .fantasy .move_list .move_item .move_btm .fen span,
#content .cont_b .revenge .move_list .move_item .move_btm .fen span {
  width: 20px;
  height: 18px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
}
#content .cont_b .hot_topics {
  margin-bottom: 24px;
}
#content .cont_b .hot_topics .top_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-right: 12px;
}
#content .cont_b .hot_topics .top_title h3 {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
#content .cont_b .hot_topics .top_title .more span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #8C8D8F;
}
#content .cont_b .hot_topics .top_title .more img {
  width: 16px;
  height: 16px;
}
#content .cont_b .hot_topics .move_list {
  width: 100%;
  overflow: scroll;
  display: flex;
  flex-wrap: nowrap;
  padding-right: 4px;
}
#content .cont_b .hot_topics .move_list::-webkit-scrollbar {
  /* WebKit */
  display: none;
}
#content .cont_b .hot_topics .move_list .move_item {
  width: 300px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
}
#content .cont_b .hot_topics .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_b .hot_topics .move_list .move_item .move_cover {
  width: 300px;
  height: 169px;
  object-fit: cover;
}
#content .cont_b .hot_topics .move_list .move_item .move_btm {
  background: #121212;
  padding: 8px;
}
#content .cont_b .hot_topics .move_list .move_item .move_btm h4 {
  height: 46px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#content .cont_b .hot_topics .move_list .move_item .move_btm .btm_box {
  display: flex;
  align-items: center;
}
#content .cont_b .hot_topics .move_list .move_item .move_btm .btm_box img {
  width: 18px;
  height: 18px;
}
#content .cont_b .hot_topics .move_list .move_item .move_btm .btm_box span {
  width: calc(100% - 24px);
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-left: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont_b .hot_topics .move_list .move_item:hover .move_btm {
  background: #2F3138;
}
#content .cont_b .hot_topics .move_list .move_item:hover .move_btm h4 {
  color: #00DC5B;
}
