/* FAQ Dropzone 局部样式 */
.faq-dz-wrap {
  width: 100%;
  max-width: 640px;
}
.faq-dz-wrap .dropzone {
  border: 2px dashed #c5c5c5;
  background: #fafafa;
  min-height: 140px;
  padding: 16px;
  border-radius: 4px;
}
.faq-dz-wrap .dropzone.dz-drag-hover {
  border-color: #4875ab;
  background: #f0f6fc;
}
.faq-dz-wrap .dropzone .dz-message {
  margin: 1.5em 0;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.faq-dz-wrap .dropzone .dz-preview .dz-image {
  border-radius: 4px;
}
.faq-dz-wrap .dropzone .dz-preview .dz-remove {
  font-size: 12px;
  position: relative;
  z-index: 1001;
}
