/* 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 */
.b-design-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #474a52;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}
.b-design-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #c82727;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.b-design-badge-count a,
.b-design-badge-count a:hover {
  color: #fff;
}
.b-design-badge-count-sm {
  min-width: 16px;
  height: 16px;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  border-radius: 8px;
}
.b-design-badge-multiple-words {
  padding: 0 8px;
}
.b-design-badge-dot {
  z-index: auto;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: #ec4344;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.b-design-badge-dot.b-design-scroll-number {
  transition: background 1.5s;
}
.b-design-badge-count,
.b-design-badge-dot,
.b-design-badge .b-design-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.b-design-badge-count.b-design-icon-spin,
.b-design-badge-dot.b-design-icon-spin,
.b-design-badge .b-design-scroll-number-custom-component.b-design-icon-spin {
  -webkit-animation: antBadgeLoadingCircle 1s infinite linear;
          animation: antBadgeLoadingCircle 1s infinite linear;
}
.b-design-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.b-design-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.b-design-badge-status-success {
  background-color: #29a64e;
}
.b-design-badge-status-processing {
  position: relative;
  background-color: #1b58f4;
}
.b-design-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1b58f4;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.b-design-badge-status-default {
  background-color: #f1f2f3;
}
.b-design-badge-status-error {
  background-color: #c82727;
}
.b-design-badge-status-warning {
  background-color: #ffab00;
}
.b-design-badge-status-pink {
  background: #eb2f96;
}
.b-design-badge-status-magenta {
  background: #c61e6e;
}
.b-design-badge-status-red {
  background: #c82727;
}
.b-design-badge-status-volcano {
  background: #fa541c;
}
.b-design-badge-status-orange {
  background: #c62f0e;
}
.b-design-badge-status-yellow {
  background: #fadb14;
}
.b-design-badge-status-gold {
  background: #faad14;
}
.b-design-badge-status-cyan {
  background: #13c2c2;
}
.b-design-badge-status-lime {
  background: #a0d911;
}
.b-design-badge-status-green {
  background: #52c41a;
}
.b-design-badge-status-blue {
  background: #1b58f4;
}
.b-design-badge-status-geekblue {
  background: #2f54eb;
}
.b-design-badge-status-purple {
  background: #7b38f4;
}
.b-design-badge-status-text {
  margin-left: 8px;
  color: #474a52;
  font-size: 14px;
}
.b-design-badge-zoom-appear,
.b-design-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.b-design-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.b-design-badge-not-a-wrapper .b-design-badge-zoom-appear,
.b-design-badge-not-a-wrapper .b-design-badge-zoom-enter {
  -webkit-animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.b-design-badge-not-a-wrapper .b-design-badge-zoom-leave {
  -webkit-animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.b-design-badge-not-a-wrapper:not(.b-design-badge-status) {
  vertical-align: middle;
}
.b-design-badge-not-a-wrapper .b-design-scroll-number-custom-component,
.b-design-badge-not-a-wrapper .b-design-badge-count {
  transform: none;
}
.b-design-badge-not-a-wrapper .b-design-scroll-number-custom-component,
.b-design-badge-not-a-wrapper .b-design-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.b-design-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.b-design-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.b-design-scroll-number-only > p.b-design-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.b-design-scroll-number-symbol {
  vertical-align: top;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@-webkit-keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.b-design-ribbon-wrapper {
  position: relative;
}
.b-design-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #474a52;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #1b58f4;
  border-radius: 2px;
}
.b-design-ribbon-text {
  color: #fff;
}
.b-design-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.b-design-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.b-design-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.b-design-ribbon-color-magenta {
  color: #c61e6e;
  background: #c61e6e;
}
.b-design-ribbon-color-red {
  color: #c82727;
  background: #c82727;
}
.b-design-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}
.b-design-ribbon-color-orange {
  color: #c62f0e;
  background: #c62f0e;
}
.b-design-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}
.b-design-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}
.b-design-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}
.b-design-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}
.b-design-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}
.b-design-ribbon-color-blue {
  color: #1b58f4;
  background: #1b58f4;
}
.b-design-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}
.b-design-ribbon-color-purple {
  color: #7b38f4;
  background: #7b38f4;
}
.b-design-ribbon.b-design-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.b-design-ribbon.b-design-ribbon-placement-end .b-design-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}
.b-design-ribbon.b-design-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.b-design-ribbon.b-design-ribbon-placement-start .b-design-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.b-design-badge-rtl {
  direction: rtl;
}
.b-design-badge-rtl.b-design-badge:not(.b-design-badge-not-a-wrapper) .b-design-badge-count,
.b-design-badge-rtl.b-design-badge:not(.b-design-badge-not-a-wrapper) .b-design-badge-dot,
.b-design-badge-rtl.b-design-badge:not(.b-design-badge-not-a-wrapper) .b-design-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.b-design-badge-rtl.b-design-badge:not(.b-design-badge-not-a-wrapper) .b-design-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.b-design-badge-rtl .b-design-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.b-design-badge:not(.b-design-badge-not-a-wrapper).b-design-badge-rtl .b-design-badge-zoom-appear,
.b-design-badge:not(.b-design-badge-not-a-wrapper).b-design-badge-rtl .b-design-badge-zoom-enter {
  -webkit-animation-name: antZoomBadgeInRtl;
          animation-name: antZoomBadgeInRtl;
}
.b-design-badge:not(.b-design-badge-not-a-wrapper).b-design-badge-rtl .b-design-badge-zoom-leave {
  -webkit-animation-name: antZoomBadgeOutRtl;
          animation-name: antZoomBadgeOutRtl;
}
.b-design-ribbon-rtl {
  direction: rtl;
}
.b-design-ribbon-rtl.b-design-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.b-design-ribbon-rtl.b-design-ribbon-placement-end .b-design-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.b-design-ribbon-rtl.b-design-ribbon-placement-end .b-design-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}
.b-design-ribbon-rtl.b-design-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.b-design-ribbon-rtl.b-design-ribbon-placement-start .b-design-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}
.b-design-ribbon-rtl.b-design-ribbon-placement-start .b-design-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}
@-webkit-keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/components/style/theme/default.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/colorPalette.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable no-duplicate-selectors */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/bezierEasing.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/tinyColor.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@gradient-avatar-bg :linear-gradient (-45deg, #457aff, #1b58f4);
/** Antd Legacy  保留antd size tooken，但bdesign中不同尺寸都为12px */
/* End of legacy */
@rate-star-hover-scale : scale (1, 1);
.b-design-badge-dot {
  background: #c82727;
}
.b-design-badge-count {
  box-shadow: 0 0 0 1px solid;
}
.b-design-badge .b-design-scroll-number-custom-component {
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.b-design-badge .b-design-scroll-number-custom-component svg {
  width: 20px;
  height: 20px;
}
.b-design-badge-success .b-design-badge-dot {
  background-color: #29a64e;
}
.b-design-badge-success .b-design-scroll-number-custom-component {
  border-radius: 100%;
}
.b-design-badge-success .b-design-scroll-number-custom-component svg {
  color: #29a64e;
}
.b-design-badge-error .b-design-scroll-number-custom-component {
  border-radius: 100%;
}
.b-design-badge-error .b-design-scroll-number-custom-component svg {
  color: #c82727;
}
.b-design-badge-warning .b-design-badge-dot {
  background-color: #ffab00;
}
.b-design-badge-warning .b-design-scroll-number-custom-component {
  border-radius: 100%;
}
.b-design-badge-warning .b-design-scroll-number-custom-component svg {
  color: #ffab00;
}
.b-design-badge-danger .b-design-scroll-number-custom-component {
  border-radius: 100%;
}
.b-design-badge-danger .b-design-scroll-number-custom-component svg {
  color: #c82727;
}
.b-design-badge-information .b-design-badge-status-dot {
  background-color: #1b58f4;
}
.b-design-badge-information .b-design-scroll-number-custom-component {
  border-radius: 100%;
}
.b-design-badge-information .b-design-scroll-number-custom-component svg {
  color: #1b58f4;
}
.b-design-badge-sm .b-design-scroll-number-custom-component {
  width: 16px;
  height: 16px;
}
.b-design-badge-sm .b-design-scroll-number-custom-component svg {
  width: 16px;
  height: 16px;
}
.b-design-badge-xxs .b-design-badge-dot {
  min-width: 5px;
  width: 5px;
  height: 5px;
}
.b-design-badge-status-text {
  font-size: 12px;
}
.b-design-badge-red .b-design-badge-status-dot {
  background: #c82727 !important;
}
.b-design-badge-orange .b-design-badge-status-dot {
  background: #c62f0e !important;
}
.b-design-badge-magenta .b-design-badge-status-dot {
  background: #c61e6e !important;
}
.b-design-badge-purple .b-design-badge-status-dot {
  background: #7b38f4 !important;
}
.b-design-badge-blue-purple .b-design-badge-status-dot {
  background: #6045ff !important;
}
.b-design-badge-blue .b-design-badge-status-dot {
  background: #1b58f4 !important;
}
.b-design-badge-azure .b-design-badge-status-dot {
  background: #006aba !important;
}
.b-design-badge-cold-green .b-design-badge-status-dot {
  background: #007855 !important;
}
.b-design-badge-gray .b-design-badge-status-dot {
  background: #60636b !important;
}
.b-design-scroll-number-only {
  height: 100%;
}
