/* 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 */
.antd-pro-charts-chart-card-chartCard {
  position: relative;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-chartTop {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.antd-pro-charts-chart-card-chartCard
  .antd-pro-charts-chart-card-chartTopMargin {
  margin-bottom: 12px;
}
.antd-pro-charts-chart-card-chartCard
  .antd-pro-charts-chart-card-chartTopHasMargin {
  margin-bottom: 20px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-metaWrap {
  float: left;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-avatar {
  position: relative;
  top: 4px;
  float: left;
  margin-right: 20px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-avatar img {
  border-radius: 100%;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-meta {
  height: 22px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-action {
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 1;
  cursor: pointer;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-total {
  height: 38px;
  margin-top: 4px;
  margin-bottom: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-content {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-contentFixed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-footer {
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid #e8e8e8;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-footer > * {
  position: relative;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-footerMargin {
  margin-top: 20px;
}
.antd-pro-charts-field-field {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.antd-pro-charts-field-field .antd-pro-charts-field-label,
.antd-pro-charts-field-field .antd-pro-charts-field-number {
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-field-field .antd-pro-charts-field-number {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
}
.antd-pro-charts-mini-progress-miniProgress {
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.antd-pro-charts-mini-progress-miniProgress
  .antd-pro-charts-mini-progress-progressWrap {
  position: relative;
  background-color: #f5f5f5;
}
.antd-pro-charts-mini-progress-miniProgress
  .antd-pro-charts-mini-progress-progress {
  width: 0;
  height: 100%;
  background-color: #1890ff;
  border-radius: 1px 0 0 1px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.antd-pro-charts-mini-progress-miniProgress
  .antd-pro-charts-mini-progress-target {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 20px;
}
.antd-pro-charts-mini-progress-miniProgress
  .antd-pro-charts-mini-progress-target
  span {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 4px;
  border-radius: 100px;
}
.antd-pro-charts-mini-progress-miniProgress
  .antd-pro-charts-mini-progress-target
  span:last-child {
  top: auto;
  bottom: 0;
}
.antd-pro-charts-pie-pie {
  position: relative;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-chart {
  position: relative;
}
.antd-pro-charts-pie-pie.antd-pro-charts-pie-hasLegend
  .antd-pro-charts-pie-chart {
  width: calc(100% - 240px);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legend {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 200px;
  margin: 0 20px;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legend li {
  height: 22px;
  margin-bottom: 16px;
  line-height: 22px;
  cursor: pointer;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legend li:last-child {
  margin-bottom: 0;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-line {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-right: 8px;
  background-color: #e8e8e8;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legendTitle {
  color: rgba(0, 0, 0, 0.65);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-percent {
  color: rgba(0, 0, 0, 0.45);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-value {
  position: absolute;
  right: 0;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-title {
  margin-bottom: 8px;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-total {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 62px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-total > h4 {
  height: 22px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-total > p {
  display: block;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.2em;
  line-height: 32px;
  white-space: nowrap;
}
.antd-pro-charts-pie-legendBlock.antd-pro-charts-pie-hasLegend
  .antd-pro-charts-pie-chart {
  width: 100%;
  margin: 0 0 32px 0;
}
.antd-pro-charts-pie-legendBlock .antd-pro-charts-pie-legend {
  position: relative;
  transform: none;
}
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend {
  margin-top: 16px;
}
.antd-pro-charts-radar-radar
  .antd-pro-charts-radar-legend
  .antd-pro-charts-radar-legendItem {
  position: relative;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.antd-pro-charts-radar-radar
  .antd-pro-charts-radar-legend
  .antd-pro-charts-radar-legendItem
  p {
  margin: 0;
}
.antd-pro-charts-radar-radar
  .antd-pro-charts-radar-legend
  .antd-pro-charts-radar-legendItem
  h6 {
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 32px;
}
.antd-pro-charts-radar-radar
  .antd-pro-charts-radar-legend
  .antd-pro-charts-radar-legendItem::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #e8e8e8;
  content: "";
}
.antd-pro-charts-radar-radar
  .antd-pro-charts-radar-legend
  > :last-child
  .antd-pro-charts-radar-legendItem::after {
  display: none;
}
.antd-pro-charts-radar-radar
  .antd-pro-charts-radar-legend
  .antd-pro-charts-radar-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 6px;
}
.antd-pro-charts-tag-cloud-tagCloud {
  overflow: hidden;
}
.antd-pro-charts-tag-cloud-tagCloud canvas {
  transform-origin: 0 0;
}
.antd-pro-charts-timeline-chart-timelineChart {
  background: #fff;
}
.antd-pro-charts-water-wave-waterWave {
  position: relative;
  display: inline-block;
  transform-origin: left;
}
.antd-pro-charts-water-wave-waterWave .antd-pro-charts-water-wave-text {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  text-align: center;
}
.antd-pro-charts-water-wave-waterWave .antd-pro-charts-water-wave-text span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-water-wave-waterWave .antd-pro-charts-water-wave-text h4 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 32px;
}
.antd-pro-charts-water-wave-waterWave
  .antd-pro-charts-water-wave-waterWaveCanvasWrapper {
  transform: scale(0.5);
  transform-origin: 0 0;
}
.antd-pro-charts-miniChart {
  position: relative;
  width: 100%;
}
.antd-pro-charts-miniChart .antd-pro-charts-chartContent {
  position: absolute;
  bottom: -28px;
  width: 100%;
}
.antd-pro-charts-miniChart .antd-pro-charts-chartContent > div {
  margin: 0 -5px;
  overflow: hidden;
}
.antd-pro-charts-miniChart .antd-pro-charts-chartLoading {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -7px;
}
