#view {
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}
#view img {
  object-fit: contain;
}
.view-content {
  width: 90rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.view-left {
  width: 61.25rem;
}

.video-container {
  position: relative;
  border-radius: 12px 12px 0px 0px;
  background: #000;
  /* background: #BDD9FFF2; */
  /* overflow: hidden; */
}
video {
  height: 34.375rem;
  border-radius: 12px 12px 0px 0px;
}
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.mask .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  width: 5.5rem;
  height: 88px;
  height: 5.5rem;
  background: url(../images/product/icon_bf.png) no-repeat;
  background-size: 100% 100%;
}
.video-info {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 1.875rem 1.75rem;
  border-radius: 0px 0px 12px 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px #132E5119;
}
.video-info-left h3{
  color: #212937;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
.video-desc {
  display: flex;
  color: #91A4B7;
  font-size: 1rem;
  line-height: 1rem;
}
.video-desc p {
  margin-right: 1.25rem;
}
.video-desc p img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.3125rem;
  vertical-align: bottom;
}
.video-info-right {
  color: #637287;
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: flex;
}
.video-info-right img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.3125rem;
  vertical-align: bottom;
}
.collect-btn {
  margin-right: 1rem;
}
.view-right {
  width: 26.375rem;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px #132E5119;
  height: 41.5rem;
  position: relative;
}
.video-title {
  padding: 1.125rem;
}
.video-title i {
  margin-right: 0.625rem;
}
.video-title span {
  color: #212937;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
}
.img-container img{
  width: 100%;
  height: 100%;

}
.video-list .li-item {
  display: flex;
  padding: 0.5rem 1.3125rem 0.875rem;
}
.img-container {
  position: relative;
  width: 3.5rem;
  height: 3.375rem;
}
.video-list .li-item .play {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/view/img_training_video.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
}
.img-container .time {
  color: #FFFFFF;
  font-size: 0.36rem;
  line-height: 0.36rem;
  position: absolute;
  right: 0.3125rem;
  bottom: 0.5rem;
}
.video-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.video-item-title {
  color: #414A56;
  font-weight: 500;
  margin-bottom: 0.375rem;
}
.video-status {
  color: #979797;
}
.video-status .el-icon-circle-check {
  color: #22C55E;
  margin-right: 0.3125rem;
}
.current-play {
  background: #EBF4FF;
  border-color: 1px sloid #328FFF;
  border-left: 4px solid #328FFF;
}
.video-list-ul {
  height: 33.25rem;
  overflow: hidden;
}
.video-list-all {
  height: calc(100% - 3.25rem);
  overflow-y: auto;
  box-sizing: border-box;
}
.more-videos {
  position: absolute;
  left: 1.875rem;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  color: #1875F0;
  font-size: 1rem;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #1875F0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-videos span {
  background-image: url('../images/view/video_more@2x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.5rem;
  height: 0.3125rem;
  margin-left: 0.6875rem;
  display: inline-block;
}
