/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-fillBox-wrap {
  margin-bottom: 8px;
  padding: 4px 16px 0 16px;
  padding-top: 4px;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox-name {
  color: #1c242e;
  font-weight: 600;
  font-size: 14px;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  padding: 10px 8px;
  background: #f5f6f8;
  border-radius: 4px;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-tip {
  margin-bottom: 0;
  color: rgba(28, 36, 46, 0.3);
  font-size: 12px;
  text-align: center;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  padding: 0 8px;
  background: #47e;
  border-radius: 4px;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field .wufeng-dashboard-fillBox-field-name {
  display: flex;
  color: #fff;
  font-size: 12px;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field .wufeng-dashboard-fillBox-field-name .wufeng-dashboard-fillBox-field-name-text {
  flex: none;
  max-width: 58px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field .wufeng-dashboard-fillBox-field-name .wufeng-dashboard-fillBox-field-name-val {
  flex: none;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field .wufeng-dashboard-fillBox-field-name .wufeng-dashboard-fillBox-field-name-aggregateType {
  flex: none;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field .wufeng-dashboard-fillBox-field-actionbar {
  display: flex;
  align-items: center;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field .wufeng-dashboard-fillBox-field-del {
  display: inline-block;
  width: 14px;
  height: 16px;
  cursor: pointer;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox .wufeng-dashboard-fillBox-field .wufeng-dashboard-fillBox-field-edit {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox.active {
  background: rgba(33, 204, 255, 0.1);
  border: 1px dashed #2297f1;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox.active .wufeng-dashboard-fillBox-tip {
  color: #2296f3;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox.error {
  background: #f1918a;
  border: 1px dashed red;
}
.wufeng-dashboard-fillBox-wrap .wufeng-dashboard-fillBox.error .wufeng-dashboard-fillBox-tip {
  color: red;
}
