#pic-page {
    text-align: center;
    margin-top: 10px;
}
#pic-page a:hover img, #pic-page a.active img {
    border: solid #5280DD 1px;
}
#pic-page a {
    padding:1%;
}
#pic-page a img {
    width: 22%;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
    vertical-align: middle;
	border: 0;
}

/* 产品详情分享：横向一行（标签下方 / Inquiry 上方） */
.xy-product-share-wrap,
section.for_sharing.xy-product-share-wrap,
section.xy-product-share-wrap {
	display: block !important;
	position: static !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 12px 0 8px !important;
	padding: 0 !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	transform: none !important;
	z-index: auto !important;
	writing-mode: horizontal-tb !important;
}
.xy-product-share {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px 12px !important;
	width: 100% !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	float: none !important;
	position: static !important;
	writing-mode: horizontal-tb !important;
}
.xy-product-share-label {
	display: inline-block !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #666 !important;
	text-transform: uppercase !important;
	letter-spacing: .04em !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	line-height: 36px !important;
}
.xy-product-share-list {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: auto !important;
	writing-mode: horizontal-tb !important;
}
.xy-product-share-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	width: 36px !important;
	height: 36px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	color: #444 !important;
	text-decoration: none !important;
	float: none !important;
	position: static !important;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.xy-product-share-btn .xy-iconfont {
	font-size: 16px !important;
	line-height: 1 !important;
}
.xy-product-share-btn .xy-icon-svg {
	width: 15px !important;
	height: 15px !important;
	fill: currentColor;
}
.xy-product-share-btn--facebook:hover { background: #1877f2 !important; border-color: #1877f2 !important; color: #fff !important; }
.xy-product-share-btn--x:hover { background: #000 !important; border-color: #000 !important; color: #fff !important; }
.xy-product-share-btn--linkedin:hover { background: #0a66c2 !important; border-color: #0a66c2 !important; color: #fff !important; }
.xy-product-share-btn--whatsapp:hover { background: #25d366 !important; border-color: #25d366 !important; color: #fff !important; }
.xy-product-share-btn--pinterest:hover { background: #e60023 !important; border-color: #e60023 !important; color: #fff !important; }

.product-inquiry {
	float: none !important;
	clear: both !important;
	display: block !important;
	width: 100% !important;
	margin-top: 8px !important;
}
.product-inquiry .xy-iconfont { margin-right: 6px; font-size: 15px; vertical-align: middle; }
