.image-upload {
  overflow: hidden;
}
.image-upload .el-upload-dragger {
  background: transparent;
  height: 109px;
  border: 0;
  display: flex;
  justify-content: flex-start;
}
.image-upload .dashed-photo-container {
  border-radius: 13px;
  border: 3px dashed #FF5B1C;
  position: absolute;
  top: 10px;
}
.image-upload .change-delete-text-wrapper,
.image-upload .upload-text {
  position: absolute;
  height: 128px;
  left: 94px;
  top: 0;
  z-index: 1;
  word-wrap: break-word;
}
.image-upload .change-delete-text-wrapper span,
.image-upload .upload-text span {
  margin-left: 5px;
}
.image-upload.circle .dashed-photo-container,
.image-upload.circle img {
  border-radius: 50%;
}
.image-upload.circle .dashed-photo-container {
  width: 109px;
  height: 109px;
}
.image-upload.circle img {
  width: 99px;
  height: 99px;
  margin-left: 2px;
  margin-top: 2px;
}
.image-upload.form .dashed-photo-container {
  width: 80%;
  height: 109px;
  padding: 5px;
}
.image-upload.form .el-image {
  background: #F3F5FA 0% 0% no-repeat padding-box;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.image-upload.form .change-delete-text-wrapper,
.image-upload.form .upload-text {
  width: 94.5%;
}
.image-upload.form img {
  width: 55px;
}
.image-upload.form .full-size img {
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.image-upload.form .el-upload, .image-upload.form .el-upload-dragger {
  width: 100%;
}
.image-upload.form .change-delete-text-wrapper,
.image-upload.form .upload-text {
  right: 37px;
}
.image-upload.form .change-delete-text-wrapper span,
.image-upload.form .upload-text span {
  margin-left: 5px;
}
.image-upload .change-delete-spacing {
  display: inline-block;
  width: 100px;
}
.image-upload .icon-camera {
  border: 1px solid #BCC1DA;
  border-radius: 8px;
  height: 25px;
  width: 25px;
}
.mobile .image-upload.form .change-delete-text-wrapper,
.mobile .image-upload.form .upload-text {
  right: 0px;
  width: 100%;
}
.mobile .image-upload.form .dashed-photo-container {
  width: calc(100% - 90px);
}
