/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/





/*----------------------------
	Thumbnails
-----------------------------*/

#thumbs{
	width:100%;
	margin:30px auto 0;
	margin-top:0px;
	text-align:center;
}

#thumbs a{
	width:28%;
	display:inline-block;
	height:auto;
	margin: 6px 16px 40px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	
}
.thumbs_pic{
	width:100%;
	overflow:hidden;
	border:1px solid #ccc;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	
}
.thumbs_picy{
	
	width:300px;
	height:auto;
	overflow:hidden;
	border:2px solid #303030;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	
	
}

#thumbs a img{
	display:block;
	width:100%;
  transition: 1s transform;
transform: translateZ(0);
}

#thumbs a img:hover
{transform: scale(1.05, 1.05);
  transition: 1s transform;
}
#credit{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 11px;
	margin: 0 auto 70px;
	opacity: 0.5;
	padding: 12px 16px;
	text-align: center;
	width: 400px;
}


/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	#thumbs, #credit{
		width:auto;
	}
	
	footer{
		display:none;
	}
	
	#bsaHolder{
		display:none;
	}
}


/*----------------------------
	The Footer
-----------------------------*/



/* latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: local('Dancing Script'), local('DancingScript'), url(./DK0eTGXiZjN6yA8zAEyM2eCxcENHzeph3q_bnZkaszo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.thumbs_title{height:30px;line-height:30px;text-align:center;font-size:14px;font-family:Microsoft Yahei;}