/* 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 */
/* 主色调 */
/* 字体 */
/* 圆角 */
/* 阴影 */
/* 按钮 */
/* 面包屑 */
/* 标签页*/
/* 单选框 */
/* 复选 */
/* 输入 */
/* 步骤条 */
/* 开关 */
/* 对话框 */
/* 抽屉 */
/* 气泡卡片 */
/* 全局提示 */
/* 卡片 */
/* 加载 */
/* 表单 */
/* 表格 */
/* 选择器 */
/* 穿梭框 */
/* 文字提示 */
/* 时间控件 下拉面板 */
.bonree-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #172634;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.bonree-statistic-title {
  margin-bottom: 4px;
  color: #6f7782;
  font-size: 12px;
}
.bonree-statistic-content {
  color: #000000;
  font-size: 24px;
  font-family: 'Helvetica Neue', Arial, 'Microsoft Yahei', 'PingFang', sans-serif;
}
.bonree-statistic-content-value {
  display: inline-block;
  direction: ltr;
}
.bonree-statistic-content-prefix,
.bonree-statistic-content-suffix {
  display: inline-block;
}
.bonree-statistic-content-prefix {
  margin-right: 4px;
}
.bonree-statistic-content-suffix {
  margin-left: 4px;
}
.bonree-statistic-rtl {
  direction: rtl;
}
.bonree-statistic-rtl .bonree-statistic-content-prefix {
  margin-right: 0;
  margin-left: 4px;
}
.bonree-statistic-rtl .bonree-statistic-content-suffix {
  margin-right: 4px;
  margin-left: 0;
}
