.material-edit[data-v-c6d18d70] {
  height: 100vh;
  background: #f5f5f5;
}
.material-edit .group-tabs[data-v-c6d18d70] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.material-edit .group-tabs[data-v-c6d18d70] .van-tabs__wrap {
  height: 44px;
}
.material-edit .group-tabs[data-v-c6d18d70] .van-tab {
  font-size: 15px;
  line-height: 44px;
}
.material-edit .group-tabs[data-v-c6d18d70] .van-tabs__line {
  bottom: 8px;
  height: 3px;
  border-radius: 3px;
}
.material-edit .form-scroll-container[data-v-c6d18d70] {
  overflow-y: auto;
  height: calc(100vh - 70px);
}
.material-edit .form-scroll-container.with-tabs[data-v-c6d18d70] {
  height: calc(100vh - 114px);
}
.material-edit .form-box[data-v-c6d18d70] {
  padding-bottom: 80px;
}
.material-edit .type-selector-popup[data-v-c6d18d70] {
  padding: 0 0 20px 0;
}
.material-edit .type-selector-popup .type-selector-title[data-v-c6d18d70] {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #ebedf0;
}
.material-edit .type-selector-popup .type-selector-list[data-v-c6d18d70] {
  max-height: 400px;
  overflow-y: auto;
}
.material-edit .type-selector-popup .type-selector-list .type-selector-item[data-v-c6d18d70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  font-size: 16px;
  border-bottom: 1px solid #ebedf0;
}
.material-edit .type-selector-popup .type-selector-list .type-selector-item[data-v-c6d18d70]:last-child {
  border-bottom: none;
}
.material-edit .type-selector-popup .type-selector-list .type-selector-item .type-selected-icon[data-v-c6d18d70] {
  color: #1989fa;
  font-size: 18px;
}
.material-edit .material-group[data-v-c6d18d70] {
  margin-bottom: 8px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
}
.material-edit .material-group .group-title[data-v-c6d18d70] {
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.material-edit .material-group .group-title .delete-group[data-v-c6d18d70] {
  color: #f56c6c;
  font-size: 20px;
  cursor: pointer;
}
.material-edit .material-group .group-title .group-tag[data-v-c6d18d70] {
  color: #fff;
  background: #1989fa;
  border-radius: 8px;
  font-size: 12px;
  padding: 2px 8px;
  margin-left: 8px;
}
.material-edit .material-group .fileIds-header[data-v-c6d18d70] {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}
.material-edit .material-group .fileIds-header .batch-edit-btn[data-v-c6d18d70] {
  color: #1989fa;
  font-size: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.material-edit .material-group .fileIds[data-v-c6d18d70] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.material-edit .material-group .fileIds .attachment-item[data-v-c6d18d70],
.material-edit .material-group .fileIds .attachment-add[data-v-c6d18d70] {
  aspect-ratio: 1;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background: #f6f7fa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.material-edit .material-group .fileIds .attachment-add .van-icon[data-v-c6d18d70] {
  font-size: 24px;
}
.material-edit .material-group .fileIds .attachment-item .attachment-checkbox[data-v-c6d18d70] {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1000;
}
.material-edit .material-group .fileIds .attachment-item img[data-v-c6d18d70],
.material-edit .material-group .fileIds .attachment-item video[data-v-c6d18d70],
.material-edit .material-group .fileIds .attachment-item .van-image[data-v-c6d18d70] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
.material-edit .material-group .attachment-tips[data-v-c6d18d70] {
  width: 100%;
  margin-top: 8px;
  color: #999;
  font-size: 12px;
}
.material-edit .material-group .batch-action-bar[data-v-c6d18d70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 12px 0 0 0;
}
.material-edit .material-group .batch-action-bar .del-btn[data-v-c6d18d70] {
  width: 25%;
  color: #f56c6c;
  border: 1px solid #f56c6c;
}
.material-edit .material-group .batch-action-bar .move-btn[data-v-c6d18d70] {
  width: 75%;
}
.material-edit .move-group-popup[data-v-c6d18d70] {
  padding: 0;
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.material-edit .move-group-popup .move-group-title[data-v-c6d18d70] {
  padding: 16px 0 12px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
}
.material-edit .move-group-popup .create-group-btn[data-v-c6d18d70] {
  margin: 0;
  padding: 16px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.material-edit .move-group-popup .create-group-btn .create-btn[data-v-c6d18d70] {
  width: 90%;
  color: #000;
  border-radius: 8px;
  background: #f1f4f9;
  border-color: #f1f4f9;
}
.material-edit .move-group-popup .create-group-btn .create-btn .van-icon-plus[data-v-c6d18d70] {
  color: #1989fa;
}
.material-edit .move-group-popup .move-group-list-scroll[data-v-c6d18d70] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 16px;
  background: #fff;
  max-height: 220px;
}
.material-edit .move-group-popup .move-group-list-scroll .move-group-radio[data-v-c6d18d70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
  font-size: 16px;
}
.material-edit .move-group-popup .move-group-list-scroll .move-group-radio .group-tag[data-v-c6d18d70] {
  color: #1989fa;
  background: #f1f4f9;
  border-radius: 8px;
  font-size: 12px;
  padding: 2px 8px;
  margin-left: 8px;
}
.material-edit .move-group-popup .move-confirm-btn[data-v-c6d18d70] {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 16px;
  z-index: 10;
  margin: 0;
}
.material-edit .submit-btn[data-v-c6d18d70] {
  width: 90%;
  position: fixed;
  left: 5%;
  bottom: 20px;
  border-radius: 10px;
}
.material-edit .upload-loading[data-v-c6d18d70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.material-edit .upload-loading .upload-text[data-v-c6d18d70] {
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
}
.material-edit .video-thumb[data-v-c6d18d70] {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.material-edit .video-thumb .video-thumb-video[data-v-c6d18d70] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  background: #000;
  border-radius: 6px;
}
.material-edit .video-thumb .video-mask[data-v-c6d18d70] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.material-edit .video-thumb .video-mask .play-icon[data-v-c6d18d70] {
  font-size: 32px;
  color: #fff;
}

