@charset "UTF-8";
.video-body {
  flex: 1;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 70vh;
  margin-top: 1.5rem;
}

.video-item {
  width: 15rem;
  height: 15rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  margin-right: 1.5rem;
  cursor: pointer;
  background: rgba(46, 50, 67, 0.39);
}

.video-item-add {
  cursor: pointer;
  width: 15rem;
  height: 15rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  margin-right: 1.5rem;
  background: rgba(46, 50, 67, 0.39);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px dashed #707070;
  background-color: #21232a;
  position: relative;
}
.video-item-add input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
}

.viia-img {
  width: 3rem;
  margin-bottom: 1rem;
}

.viia-img-body {
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #44485b;
}

.el-progress {
  height: 100%;
}

.el-progress--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.el-progress__text {
  margin-top: 0.2rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: #FF8533;
}

.viia-txt {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFEFE;
}

/*修改滚动条样式*/
.video-list::-webkit-scrollbar {
  width: 0px;
  height: 8px;
  /**/
}

.viit-img {
  border-radius: 1rem 1rem 0 0;
}

.viit-bottom {
  padding: 0.68rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}

.viit-item-wjz {
  border-radius: 1rem 1rem 0 0;
  height: 9rem;
  background-color: #44485b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viit-item-wjz img {
  width: 5.3rem;
}

.viit-bottom-bg {
  height: 6rem;
  padding: 2rem 0.68rem 0.68rem;
  background-image: url("/newweb/images/video/video-bg.png");
  border-radius: 0 0 1rem 1rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #44485b;
}

.viit-img {
  height: 10rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viit-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

.viit-title {
  width: 11rem;
  color: #FFFFFF;
  font-size: 0.88rem;
}

.viit-txt {
  font-size: 0.88rem;
  font-weight: 400;
  color: #5E78CE;
}

.viit-right {
  cursor: pointer;
  position: relative;
}

.video-item {
  position: relative;
}

.video-item-checkbox {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 1rem;
  left: 1rem;
  background-color: #5d351b;
  z-index: 1;
  border-radius: 50%;
  background-position: center;
  background-image: url("/newweb/images/video/true.png");
  background-repeat: no-repeat;
  background-size: 60%;
  cursor: pointer;
  display: none;
}

.video-item-checkbox:checked {
  background-color: #FF8835;
  cursor: pointer;
}

.video-item-checkbox:after {
  content: "";
}

.ston-right {
  display: flex;
  align-items: center;
}

.ston-orange {
  padding: 0.55rem 2rem;
  background: #FF8835;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.ston-orange span {
  margin-left: 0.4rem;
  color: #FFf;
}
.ston-orange svg {
  width: 1.2rem;
}
.ston-orange svg path {
  stroke: #fff;
}

.ston-shallow {
  cursor: pointer;
  margin-left: 1.5rem;
  font-size: 1rem;
  padding: 0.55rem 1.6rem;
  background: #543d34;
  border-radius: 0.5rem;
  color: #ff8533;
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
.ston-shallow span {
  margin-left: 0.4rem;
}
.ston-shallow img {
  width: 1.2rem;
}
.ston-shallow > svg {
  width: 1.2rem;
}
.ston-shallow > svg path {
  stroke: #ff8533;
}

.viit-popover {
  position: absolute;
  width: 9.38rem;
  border-radius: 0.5rem;
  padding-left: 1.55rem;
  padding-right: 1.45rem;
  background-color: #fff;
  display: none;
}

.popover-list {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e4e4e4;
}

.popover-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  color: #2E3243;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.popover-item svg {
  width: 1.2rem;
  margin-right: 0.4rem;
}
.popover-item img {
  width: 1.2rem;
  margin-right: 0.4rem;
}
.popover-item:hover {
  color: #ff8533;
}
.popover-item:hover path,
.popover-item:hover .rect-new {
  stroke: #ff8533;
}
.popover-item:hover .path-new {
  fill: #ff8533;
}
.popover-item:last-child {
  margin-bottom: 0rem;
}

.ston-txt {
  font-size: 1rem;
  font-weight: 400;
  color: #5E78CE;
  margin-left: 3rem;
}

/*# sourceMappingURL=recycle.css.map */
