body {
	background:#494a5f;
	min-height:100vh;
	font:16px sans-serif;
	padding:60px 0
}
.container.gallery-container {
	background-color:#fff;
	color:#35373a;
	min-height:100vh;
	border-radius:20px;
	box-shadow:0 8px 15px rgba(0, 0, 0, .06)
}
.gallery-container h1 {
	text-align:center;
	margin-top:70px;
	font-family:droid sans, sans-serif;
	font-weight:700
}
.gallery-container p.page-description {
	text-align:center;
	max-width:800px;
	margin:25px auto;
	color:#888;
	font-size:18px
}
.tz-gallery {
	padding:10px
}
.tz-gallery .thumbnail {
	padding:0;
	margin-bottom:30px;
	background-color:#fff;
	border-radius:4px;
	border:0;
	transition:.15s ease-in-out;
	box-shadow:0 8px 15px rgba(0, 0, 0, .06)
}
.tz-gallery .lightbox img {
	width:100%;
	margin-bottom:20px;
	transition:.2s ease-in-out;
	box-shadow:0 2px 3px rgba(0, 0, 0, .2);
	/*定义产品图片的大小*/
	width:373px;
	height:249px;
}
.tz-gallery .lightbox img:hover {
	transform:scale(1.05);
	box-shadow:0 8px 15px rgba(0, 0, 0, .3)
}
.tz-gallery img {
	border-radius:4px
}
.tz-gallery .caption {
	text-align:center
}
.tz-gallery .caption h3 {
	font-size:14px;
	font-weight:700;
	margin-top:0
}
.baguetteBox-button {
	background-color:transparent!important
}
@media(max-width:768px) {
body {
padding:0
}
.container.gallery-container {
border-radius:0
}
}
