@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation-72c746a3 {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle[data-v-72c746a3] {
  animation: throttleAnimation-72c746a3 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.box[data-v-72c746a3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

