.slider {
  position: relative;
  padding-bottom: 10px;
  :global .ant-slider-handle {
    z-index: 5;
  }
  :global .ant-slider-horizontal {
    height: 50px;
  }
  :global .ant-slider .ant-slider-handle::after {
    height: 55px;
    width: 10px;
    border-radius: 0;
  }
}


.select-cover {
  width: 100%;
  height: 360px;
  background: #F5F7FA;
  border-radius: 8px;
  margin-top: 18px;
}

.text {
  height: 25px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #004FD3;
  line-height: 25px;
  text-align: center;
  font-style: normal;
}


.uploadWrap {
  width: 100%;
  height: 360px;
  background: #F5F7FA;
  border-radius: 8px;
  border: 1px dashed #D4DBE7;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  position: relative;
}

.uploadText {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #142A51;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}


.video_wrap_delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  cursor: pointer;
}
