.section-item[data-v-349e54f1] {
  border-radius: 8px;
  user-select: none;
  position: relative;
  cursor: pointer;
  display: flex;
}
.section-item .cover[data-v-349e54f1] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.section-item .cover .empty-img-box[data-v-349e54f1] {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 60%;
  height: 100%;
}
.section-item .cover .empty-img-box img[data-v-349e54f1] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-item .audio[data-v-349e54f1] {
  display: none;
}
.section-item .checkbox-overlay[data-v-349e54f1], .section-item .selected-checkbox-overlay[data-v-349e54f1] {
  position: absolute;
  top: 8px;
  left: 8px;
  display: none;
}
.section-item .selected-checkbox-overlay[data-v-349e54f1] {
  display: block;
}
.section-item .favorite-position[data-v-349e54f1] {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
.section-item .audio-name[data-v-349e54f1] {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #eef7ff;
  user-select: none;
}
.section-item .video-time[data-v-349e54f1] {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 44px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.section-item .audio-time[data-v-349e54f1] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.section-item:hover .favorite-position[data-v-349e54f1] {
  display: block;
}
.section-item .favorite-position-show[data-v-349e54f1] {
  display: block;
}
.section-item.selected[data-v-349e54f1] {
  border: 1px solid #fff;
  padding: 2px;
}
.ratio-img[data-v-349e54f1] {
  aspect-ratio: 1/1;
}
.ratio-video[data-v-349e54f1] {
  aspect-ratio: 320/206;
}.propertyList[data-v-0a27d918] {
  position: relative;
  user-select: none;
  cursor: default;
}
.propertyList[data-v-0a27d918]:active {
  cursor: default;
}
.section[data-v-0a27d918] {
  margin-bottom: 30px;
}
.section h2[data-v-0a27d918] {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  user-select: none;
}
.section .section-grid[data-v-0a27d918] {
  display: grid;
  gap: 8px;
}
.section .img-grid[data-v-0a27d918] {
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
}
.section .video-grid[data-v-0a27d918] {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.section .audio-grid[data-v-0a27d918] {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.download-tooltip {
  background-color: #3e4453 !important;
}
.download-tooltip .el-popper__arrow::before {
  background: #3e4453 !important;
}
.download-tooltip span {
  color: rgb(43, 207, 215);
  cursor: pointer;
}.property-container[data-v-955048ae] {
  width: 100%;
  height: 100%;
  padding: 20px 24px;
  background: #131519;
  position: relative;
  user-select: none;
}
.property-container .selection-box[data-v-955048ae] {
  position: absolute;
  background-color: rgba(43, 207, 215, 0.1);
  pointer-events: none;
  z-index: 1000;
}
.property-container .header[data-v-955048ae] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.property-container .header .header-left[data-v-955048ae] {
  display: flex;
  align-items: center;
}
.property-container .header .header-left .content-top-tab[data-v-955048ae] {
  height: 36px;
  display: flex;
  gap: 12px;
}
.property-container .header .header-left .content-top-tab div[data-v-955048ae] {
  width: 80px;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  color: #a6acb8;
  font-weight: 400;
  font-size: 14px;
}
.property-container .header .header-left .content-top-tab div[data-v-955048ae]:hover {
  opacity: 0.8;
  background-color: rgba(62, 68, 83, 0.8);
  color: #fff;
}
.property-container .header .header-left .content-top-tab .content-top-tab-active[data-v-955048ae] {
  background-color: rgba(62, 68, 83, 0.8);
  color: #ffffff;
  font-weight: 500;
}
.property-container .header .header-left .line[data-v-955048ae] {
  width: 1px;
  height: 20px;
  border: 1px solid #ffffff;
  opacity: 0.16;
  margin: 0 20px;
}
.property-container .header .header-left .content-top-select .collect[data-v-955048ae], .property-container .header .header-left .content-top-select .collect-active[data-v-955048ae] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #a6acb8;
  cursor: pointer;
}
.property-container .header .header-left .content-top-select .collect .collect-text[data-v-955048ae], .property-container .header .header-left .content-top-select .collect-active .collect-text[data-v-955048ae] {
  min-width: 56px;
  margin-left: 8px;
  user-select: none;
}
.property-container .header .header-left .content-top-select .collect-active[data-v-955048ae] {
  color: #fff;
}
.property-container .header .header-right[data-v-955048ae] {
  min-width: 654px;
  display: flex;
  justify-content: flex-end;
}
.property-container .header .header-right .selection-button[data-v-955048ae] {
  height: 36px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 9px 22px;
  border: none;
  background: rgba(62, 68, 83, 0.8);
  border-radius: 8px;
}
.property-container .header .header-right .selection-header[data-v-955048ae] {
  display: flex;
  align-items: center;
}
.property-container .header .header-right .selection-header span[data-v-955048ae] {
  display: inline-block;
  min-width: 100px;
  font-weight: 400;
  font-size: 12px;
  color: #a6acb8;
  margin-right: 20px;
}
.property-container .header .header-right .actions[data-v-955048ae] {
  display: flex;
}
.property-container .header .header-right .actions .btn[data-v-955048ae] {
  padding: 9px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: rgba(62, 68, 83, 0.7);
  border: none;
  border-radius: 8px;
}
.property-container .header .header-right .actions .btn i[data-v-955048ae] {
  margin-right: 4px;
}
.property-container .header .header-right .actions .btn[data-v-955048ae]:hover {
  background: rgba(62, 68, 83, 0.9);
}
.property-container .header .header-right .actions .no-bg[data-v-955048ae] {
  background: none;
}
.property-container .content-area[data-v-955048ae] {
  height: calc(100% - 96px);
  overflow-y: auto;
  margin-top: 30px;
}
.property-container .content-area .empty[data-v-955048ae] {
  width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  margin: auto;
}
.property-container .content-area .empty div[data-v-955048ae] {
  font-weight: 400;
  font-size: 16px;
  color: #a6acb8;
  margin-bottom: 18px;
}
.property-container .content-area .empty .empty-btn[data-v-955048ae] {
  width: 120px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #eef7ff;
  color: #eef7ff;
  background: transparent;
}
.property-container .content-area .empty .empty-btn i[data-v-955048ae] {
  font-size: 10px;
  margin-left: 4px;
  margin-bottom: 1px;
}
.property-container .content-area .empty .empty-btn[data-v-955048ae]:hover {
  background: rgba(238, 247, 255, 0.1);
}
.property-container .content-area .empty .empty-btn[data-v-955048ae]:active {
  transform: scale(0.975);
}