.page-enter-active,.page-leave-active{transition:opacity .5s}.page-enter,.page-leave-active{opacity:0}.loading-bar{stroke-dasharray:1500;animation:dash 5s linear}@keyframes dash{0%{stroke-dashoffset:1500}to{stroke-dashoffset:0}}@keyframes wiggle{0%,to{transform:rotate(10deg)}50%{transform:rotate(-10deg)}}@keyframes scale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.expand-enter-active{animation:expand .5s}.expand-leave-active{animation:expand .5s reverse}@keyframes expand{0%{opacity:0;width:0}to{opacity:1;width:200px}}.bounce-enter-active{animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .5s reverse}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes fly-intop{0%{top:25px}to{top:0}}.fly-in-top-enter-active{animation:fly-intop 1s ease-out}.fly-in-top-leave-active{animation:fly-intop .5s ease-out reverse}.fade-enter-active,.fade-leave-active{opacity:.8;transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}@keyframes slideInUp{0%{transform:translate3d(0,65%,0);visibility:visible}to{transform:translateZ(0);transition:all .5s ease-out}}.slideInUp-enter-active{animation:slideInUp .25s ease-out}.slideInUp-leave-active{animation:slideInUp .25s ease-out reverse}.slide-up-enter-active,.slide-up-leave-active{transition:all .25s ease-out}.slide-up-enter-from{opacity:0;transform:translate3d(0,25px,0)}.slide-up-leave-to{opacity:0;transform:translate3d(0,-25px,0)}*{touch-action:manipulation}body{touch-action:pan-x pan-y;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}
