.toolbar-wrapper {
  position: fixed;
  right: 0.35rem;
  bottom: 2rem;
  width: 0.72rem;
  z-index: 10;
}
.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 .to-qrcode,
.toolbar-wrapper .to-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.72rem;
  height: 0.72rem;
  background: linear-gradient(90deg, #ff413d, #ff845e);
  box-shadow: 0 0.04rem 0.27rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin-bottom: 0.24rem;
}
.toolbar-wrapper .to-qrcode {
  position: relative;
}
.toolbar-wrapper .to-qrcode .icon {
  width: 0.31rem;
}
.toolbar-wrapper .to-qrcode .icon img {
  width: 100%;
  display: block;
}
.toolbar-wrapper .to-qrcode .text {
  width: 2.5rem;
  height: 3.23rem;
  background: linear-gradient(90deg, #ff413d, #ff845e);
  border-radius: 0.28rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0.32rem 0.28rem;
  position: absolute;
  top: -0.7rem;
  left: -2.8rem;
  display: none;
}
.toolbar-wrapper .to-qrcode .text .qr {
  width: 1.72rem;
  border-radius: 0.16rem;
  margin: 0 auto 0.2rem;
}
.toolbar-wrapper .to-qrcode .text .arrow {
  width: 0.22rem;
  height: 0.25rem;
  position: absolute;
  top: 0.96rem;
  right: -0.22rem;
}
.toolbar-wrapper .to-qrcode .text > h4 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.36rem;
}
.toolbar-wrapper .to-tel {
  position: relative;
}
.toolbar-wrapper .to-tel .icon {
  width: 0.31rem;
}
.toolbar-wrapper .to-tel .icon img {
  width: 100%;
  display: block;
}
.toolbar-wrapper .to-tel .text {
  width: 3.26rem;
  height: 1rem;
  background: linear-gradient(90deg, #ff413d, #ff845e);
  border-radius: 0.28rem;
  text-align: center;
  position: absolute;
  top: -0.1rem;
  left: -3.56rem;
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-wrapper .to-tel .text > a {
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 1rem;
}
.toolbar-wrapper .to-tel .text .arrow {
  width: 0.22rem;
  height: 0.25rem;
  position: absolute;
  top: 0.36rem;
  right: -0.22rem;
}
.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;
}
