/* 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-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1E1E29;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 18px;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.wd-back-top:empty {
  display: none;
}
.wd-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}
.wd-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #575E73;
  border-radius: 20px;
  transition: all 0.3s;
}
.wd-back-top-content:hover {
  background-color: #1E1E29;
  transition: all 0.3s;
}
.wd-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 769px) {
  .wd-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 481px) {
  .wd-back-top {
    right: 20px;
  }
}
