@charset "UTF-8";
.ssr-image {
&[data-v-102c374c] {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  --error-bg-color: #262727;
  --error-text-placeholder-color: #8d9095;
}
img[data-v-102c374c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
> .empty-img[data-v-102c374c] {
    width: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}
> .err-empty[data-v-102c374c] {
    width: 100%;
    height: 100%;
    background-color: var(--error-bg-color);
    color: var(--error-text-placeholder-color);
    font-size: 14px;
}
}
.my-dialog {
  background: #0d0e11 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  position: relative !important;
  padding: 0px !important;
  border-radius: 22px !important;
}
.my-dialog .el-dialog__header {
  padding: 0 !important;
}.dialog-video[data-v-9d8cf9f0] {
  max-width: 90vw;
  max-height: 90vh;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  position: relative;
}
.dialog-video .video-popover[data-v-9d8cf9f0] {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}
.dialog-video .close-icon[data-v-9d8cf9f0] {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: -40px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.2s;
}
.dialog-video .close-icon[data-v-9d8cf9f0]:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.dialog-video .close-icon .ali-icon[data-v-9d8cf9f0] {
  width: 100%;
  height: 100%;
}
.dialog-video .popover-icon[data-v-9d8cf9f0] {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.dialog-video .popover-icon[data-v-9d8cf9f0]:hover {
  background: rgba(255, 255, 255, 0.4);
}
.dialog-video .popover-icon .ali-icon[data-v-9d8cf9f0] {
  width: 20px;
  height: 20px;
}
.dialog-video .operate-btn[data-v-9d8cf9f0] {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: none;
}.video[data-v-f210f976] {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .mask[data-v-f210f976] {
  position: absolute;
  z-index: 99;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .mask .icon-quanping[data-v-f210f976] {
  position: absolute;
  bottom: 16px;
  right: 12px;
  font-size: 20px;
  color: #ffffff;
  z-index: 10000;
}
.video video[data-v-f210f976] {
  background: #0d0e11;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.video .video-loading[data-v-f210f976] {
  background-color: #2a2f3a;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  max-height: 50vh;
  height: 400px;
}
.video .empty-loading[data-v-f210f976] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2f3a;
  max-height: 50vh;
  height: 400px;
}
.video .empty-loading[data-v-f210f976]:first-child {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.video .empty-loading[data-v-f210f976]:last-child {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.video .empty-loading .loading-img[data-v-f210f976] {
  width: 30px;
  height: 30px;
  animation: rotate 1.5s linear infinite;
}
.video .loading-text[data-v-f210f976] {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.video .progress-bar[data-v-f210f976] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #dbdbdb;
}
.video .played-progress-bar[data-v-f210f976] {
  transition: all 0.1s;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 4px;
  background: red;
}
.task-detail[data-v-749affa7] {
  background: #131519;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 60px 80px 60px 0;
}
.task-detail .slice[data-v-749affa7] {
  height: 100%;
  width: 1px;
  border: 1px solid;
  opacity: 0.2;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1 1;
  margin: 0 49px 0 30px;
  flex-shrink: 0;
}
.task-detail .detail-content[data-v-749affa7] {
  flex: 1;
  position: relative;
}
.task-detail .carousel-area[data-v-749affa7] {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  padding: 0 60px 0 20px;
}
.task-detail .carousel-area > .img-box[data-v-749affa7] {
  height: 100%;
  flex: 1;
  font-size: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.task-detail .carousel-area > .img-box[data-v-749affa7] .ssr-image img {
  border-radius: 20px;
  border: 1px solid rgba(151, 151, 151, 0.1);
}
.task-detail .carousel-area > .back-btn[data-v-749affa7] {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
}
.task-detail .carousel-area[data-v-749affa7] .el-image__inner {
  border-radius: 20px;
}
.task-detail .carousel-area .arrow-box[data-v-749affa7] {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.task-detail .carousel-area .arrow-box.is-reversal[data-v-749affa7] {
  transform: rotateX(180deg);
}
.task-detail .carousel-area .arrow-btn[data-v-749affa7] {
  border-radius: 8px;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.task-detail .carousel-area .arrow-btn[data-v-749affa7]:hover:not(.disabled) {
  background: #2a2f3a;
}
.task-detail .carousel-area .arrow-btn.disabled[data-v-749affa7] {
  background: transparent;
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.3);
}
.task-detail .carousel-area .arrow[data-v-749affa7] {
  border-radius: 8px;
  width: 36px;
  height: 36px;
  font-size: 16px;
}
.info[data-v-749affa7] {
  width: 382px;
  height: 100%;
  flex-shrink: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  /* 去除滚动条 */
}
.info[data-v-749affa7] ::-webkit-scrollbar {
  width: 0;
  height: 0;
}