.sidebar-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
.anchor-box {
  width: 70px;
  background: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
  box-shadow: 0px 6px 16px 0px rgba(26, 99, 255, 0.2);
  border-radius: 10px;
  transition: all 0.3s;
}
.anchor-box .to-top {
  height: 70px;
  cursor: pointer;
}
.anchor-box .to-top img {
  width: 30px;
}
.anchor-box:hover {
  background: linear-gradient(270deg, #2E7AFF 0%, #165BFE 100%);
}
/*# sourceMappingURL=sidebar.css.map */