.top_scrollup{
    width:40px;
    height:40px;
    position:fixed;
    display:none;
    text-indent:-9999px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}
.top_scrollup:hover{opacity:1!important}