.swipe_item[data-v-d8dfca10] {
  margin-left: 16px;
  width: 6.56rem;
  transition: width 1s;
  flex-shrink: 0;
}
.is-active[data-v-d8dfca10] {
  width: 7rem;
}

.swipe {
  display: flex;
  transition: transform 0.5s;
  will-change: transform, height;
}

.videos[data-v-d6d09c2a] {
  position: relative;
  z-index: -1;
}
@keyframes rotate-d6d09c2a {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}
.loader[data-v-d6d09c2a] {
  width: 58px;
  height: 58px;
  background: rgba(15, 16, 17, 0.3);
  border-radius: 50%;
  position: relative;
}
.loader .ball-clip-rotate[data-v-d6d09c2a] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader .ball-clip-rotate > div[data-v-d6d09c2a] {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  animation: rotate-d6d09c2a 0.75s 0s linear infinite;
}
.video-player[data-v-d6d09c2a] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.video-player .poster[data-v-d6d09c2a] {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-player video[data-v-d6d09c2a] {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
}
.video-player .control[data-v-d6d09c2a] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: transparent;
}
.video-player .control .play[data-v-d6d09c2a] {
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-player .control .play img[data-v-d6d09c2a] {
  width: 100%;
  height: 100%;
}
.video-player .control-bar[data-v-d6d09c2a] {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  height: 26px;
  display: flex;
  align-items: center;
}
.video-player .control-bar span[data-v-d6d09c2a] {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.video-player .control-bar .progress[data-v-d6d09c2a] {
  position: relative;
  margin: 0 8px;
  width: 203px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}
.video-player .control-bar .progress .progress-move[data-v-d6d09c2a] {
  width: 100%;
  height: 26px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background-color: transparent;
}
.video-player .control-bar .progress .progress-btn[data-v-d6d09c2a] {
  position: absolute;
  left: -3px;
  top: -4px;
  transition: all 16ms;
}
.video-player .control-bar .progress .ignore[data-v-d6d09c2a] {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
}
.video-player .control-bar .progress .progress-loaded[data-v-d6d09c2a] {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 2px;
  transition: all 16ms;
}
.video-player .control-bar .full-screen[data-v-d6d09c2a] {
  width: 26px;
  height: 26px;
  margin-left: 8px;
}
.video-player .control-bar .full-screen img[data-v-d6d09c2a] {
  width: 100%;
  height: 100%;
}
.video-player .error[data-v-d6d09c2a] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.video-player .error .lose[data-v-d6d09c2a] {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 23px;
  margin-top: 63px;
  margin-bottom: 40px;
}
.video-player .error .retry[data-v-d6d09c2a] {
  margin: 0 auto;
  text-align: center;
  line-height: 38px;
  width: 101px;
  height: 38px;
  background: #ffffff;
  border-radius: 19px;
  font-size: 15px;
  color: #008eff;
}

