.image-custom[data-v-68eb352e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.image-custom .image-box[data-v-68eb352e] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 2px;
}
.image-custom .image-box .update-box-black[data-v-68eb352e] {
  background: #000;
  opacity: 0.5;
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}
.image-custom .image-box .uodate-repalce[data-v-68eb352e] {
  width: 60px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 2;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  color: #595961;
  line-height: 30px;
}
.image-custom .image-box:hover .update-box-black[data-v-68eb352e],
.image-custom .image-box:hover .uodate-repalce[data-v-68eb352e] {
  display: block;
}
.image-custom .image-box img[data-v-68eb352e] {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.ant-select[data-v-2e15a324] {
  width: 220px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.data-preview .data-item[data-v-4f4c456c] {
  float: left;
  margin: 10px;
  height: 70px;
  width: 70px;
  background: #f7fafc;
  position: relative;
  border-radius: 3px;
  cursor: move;
}
.data-preview .data-item:hover .icon-close[data-v-4f4c456c] {
  display: block;
}
.data-preview .icon-close[data-v-4f4c456c] {
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  font-size: 16px;
  color: #c5c5c5;
}
.data-preview .icon-close[data-v-4f4c456c]:hover {
  color: #7d7d7d;
}
.data-preview .item-inner[data-v-4f4c456c] {
  padding: 10px;
  background: #f7fafc;
}
.data-preview .item-image[data-v-4f4c456c] {
  width: auto;
  min-width: 40px;
  max-width: 220px;
  text-align: center;
}
.data-preview .item-image img[data-v-4f4c456c] {
  display: block;
  max-width: 100%;
  height: 50px;
}
.data-add[data-v-4f4c456c] {
  margin-top: 10px;
}
.data-add button[data-v-4f4c456c] {
  width: 100%;
  color: #065ef3;
  height: 40px;
  border-radius: 5px;
  font-size: 12px;
  border-color: #cccccc21;
}
.data-add button[data-v-4f4c456c]:hover {
  border-color: #065ef3;
}

.ant-select[data-v-207b275c] {
  width: 220px;
}


[data-v-7c527a5a] .flip-list-move {
  -webkit-transition: -webkit-transform 0.3s !important;
  transition: -webkit-transform 0.3s !important;
  transition: transform 0.3s !important;
  transition: transform 0.3s, -webkit-transform 0.3s !important;
}
[data-v-7c527a5a] .no-move {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}
.image-list.multiple .file-item[data-v-7c527a5a],
.image-list.multiple .selector[data-v-7c527a5a] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.file-item[data-v-7c527a5a] {
  position: relative;
  float: left;
  width: 120px;
  height: 120px;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
}
.file-item .img-cover[data-v-7c527a5a] {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ccc;
  background: no-repeat center center / 100%;
}
.file-item:hover .icon-close[data-v-7c527a5a] {
  display: block;
}
.file-item:hover .update-box-black[data-v-7c527a5a] {
  display: block;
}
.file-item .icon-close[data-v-7c527a5a] {
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  font-size: 16px;
  color: #c5c5c5;
}
.file-item .icon-close[data-v-7c527a5a]:hover {
  color: #7d7d7d;
}
.file-item[data-v-7c527a5a]:hover {
  border: 1px solid #d1d0d0;
}
.file-item .update-box-black[data-v-7c527a5a] {
  height: 30px;
  display: none;
  position: absolute;
  background: #060606;
  opacity: 0.7;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
}
.file-item .uodate-repalce[data-v-7c527a5a] {
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 1px;
  left: 1px;
  bottom: 1px;
  margin: auto;
  display: none;
  z-index: 2;
  color: #fff;
  line-height: 30px;
}
.file-item:hover .update-box-black[data-v-7c527a5a],
.file-item:hover .uodate-repalce[data-v-7c527a5a] {
  display: block;
}
.selector[data-v-7c527a5a] {
  width: 80px;
  height: 80px;
  float: left;
  border: 1px dashed #e2e2e2;
  text-align: center;
  color: #dad9d9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selector[data-v-7c527a5a]:hover {
  border: 1px dashed #40a9ff;
  color: #40a9ff;
}
.selector .icon-plus[data-v-7c527a5a] {
  font-size: 32px;
}

.select-link[data-v-fef400fa] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
}
.choice[data-v-fef400fa],
.link-title[data-v-fef400fa] {
  display: block;
  line-height: 32px;
  white-space: nowrap;
  font-size: 12px;
}

