/* 视频稿 */

.video-page {
  max-width: 660px;
  margin: 0 auto;
}

.video-page video {
  display: block;
  width: 100%;
}

.video-main {
  padding: 0.3rem;
}

.video-main .title {
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
}

.video-main .base {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
}

.video-main .base .source {
  margin-right: 0.26rem;
  color: #333;
}

.video-main .base .time {
  color: #999;
  /* 修正了缺少#的颜色值 */
}

.video-main .content {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666;
}

.video-main .editor {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666;
}
