/* 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 */
/* 主色调 */
/* 字体 */
/* 圆角 */
/* border描边 */
/* border圆角 */
/* 阴影 */
/* 按钮 */
/* 面包屑 */
/* 标签页*/
/* 单选框 */
/* 复选 */
/* 输入 */
/* 步骤条 */
/* 开关 */
/* 对话框 */
/* 抽屉 */
/* 气泡卡片 */
/* 全局提示 */
/* 卡片 */
/* 加载 */
/* 表单 */
/* 表格 */
/* 选择器 */
/* 穿梭框 */
/* 文字提示 */
/* 时间控件 下拉面板 */
@skeleton-color :if ((default = variable), var(--bonree-background-color-base), rgba(190, 190, 190, 0.2));
.bonree-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--bonree-text-color);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.bonree-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: transparent;
}
.bonree-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.bonree-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: var(--bonree-normal-color);
  content: ' ';
}
.bonree-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: var(--bonree-card-bg);
  border: 2px solid #1890ff;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.bonree-anchor-ink-ball.visible {
  display: inline-block;
}
.bonree-anchor-fixed .bonree-anchor-ink .bonree-anchor-ink-ball {
  display: none;
}
.bonree-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.bonree-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: var(--bonree-text-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.bonree-anchor-link-title:only-child {
  margin-bottom: 0;
}
.bonree-anchor-link-active > .bonree-anchor-link-title {
  color: #1890ff;
}
.bonree-anchor-link .bonree-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.bonree-anchor-rtl {
  direction: rtl;
}
.bonree-anchor-rtl.bonree-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}
.bonree-anchor-rtl .bonree-anchor-ink {
  right: 0;
  left: auto;
}
.bonree-anchor-rtl .bonree-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}
.bonree-anchor-rtl .bonree-anchor-link {
  padding: 7px 16px 7px 0;
}
