/* 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-timefilter-h5-input {
  display: flex;
  align-items: center;
  height: 35px;
  margin: 0 14px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 35px;
  background: #fff;
  background-clip: content-box;
}
.wufeng-dashboard-timefilter-h5-division {
  padding: 0 5px;
}
.wufeng-dashboard-timefilter-h5-content-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wufeng-dashboard-timefilter-h5-content {
  padding: 0 4px;
}
.wufeng-dashboard-timefilter-h5-placeholder {
  padding: 0 4px;
  color: #bfbfbf;
}
.wufeng-dashboard-timefilter-h5-close-img {
  width: 16px;
  height: 16px;
}
