.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: inherit;
  height: inherit;

  /* background-image: linear-gradient(to top, #30cfd0 10%, #330867 100%); */
  background: #fff;
  color: #ffffff;
}

.outbox {
  display: flex;
  flex-direction: row;
  flex-wrap: inherit;
  justify-content: center;
  align-content: center;
  align-items: center;
  /* border: 0.625rem solid rgba(1, 1, 1, 0.2);
  width: 15rem;
  height: 15rem; */
  border: 0.017rem solid rgba(1, 1, 1, 0.2);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-top: 0.167rem;
}

.svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.433rem;
  height: 0.433rem;
}
.cls {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 16.7;
  stroke-dasharray: 785;
  stroke-dashoffset: 785;
  transform: rotate(270deg);
  transform-origin: 50% 50%;
}
.run-anim {
  -webkit-animation-name: dash;
  -moz-animation-name: dash;
  -o-animation-name: dash;
  animation-name: dash;
  animation-duration: 0s;
  animation-play-state: paused;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes dash {
  0% {
    stroke: #fff;
    stroke-dashoffset: 785;
  }
  100% {
    stroke: #fff;
    stroke-dashoffset: 0;
  }
}

@keyframes ani {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}

div {
  font-size: 12px !important;
}

.picture-live {
  width: 4.5rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.16rem;
  position: absolute;
  bottom: 1.28rem;
  left: 50%;
  height: 1.07rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.picture-live .img-box {
  width: 1.87rem;
  border-radius: 0.16rem 0 0 0.16rem;
  height: 100%;
  position: relative;
}
.time-nows {
  position: absolute;
  font-size: 0.21rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.08rem;
  right: 0.05rem;
  bottom: 0.05rem;
  color: #fff;
  padding: 0 0.11rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
}

.picture-live .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 0.16rem 0 0 0.16rem;
  object-fit: cover;
}
.picture-live .title {
  font-size: 0.27rem;
  color: #fff;
  flex: 1;
  min-width: 0;
  padding: 0 0.16rem;
  max-width: 2.5rem;
}
.text-ellipsis-2 {
  overflow: hidden;
  /*隐藏多出部分文字*/
  text-overflow: ellipsis;
  /*用省略号代替多出部分文字*/
  display: -webkit-box;
  /* 显示多行文本容器 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.play-img {
  padding: 0 0.27rem;
  position: relative;
}
.play-img img {
  width: 0.43rem;
  height: 0.43rem;
}
.play-img::after {
  position: absolute;
  display: block;
  content: " ";
  width: 0.01rem;
  height: 0.64rem;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.close-down {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  background: rgba(0, 0, 0, 0.6);
  right: -0.48rem;
  top: -0.48rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-down img {
  width: 0.18rem;
  height: 0.18rem;
}
.back-top {
  font-size: 0.32rem;
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 22;
  padding: 0.12rem 0.24rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.4rem;
}
.back-top img {
  width: 0.53rem;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  display: flex;
  align-items: center;
  justify-content: center;
}
