.video-bg {
  width: 100%;
  /* height: 25rem; */
  background-color: #000;
  color: #fff;
  position: relative;
}
.picture-bar.out-picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: transform 0.5s;
}
.picture-bar.out-picture .video-close {
  display: none;
}
.picture-bar.out-picture .video-wraper {
  width: 100%;
  /* height: 25rem; */
}
.picture-bar.out-picture .picture-right {
  display: none;
}
.picture-bar.in-picture {
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 999;
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.picture-bar.in-picture .video-wraper {
  width: 13rem;
  height: 7.5rem;
  margin-left: 1.5rem;
}
.picture-bar.in-picture .video-close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.picture-bar.in-picture .video-wraper ::v-deep .vjs-control-bar {
  display: none !important;
}
.picture-bar.in-picture .picture-right {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
}
.picture-bar.in-picture .picture-right .video-title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-family: PingFang SC;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.picture-bar.in-picture .vjs-control-bar {
  display: none !important;
}
.picture-bar.in-picture .vjs-big-play-button {
  display: none !important;
}
.picture-bar.in-picture video {
  height: 100%!important;
}
.picture-bar.in-picture .vjs-default-skin {
  height: 100%!important;
}
@keyframes an {
  from {
    right: -25rem;
  }
  to {
    right: 0;
  }
}
#top-outer-video-wraper {
  font-size: 62.75%;
  width: 100%;
  height: 0.01rem;
  position: fixed;
  left: 0;
  top: -1;
}
