/* 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-target-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wufeng-dashboard-target-content {
  width: 100%;
  height: 100%;
}
.wufeng-dashboard-target-item-value {
  font-weight: 600;
  color: #1D2129;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wufeng-dashboard-target-item-value-flex {
  font-weight: 600;
  color: #1D2129;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wufeng-dashboard-target-item-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wufeng-dashboard-target-item-column {
  display: flex;
  flex-direction: column;
}
.wufeng-dashboard-target-item-two {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wufeng-dashboard-target-item-two-right {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  overflow: hidden;
}
.wufeng-dashboard-target-item-two-right-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  overflow: hidden;
}
.wufeng-dashboard-target-item-value-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1D2129;
  font-weight: 600;
}
.wufeng-dashboard-target-item-blue-value-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00B4FF;
  font-weight: 600;
}
.wufeng-dashboard-target-item-five {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.wufeng-dashboard-target-item-five-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
}
