/* 产品详情页图库（bxSlider + 缩略图，恢复原版布局） */
.for_blogpost .gallery-sample {
	overflow: hidden;
	width: 100%;
}
.for_blogpost .showpic_flash {
	margin: 0;
	padding: 0;
	list-style: none;
}
.for_blogpost .showpic_flash img {
	width: 100%;
	height: auto;
	display: block;
}
#pic-page {
	text-align: center;
	margin-top: 10px;
}
#pic-page a {
	display: inline-block;
	width: 22%;
	max-width: 88px;
	padding: 1%;
	box-sizing: border-box;
	vertical-align: top;
}
#pic-page a:hover img,
#pic-page a.active img {
	border: solid #5280DD 1px;
}
#pic-page a img {
	width: 100%;
	height: auto;
	padding: 2px;
	border: solid #ccc 1px;
	margin-bottom: 5px;
	vertical-align: middle;
	box-sizing: border-box;
	display: block;
}
/* bxSlider 左右箭头（controls.png 缺失，用 FA 图标） */
.for_blogpost .bx-wrapper .bx-controls-direction a {
	background: rgba(0, 0, 0, 0.45) !important;
	background-image: none !important;
	border-radius: 2px;
	text-indent: 0 !important;
	overflow: visible;
	color: #fff !important;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
.for_blogpost .bx-wrapper .bx-controls-direction a .fa {
	line-height: 32px;
	vertical-align: top;
}
.for_blogpost .bx-wrapper .bx-prev:hover,
.for_blogpost .bx-wrapper .bx-next:hover {
	background: rgba(0, 0, 0, 0.65) !important;
}
.for_blogpost .product-spec-list {
	margin: 0;
	padding: 0 0 5px 0 !important;
	list-style: none;
}
.for_blogpost .product-spec-list li {
	line-height: 1.6;
}
