.toolbar-wrapper {
  position: fixed;
  right: 0.35rem;
  bottom: 2rem;
  width: 0.72rem;
  z-index: 1;
}
.toolbar-wrapper .to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.72rem;
  height: 0.72rem;
  background: #FFFFFF;
  box-shadow: 0 0.04rem 0.27rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin-bottom: 0.24rem;
}
.toolbar-wrapper .to-top .icon {
  margin-top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border: 0 solid #222;
  border-left-width: 0.02rem;
  border-bottom-width: 0.02rem;
  transform: rotate(135deg);
}
.toolbar-wrapper .ask {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.72rem;
  height: 1.57rem;
  background: linear-gradient(90deg, #FE6E47, #FE5A47);
  border-radius: 0.36rem;
  writing-mode: vertical-rl;
  text-align: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
}
