.video-wrapper {
  padding: 22px;
}

.video-title {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 10px;
}

.video-data {
  display: flex;
  margin-bottom: 20px;
}

.video-data-item {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.video-data-item + .video-data-item {
  margin-left: 15px;
}

.video-player-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 618px;
  background-color: #f9f9f9;
  overflow: hidden;
  border-radius: 6px;
}

#videoPlayer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-content {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
}

.video-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.video-tab-item {
  box-sizing: border-box;
  min-width: 90px;
  padding: 0 20px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-tab-item span {
  display: inline-block;
  height: 100%;
  position: relative;
}

.video-tab-item span::after {
  margin: 0 auto;
  display: block;
  content: " ";
  width: 18px;
  height: 4px;
  background-color: transparent;
  border-radius: 2px;
}
.video-tab-item.actived {
  color: #3366cc;
}

.video-tab-item.actived span::after {
  background-color: #3366cc;
}

.video-tabs-content {
  padding: 24px;
}

.video-tabs-content .video-tabs-content-item {
  display: none;
}
.video-tabs-content .video-tabs-content-item.actived {
  display: block;
}

.info-item {
  line-height: 24px;
  font-size: 16px;
  display: flex;
}

.info-item::after {
  display: block;
  content: " ";
  clear: both;
}

.info-item + .info-item {
  margin-top: 20px;
}

.info-label {
  width: 104px;
  color: #999;
  flex-shrink: 0;
}

.info-value {
  flex: 1;
  color: #333;
}

.reference-list {
  margin: 24px 0;
}

.reference-title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}

.reference-item {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.reference-item + .reference-item {
  margin-top: 18px;
}

.reference-item a {
  color: #3366cc;
}

.reference-no {
  margin-right: 10px;
}

.video-quote {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.video-quote-title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 18px;
}

.video-quote-item {
  display: flex;
  font-size: 14px;
  line-height: 22px;
}

.video-quote-item + .video-quote-item {
  margin-top: 18px;
}

.video-quote-item-label {
  width: 70px;
  flex-shrink: 0;
  color: #999;
}

.video-quote-item-value {
  flex: 1;
  color: #333;
}

.doi-a {
  color: #ff9500;
  transition: all 0.05s linear;
}

.doi-a:hover {
  color: #ffb144;
  text-decoration: underline;
}

.reporter-item {
  background-color: #f8f8f8;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
}

.reporter-item + .reporter-item {
  margin-top: 20px;
}

.reporter-left {
  flex-shrink: 0;
  width: 120px;
  margin-right: 24px;
}

.reporter-cover {
  width: 120px;
  min-height: 120px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.reporter-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.reporter-right {
  flex: 1;
  min-width: 200px;
}

.reporter-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}

.reporter-data {
  margin-bottom: 14px;
}

.reporter-data span {
  color: #999;
  font-size: 14px;
}

.reporter-data span + span {
  margin-left: 30px;
}

.reporter-info {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  font-weight: 400;
}
