/* 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 */
/** gray-sp */
/** blue-sp */
/** green-sp */
/** red-sp */
/** orange-sp */
/** 品牌橙 */
/** 日落黄 */
/** 柠檬黄 */
/** 新生绿 */
/** 绿色 */
/** 碧涛青 */
/** 海蔚蓝 */
/** 品牌蓝色 */
/** 宝石蓝 */
/** 星空紫 */
/** 罗兰紫 */
/** 青春紫 */
/** 品红 */
/** 红色 */
/** 灰色 */
/** 保留ant色板 */
/** 绿色 */
/** 品牌蓝 */
.wd-scrollbar {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.wd-scrollbar-wrap {
  overflow: auto;
  height: 100%;
}
.wd-scrollbar-bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
}
.wd-scrollbar-bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.wd-scrollbar-bar.is-horizontal > div {
  height: 100%;
}
.wd-scrollbar-bar.is-vertical {
  width: 6px;
  top: 2px;
}
.wd-scrollbar-bar.is-vertical > div {
  width: 100%;
}
.wd-scrollbar-thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: #D4D9E3;
  transition: background-color 0.3s;
}
.wd-scrollbar-wrap-hidden-default::-webkit-scrollbar {
  display: none;
}
