/* 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-back-top {
  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: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.bonree-back-top:empty {
  display: none;
}
.bonree-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}
.bonree-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.bonree-back-top-content:hover {
  background-color: #ebf3ff;
  transition: all 0.3s;
}
.bonree-back-top-content:hover .bonree-back-top-icon .anticon {
  color: #006aff;
}
.bonree-back-top-content:active .bonree-back-top-icon .anticon {
  color: #0053d9;
}
.bonree-back-top-icon {
  font-size: 16px;
  line-height: 40px;
}
.bonree-back-top-icon .anticon {
  vertical-align: middle;
}
