@charset "UTF-8";
#scrollTop { position: fixed; right: 5px; bottom: 5px; opacity: 0; transition: opacity 350ms ease; z-index: 99999999; }
#scrollTop:hover { cursor: pointer;}