.gotop {
    width: 40px;
    height: 40px;
    background-color: #000;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 99999;
    display: none !important;
    text-align: center;
    line-height: 45px;
}

.gotop svg{
    width: 50%;
    height: 50%;
}

@media screen and (max-width:960px) {
    .gotop {
        right: 0px;
        bottom: 60px;
    }
}