.tops{align-items:center;background-color:rgba(59,69,77,.6);border-radius:100%;bottom:45px;box-shadow:0 2px 16px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;flex-wrap:wrap;height:56px;justify-content:center;opacity:0;padding:12px 14px 10px;position:fixed;right:72px;transition:all .2s ease-in-out;visibility:hidden;width:56px;z-index:999}.tops:hover{background-color:rgba(59,69,77,.9);box-shadow:0 2px 16px 0 rgba(0,0,0,.25)}.tops p{color:#fff;font-size:12px;font-weight:400;letter-spacing:normal;line-height:1.33;margin:4px 0 0}.tops .image img{height:16px;transition:all .2s ease-in-out;width:16px}.tops .image{height:16px;text-align:center;width:16px}.tops:hover .image img{height:12px;width:12px}#button.show{opacity:1;visibility:visible}@media(max-width:576px){.tops{right:16px}}