@charset "utf-8";

.back-top[data-v-298b5342] { display: flex; height: 42px; width: 42px; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; background: rgb(255, 255, 255); border: 1px solid rgb(229, 229, 229); border-radius: 3px 0px 0px 3px; box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 12px 0px; cursor: pointer; justify-content: center; position: fixed; right: 24px; transition: 0.3s; user-select: none; z-index: 1; }

.back-top .iconfont[data-v-298b5342] { color: rgb(25, 25, 26); display: inline-block; font-size: 18px; height: 18px; width: 18px; }

.back-top[data-v-298b5342]:hover { background: rgb(238, 238, 238); }

@media (max-width: 960px) {
  .back-top[data-v-298b5342] { border-radius: 3px; }
  .back-top[data-v-298b5342]:hover { background: rgb(255, 255, 255); }
}

@media (max-width: 768px) {
  .back-top[data-v-298b5342] { right: 16px; }
}