.auto-input-comp .el-select__tags-text {
  max-width: 42px;
}
.auto-input-comp .el-cascader {
  width: 100%;
}
@charset "UTF-8";
.tips[data-v-863f4cd8] {
  text-align: right;
  display: flow-root;
  width: 100%;
}
.danger[data-v-863f4cd8] {
  color: #f56c6c;
}
.warning[data-v-863f4cd8] {
  color: #e6a23c;
}
.uploader[data-v-863f4cd8] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.uploader .uploader-icon[data-v-863f4cd8] {
  font-size: 20px;
  color: #8c939d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.el-form ul.image[data-v-863f4cd8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.el-form ul.image li[data-v-863f4cd8] {
  width: 90px;
  height: 90px;
  padding: 5px;
  line-height: 90px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.el-form ul.image li .extra[data-v-863f4cd8] {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 120px;
  border-radius: 10px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4588235294);
  cursor: pointer;
}
.el-form ul.image li .extra img[data-v-863f4cd8] {
  width: 30px;
}
.el-form p.readTextMsg[data-v-863f4cd8] {
  font-size: 12px;
}
.el-form .iconBtn[data-v-863f4cd8] {
  font-size: 20px;
  margin-top: 10px;
}
.hover_icon[data-v-863f4cd8] {
  cursor: pointer;
}

/* ---------------------- Type 9 文件上传样式 (仿 followBox) ---------------------- */
.file-upload-box[data-v-863f4cd8] {
  width: 100%;
  /* 上传按钮样式 */
}
.file-upload-box .row[data-v-863f4cd8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 允许换行 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-upload-box .file-view-box[data-v-863f4cd8] {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.file-upload-box .mask[data-v-863f4cd8] {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.file-upload-box .mask .mask-icon[data-v-863f4cd8] {
  cursor: pointer;
  font-size: 16px;
}
.file-upload-box .mask .mask-icon[data-v-863f4cd8]:hover {
  color: #409eff;
}
.file-upload-box .file-view-box:hover .mask[data-v-863f4cd8] {
  opacity: 1;
}
.file-upload-box .icon-svg[data-v-863f4cd8] {
  width: 100%;
  height: 100%;
}
.file-upload-box .avatar-uploader[data-v-863f4cd8] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.file-upload-box .avatar-uploader .uploader-trigger[data-v-863f4cd8] {
  width: 100%;
  height: 100%;
}
.file-upload-box .avatar-uploader[data-v-863f4cd8]:hover {
  border-color: #409eff;
}
.file-upload-box .avatar-uploader .avatar-uploader-icon[data-v-863f4cd8] {
  font-size: 20px;
  color: #8c939d;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.icon-product[data-v-863f4cd8] {
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
