/* 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-btn {
  line-height: 1.5;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 3px;
  min-width: 72px;
  color: #172634;
  border-color: #d3d8df;
  background: #fff;
}
.bonree-btn > .anticon {
  line-height: 1;
}
.bonree-btn,
.bonree-btn:active,
.bonree-btn:focus {
  outline: 0;
}
.bonree-btn:not([disabled]):hover {
  text-decoration: none;
}
.bonree-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.bonree-btn[disabled] {
  cursor: not-allowed;
}
.bonree-btn[disabled] > * {
  pointer-events: none;
}
.bonree-btn-lg {
  height: 40px;
  padding: 8.5px 12px;
  font-size: 14px;
  border-radius: 3px;
}
.bonree-btn-sm {
  height: 24px;
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 3px;
  min-width: 56px;
  line-height: 1;
}
.bonree-btn > a:only-child {
  color: currentColor;
}
.bonree-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn:hover,
.bonree-btn:focus {
  color: #006aff;
  border-color: #006aff;
  background: #fff;
}
.bonree-btn:hover > a:only-child,
.bonree-btn:focus > a:only-child {
  color: currentColor;
}
.bonree-btn:hover > a:only-child::after,
.bonree-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn:active {
  color: #1868d9;
  border-color: #1868d9;
  background: #fff;
}
.bonree-btn:active > a:only-child {
  color: currentColor;
}
.bonree-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn[disabled],
.bonree-btn[disabled]:hover,
.bonree-btn[disabled]:focus,
.bonree-btn[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn[disabled] > a:only-child,
.bonree-btn[disabled]:hover > a:only-child,
.bonree-btn[disabled]:focus > a:only-child,
.bonree-btn[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn[disabled] > a:only-child::after,
.bonree-btn[disabled]:hover > a:only-child::after,
.bonree-btn[disabled]:focus > a:only-child::after,
.bonree-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn[disabled] .anticon,
.bonree-btn[disabled]:hover .anticon,
.bonree-btn[disabled]:focus .anticon,
.bonree-btn[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn:hover,
.bonree-btn:focus {
  color: #2989ff;
  text-decoration: none;
  background: #ebf3ff;
  border-color: #2989ff;
}
.bonree-btn:active {
  color: #0053d9;
  border-color: #0053d9;
}
.bonree-btn.bonree-btn-loading {
  color: #006aff;
  background: #ebf3ff;
  border-color: #2989ff;
}
.bonree-btn:hover:not(.bonree-btn-primary) > .anticon,
.bonree-btn:focus:not(.bonree-btn-primary) > .anticon {
  color: #2989ff;
}
.bonree-btn:active:not(.bonree-btn-primary) > .anticon {
  color: #0053d9;
}
.bonree-btn > span {
  display: inline-block;
}
.bonree-btn-primary {
  color: #fff;
  border-color: #006aff;
  background: #006aff;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-primary > a:only-child {
  color: currentColor;
}
.bonree-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-primary:hover,
.bonree-btn-primary:focus {
  color: #fff;
  border-color: #2989ff;
  background: #2989ff;
}
.bonree-btn-primary:hover > a:only-child,
.bonree-btn-primary:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-primary:hover > a:only-child::after,
.bonree-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-primary:active {
  color: #fff;
  border-color: #0053d9;
  background: #0053d9;
}
.bonree-btn-primary:active > a:only-child {
  color: currentColor;
}
.bonree-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-primary[disabled],
.bonree-btn-primary[disabled]:hover,
.bonree-btn-primary[disabled]:focus,
.bonree-btn-primary[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-primary[disabled] > a:only-child,
.bonree-btn-primary[disabled]:hover > a:only-child,
.bonree-btn-primary[disabled]:focus > a:only-child,
.bonree-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-primary[disabled] > a:only-child::after,
.bonree-btn-primary[disabled]:hover > a:only-child::after,
.bonree-btn-primary[disabled]:focus > a:only-child::after,
.bonree-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-primary[disabled] .anticon,
.bonree-btn-primary[disabled]:hover .anticon,
.bonree-btn-primary[disabled]:focus .anticon,
.bonree-btn-primary[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-group .bonree-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #2989ff;
  border-left-color: #2989ff;
}
.bonree-btn-group .bonree-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d3d8df;
}
.bonree-btn-group .bonree-btn-primary:first-child:not(:last-child) {
  border-right-color: #2989ff;
}
.bonree-btn-group .bonree-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d3d8df;
}
.bonree-btn-group .bonree-btn-primary:last-child:not(:first-child),
.bonree-btn-group .bonree-btn-primary + .bonree-btn-primary {
  border-left-color: #2989ff;
}
.bonree-btn-group .bonree-btn-primary:last-child:not(:first-child)[disabled],
.bonree-btn-group .bonree-btn-primary + .bonree-btn-primary[disabled] {
  border-left-color: #d3d8df;
}
.bonree-btn-primary > .anticon {
  color: #fff;
}
.bonree-btn-primary.bonree-btn-loading > .bonree-btn-loading-icon .anticon {
  color: #fff;
}
.bonree-btn-primary.bonree-btn-loading {
  background: #2989ff;
  border-color: #2989ff;
}
.bonree-btn-secondary {
  color: #006aff;
  border-color: #006aff;
}
.bonree-btn-secondary > a:only-child {
  color: currentColor;
}
.bonree-btn-secondary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-ghost {
  color: #172634;
  border-color: #d3d8df;
  background: transparent;
}
.bonree-btn-ghost > a:only-child {
  color: currentColor;
}
.bonree-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-ghost:hover,
.bonree-btn-ghost:focus {
  color: #006aff;
  border-color: #006aff;
  background: transparent;
}
.bonree-btn-ghost:hover > a:only-child,
.bonree-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-ghost:hover > a:only-child::after,
.bonree-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-ghost:active {
  color: #1868d9;
  border-color: #1868d9;
  background: transparent;
}
.bonree-btn-ghost:active > a:only-child {
  color: currentColor;
}
.bonree-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-ghost[disabled],
.bonree-btn-ghost[disabled]:hover,
.bonree-btn-ghost[disabled]:focus,
.bonree-btn-ghost[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-ghost[disabled] > a:only-child,
.bonree-btn-ghost[disabled]:hover > a:only-child,
.bonree-btn-ghost[disabled]:focus > a:only-child,
.bonree-btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-ghost[disabled] > a:only-child::after,
.bonree-btn-ghost[disabled]:hover > a:only-child::after,
.bonree-btn-ghost[disabled]:focus > a:only-child::after,
.bonree-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-ghost[disabled] .anticon,
.bonree-btn-ghost[disabled]:hover .anticon,
.bonree-btn-ghost[disabled]:focus .anticon,
.bonree-btn-ghost[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-dashed {
  min-width: 72px;
  border-style: dashed;
  color: #172634;
  border-color: #d3d8df;
  background: #fff;
}
.bonree-btn-dashed > a:only-child {
  color: currentColor;
}
.bonree-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dashed:hover,
.bonree-btn-dashed:focus {
  color: #006aff;
  border-color: #006aff;
  background: #fff;
}
.bonree-btn-dashed:hover > a:only-child,
.bonree-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-dashed:hover > a:only-child::after,
.bonree-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dashed:active {
  color: #1868d9;
  border-color: #1868d9;
  background: #fff;
}
.bonree-btn-dashed:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dashed[disabled],
.bonree-btn-dashed[disabled]:hover,
.bonree-btn-dashed[disabled]:focus,
.bonree-btn-dashed[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dashed[disabled] > a:only-child,
.bonree-btn-dashed[disabled]:hover > a:only-child,
.bonree-btn-dashed[disabled]:focus > a:only-child,
.bonree-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dashed[disabled] > a:only-child::after,
.bonree-btn-dashed[disabled]:hover > a:only-child::after,
.bonree-btn-dashed[disabled]:focus > a:only-child::after,
.bonree-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dashed[disabled] .anticon,
.bonree-btn-dashed[disabled]:hover .anticon,
.bonree-btn-dashed[disabled]:focus .anticon,
.bonree-btn-dashed[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-danger {
  color: #fff;
  border-color: #fa5050;
  background: #fa5050;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-danger > a:only-child {
  color: currentColor;
}
.bonree-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-danger:hover,
.bonree-btn-danger:focus {
  color: #fff;
  border-color: #ff7f7a;
  background: #ff7f7a;
}
.bonree-btn-danger:hover > a:only-child,
.bonree-btn-danger:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-danger:hover > a:only-child::after,
.bonree-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-danger:active {
  color: #fff;
  border-color: #ff7f7a;
  background: #ff7f7a;
}
.bonree-btn-danger:active > a:only-child {
  color: currentColor;
}
.bonree-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-danger[disabled],
.bonree-btn-danger[disabled]:hover,
.bonree-btn-danger[disabled]:focus,
.bonree-btn-danger[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-danger[disabled] > a:only-child,
.bonree-btn-danger[disabled]:hover > a:only-child,
.bonree-btn-danger[disabled]:focus > a:only-child,
.bonree-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-danger[disabled] > a:only-child::after,
.bonree-btn-danger[disabled]:hover > a:only-child::after,
.bonree-btn-danger[disabled]:focus > a:only-child::after,
.bonree-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-danger[disabled] .anticon,
.bonree-btn-danger[disabled]:hover .anticon,
.bonree-btn-danger[disabled]:focus .anticon,
.bonree-btn-danger[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-link {
  min-width: auto;
  height: auto;
  padding: 0;
  box-shadow: none;
  color: #006aff;
  border-color: transparent;
  background: transparent;
}
.bonree-btn-link > a:only-child {
  color: currentColor;
}
.bonree-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-link:hover,
.bonree-btn-link:focus {
  color: #006aff;
  border-color: #006aff;
  background: transparent;
}
.bonree-btn-link:hover > a:only-child,
.bonree-btn-link:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-link:hover > a:only-child::after,
.bonree-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-link:active {
  color: #1868d9;
  border-color: #1868d9;
  background: transparent;
}
.bonree-btn-link:active > a:only-child {
  color: currentColor;
}
.bonree-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-link[disabled],
.bonree-btn-link[disabled]:hover,
.bonree-btn-link[disabled]:focus,
.bonree-btn-link[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-link[disabled] > a:only-child,
.bonree-btn-link[disabled]:hover > a:only-child,
.bonree-btn-link[disabled]:focus > a:only-child,
.bonree-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-link[disabled] > a:only-child::after,
.bonree-btn-link[disabled]:hover > a:only-child::after,
.bonree-btn-link[disabled]:focus > a:only-child::after,
.bonree-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-link[disabled] .anticon,
.bonree-btn-link[disabled]:hover .anticon,
.bonree-btn-link[disabled]:focus .anticon,
.bonree-btn-link[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-link:hover {
  background: transparent;
}
.bonree-btn-link:hover,
.bonree-btn-link:focus {
  color: #2989ff;
  border-color: transparent;
}
.bonree-btn-link:active {
  color: #0053d9;
}
.bonree-btn-link[disabled],
.bonree-btn-link[disabled]:hover,
.bonree-btn-link[disabled]:focus,
.bonree-btn-link[disabled]:active {
  color: #a7b1be;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-link[disabled] > a:only-child,
.bonree-btn-link[disabled]:hover > a:only-child,
.bonree-btn-link[disabled]:focus > a:only-child,
.bonree-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-link[disabled] > a:only-child::after,
.bonree-btn-link[disabled]:hover > a:only-child::after,
.bonree-btn-link[disabled]:focus > a:only-child::after,
.bonree-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-link[disabled] .anticon,
.bonree-btn-link[disabled]:hover .anticon,
.bonree-btn-link[disabled]:focus .anticon,
.bonree-btn-link[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-text {
  color: #172634;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.bonree-btn-text > a:only-child {
  color: currentColor;
}
.bonree-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-text:hover,
.bonree-btn-text:focus {
  color: #006aff;
  border-color: #006aff;
  background: transparent;
}
.bonree-btn-text:hover > a:only-child,
.bonree-btn-text:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-text:hover > a:only-child::after,
.bonree-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-text:active {
  color: #1868d9;
  border-color: #1868d9;
  background: transparent;
}
.bonree-btn-text:active > a:only-child {
  color: currentColor;
}
.bonree-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-text[disabled],
.bonree-btn-text[disabled]:hover,
.bonree-btn-text[disabled]:focus,
.bonree-btn-text[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-text[disabled] > a:only-child,
.bonree-btn-text[disabled]:hover > a:only-child,
.bonree-btn-text[disabled]:focus > a:only-child,
.bonree-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-text[disabled] > a:only-child::after,
.bonree-btn-text[disabled]:hover > a:only-child::after,
.bonree-btn-text[disabled]:focus > a:only-child::after,
.bonree-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-text[disabled] .anticon,
.bonree-btn-text[disabled]:hover .anticon,
.bonree-btn-text[disabled]:focus .anticon,
.bonree-btn-text[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-text:hover,
.bonree-btn-text:focus {
  color: #2989ff;
  background: #ebf3ff;
  border-color: transparent;
}
.bonree-btn-text:active {
  color: #0053d9;
  background: #ebf3ff;
  border-color: transparent;
}
.bonree-btn-text[disabled],
.bonree-btn-text[disabled]:hover,
.bonree-btn-text[disabled]:focus,
.bonree-btn-text[disabled]:active {
  color: #a7b1be;
  border-color: transparent;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-text[disabled] > a:only-child,
.bonree-btn-text[disabled]:hover > a:only-child,
.bonree-btn-text[disabled]:focus > a:only-child,
.bonree-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-text[disabled] > a:only-child::after,
.bonree-btn-text[disabled]:hover > a:only-child::after,
.bonree-btn-text[disabled]:focus > a:only-child::after,
.bonree-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-text[disabled] .anticon,
.bonree-btn-text[disabled]:hover .anticon,
.bonree-btn-text[disabled]:focus .anticon,
.bonree-btn-text[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-dangerous {
  color: #fa5050;
  border-color: #fa5050;
  background: #fff;
}
.bonree-btn-dangerous > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous:hover,
.bonree-btn-dangerous:focus {
  color: #ff7f7a;
  border-color: #ff7f7a;
  background: #fff;
}
.bonree-btn-dangerous:hover > a:only-child,
.bonree-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous:hover > a:only-child::after,
.bonree-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous:active {
  color: #d4393e;
  border-color: #d4393e;
  background: #fff;
}
.bonree-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous[disabled],
.bonree-btn-dangerous[disabled]:hover,
.bonree-btn-dangerous[disabled]:focus,
.bonree-btn-dangerous[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dangerous[disabled] > a:only-child,
.bonree-btn-dangerous[disabled]:hover > a:only-child,
.bonree-btn-dangerous[disabled]:focus > a:only-child,
.bonree-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous[disabled] > a:only-child::after,
.bonree-btn-dangerous[disabled]:hover > a:only-child::after,
.bonree-btn-dangerous[disabled]:focus > a:only-child::after,
.bonree-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous[disabled] .anticon,
.bonree-btn-dangerous[disabled]:hover .anticon,
.bonree-btn-dangerous[disabled]:focus .anticon,
.bonree-btn-dangerous[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-dangerous.bonree-btn-primary {
  color: #fff;
  border-color: #fa5050;
  background: #fa5050;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-primary > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-primary:hover,
.bonree-btn-dangerous.bonree-btn-primary:focus {
  color: #fff;
  border-color: #ff7f7a;
  background: #ff7f7a;
}
.bonree-btn-dangerous.bonree-btn-primary:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-primary:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-primary:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-primary:active {
  color: #fff;
  border-color: #ff7f7a;
  background: #ff7f7a;
}
.bonree-btn-dangerous.bonree-btn-primary:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-primary[disabled],
.bonree-btn-dangerous.bonree-btn-primary[disabled]:hover,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:focus,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-primary[disabled] > a:only-child,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:focus > a:only-child,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-primary[disabled] > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:focus > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-primary[disabled] .anticon,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:hover .anticon,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:focus .anticon,
.bonree-btn-dangerous.bonree-btn-primary[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-dangerous.bonree-btn-link {
  color: #fa5050;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-link > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-link:hover,
.bonree-btn-dangerous.bonree-btn-link:focus {
  color: #006aff;
  border-color: #006aff;
  background: transparent;
}
.bonree-btn-dangerous.bonree-btn-link:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-link:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-link:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-link:active {
  color: #1868d9;
  border-color: #1868d9;
  background: transparent;
}
.bonree-btn-dangerous.bonree-btn-link:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-link[disabled],
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-link[disabled] > a:only-child,
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus > a:only-child,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-link[disabled] > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-link[disabled] .anticon,
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover .anticon,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus .anticon,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-dangerous.bonree-btn-link:hover,
.bonree-btn-dangerous.bonree-btn-link:focus {
  color: #ff7f7a;
  border-color: transparent;
  background: transparent;
}
.bonree-btn-dangerous.bonree-btn-link:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-link:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-link:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-link:active {
  color: #d4393e;
  border-color: transparent;
  background: transparent;
}
.bonree-btn-dangerous.bonree-btn-link:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-link[disabled],
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active {
  color: #a7b1be;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-link[disabled] > a:only-child,
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus > a:only-child,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-link[disabled] > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-link[disabled] .anticon,
.bonree-btn-dangerous.bonree-btn-link[disabled]:hover .anticon,
.bonree-btn-dangerous.bonree-btn-link[disabled]:focus .anticon,
.bonree-btn-dangerous.bonree-btn-link[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-dangerous.bonree-btn-text {
  color: #fa5050;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-text > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-text:hover,
.bonree-btn-dangerous.bonree-btn-text:focus {
  color: #006aff;
  border-color: #006aff;
  background: transparent;
}
.bonree-btn-dangerous.bonree-btn-text:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-text:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-text:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-text:active {
  color: #1868d9;
  border-color: #1868d9;
  background: transparent;
}
.bonree-btn-dangerous.bonree-btn-text:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-text[disabled],
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-text[disabled] > a:only-child,
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus > a:only-child,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-text[disabled] > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-text[disabled] .anticon,
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover .anticon,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus .anticon,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-dangerous.bonree-btn-text:hover,
.bonree-btn-dangerous.bonree-btn-text:focus {
  color: #ff7f7a;
  border-color: transparent;
  background: #f5f7fa;
}
.bonree-btn-dangerous.bonree-btn-text:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-text:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-text:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-text:active {
  color: #d4393e;
  border-color: transparent;
  background: #ebf3ff;
}
.bonree-btn-dangerous.bonree-btn-text:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-text[disabled],
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active {
  color: #a7b1be;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-dangerous.bonree-btn-text[disabled] > a:only-child,
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover > a:only-child,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus > a:only-child,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-dangerous.bonree-btn-text[disabled] > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus > a:only-child::after,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-dangerous.bonree-btn-text[disabled] .anticon,
.bonree-btn-dangerous.bonree-btn-text[disabled]:hover .anticon,
.bonree-btn-dangerous.bonree-btn-text[disabled]:focus .anticon,
.bonree-btn-dangerous.bonree-btn-text[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-icon-only {
  min-width: auto;
  width: 24px;
  height: 24px;
  padding: 0 0;
  font-size: 16px;
  border-radius: 3px;
  vertical-align: -3px;
}
.bonree-btn-icon-only.bonree-btn-circle,
.bonree-btn-icon-only.bonree-btn-default {
  width: 32px;
  height: 32px;
}
.bonree-btn-icon-only.bonree-btn-text {
  width: 24px;
  height: 24px;
}
.bonree-btn-icon-only.bonree-dropdown-trigger {
  width: 32px;
  height: 32px;
}
.bonree-btn-icon-only > * {
  font-size: 16px;
}
.bonree-btn-icon-only.bonree-btn-lg {
  width: 40px;
  height: 40px;
  padding: 7px 0;
  font-size: 16px;
  border-radius: 3px;
}
.bonree-btn-icon-only.bonree-btn-lg > * {
  font-size: 16px;
}
.bonree-btn-icon-only.bonree-btn-sm {
  width: 24px;
  height: 24px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 3px;
}
.bonree-btn-icon-only.bonree-btn-sm > * {
  font-size: 12px;
}
.bonree-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
.bonree-btn-icon-only.bonree-btn-loading {
  vertical-align: unset;
}
a.bonree-btn-icon-only {
  vertical-align: -1px;
}
a.bonree-btn-icon-only > .anticon {
  display: inline;
}
.bonree-btn-round {
  height: 32px;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 32px;
}
.bonree-btn-round.bonree-btn-lg {
  height: 40px;
  padding: 8.5px 20px;
  font-size: 14px;
  border-radius: 40px;
}
.bonree-btn-round.bonree-btn-sm {
  height: 24px;
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 24px;
}
.bonree-btn-round.bonree-btn-icon-only {
  width: auto;
}
.bonree-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.bonree-btn-circle.bonree-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.bonree-btn-circle.bonree-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.bonree-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.bonree-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bonree-btn .anticon.anticon-plus > svg,
.bonree-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.bonree-btn.bonree-btn-loading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.bonree-btn > .bonree-btn-loading-icon {
  font-size: 16px;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bonree-btn > .bonree-btn-loading-icon .anticon {
  padding-right: 8px;
  color: #006aff;
  animation: none;
}
.bonree-btn > .bonree-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.bonree-btn > .bonree-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}
.bonree-btn-group {
  position: relative;
  display: inline-flex;
}
.bonree-btn-group > .bonree-btn,
.bonree-btn-group > span > .bonree-btn {
  position: relative;
}
.bonree-btn-group > .bonree-btn:hover,
.bonree-btn-group > span > .bonree-btn:hover,
.bonree-btn-group > .bonree-btn:focus,
.bonree-btn-group > span > .bonree-btn:focus,
.bonree-btn-group > .bonree-btn:active,
.bonree-btn-group > span > .bonree-btn:active {
  z-index: 2;
}
.bonree-btn-group > .bonree-btn[disabled],
.bonree-btn-group > span > .bonree-btn[disabled] {
  z-index: 0;
}
.bonree-btn-group .bonree-btn-icon-only {
  font-size: 12px;
}
.bonree-btn-group-lg > .bonree-btn,
.bonree-btn-group-lg > span > .bonree-btn {
  height: 40px;
  padding: 8.5px 12px;
  font-size: 14px;
  border-radius: 0;
}
.bonree-btn-group-lg .bonree-btn.bonree-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.bonree-btn-group-sm > .bonree-btn,
.bonree-btn-group-sm > span > .bonree-btn {
  height: 24px;
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 0;
}
.bonree-btn-group-sm > .bonree-btn > .anticon,
.bonree-btn-group-sm > span > .bonree-btn > .anticon {
  font-size: 12px;
}
.bonree-btn-group-sm .bonree-btn.bonree-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.bonree-btn-group .bonree-btn + .bonree-btn,
.bonree-btn + .bonree-btn-group,
.bonree-btn-group span + .bonree-btn,
.bonree-btn-group .bonree-btn + span,
.bonree-btn-group > span + span,
.bonree-btn-group + .bonree-btn,
.bonree-btn-group + .bonree-btn-group {
  margin-left: -1px;
}
.bonree-btn-group .bonree-btn-primary + .bonree-btn:not(.bonree-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.bonree-btn-group .bonree-btn {
  border-radius: 0;
}
.bonree-btn-group > .bonree-btn:first-child,
.bonree-btn-group > span:first-child > .bonree-btn {
  margin-left: 0;
}
.bonree-btn-group > .bonree-btn:only-child {
  border-radius: 3px;
}
.bonree-btn-group > span:only-child > .bonree-btn {
  border-radius: 3px;
}
.bonree-btn-group > .bonree-btn:first-child:not(:last-child),
.bonree-btn-group > span:first-child:not(:last-child) > .bonree-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bonree-btn-group > .bonree-btn:last-child:not(:first-child),
.bonree-btn-group > span:last-child:not(:first-child) > .bonree-btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bonree-btn-group-sm > .bonree-btn:only-child {
  border-radius: 3px;
}
.bonree-btn-group-sm > span:only-child > .bonree-btn {
  border-radius: 3px;
}
.bonree-btn-group-sm > .bonree-btn:first-child:not(:last-child),
.bonree-btn-group-sm > span:first-child:not(:last-child) > .bonree-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bonree-btn-group-sm > .bonree-btn:last-child:not(:first-child),
.bonree-btn-group-sm > span:last-child:not(:first-child) > .bonree-btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bonree-btn-group > .bonree-btn-group {
  float: left;
}
.bonree-btn-group > .bonree-btn-group:not(:first-child):not(:last-child) > .bonree-btn {
  border-radius: 0;
}
.bonree-btn-group > .bonree-btn-group:first-child:not(:last-child) > .bonree-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bonree-btn-group > .bonree-btn-group:last-child:not(:first-child) > .bonree-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bonree-btn-rtl.bonree-btn-group .bonree-btn + .bonree-btn,
.bonree-btn-rtl.bonree-btn + .bonree-btn-group,
.bonree-btn-rtl.bonree-btn-group span + .bonree-btn,
.bonree-btn-rtl.bonree-btn-group .bonree-btn + span,
.bonree-btn-rtl.bonree-btn-group > span + span,
.bonree-btn-rtl.bonree-btn-group + .bonree-btn,
.bonree-btn-rtl.bonree-btn-group + .bonree-btn-group,
.bonree-btn-group-rtl.bonree-btn-group .bonree-btn + .bonree-btn,
.bonree-btn-group-rtl.bonree-btn + .bonree-btn-group,
.bonree-btn-group-rtl.bonree-btn-group span + .bonree-btn,
.bonree-btn-group-rtl.bonree-btn-group .bonree-btn + span,
.bonree-btn-group-rtl.bonree-btn-group > span + span,
.bonree-btn-group-rtl.bonree-btn-group + .bonree-btn,
.bonree-btn-group-rtl.bonree-btn-group + .bonree-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.bonree-btn-group.bonree-btn-group-rtl {
  direction: rtl;
}
.bonree-btn-group-rtl.bonree-btn-group > .bonree-btn:first-child:not(:last-child),
.bonree-btn-group-rtl.bonree-btn-group > span:first-child:not(:last-child) > .bonree-btn {
  border-radius: 0 3px 3px 0;
}
.bonree-btn-group-rtl.bonree-btn-group > .bonree-btn:last-child:not(:first-child),
.bonree-btn-group-rtl.bonree-btn-group > span:last-child:not(:first-child) > .bonree-btn {
  border-radius: 3px 0 0 3px;
}
.bonree-btn-group-rtl.bonree-btn-group-sm > .bonree-btn:first-child:not(:last-child),
.bonree-btn-group-rtl.bonree-btn-group-sm > span:first-child:not(:last-child) > .bonree-btn {
  border-radius: 0 3px 3px 0;
}
.bonree-btn-group-rtl.bonree-btn-group-sm > .bonree-btn:last-child:not(:first-child),
.bonree-btn-group-rtl.bonree-btn-group-sm > span:last-child:not(:first-child) > .bonree-btn {
  border-radius: 3px 0 0 3px;
}
.bonree-btn:focus > span,
.bonree-btn:active > span {
  position: relative;
}
.bonree-btn > .anticon + span,
.bonree-btn > span + .anticon {
  margin-left: 8px;
}
.bonree-btn.bonree-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.bonree-btn.bonree-btn-background-ghost,
.bonree-btn.bonree-btn-background-ghost:hover,
.bonree-btn.bonree-btn-background-ghost:active,
.bonree-btn.bonree-btn-background-ghost:focus {
  background: transparent;
}
.bonree-btn.bonree-btn-background-ghost:hover,
.bonree-btn.bonree-btn-background-ghost:focus {
  color: #2989ff;
  border-color: #2989ff;
}
.bonree-btn.bonree-btn-background-ghost:active {
  color: #0053d9;
  border-color: #0053d9;
}
.bonree-btn.bonree-btn-background-ghost[disabled] {
  color: #a7b1be;
  background: transparent;
  border-color: #d3d8df;
}
.bonree-btn-background-ghost.bonree-btn-primary {
  color: #2989ff;
  border-color: #2989ff;
  text-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-primary > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-primary:hover,
.bonree-btn-background-ghost.bonree-btn-primary:focus {
  color: #52a5ff;
  border-color: #52a5ff;
}
.bonree-btn-background-ghost.bonree-btn-primary:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-primary:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-primary:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-primary:active {
  color: #1868d9;
  border-color: #1868d9;
}
.bonree-btn-background-ghost.bonree-btn-primary:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-primary[disabled],
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:hover,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:focus,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-primary[disabled] > a:only-child,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:focus > a:only-child,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-primary[disabled] > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:focus > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-primary[disabled] .anticon,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:hover .anticon,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:focus .anticon,
.bonree-btn-background-ghost.bonree-btn-primary[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-background-ghost.bonree-btn-danger {
  color: #fa5050;
  border-color: #fa5050;
  text-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-danger > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-danger:hover,
.bonree-btn-background-ghost.bonree-btn-danger:focus {
  color: #ff7f7a;
  border-color: #ff7f7a;
}
.bonree-btn-background-ghost.bonree-btn-danger:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-danger:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-danger:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-danger:active {
  color: #d4393e;
  border-color: #d4393e;
}
.bonree-btn-background-ghost.bonree-btn-danger:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-danger[disabled],
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:hover,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:focus,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-danger[disabled] > a:only-child,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:focus > a:only-child,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-danger[disabled] > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:focus > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-danger[disabled] .anticon,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:hover .anticon,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:focus .anticon,
.bonree-btn-background-ghost.bonree-btn-danger[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-background-ghost.bonree-btn-dangerous {
  color: #fa5050;
  border-color: #fa5050;
  text-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-dangerous > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous:hover,
.bonree-btn-background-ghost.bonree-btn-dangerous:focus {
  color: #ff7f7a;
  border-color: #ff7f7a;
}
.bonree-btn-background-ghost.bonree-btn-dangerous:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous:active {
  color: #d4393e;
  border-color: #d4393e;
}
.bonree-btn-background-ghost.bonree-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled],
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:hover,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:focus,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled] > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:focus > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled] > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:focus > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled] .anticon,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:hover .anticon,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:focus .anticon,
.bonree-btn-background-ghost.bonree-btn-dangerous[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link {
  color: #fa5050;
  border-color: transparent;
  text-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:hover,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:focus {
  color: #ff7f7a;
  border-color: transparent;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:focus > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:active {
  color: #d4393e;
  border-color: transparent;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled],
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:hover,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:focus,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:active {
  color: #a7b1be;
  border-color: #d3d8df;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled] > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:hover > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:focus > a:only-child,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled] > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:hover > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:focus > a:only-child::after,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled] .anticon,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:hover .anticon,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:focus .anticon,
.bonree-btn-background-ghost.bonree-btn-dangerous.bonree-btn-link[disabled]:active .anticon {
  color: #a7b1be;
}
.bonree-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.bonree-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.bonree-btn-block {
  width: 100%;
}
.bonree-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.bonree-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.bonree-btn-lg {
  line-height: 38px;
}
a.bonree-btn-sm {
  line-height: 22px;
}
.bonree-btn-rtl {
  direction: rtl;
}
.bonree-btn-group-rtl.bonree-btn-group .bonree-btn-primary:last-child:not(:first-child),
.bonree-btn-group-rtl.bonree-btn-group .bonree-btn-primary + .bonree-btn-primary {
  border-right-color: #2989ff;
  border-left-color: #d3d8df;
}
.bonree-btn-group-rtl.bonree-btn-group .bonree-btn-primary:last-child:not(:first-child)[disabled],
.bonree-btn-group-rtl.bonree-btn-group .bonree-btn-primary + .bonree-btn-primary[disabled] {
  border-right-color: #d3d8df;
  border-left-color: #2989ff;
}
.bonree-btn-rtl.bonree-btn > .bonree-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.bonree-btn > .bonree-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}
.bonree-btn-rtl.bonree-btn > .anticon + span,
.bonree-btn-rtl.bonree-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}
