.back-top-wp[data-v-4cae2250] {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 4px;
  background: #e7eaf1;
  transition: all 0.3s;
}
.back-top-wp > i[data-v-4cae2250] {
  color: #9aaabf;
  font-size: 34px;
}
.back-top-wp[data-v-4cae2250]:hover {
  background: #d5dbe7;
}

