.leftNav {
	width: 170px;
	border-right: 1px solid #eeeeee;
}

.left1Nav {
	width: 160px;
	background: #f7faff;
}

.fxied {
	position: fixed;
	top: 100px;
	z-index: 1;
}

.navsItem {
	width: 120px;
	height: 50px;
	border-radius: 4px;
	color: #111111;
	margin: 10px auto;
}

.navsItem:hover {
	background: #3c78fc;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.navsActive {
	background: #3c78fc;
	color: #ffffff;
}

.albumBox {
	width: 220px;
	height: 220px;
	border-radius: 4px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.albumImg {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.albumDesc {
	width: 100%;
	height: 32rpx;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}