.video-detail-container {
  margin: 0.24rem 0;
}
.video-detail-container .video-info {
  height: 6rem;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.video-detail-container .video-info .video-info-title {
  width: 100%;
  height: 1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.1rem;
}
.video-detail-container .video-info .video-info-title .text {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  margin-bottom: 0.1rem;
}
.video-detail-container .video-info .video-info-title .date {
  font-size: 0.2rem;
  color: #999;
  z-index: 2;
}
.video-detail-container .video-info .video-info-wrap {
  width: 100%;
  flex: 1;
  background: url(../../../images/blue/replay-container-bg.png) no-repeat center;
  background-size: 9rem;
  display: flex;
  justify-content: center;
}
.video-detail-container .video-info .video-info-wrap .form {
  width: 6rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: url(../../../images/blue/video_bg.png) no-repeat center;
  background-size: 6rem;
}
.video-detail-container .video-info .video-info-wrap .form .form-title {
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 0.28rem;
  font-weight: bold;
  border-bottom: 1px solid #cfd5e2;
}
.video-detail-container .video-info .video-info-wrap .form .form-title p {
  display: inline-block;
  border-bottom: 2px solid #000;
}
.video-detail-container .video-info .video-info-wrap .form .form-list {
  flex: 1;
  width: 100%;
  overflow-y: auto;
}
.video-detail-container .video-info .video-info-wrap .form .form-list .form-item {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
}
.video-detail-container .video-info .video-info-wrap .form .form-list .form-item .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.video-detail-container .video-info .video-info-wrap .form .form-list .form-item .icon img {
  width: 0.3rem;
}
.video-detail-container .video-info .video-info-wrap .form .form-list .form-item .name {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  flex: 1;
}
.video-detail-container .video-info .video-info-wrap .form .form-list .form-item .name:hover {
  color: #c10B33;
}
.video-detail-container .video-info .video-info-tags {
  display: flex;
  color: #c10B33;
  font-size: 0.24rem;
  margin: 0.24rem 0.32rem;
}
.video-detail-container .video-info .video-info-tags a {
  color: #c10B33;
  margin-left: 0.1rem;
  max-width: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-other {
  margin: 0.24rem 0.32rem 0;
  background: #fff;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.video-other h2 {
  padding: 0 0.32rem;
}
.video-other .video-detail {
  padding-top: 0;
}
