/* 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-filter-wrap {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 16px;
}
.wufeng-dashboard-filter-header {
  padding: 12px 16px;
  color: #1c242e;
  font-weight: 600;
  font-size: 20px;
  background-color: #fff;
}
.wufeng-dashboard-filter-form {
  padding: 0 16px 16px 16px;
  overflow: hidden;
  background-color: #fff;
}
.wufeng-dashboard-filter-form .wufeng-dashboard-filter-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.wufeng-dashboard-filter-form .pcfactory-form-item-label {
  padding-bottom: 4px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.wufeng-dashboard-filter-form .pcfactory-form-item-control {
  width: 100%;
}
.wufeng-dashboard-filter-form .pcfactory-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.wufeng-dashboard-filter-tip {
  color: rgba(28, 36, 46, 0.45);
  font-size: 14px;
  line-height: 113px;
  text-align: center;
  background: #fff;
}
