@import "reset-min.css";
@import "960.css";
@import "style.css";

.to-top {
	position: fixed;
    width: 45pt;
    height: 45pt;
    right: 6pt;
    bottom: 20pt;
    background-image: url(https://beta2.91toy.com.tw/img/website/gotop.svg);
    background-size: 45pt 45pt;
    background-repeat: no-repeat;
    opacity: 0.7;
	cursor: pointer;
	}
.to-top:hover {
	opacity: 1;
}