@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-04-13 11:21:39
 * @version $Id$
 */


.cGoTopButton{ cursor: pointer; width: 48px; height: 48px; position: fixed; right: 2%; bottom: 29.2%; z-index: 150; background-image: url('../images/goTopNew.png'); background-repeat: no-repeat; display: none; }
.cGoTopButton:hover{ background-image: url('../images/goTopNewHover.png'); }
