.more-episode {
  position: fixed;
  bottom: -400px;
  left: 0;
  width: 100%;
  z-index: 17;
  background: #1F2126;
  transition: all 0.3s;
}
.more-episode .more-child {
  width: 1280px;
  margin: 0 auto;
}
.more-episode .more-child .layui-tab {
  width: 100%;
  padding: 0 24px;
}
.more-episode .more-child .layui-tab .t-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-episode .more-child .layui-tab .t-box h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 400;
  color: #E8E8E9;
  margin-bottom: 12px;
}
.more-episode .more-child .layui-tab .t-box h3 span {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #999999;
}
.more-episode .more-child .layui-tab .t-box .ep-close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more-episode .more-child .layui-tab .t-box .ep-close img {
  width: 16px;
  height: 16px;
}
.more-episode .more-child .layui-tab .layui-tab-title {
  border-color: #000;
}
.more-episode .more-child .layui-tab .layui-tab-title li {
  font-family: m;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  margin-right: 16px;
}
.more-episode .more-child .layui-tab .layui-tab-title li:last-child {
  margin-right: 0;
}
.more-episode .more-child .layui-tab .layui-tab-title .layui-this {
  color: #00DC5B;
  padding: 0;
}
.more-episode .more-child .layui-tab .layui-tab-title .layui-this::after {
  border-bottom: 2px solid #00DC5B;
}
.more-episode .more-child .layui-tab .layui-tab-content {
  padding: 10px 0;
  min-height: 272px;
}
.more-episode .more-child .layui-tab .layui-tab-content .layui-tab-item .ep-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(20px, 1fr));
  grid-gap: 8px;
}
.more-episode .more-child .layui-tab .layui-tab-content .layui-tab-item .ep-list .ep-item {
  padding: 12px 0;
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #E8E8E9;
  text-align: center;
  background: #121212;
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
.more-episode .more-child .layui-tab .layui-tab-content .layui-tab-item .ep-list .ep-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.more-episode .more-child .layui-tab .layui-tab-content .layui-tab-item .ep-list .ep-item:hover {
  color: #00DC5B;
  background: #2F3138;
}
.xian {
  bottom: 0 !important;
}
#content .cont_l .move_detail .de_box .img-box {
  margin-right: 16px;
  position: relative;
}
#content .cont_l .move_detail .de_box .img-box .de_move_cover {
  margin-right: 0;
}
#content .cont_l .move_detail .de_box .zt {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#content .cont_l .move_detail .de_box .zt img {
  width: 32px;
  height: 32px;
}
#content .cont_l .ep {
  margin-bottom: 24px;
}
#content .cont_l .ep h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 12px;
}
#content .cont_l .ep h3 span {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #999999;
}
#content .cont_l .ep .ep-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(20px, 1fr));
  grid-gap: 8px;
}
#content .cont_l .ep .ep-list .ep-item {
  padding: 12px 0;
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #E8E8E9;
  text-align: center;
  background: #121212;
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
#content .cont_l .ep .ep-list .ep-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#content .cont_l .ep .ep-list .ep-item:hover {
  color: #00DC5B;
  background: #2F3138;
}
#content .cont_l .photos .lb {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#content .cont_l .photos .lb .swiper {
  overflow: hidden;
}
#content .cont_l .photos .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 8px;
}
#content .cont_l .photos .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont_l .photos .lb .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 0;
  height: 200px;
}
#content .cont_l .photos .lb .swiper-button-prev,
#content .cont_l .photos .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont_l .photos .lb .swiper-button-prev {
  left: 0;
}
#content .cont_l .photos .lb .swiper-button-next {
  right: 0;
}
