.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;
}
.more-episode .more-child .layui-tab .layui-tab-content .layui-tab-item .ep-list .bg-lv {
  color: #00DC5B;
  background: #2F3138;
}
.xian {
  bottom: 0 !important;
}
#content {
  display: initial;
}
#content .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#content .top-box a {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #E8E8E9;
}
#content .top-box .share {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 20px;
}
#content .top-box .share span {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-right: 8px;
}
#content .top-box .share .img_link {
  display: flex;
  align-items: center;
}
#content .top-box .share .img_link a {
  margin-right: 12px;
}
#content .top-box .share .img_link a img {
  width: 32px;
  height: 32px;
}
#content .top-box .share .img_link a .img_qian {
  display: none;
}
#content .top-box .share .img_link a:hover .img_qian {
  display: block;
}
#content .top-box .share .img_link a:hover .img_shen {
  display: none;
}
#content .ad_box {
  margin-bottom: 24px;
}
#content .ad_box .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #575757;
}
#content .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
  color: #fff;
}
#content .video-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .video-cont .ad {
  width: 300px;
  height: 600px;
  position: relative;
}
#content .video-cont .ad .ad-title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #575757;
}
#content .video-cont .v-child {
  margin-bottom: 16px;
}
#content .video-cont .v-child .video-js .vjs-big-play-button {
  border: none;
  margin: 0;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
#content .video-cont .v-child .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  top: 9px;
}
#content .video-cont .v-btm {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#content .video-cont .v-btm .item-c h3 {
  font-family: s;
  font-weight: 400;
  font-size: 32px;
  color: #E8E8E9;
  margin-bottom: 16px;
}
#content .video-cont .v-btm .item-c .xing {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#content .video-cont .v-btm .item-c .xing img {
  width: 24px;
  height: 24px;
}
#content .video-cont .v-btm .item-c .xing span {
  font-family: m;
  font-weight: 400;
  font-size: 24px;
  color: #E8E8E9;
}
#content .video-cont .v-btm .item-c .xing span i {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
#content .video-cont .v-btm .btm-r {
  display: flex;
  margin-bottom: 24px;
}
#content .video-cont .v-btm .btm-r .like-box,
#content .video-cont .v-btm .btm-r .com-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .video-cont .v-btm .btm-r .like-box img,
#content .video-cont .v-btm .btm-r .com-box img {
  width: 32px;
  height: 32px;
}
#content .video-cont .v-btm .btm-r .like-box span,
#content .video-cont .v-btm .btm-r .com-box span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #E8E8E9;
}
#content .video-cont .v-btm .btm-r .like-box .like-hong,
#content .video-cont .v-btm .btm-r .com-box .like-hong {
  display: none;
}
#content .video-cont .v-btm .btm-r .hong .like-bai {
  display: none;
}
#content .video-cont .v-btm .btm-r .hong .like-hong {
  display: block;
}
#content .video-cont .v-btm .btm-r .like-box {
  margin-right: 27px;
}
#content .video-cont .ep {
  margin-bottom: 24px;
}
#content .video-cont .ep h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 400;
  color: #E8E8E9;
  margin-bottom: 12px;
}
#content .video-cont .ep h3 span {
  font-family: m;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
}
#content .video-cont .ep .ep-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(20px, 1fr));
  grid-gap: 8px;
}
#content .video-cont .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 .video-cont .ep .ep-list .ep-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#content .video-cont .ep .ep-list .ep-item:hover {
  color: #00DC5B;
  background: #2F3138;
}
#content .video-cont .ep .ep-list .bg-lv {
  color: #00DC5B;
  background: #2F3138;
}
#content .most_popular {
  margin-bottom: 16px;
}
#content .most_popular h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: s;
  font-weight: 400;
  color: #E8E8E9;
}
#content .most_popular .move_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 180px));
  grid-gap: 16px;
}
#content .most_popular .move_list .move_item {
  position: relative;
  overflow: hidden;
  height: 334px;
}
#content .most_popular .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .most_popular .move_list .move_item .move_cover {
  width: 100%;
  height: 242px;
}
#content .most_popular .move_list .move_item .move_btm {
  width: 180px;
  height: 192px;
  background: #121212;
  padding: 10px 8px;
}
#content .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 .most_popular .move_list .move_item .move_btm .fen {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .most_popular .move_list .move_item .move_btm .fen img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
#content .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 .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 .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 .most_popular .move_list .move_item .move_btm .btm_btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#content .most_popular .move_list .move_item .move_btm .btm_btn span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
}
#content .most_popular .move_list .move_item:hover .move_btm {
  transform: translateY(-96px);
  transition: 0.5s ease;
  background: #2F3138;
}
#content .statement {
  margin-bottom: 24px;
}
#content .statement h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: s;
  font-weight: 400;
  color: #E8E8E9;
}
#content .statement .cont {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .statement .cont a {
  color: #fff;
  text-decoration: underline;
}
#content .comments h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: s;
  font-weight: 400;
  color: #E8E8E9;
}
#content .comments .comments_top {
  padding-bottom: 16px;
  width: 100%;
}
#content .comments .comments_top .pinglun textarea {
  width: 100%;
  height: 132px;
  background: #2F3138;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  color: #999;
  font-size: 16px;
  font-family: m;
  border: none;
  box-sizing: border-box;
}
#content .comments .comments_top .pinglun textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-family: m;
}
#content .comments .comments_top .pinglun .piinglun_f {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
#content .comments .comments_top .pinglun .piinglun_f .rate {
  width: calc(100% - 216px);
  height: 52px;
  border-radius: 8px 8px 8px 8px;
  background: #2F3138;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-right: 16px;
}
#content .comments .comments_top .pinglun .piinglun_f .rate span {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
#content .comments .comments_top .pinglun .piinglun_f .rate .xing {
  transform: translateY(2px);
}
#content .comments .comments_top .pinglun .piinglun_f .rate .xing .layui-rate li i.layui-icon {
  font-size: 18px;
  color: #FFD61B;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .comments .comments_top .pinglun .piinglun_f button {
  width: 200px;
  height: 52px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 8px 8px 8px 8px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: m;
  border: none;
  cursor: pointer;
}
#content .comments .comments_list {
  margin-bottom: 16px;
}
#content .comments .comments_list .a_list {
  padding: 16px;
  background: #121212;
}
#content .comments .comments_list .a_list .a_list_t {
  display: flex;
}
#content .comments .comments_list .a_list .a_list_t .head_img {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  object-fit: cover;
  margin-right: 8px;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t {
  display: flex;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t h4 {
  color: #666666;
  line-height: 16px;
  font-size: 14px;
  font-family: m;
  margin-right: 8px;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing {
  transform: translateY(-2px);
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing .layui-rate {
  margin: 0;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #FFB800;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .comments .comments_list .a_list .a_list_t .neirong .text {
  color: #666666;
  line-height: 19px;
  font-size: 16px;
  font-family: S;
  margin-top: 6px;
  word-break: break-word;
}
#content .comments .comments_list .paging {
  margin-top: 30px;
  height: 50px;
  text-align: center;
}
#content .comments .comments_list .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .comments .comments_list .paging ul li {
  cursor: pointer;
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #121212;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #8C8D8F;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .comments .comments_list .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00DC5B;
  border-radius: 4px;
  border: none;
  color: #333;
}
#content .comments .comments_list .paging ul li:last-child {
  margin-right: 0;
}
#content .more {
  display: flex;
  align-items: center;
}
#content .more span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
}
#content .more img {
  width: 20px;
  height: 20px;
}
