.secondary-category {
  color: #343434;
  font-size: 14px;
}

.secondary-category a:hover {
  color: #4e8cff;
}

/* 文章详情s */

.article-detail {
  width: 648px;
  margin-bottom: 50px;
}

.article-main img {
  max-width: 648px;
}

.article-detail em {
  font-style: italic;
}

.article-detail .vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3em;
  height: 1.95em;
}

.article-detail .vjs-default-skin .vjs-big-play-button:before {
  line-height: 2em;
}

.article-detail-title {
  color: #343434;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.article-detail-supplyment {
  color: #9a9a9a;
  font-size: 12px;
  margin-bottom: 40px;
}

.article-detail-supplyment span > img {
  display: inline-block;
  margin: 0 2px 0 0;
}

/* 文章详情e */
