.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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_l .move-detail .detail-l {
  display: flex;
  align-items: center;
}
#content .cont_l .move-detail .detail-l .img-box {
  width: 150px;
  height: 200px;
  margin-right: 16px;
}
#content .cont_l .move-detail .detail-l .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont_l .move-detail .detail-l .item-c h3 {
  font-family: s;
  font-weight: 400;
  font-size: 32px;
  color: #E8E8E9;
  margin-bottom: 16px;
}
#content .cont_l .move-detail .detail-l .item-c .xing {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#content .cont_l .move-detail .detail-l .item-c .xing img {
  width: 24px;
  height: 24px;
}
#content .cont_l .move-detail .detail-l .item-c .xing span {
  font-family: m;
  font-weight: 400;
  font-size: 24px;
  color: #E8E8E9;
}
#content .cont_l .move-detail .detail-l .item-c .xing span i {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .move-detail .player {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 6px;
  margin-right: 40px;
}
#content .cont_l .move-detail .player img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .cont_l .move-detail .player span {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
#content .cont_l .most_popular {
  margin-bottom: 16px;
}
#content .cont_l .most_popular h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
#content .cont_l .most_popular .move_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 180px));
  grid-gap: 20px;
}
#content .cont_l .most_popular .move_list .move_item {
  position: relative;
  overflow: hidden;
  height: 334px;
}
#content .cont_l .most_popular .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_l .most_popular .move_list .move_item .move_cover {
  width: 100%;
  height: 242px;
}
#content .cont_l .most_popular .move_list .move_item .move_btm {
  width: 180px;
  height: 192px;
  background: #121212;
  padding: 10px 8px;
}
#content .cont_l .most_popular .move_list .move_item .move_btm h4 {
  height: 46px;
  font-size: 18px;
  font-family: r;
  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: 8px;
}
#content .cont_l .most_popular .move_list .move_item .move_btm .fen {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont_l .most_popular .move_list .move_item .move_btm .fen img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
#content .cont_l .most_popular .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_l .most_popular .move_list .move_item .move_btm .move_time {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  line-height: 16px;
  margin-bottom: 16px;
}
#content .cont_l .most_popular .move_list .move_item .move_btm .btm_btn {
  width: 164px;
  height: 32px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_l .most_popular .move_list .move_item .move_btm .btm_btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#content .cont_l .most_popular .move_list .move_item .move_btm .btm_btn span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
}
#content .cont_l .most_popular .move_list .move_item:hover .move_btm {
  transform: translateY(-96px);
  transition: 0.5s ease;
  background: #2F3138;
}
#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 .share {
  display: flex;
  align-items: center;

  margin-bottom: 20px;
}
#content .cont_l .share span {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-right: 8px;
}
#content .cont_l .share .img_link {
  display: flex;
  align-items: center;
}
#content .cont_l .share .img_link a {
  margin-right: 12px;
}
#content .cont_l .share .img_link a img {
  width: 32px;
  height: 32px;
}
#content .cont_l .share .img_link a .img_qian {
  display: none;
}
#content .cont_l .share .img_link a:hover .img_qian {
  display: block;
}
#content .cont_l .share .img_link a:hover .img_shen {
  display: none;
}
