/* aside */
.aside {
	width: 73px;
	position: absolute;
	top: 695px;
	left: 50%;
	margin-left: -690px;
}

#wrap[data-fixed="fixed"] {
	position: fixed;
	top: 145px !important;
	left: 50%;
}

.aside a {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #1f519d;
	border-top: 1px solid #849bbf;
	border-left: 1px solid #849bbf;
	border-right: 1px solid #849bbf;
}

.aside a:last-child {
	border-bottom: 1px solid #849bbf;
}

.aside a.active {
	background-color: #309ad1;
}

.aside a:hover {
	background-color: #309ad1;
}
@media screen and (max-width: 1400px) {
	.aside{
		width: 55px;
		left: 52%!important;
	}
}
@media screen and (max-width: 1000px) {
	.aside{
		left: 77%;
	}
}