@charset "UTF-8";#page-top{position:fixed;width:60px;height:60px;border-radius:50%;bottom:0;right:0;margin:0 20px 20px 0;padding:15px}#page-top:hover{animation:jumpAnimation .5s ease-in}@keyframes jumpAnimation{0%{transform:translateY(0)}25%{transform:translateY(-10px);animation-timing-function:ease-in}50%{transform:translateY(0)}75%{transform:translateY(-10px);animation-timing-function:ease-in}100%{transform:translateY(0)}}