.img-hd[data-v-f2fdcf98] {
  padding-top: 20px;
  padding-left: 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.img-hd .img-box[data-v-f2fdcf98] {
  display: flex;
  flex-wrap: wrap;
}
.img-hd .img-box .img-item[data-v-f2fdcf98] {
  margin-right: 14px;
  margin-bottom: 20px;
  position: relative;
  width: 106px;
}
.img-hd .img-box .img-item img[data-v-f2fdcf98] {
  width: 104px;
  display: block;
}
.img-hd .img-box .img-item .img-item-type-name[data-v-f2fdcf98] {
  text-align: center;
  margin: 8px 0;
  width: 104px;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
}
.img-hd .img-box .img-item .img-item-type-name-hint[data-v-f2fdcf98] {
  text-align: center;
  width: 104px;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
  margin-top: -8px;
}
.img-hd .img-box .img-item .close-btn[data-v-f2fdcf98] {
  position: absolute;
  top: -10px;
  right: -6px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.img-hd .img-box .img-item.light[data-v-f2fdcf98] {
  border: 1px solid #ef3a3a;
  border-radius: 5px;
}
.img-hd .img-upload-box .img-item[data-v-f2fdcf98] {
  width: 104px;
  height: 104px;
  margin-right: 14px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
.img-hd .img-upload-box .img-item img[data-v-f2fdcf98] {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.img-hd .img-upload-box .img-loading-box[data-v-f2fdcf98] {
  width: 104px;
  height: 104px;
  margin-right: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F6F8;
  border-radius: 4px;
  border: 1px dashed #BBBBBB;
}
.img-hd .img-upload-box .img-loading-box .img-loading[data-v-f2fdcf98] {
  width: 100%;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}
.img-hd .img-upload-box .img-loading-box .percent[data-v-f2fdcf98] {
  font-size: 14px;
  line-height: 14px;
  color: #1868AE;
}
.img-hd .no-margin[data-v-f2fdcf98] {
  margin-right: 0 !important;
}

.img-hd .ant-image {
  border-radius: 4px;
  overflow: hidden;
  width: 104px;
  height: 104px;
  vertical-align: middle;
}
.img-hd .ant-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.img-hd .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 4px;
  flex-direction: column;
}
.img-hd .ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  opacity: 1;
}
.img-hd .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
}
.img-hd .ant-upload-list-picture-card .ant-upload-list-item .up-close-btn {
  position: absolute;
}
.img-hd .avatar-uploader {
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
}
.img-hd .ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #bbb;
  background-color: #F5F6F8;
}

.mask[data-v-e592f20c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 200%;
  z-index: 9999999999;
}
.errInfo[data-v-e592f20c] {
  width: 420px;
  height: 200px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 4px 12px #00000026;
  position: fixed;
  top: 20%;
  z-index: 9999999999;
  margin: 0 auto;
  left: calc(50% - 210px);
  padding: 24px;
}
.errInfo .content[data-v-e592f20c] {
  margin-left: 40px;
}
.btn-box[data-v-e592f20c] {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.title[data-v-e592f20c] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.title p[data-v-e592f20c]:last-child {
  overflow: hidden;
  color: #000000d9;
  font-weight: 500;
  font-size: 16px;
  margin-left: 16px;
}

.btn-box[data-v-4858d2a6] {
  display: flex;
  align-items: center;
}
.btn-box .data-tip[data-v-4858d2a6] {
  font-size: 14px;
  color: #EC1D1D;
  margin-right: 2px;
}
.btn-box .data-tip .tip-text[data-v-4858d2a6] {
  margin-left: 6px;
}
.btn-box .btn[data-v-4858d2a6] {
  margin-left: 12px;
}
.re-start[data-v-4858d2a6]::before {
  content: "*";
  color: #ff4d4f;
  padding-top: 6px;
  padding-right: 4px;
}
.formal-upload-hd[data-v-4858d2a6] {
  margin-top: -12px;
}
.image-tip[data-v-4858d2a6] {
  margin-left: 10px;
}
.image-tip span[data-v-4858d2a6]:first-child {
  color: #999999;
}
.image-tip span[data-v-4858d2a6]:last-child {
  color: #1868AE;
  margin-left: 10px;
}
[data-v-4858d2a6] .ant-modal-header {
  display: none;
}

