@charset "utf-8";#go-to-top{background-color:#d76417;display:flex;justify-content:center;align-items:center;position:fixed;bottom:15px;right:15px;z-index:9999;width:40px;height:40px;border-radius:2px;color:#fff;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 3px 10px 0 rgba(0,0,0,.15);opacity:0;visibility:hidden}#go-to-top svg{fill:#fff;transform:rotate(-180deg);width:10px}#go-to-top.show{opacity:1;visibility:visible}#go-to-top.show:hover{background-color:#f60}
