/* 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-tooltip {
  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';
  position: absolute;
  z-index: 1070;
  display: block;
  width: -moz-max-content;
  width: max-content;
  visibility: visible;
}
.bonree-tooltip-hidden {
  display: none;
}
.bonree-tooltip-placement-top,
.bonree-tooltip-placement-topLeft,
.bonree-tooltip-placement-topRight {
  padding-bottom: 6px;
}
.bonree-tooltip-placement-right,
.bonree-tooltip-placement-rightTop,
.bonree-tooltip-placement-rightBottom {
  padding-left: 6px;
}
.bonree-tooltip-placement-bottom,
.bonree-tooltip-placement-bottomLeft,
.bonree-tooltip-placement-bottomRight {
  padding-top: 6px;
}
.bonree-tooltip-placement-left,
.bonree-tooltip-placement-leftTop,
.bonree-tooltip-placement-leftBottom {
  padding-right: 6px;
}
.bonree-tooltip-inner {
  min-width: 40px;
  max-width: 600px;
  max-height: 496px;
  padding: 8px;
  overflow: auto;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #172634;
  border-radius: 3px;
  scrollbar-color: #6f7782 transparent;
  scrollbar-width: thin;
}
.bonree-tooltip-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.bonree-tooltip-inner::-webkit-scrollbar-track {
  border-radius: 10px;
}
.bonree-tooltip-inner::-webkit-scrollbar-thumb {
  background: #6f7782;
  border-radius: 10px;
}
.bonree-tooltip-arrow {
  position: absolute;
  display: block;
  width: 11.59655121px;
  height: 11.59655121px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.bonree-tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8.2px;
  height: 8.2px;
  margin: auto;
  background-color: #172634;
  content: '';
  pointer-events: auto;
}
.bonree-tooltip-placement-top .bonree-tooltip-arrow,
.bonree-tooltip-placement-topLeft .bonree-tooltip-arrow,
.bonree-tooltip-placement-topRight .bonree-tooltip-arrow {
  bottom: -5.59655121px;
}
.bonree-tooltip-placement-top .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-topLeft .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-topRight .bonree-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-5.79827561px) rotate(45deg);
}
.bonree-tooltip-placement-top .bonree-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.bonree-tooltip-placement-topLeft .bonree-tooltip-arrow {
  left: 13px;
}
.bonree-tooltip-placement-topRight .bonree-tooltip-arrow {
  right: 13px;
}
.bonree-tooltip-placement-right .bonree-tooltip-arrow,
.bonree-tooltip-placement-rightTop .bonree-tooltip-arrow,
.bonree-tooltip-placement-rightBottom .bonree-tooltip-arrow {
  left: -5.59655121px;
}
.bonree-tooltip-placement-right .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-rightTop .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-rightBottom .bonree-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(5.79827561px) rotate(45deg);
}
.bonree-tooltip-placement-right .bonree-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.bonree-tooltip-placement-rightTop .bonree-tooltip-arrow {
  top: 5px;
}
.bonree-tooltip-placement-rightBottom .bonree-tooltip-arrow {
  bottom: 5px;
}
.bonree-tooltip-placement-left .bonree-tooltip-arrow,
.bonree-tooltip-placement-leftTop .bonree-tooltip-arrow,
.bonree-tooltip-placement-leftBottom .bonree-tooltip-arrow {
  right: -5.59655121px;
}
.bonree-tooltip-placement-left .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-leftTop .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-leftBottom .bonree-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-5.79827561px) rotate(45deg);
}
.bonree-tooltip-placement-left .bonree-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.bonree-tooltip-placement-leftTop .bonree-tooltip-arrow {
  top: 5px;
}
.bonree-tooltip-placement-leftBottom .bonree-tooltip-arrow {
  bottom: 5px;
}
.bonree-tooltip-placement-bottom .bonree-tooltip-arrow,
.bonree-tooltip-placement-bottomLeft .bonree-tooltip-arrow,
.bonree-tooltip-placement-bottomRight .bonree-tooltip-arrow {
  top: -5.59655121px;
}
.bonree-tooltip-placement-bottom .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-bottomLeft .bonree-tooltip-arrow-content,
.bonree-tooltip-placement-bottomRight .bonree-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(5.79827561px) rotate(45deg);
}
.bonree-tooltip-placement-bottom .bonree-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.bonree-tooltip-placement-bottomLeft .bonree-tooltip-arrow {
  left: 13px;
}
.bonree-tooltip-placement-bottomRight .bonree-tooltip-arrow {
  right: 13px;
}
.bonree-tooltip-pink .bonree-tooltip-inner {
  background-color: #eb2f96;
}
.bonree-tooltip-pink .bonree-tooltip-arrow-content {
  background-color: #eb2f96;
}
.bonree-tooltip-magenta .bonree-tooltip-inner {
  background-color: #eb2f96;
}
.bonree-tooltip-magenta .bonree-tooltip-arrow-content {
  background-color: #eb2f96;
}
.bonree-tooltip-red .bonree-tooltip-inner {
  background-color: #f5222d;
}
.bonree-tooltip-red .bonree-tooltip-arrow-content {
  background-color: #f5222d;
}
.bonree-tooltip-volcano .bonree-tooltip-inner {
  background-color: #fa541c;
}
.bonree-tooltip-volcano .bonree-tooltip-arrow-content {
  background-color: #fa541c;
}
.bonree-tooltip-orange .bonree-tooltip-inner {
  background-color: #fa8c16;
}
.bonree-tooltip-orange .bonree-tooltip-arrow-content {
  background-color: #fa8c16;
}
.bonree-tooltip-yellow .bonree-tooltip-inner {
  background-color: #fadb14;
}
.bonree-tooltip-yellow .bonree-tooltip-arrow-content {
  background-color: #fadb14;
}
.bonree-tooltip-gold .bonree-tooltip-inner {
  background-color: #faad14;
}
.bonree-tooltip-gold .bonree-tooltip-arrow-content {
  background-color: #faad14;
}
.bonree-tooltip-cyan .bonree-tooltip-inner {
  background-color: #13c2c2;
}
.bonree-tooltip-cyan .bonree-tooltip-arrow-content {
  background-color: #13c2c2;
}
.bonree-tooltip-lime .bonree-tooltip-inner {
  background-color: #a0d911;
}
.bonree-tooltip-lime .bonree-tooltip-arrow-content {
  background-color: #a0d911;
}
.bonree-tooltip-green .bonree-tooltip-inner {
  background-color: #52c41a;
}
.bonree-tooltip-green .bonree-tooltip-arrow-content {
  background-color: #52c41a;
}
.bonree-tooltip-blue .bonree-tooltip-inner {
  background-color: #1890ff;
}
.bonree-tooltip-blue .bonree-tooltip-arrow-content {
  background-color: #1890ff;
}
.bonree-tooltip-geekblue .bonree-tooltip-inner {
  background-color: #2f54eb;
}
.bonree-tooltip-geekblue .bonree-tooltip-arrow-content {
  background-color: #2f54eb;
}
.bonree-tooltip-purple .bonree-tooltip-inner {
  background-color: #722ed1;
}
.bonree-tooltip-purple .bonree-tooltip-arrow-content {
  background-color: #722ed1;
}
.bonree-tooltip-rtl {
  direction: rtl;
}
.bonree-tooltip-rtl .bonree-tooltip-inner {
  text-align: right;
}
