@charset "UTF-8";
/*
  ft: font

*/
sub[data-v-47936be8],
sup[data-v-47936be8] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-47936be8] {
  top: -0.5em;
}
sub[data-v-47936be8] {
  bottom: -0.25em;
}
.shu[data-v-47936be8] {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-47936be8] {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-47936be8] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-47936be8]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-47936be8] {
  max-width: 800px;
}
.upload-trigger[data-v-47936be8] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.box-list[data-v-47936be8] {
  display: flex;
  flex-wrap: wrap;
}
.box-list.multiple .image-item[data-v-47936be8], .box-list.multiple .upload-trigger[data-v-47936be8] {
    margin-bottom: 10px;
}
.image-item[data-v-47936be8] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
.image-item[data-v-47936be8]:not(:last-of-type) {
    margin-right: 10px;
}
.image-item img[data-v-47936be8] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
}
.image-item:last-of-type + .upload-trigger[data-v-47936be8] {
    margin-left: 10px;
}
.image-item:hover .operate-layer[data-v-47936be8] {
  opacity: 1;
}
.operate-layer[data-v-47936be8] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
  cursor: pointer;
}
.operate-layer .operate-icon[data-v-47936be8] {
    margin: 0 5px;
    color: white;
    cursor: pointer;
    font-size: 18px;
}
.support-text[data-v-47936be8] {
  margin-top: 5px;
  font-size: 12px;
  color: gray;
}
.preview-image-container[data-v-47936be8] {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-image[data-v-47936be8] {
  max-width: 100%;
}

