.news-flex {
  top: 44px;
  width: 100%;
  max-width: 900px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.video-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-height: 0;
  display: flex;
  justify-content: center;
  background-color: #010101;
  z-index: 9999;
}

video.main-video {
  max-width: 100%;
  margin: 0 auto;
}

.content-detail {
  /* padding: 0 24px 32px; */
  padding-bottom: 32px;
  padding-top: 15px;
}

.simplify.active {
  max-height: inherit;
  overflow: inherit;
}

.origin-icons-time .pub-time,
.origin-icons-time .pub-time-app {
  /* font-size: 28px; */
  font-size: 1.16rem;
  font-weight: 400;
  color: #adb1bd;
  line-height: 14px;
}

/* tabbar切换 */
.tabbar {
  width: 100%;
  max-width: 1024px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F3F3;
  position: fixed;
  top: 0;
  z-index: 99;
  margin-top: calc(56.25% + 44px);
}

.tabbar div {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.33rem;
  color: #696B6D;
  width: 50%;
}

.tabbar div.active {
  color: #ED3321;
  position: relative;
}

.tabbar div.active::after {
  content: "";
  width: 28px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background-color: #ED3321;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tabbar .num {
  font-size: 1rem;
}

@media (prefers-color-scheme: dark) {
  .article-title,
  .content-detail > h1 {
    color: #D1D1D1;
  }
  .origin-icons .pub-time,
  .origin-icons .play-count {
    color: #6D6D6D;
  }
  .tabbar {
    color: #D1D1D1;
    background-color: #1B1B1B;
    border-bottom: 1px solid #454545;
  }
}