/*!  build: Vue Shop Vite
     copyright: https://vuejs-core.cn/shop-vite
 */
figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.5em;
  height: 3.5em;
  margin: auto;
  border: 0.28em solid rgba(78, 136, 243, 0.18);
  border-top-color: #4e88f3;
  border-radius: 50%;
  animation: loader-spin 0.78s linear infinite;
  box-sizing: border-box;
}

.dot {
  display: none;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
