#toTop {
	position: fixed;
	z-index: 10;
	left: 10px;
	bottom: 20px;
	width: 48px;
	opacity: .7;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-image: url('../img/top.png');
	padding: 25px 0 5px 0;
	background-color: #004EA9;
	border: 1px solid #004EA9;
	color: #fff;
	border-radius: 2px;
	display: none;
	font-size: 12px;
}

.scroltop {
    width: 89px;
    height: 89px;
    background-image: url('../img/top.png');
    background-repeat: no-repeat;
    position: fixed;
    z-index: 10;
    left: 19px;
    bottom: 155px;
    cursor: pointer;
    opacity: 0.8;
}
.scroltop:hover {
    opacity: 0.7;
}