	.my-gallery {
		width: 100%;
		float: left;
	}
	
	.my-gallery img {
		width: 100%;
		height: auto;
	}
	
	.my-gallery figure {
		display: block;
		float: left;
		margin: 0 5px 5px 0;
		width: 150px;
	}
	
	.my-gallery figcaption {
		display: none;
	}
	/****/
	
	.swiper-container {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	
	.swiper-slide {
		text-align: center;
		font-size: 1.0625rem;
		background: #fff;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.swiper-pagination {
		height: 50px;
		line-height: 50px;
		color: #fff;
		background: rgba(0, 0, 0, 0.5)
	}
	
	#product-list {
		width: 97%;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 0;
		position: relative;
		z-index: 1;
	}
	
	#product-list .swiper-slide {
		width: 48.5%;
		margin: 0 0 2% 0;
		padding: 0;
		border: solid 1px #EFEFEF;
		position: relative;
		z-index: 1;
	}
	
	#product-list .swiper-slide a {
		display: inline;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#product-list .swiper-slide img {
		display: block;
		width: 100%;
		/*height: auto;*/
		margin: 0;
		padding: 0;
	}
	
	#product-list .swiper-slide .pro-name {
		text-align: center;
		height: 50px;
		font-size: 14px;
		color: #666666;
		letter-spacing: 1px;
		width: 94%;
		line-height: 50px;
		margin: 0 auto;
		clear: both;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.qHighlight {
		color: #990000;
	}