.file-upload-box[data-v-64f72255] {
  width: 100%;
}
.file-upload-box .row[data-v-64f72255] {
  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-64f72255] {
  width: 40px;
  height: 40px;
  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-64f72255] {
  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-64f72255] {
  cursor: pointer;
  font-size: 14px;
}
.file-upload-box .mask .mask-icon[data-v-64f72255]:hover {
  color: #409EFF;
}
.file-upload-box .file-view-box:hover .mask[data-v-64f72255] {
  opacity: 1;
}
.file-upload-box .icon-svg[data-v-64f72255] {
  width: 100%;
  height: 100%;
}
.file-upload-box .avatar-uploader[data-v-64f72255] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.file-upload-box .avatar-uploader[data-v-64f72255]:hover {
  border-color: #409EFF;
}
.file-upload-box .avatar-uploader .avatar-uploader-icon[data-v-64f72255] {
  font-size: 16px;
  color: #8c939d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.content .el-form .el-input[data-v-2a2654f0],
.content .el-form .el-select[data-v-2a2654f0] {
  width: 270px;
}
.content .el-form .el-textarea.el-input--medium[data-v-2a2654f0] {
  width: 700px;
}
.content .el-form .virtual-input[data-v-2a2654f0] {
  border-bottom: 1px solid #ddd;
  height: 35px;
  width: 350px;
  overflow: hidden;
}
.content .el-form .virtual-input i.el-icon-zoom-in[data-v-2a2654f0] {
  float: right;
  line-height: 35px;
  font-size: 17px;
  color: #666;
}
.content .el-form .sales-amount-label[data-v-2a2654f0] {
  display: block;
  line-height: 20px;
}
.required[data-v-2a2654f0] {
  color: #f56c6c;
  margin-right: 4px;
  line-height: 40px;
}
.title[data-v-2a2654f0] {
  font-size: 13px;
  font-weight: 700;
  color: #409EFF;
  line-height: 40px;
}
.tips[data-v-2a2654f0] {
  margin-top: 10px !important;
}
.more[data-v-2a2654f0] {
  display: inline-block;
  max-width: 100%;
}
.spec-item[data-v-2a2654f0] {
  line-height: 32px;
  height: 32px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zl-input-select[data-v-2a2654f0] {
  width: 200px;
}
.zl-input-select .select[data-v-2a2654f0] {
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
