/* 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-h5-wrap {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.wufeng-dashboard-filter-h5-tip {
  color: rgba(28, 36, 46, 0.45);
  font-size: 14px;
  line-height: 113px;
  text-align: center;
  background: #fff;
}
.wufeng-dashboard-filter-h5-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #fff;
}
.wufeng-dashboard-filter-h5-header-title {
  flex-grow: 1;
  color: #1c242e;
  font-weight: 600;
  font-size: 20px;
}
.wufeng-dashboard-filter-h5-header-btn {
  display: flex;
  align-items: center;
}
.wufeng-dashboard-filter-h5-header-btn span {
  margin-right: 2px;
  color: #1c242e;
  font-size: 14px;
}
.wufeng-dashboard-filter-h5-header-btn img {
  width: 16px;
  height: 16px;
}
.wufeng-dashboard-filter-h5-render-content {
  box-sizing: content-box;
  margin-bottom: 20px;
  padding-right: 10px;
  background-color: #fff;
}
.wufeng-dashboard-filter-h5-popup-header {
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: left;
  text-indent: 0.2rem;
}
.wufeng-dashboard-filter-h5-form {
  height: calc(100% - 40px);
}
.wufeng-dashboard-filter-h5-form .adm-list-body {
  border: none;
}
.wufeng-dashboard-filter-h5-form .adm-list {
  height: calc(100% - 80px);
  overflow-y: auto;
}
.wufeng-dashboard-filter-h5-form .adm-form-item-label {
  color: #1f1f1f;
}
.wufeng-dashboard-filter-h5-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.wufeng-dashboard-filter-h5-form-footer .adm-button {
  width: calc(50% - 10px);
}
