.c-dialog[data-v-7471b8b6] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-dialog .config-box[data-v-7471b8b6] {
  width: 600px;
  font-size: 12px;
  background: #fff;
  margin-bottom: 20px;
}
.c-dialog .config-box__title[data-v-7471b8b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid #d0cac1;
  padding: 10px;
}
.c-dialog .config-box__content[data-v-7471b8b6] {
  padding: 0 10px;
}
.c-dialog .config-box__footer[data-v-7471b8b6] {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d0cac1;
  padding: 10px;
}
.c-dialog .config-box__footer .config-box__actions[data-v-7471b8b6] {
  display: flex;
}
.c-dialog .config-box__footer .config-box__actions .footer-button[data-v-7471b8b6] {
  width: 80px;
  font-size: 12px;
}
.c-dialog .config-box__footer .config-box__actions .footer-button[data-v-7471b8b6]:not(:last-child) {
  margin-right: 10px;
}

.text[data-v-359d40d3] {
  font-size: 12px;
  color: currentColor;
}

.section[data-v-61be665a] {
  padding: 20px 0;
}
.section[data-v-61be665a]:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.section .section-title[data-v-61be665a] {
  font-size: 14px;
  line-height: 1;
}
.section .upload-wrapper[data-v-61be665a] {
  font-size: 12px;
  color: #666;
  padding: 20px 0;
}
.section .preview-title[data-v-61be665a] {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin-bottom: 10px;
}
.section .preview-img[data-v-61be665a] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  border-radius: 2px;
  border: 1px dashed #e9e9e9;
}

