.topScroll{width:48px;height:48px;padding:0px;position:fixed;bottom:50px;right:30px;z-index:9990;display:none;background: url('../images/up-btn.png');}
.topScroll:hover{width:48px;height:48px;padding:0px;position:fixed;bottom:50px;right:30px;display:none;background: url('../images/up-btn-hov.png');}
@media screen and (max-width:460px){.topScroll{visibility:hidden;}.topScroll:hover{visibility:hidden;}}