.video1-container {
  /* font-family: PingFang SC, serif; */
  font-family: Arial, sans-serif;
  font-weight: 400;
  padding-top: 24px;
  padding-bottom: 100px;
}

.video1-container .video1-container-head{
  display: flex;
  align-items: center;
}
.video1-container .video1-container-head .video1-container-head-bgr{
  width: 72px;
  height: 36px;
  background-color:#006CB9;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: white;
  margin-right: 16px;
  border-radius: 2px;
}

.video1-container .v-title {
  font-size: 36px;
  line-height: 40px;
  margin: 24px 0px;
  font-weight: 500;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
  text-wrap: wrap;
}
.video1-container .v-player-box {
  /* background: linear-gradient(180deg, #000000 0%, #1D2129 100%); */
  padding-bottom: 24px;
  border-radius: 4px;
  /* height: 708px; */
}
.video1-container .v-player-box .v-player {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: inherit;
}
.video1-container .v-player-box .v-info {
  /* padding: 0 24px; */
}
.video1-container .v-player-box .v-info .info-content {
  padding-top: 24px ;
  font-size: 18px;
  color: #1D2129;
}
.video1-container .v-player-box .v-info .info-ext {
  padding-top: 24px ;
  font-size: 14px;
  color: #86909C;
  display: flex;
}
.video1-container .v-player-box .v-info .info-ext > span {
  margin-right: 20px;
}
.video1-container .v-player-box .v-info .v-tools {
  display: none;
  font-size: 12px;
  color: #E5E6EB;
  /* display: flex; */
  line-height: 22px;
  justify-content: end;
  margin-top: 16px;
  text-align: center;
}
.video1-container .v-player-box .v-info .v-tools > div {
  margin-right: 26px;
}
.video1-container .v-player-box .v-info .v-tools > div:hover {
  cursor: pointer;
  opacity: .7;
}
.video1-container .v-player-box .v-info .v-tools .tool-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
