@charset "utf-8";
.title_box h2 {
	padding-bottom:2%;
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	color:#666;
}
.images_box {
	width: 900px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.images_box p {
	margin:0;
	padding:0;
	text-align: center;
}
.images_box .item {
	float:left;
	width:410px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
	font-size:14px;
	line-height:1.5;
	color:#666;
}
.images_box .item img {
	padding-bottom:1%;
}
.images_box .item a {
	font-weight:bold;
	color:#666;
}
.galleryGoodsImgArea{
	display: flex;
}
.galleryGoodsImgArea li{
	margin: 0 1%;
	width: 23%;
    text-align: center;
}
.galleryGoodsImgArea li p{
	margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
.title_box h2 {
	padding-bottom:2%;
	font-size:3.4vw;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	color:#666;
}
.images_box {
	width: 96%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.images_box p {
	margin:0;
	padding:0;
}
.images_box .item {
	float:left;
	width:46%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:4%;
	font-size:1.4vw;
	line-height:1.5;
	color:#666;
}
.images_box .item img {
	padding-bottom:1%;
}
.images_box .item a {
	font-weight:bold;
	color:#666;
}
}

@media only screen and (max-width: 650px) {
.title_box h1 {
	padding-bottom:2.4%;
	font-size:4vw;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	color:#666;
}
.images_box {
	width: 96%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.images_box p {
	margin:0;
	padding:0;
}
.images_box .item {
	float:left;
	width:46%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:4%;
	font-size:3vw;
	line-height:1.5;
	color:#666;
}
.images_box .item img {
	padding-bottom:1%;
}
.images_box .item a {
	font-weight:bold;
	color:#666;
}

}
@media only screen and (max-width: 480px) {
	.galleryGoodsImgArea{
		flex-flow: wrap;
	}
	.galleryGoodsImgArea li{
		width: 48%;
	}
}
