@charset "UTF-8";
.push_condition_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#newActiveAdd .new-active-header {
  background-color: white;
  z-index: 10;
  position: sticky;
  top: 0;
  padding-top: 30px;
}
#newActiveAdd .el-dialog__body {
  padding: 0 20px 30px;
}
#newActiveAdd .red {
  color: red;
}
#newActiveAdd .red.little-space {
  margin-right: 4px;
}
#newActiveAdd .reward-button {
  display: inline-block;
  margin-top: 10px;
}
#newActiveAdd ul li {
  list-style: none;
  position: relative;
}
#newActiveAdd ul li .i_icon {
  font-size: 20px;
  margin-top: 8px;
  margin-left: 20px;
}
#newActiveAdd ul li .delete_icon {
  position: absolute;
  left: 850px;
  top: 0;
}
#newActiveAdd ul li .divider {
  width: 80%;
  height: 1px;
  background: #ccc;
}
#newActiveAdd .i_icon {
  font-size: 20px;
}
#newActiveAdd .no-asterisk .el-form-item__label::before {
  display: none !important;
}
#newActiveAdd .el-input.trigger-frequency {
  width: 70px;
}
#newActiveAdd .el-input.trigger-frequency input {
  text-align: center;
}
#newActiveAdd .input-with-select .el-input-group__prepend {
  background-color: #fff;
}
#newActiveAdd .input-with-select.el-input.is-disabled .el-input__inner {
  cursor: text;
}
#newActiveAdd .input-with-select.el-input.is-disabled .el-input__icon {
  cursor: pointer;
}
#newActiveAdd .no-number::-webkit-outer-spin-button,
#newActiveAdd .no-number::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none !important;
}
#newActiveAdd .no-number input[type=number]::-webkit-outer-spin-button,
#newActiveAdd .no-number input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none !important;
}
#newActiveAdd {
  /*在firefox下移除input[number]的上下箭头*/
}
#newActiveAdd .no-number {
  -moz-appearance: textfield;
}
#newActiveAdd .no-number input[type=number] {
  -moz-appearance: textfield;
}
#newActiveAdd .avatar-uploader {
  position: relative;
}
#newActiveAdd .avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: rgba(204, 204, 204, 0.2);
}
#newActiveAdd .avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
#newActiveAdd .avatar-uploader-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  color: #8c939d;
  width: 140px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
#newActiveAdd .avatar {
  width: 140px;
  height: 80px;
  line-height: 80px;
  display: block;
  color: #666;
}
#newActiveAdd .clear-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: white;
  color: gray;
  border-radius: 50%;
}
