


.subtitle-btn {
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
}

.subtitle-btn i {
  margin-right: 5px;
}

.layui-layer {
  /* min-width: 688px; */
  width: 35%;
  border-radius: 12px;
}

.lang-layer-content {
  padding: 0 27px 86px 27px;
}

.lang-layer-content .title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
.lang-item {
  display: inline-block;
  margin-top: 26px;
  width: 25%;
  cursor: pointer;
}

.lang-item.active {
  color: #0E3AFF;
}

.lang-item i {
  font-size: 12px;
}

.bottom-wrap {
  display: flex;

  width: 1400px;
  margin: 20px auto 0;

  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFF 94%);
}

.bottom-wrap .vod-comment.wrap {
  width: 988px;
}
.bottom-wrap .vod-comment.wrap .action-wrap {
  border-radius: 6px;
  opacity: 1;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #E6EAF6;

  padding: 19px 42px 19px 22px;

  font-size: 16px;
  line-height: normal;

  display: flex;
  justify-content: space-between;

  margin-bottom: 30px;
}

.bottom-wrap .vod-comment.wrap .action-wrap img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.bottom-wrap .vod-comment.wrap .action-wrap .column {
  display: flex;
  align-items: center;
}
.bottom-wrap .vod-comment.wrap .action-wrap .column .chapter-like {
  width: 20px;
  height: 20px;
  margin-right: 5px;

  background: url('/static/home/img/icon/like.svg');
  background-size: cover;

  cursor: pointer;
}

.bottom-wrap .vod-comment.wrap .action-wrap .column .chapter-like.active {
  background: url('/static/home/img/icon/like-active.svg');
  background-size: cover;
}

#AI-teacher .loading {
  width: 3px;
  height: 5px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  left: -20px;

  padding: 0;
  animation: loading-animation 1s linear infinite alternate;
}

@keyframes loading-animation {
  0% {
    box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0),
      30px 0 rgba(255, 255, 255, 0), 40px 0 rgba(255, 255, 255, 0),
      50px 0 rgba(255, 255, 255, 0);
  }

  20% {
    box-shadow: 10px 0 #ddd, 20px 0 rgba(255, 255, 255, 0),
      30px 0 rgba(255, 255, 255, 0), 40px 0 rgba(255, 255, 255, 0),
      50px 0 rgba(255, 255, 255, 0);
  }

  40% {
    box-shadow: 10px 0 #ddd, 20px 0 #ddd, 30px 0 rgba(255, 255, 255, 0),
      40px 0 rgba(255, 255, 255, 0), 50px 0 rgba(255, 255, 255, 0);
  }

  60% {
    box-shadow: 10px 0 #ddd, 20px 0 #ddd, 30px 0 #ddd,
      40px 0 rgba(255, 255, 255, 0), 50px 0 rgba(255, 255, 255, 0);
  }

  80% {
    box-shadow: 10px 0 #ddd, 20px 0 #ddd, 30px 0 #ddd, 40px 0 #ddd,
      50px 0 rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 10px 0 #ddd, 20px 0 #ddd, 30px 0 #ddd, 40px 0 #ddd, 50px 0 #ddd;
  }
}