.albumImg .big-img img {
	height: 320px;
	object-fit: cover;
	border:1px solid #ccc;
	padding:3px;
	cursor: pointer;
}
.albumImg .thumbnail {
	overflow-x: auto;
	white-space: nowrap;
	border:1px solid #ccc;
	padding:3px;

}
.albumImg .thumbnail img {
	height: 80px;
	cursor: pointer;
}

/*bg-albumImg*/
.bg-albumImg {
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.bg-albumImg .albumImg-show {
	height: 85%;
	width: 100%;
	position: relative;
}
.bg-albumImg .albumImg-show img {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
}
.bg-albumImg .albumImg-thumbnail {
	overflow-x: auto;
	white-space: nowrap;
	border-top:1px solid #ccc;
	padding:3px;
	width: 100%;
	height: 15%;
	text-align: center;
	position: relative;
}
.bg-albumImg .albumImg-thumbnail img {
	height: 88%;
	margin: 5px;
	cursor: pointer;
}

.bg-albumImg .albumImg-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 1.3em;
	border:1px solid #ccc;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	cursor: pointer;
	font-size: 1.5rem;
	transition: color 0.3s, border-color 0.3s;
}
.bg-albumImg .albumImg-close:hover {
	color: #ccc;
	border-color: #fff;
}