.batchPromotion {
  background: #fff;
  margin-top: 20px;
  padding: 16px;
  height: calc(100vh - 124px);
}
.batchPromotion > p {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
}
.batchPromotion > p > span {
  float: right;
  color: #409EFF;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}
.batchPromotion > p > span > img {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 3px;
}
.batchPromotion > .batchPromotion-first {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.batchPromotion > .batchPromotion-first > p {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.batchPromotion > .batchPromotion-first .el-steps {
  margin-bottom: 50px;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__line {
  height: 1px;
  background-color: #409eff26;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__line .el-step__line-inner {
  border-style: none;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__icon {
  background: #409EFF;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__icon .el-step__icon-inner {
  color: #fff;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__main .el-step__title {
  color: #333;
  font-size: 12px;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__main .steps-description {
  background: #409eff0d;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  color: #333;
  margin-top: 20px;
  position: relative;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__main .steps-description > p > span {
  color: #409EFF;
}
.batchPromotion > .batchPromotion-first .el-steps .el-step__main .steps-description > span {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #409eff0d;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  margin: 0 auto;
}
.batchPromotion > .batchPromotion-first > .el-button {
  padding: 10px 0px;
  width: 150px;
  margin-top: 10px;
}
.batchPromotion > .batchPromotion-last {
  text-align: center;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-steps {
  width: 1000px;
  margin: 0 auto;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-first {
  width: 1000px;
  margin: 0 auto;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-form {
  width: 568px;
  margin: 0 auto;
  margin-top: 48px;
  text-align: center;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-form .batchPromotion-condition .el-form-item__content {
  line-height: 28px;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-form .batchPromotion-condition .el-form-item__content .el-select {
  width: 100%;
  line-height: 40px;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-form .batchPromotion-condition .el-form-item__content .el-select .el-input input {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-form .batchPromotion-condition .el-form-item__content .el-select .el-input .el-input__icon {
  line-height: 28px;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-uploading {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.batchPromotion > .batchPromotion-last .batchPromotion-last-uploading > input {
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  height: 36px;
  opacity: 0;
}
.batchPromotion > .batchPromotion-last .el-steps {
  margin-top: 30px;
  margin-bottom: 50px;
}
.batchPromotion > .batchPromotion-last .el-steps .el-step__line {
  height: 1px;
  background-color: #409eff26;
}
.batchPromotion > .batchPromotion-last .el-steps .el-step__line .el-step__line-inner {
  border-style: none;
}
.batchPromotion > .batchPromotion-last .el-steps .is-process .el-step__icon {
  background: #409EFF;
  border-color: #409EFF;
}
.batchPromotion > .batchPromotion-last .el-steps .is-process .el-step__icon .el-step__icon-inner {
  color: #fff;
}
.batchPromotion > .batchPromotion-last .el-steps .el-step__main .el-step__title {
  color: #333;
  font-size: 12px;
}
.batchPromotion > .batchPromotion-last .el-steps .el-step__main .steps-description {
  background: #409eff0d;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  color: #333;
  margin-top: 20px;
  position: relative;
}
.batchPromotion > .batchPromotion-last .el-steps .el-step__main .steps-description > p > span {
  color: #409EFF;
}
.batchPromotion > .batchPromotion-last .el-steps .el-step__main .steps-description > span {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #409eff0d;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  margin: 0 auto;
}
.batchPromotion > .batchPromotion-last > p span {
  color: #409EFF;
  cursor: pointer;
}
.batchPromotion > .batchPromotion-last .el-button {
  margin-top: 30px;
  padding: 10px 0px;
  width: 150px;
}
.batchPromotion > .batchPromotion-last .el-button.el-button--success {
  background-color: #67C23A;
  border-color: #67C23A;
}
.el-table pre {
  font-family: "open sans", "Helvetica Neue", 'PingFangSC-Regular', 'PingFang SC', "microsoft yaHei", Helvetica, Arial, sans-serif;
  margin: 0;
  white-space: pre-wrap;
}
.el-table .err-row {
  background: #e6001338;
  color: #e60013;
}
.el-table .err-row pre {
  color: #e60013;
}

