.bf-chart-indexes-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.bf-chart-help-icon {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.bf-chart-indexes-line {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #f0f0f0;
  height: 1px;
  width: 100%;
}
.bf-chart-data-up {
  position: relative;
  top: 1px;
  margin-left: 4px;
  color: #f5222d;
  font-size: 14px;
}
.bf-chart-data-down {
  position: relative;
  top: 1px;
  margin-left: 4px;
  color: #52c41a;
  font-size: 14px;
}
.bf-chart-indexes-value {
  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;
}
.bf-chart-indexes-footer {
  height: 21px;
  line-height: 21px;
}
