.bdColor[data-v-112ebd7c] {
  color: #0052CC;
}
.textColor[data-v-112ebd7c] {
  color: #0052cc;
}
.warningText[data-v-112ebd7c] {
  color: #e6a23c;
}
.dangerText[data-v-112ebd7c] {
  color: #d9001b;
}
.successText[data-v-112ebd7c] {
  color: #67c23a;
}
.warningBg[data-v-112ebd7c] {
  background-color: #e6a23c;
}
.dangerBg[data-v-112ebd7c] {
  background-color: #d9001b;
}
.successBg[data-v-112ebd7c] {
  background-color: #67c23a;
}
.primaryBg[data-v-112ebd7c] {
  background-color: #4573d8;
}
.grayBg[data-v-112ebd7c] {
  background-color: #aaaaaa;
}
.fl_sb[data-v-112ebd7c] {
  display: flex;
  justify-content: space-between;
}
.fl_as[data-v-112ebd7c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st[data-v-112ebd7c] {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc[data-v-112ebd7c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap[data-v-112ebd7c] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr[data-v-112ebd7c] {
  color: #2662f0;
}
.colorTxt892[data-v-112ebd7c] {
  color: #8f92a1;
}
.textDUb[data-v-112ebd7c] {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14[data-v-112ebd7c] {
  font-size: 14px;
}
.fz_20[data-v-112ebd7c] {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming[data-v-112ebd7c] {
  color: #e6a23c;
}
.text5[data-v-112ebd7c] {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20[data-v-112ebd7c] {
  margin-top: 20px !important;
}
.noData[data-v-112ebd7c] {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary[data-v-112ebd7c]:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary[data-v-112ebd7c]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button[data-v-112ebd7c]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid[data-v-112ebd7c] {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button[data-v-112ebd7c] {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner[data-v-112ebd7c] {
  border-radius: 8px;
}
.el-button--primary.bg[data-v-112ebd7c] {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f[data-v-112ebd7c] {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table[data-v-112ebd7c] {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell[data-v-112ebd7c] {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper[data-v-112ebd7c] {
  padding-right: 20px;
}
.el-date-editor .el-range-separator[data-v-112ebd7c] {
  width: 10%;
}
[data-v-112ebd7c] .el-upload {
  width: 100%;
  height: 100%;
}
.uploadIcon[data-v-112ebd7c] {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  font-size: 28px;
  color: #999;
  background-color: #fbfdff;
  box-sizing: border-box;
}
.uploadIcon[data-v-112ebd7c]:hover {
  border-color: #0052CC;
}
.uploadIcon .limitTxt[data-v-112ebd7c],
.uploadIcon .uploading[data-v-112ebd7c] {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.vue-draggable[data-v-112ebd7c] {
  display: flex;
  flex-wrap: wrap;
}
.vue-draggable .draggable-item[data-v-112ebd7c] {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.vue-draggable .draggable-item .el-image[data-v-112ebd7c] {
  width: 100%;
  height: 100%;
}
.vue-draggable .draggable-item .shadow[data-v-112ebd7c] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 2px;
  cursor: pointer;
}
.vue-draggable .draggable-item .shadow .search[data-v-112ebd7c],
.vue-draggable .draggable-item .shadow .delete[data-v-112ebd7c] {
  position: absolute;
  left: 32%;
  top: 50%;
  transform: translateY(-50%);
}
.vue-draggable .draggable-item .shadow .delete[data-v-112ebd7c] {
  left: 55%;
}
.vue-draggable .draggable-item:hover .shadow[data-v-112ebd7c] {
  opacity: 1;
}
.vue-draggable.hideShadow .shadow[data-v-112ebd7c] {
  display: none;
}
.vue-draggable.single[data-v-112ebd7c] {
  overflow: hidden;
  position: relative;
}
.vue-draggable.single .draggable-item[data-v-112ebd7c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.vue-draggable.maxHidden .uploadBox[data-v-112ebd7c] {
  display: none;
}
.el-image-viewer__wrapper .el-image-viewer__mask[data-v-112ebd7c] {
  opacity: 0.8;
}
.el-image-viewer__wrapper .el-icon-circle-close[data-v-112ebd7c] {
  color: #fff;
}


.nothingUpload .el-upload--picture-card {
  display: none;
}

.bdColor[data-v-4cf61276] {
  color: #0052CC;
}
.textColor[data-v-4cf61276] {
  color: #0052cc;
}
.warningText[data-v-4cf61276] {
  color: #e6a23c;
}
.dangerText[data-v-4cf61276] {
  color: #d9001b;
}
.successText[data-v-4cf61276] {
  color: #67c23a;
}
.warningBg[data-v-4cf61276] {
  background-color: #e6a23c;
}
.dangerBg[data-v-4cf61276] {
  background-color: #d9001b;
}
.successBg[data-v-4cf61276] {
  background-color: #67c23a;
}
.primaryBg[data-v-4cf61276] {
  background-color: #4573d8;
}
.grayBg[data-v-4cf61276] {
  background-color: #aaaaaa;
}
.fl_sb[data-v-4cf61276] {
  display: flex;
  justify-content: space-between;
}
.fl_as[data-v-4cf61276] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st[data-v-4cf61276] {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc[data-v-4cf61276] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap[data-v-4cf61276] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr[data-v-4cf61276] {
  color: #2662f0;
}
.colorTxt892[data-v-4cf61276] {
  color: #8f92a1;
}
.textDUb[data-v-4cf61276] {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14[data-v-4cf61276] {
  font-size: 14px;
}
.fz_20[data-v-4cf61276] {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming[data-v-4cf61276] {
  color: #e6a23c;
}
.text5[data-v-4cf61276] {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20[data-v-4cf61276] {
  margin-top: 20px !important;
}
.noData[data-v-4cf61276] {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary[data-v-4cf61276]:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary[data-v-4cf61276]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button[data-v-4cf61276]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid[data-v-4cf61276] {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button[data-v-4cf61276] {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner[data-v-4cf61276] {
  border-radius: 8px;
}
.el-button--primary.bg[data-v-4cf61276] {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f[data-v-4cf61276] {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table[data-v-4cf61276] {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell[data-v-4cf61276] {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper[data-v-4cf61276] {
  padding-right: 20px;
}
.el-date-editor .el-range-separator[data-v-4cf61276] {
  width: 10%;
}
.addGoods .container .info[data-v-4cf61276] {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.addGoods .container .demo-ruleForm[data-v-4cf61276] {
  padding-top: 20px;
}
.addGoods .container .demo-ruleForm .el-upload__tip[data-v-4cf61276] {
  margin-top: 20px;
}
.addGoods .container .form-footer[data-v-4cf61276] {
  padding-top: 20px;
  margin: auto;
  width: 20%;
}

