/* szcaimeiprinting — 全站现代蓝白风格（与 Download 页一致） */
:root {
	--xy-primary: #1ca8e8;
	--xy-primary-dark: #1592cc;
	--xy-primary-light: #e8f7fd;
	--xy-text: #2f2f2f;
	--xy-text-muted: #8a96a3;
	--xy-border: #e8eef3;
	--xy-bg: #f4f8fb;
	--xy-card-shadow: 0 4px 14px rgba(28, 168, 232, .08);
	--xy-radius: 12px;
}

body {
	color: var(--xy-text);
	background: var(--xy-bg);
}

a:hover,
a:focus {
	color: var(--xy-primary);
}

/* 顶栏 / 搜索 */
.top_email i,
.top_email a:hover {
	color: var(--xy-primary);
}

.top_email .top_icon_svg {
	display: inline-block;
	width: 14px;
	height: 14px;
	fill: currentColor;
	vertical-align: -2px;
	margin-right: 5px;
	flex-shrink: 0;
}

.top_email .phone .top_icon_svg {
	margin-right: 4px;
}

/* 中屏头部：平衡 Logo / 联系 / 搜索，避免导航被裁切 */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.xy-header-row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.xy-header-logo .logo {
		max-width: 220px;
		margin: 12px 0;
	}
	.xy-header-aside {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.xy-header-aside .top_email {
		float: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 6px 14px;
		margin: 0 0 8px;
		padding: 0;
		font-size: 13px;
		line-height: 1.4;
		text-align: right;
	}
	.xy-header-aside .top_email a {
		margin-right: 0;
	}
	.xy-header-aside .top_search {
		float: none;
		width: 100%;
		max-width: 260px;
	}
	.xy-header-aside .search_group {
		float: none;
		width: 100%;
		margin: 0;
	}
	.xy-header-aside .search_group .form-control {
		min-width: 0;
	}
	#top_nav .navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	#top_nav .navbar-nav > li.nav-has-sub .nav-top-link {
		padding-right: 4px;
	}
	#top_nav .navbar-nav > li.nav-has-sub .nav-desk-toggle {
		padding-left: 2px;
		padding-right: 8px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.xy-header-logo .logo {
		max-width: 260px;
	}
	.xy-header-aside .top_email {
		font-size: 13px;
	}
	.xy-header-aside .top_email a {
		margin-right: 16px;
	}
	.xy-header-aside .top_search {
		width: 48%;
		max-width: 280px;
	}
	#top_nav .navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 14px;
	}
}

#search_submit .top_icon_svg-search,
#search_btn .top_icon_svg-search {
	width: 16px;
	height: 16px;
	fill: #fff;
	margin: 0;
}

.navbar-nav .nav_caret_svg {
	display: inline-block;
	width: 14px;
	height: 14px;
	fill: currentColor;
	vertical-align: middle;
	margin-left: 4px;
	opacity: 1;
}

.navbar-default .navbar-nav > li > a:hover .nav_caret_svg,
.navbar-default .navbar-nav > li > a:focus .nav_caret_svg,
.navbar-default .navbar-nav > .open > a .nav_caret_svg,
.navbar-default .navbar-nav > li.nav-has-sub:hover .nav-top-link .nav_caret_svg,
.navbar-default .navbar-nav > li.nav-has-sub.open .nav-top-link .nav_caret_svg,
.navbar-default .navbar-nav > li.nav-has-sub:hover .nav-desk-toggle .nav_caret_svg,
.navbar-default .navbar-nav > li.nav-has-sub.open .nav-desk-toggle .nav_caret_svg {
	fill: currentColor;
}

.navbar-default .navbar-nav .dropdown-toggle {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-weight: inherit;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	#top_nav .nav-mob-toggle {
		display: none !important;
	}

	#top_nav .nav-mob-row {
		display: block;
	}

	#top_nav .nav-desk-toggle {
		display: inline-block;
	}

	#top_nav .navbar-nav > li.nav-has-sub > .nav-mob-row {
		display: block;
	}

	#top_nav .navbar-nav > li.nav-has-sub .nav-top-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		color: #fff;
		padding: 15px 30px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		line-height: 20px;
		white-space: nowrap;
	}

	#top_nav .navbar-nav > li.nav-has-sub .nav-desk-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: normal;
		cursor: pointer;
		color: inherit;
		line-height: 1;
	}

	#top_nav .nav-desk-toggle .nav_caret_svg {
		width: 24px;
		height: 24px;
		margin-left: 0;
		vertical-align: middle;
		flex-shrink: 0;
		fill: currentColor;
	}

	#top_nav .navbar-default .navbar-nav > li.nav-has-sub:hover .nav-top-link,
	#top_nav .navbar-default .navbar-nav > li.nav-has-sub:focus-within .nav-top-link,
	#top_nav .navbar-default .navbar-nav > li.nav-has-sub.open .nav-top-link {
		background-color: #fff !important;
		color: var(--xy-primary) !important;
	}

	#top_nav .navbar-default .navbar-nav > li.nav-has-sub:hover .nav-desk-toggle,
	#top_nav .navbar-default .navbar-nav > li.nav-has-sub.open .nav-desk-toggle,
	#top_nav .navbar-default .navbar-nav > li.nav-has-sub:focus-within .nav-desk-toggle {
		color: var(--xy-primary) !important;
	}
}
#search_submit {
	background: var(--xy-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 35px;
	padding: 0 10px;
	cursor: pointer;
	border: none;
}
#search_submit:hover {
	background: var(--xy-primary-dark);
}
@media screen and (max-width: 767px) {
	#search_btn.xy-mob-search-btn,
	.xy-mob-search-btn {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}
	.top_search.is-open {
		display: block !important;
	}
}
.nav_icons a:hover i {
	color: var(--xy-primary);
}

/* 顶栏 flex 对齐见 xy_header_extra.css */

/* 主导航 — 桌面悬停高亮（手机端在下方 @media 单独处理） */
.navbar,
.nav_small,
.dropdown-menu2 li {
	background-color: var(--xy-primary) !important;
}
@media screen and (min-width: 768px) {
	/* 顶栏固定 50px：白底 hover/active 贴齐蓝条底边，避免露细蓝线 */
	#top_nav.navbar {
		min-height: 50px;
		height: 50px;
	}
	#top_nav .container,
	#top_nav .navbar-collapse,
	#top_nav .navbar-nav,
	#top_nav .navbar-nav > li {
		height: 50px;
	}
	#top_nav .navbar-default .navbar-nav > li > a {
		height: 50px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 50px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
	#top_nav .navbar-nav > li.nav-has-sub > .nav-mob-row {
		display: flex;
		align-items: stretch;
		height: 50px;
	}
	#top_nav .navbar-nav > li.nav-has-sub .nav-top-link {
		height: 50px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 50px;
		box-sizing: border-box;
	}
	#top_nav .navbar-nav > li.nav-has-sub .nav-desk-toggle {
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		box-sizing: border-box;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a.active,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #fff !important;
		color: var(--xy-primary) !important;
	}
}
.nav_small > li > a:hover,
.dropdown-menu2 li:hover {
	background-color: var(--xy-primary-dark) !important;
}

/* 区块标题 */
.product_head h2,
.news_head h2,
.group_head h2 {
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--xy-primary);
	font-size: 30px;
	font-weight: 700;
	color: var(--xy-primary);
	letter-spacing: .03em;
	text-transform: uppercase;
}
.product_head span,
.news_head span {
	display: none;
}
.product_head,
.news_head,
.group_head {
	margin: 28px 0 22px;
}

/* 首页 WHAT WE OFFER */
.adv_bg,
.xy-offer-section {
	background: #f7fafc;
	padding: 52px 0 60px;
}
.adv_bg.xy-offer-section {
	background: #f7fafc !important;
}
.xy-offer-section .xy-offer-head {
	margin: 0 0 32px;
	text-align: center;
}
.xy-offer-section .xy-offer-head h2 {
	display: inline-block;
	margin-top: 0;
}
.xy-offer-section .xy-offer-head h2::after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	margin: 14px auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, transparent, var(--xy-primary), transparent);
}
.xy-offer-wrap {
	margin: 0;
	padding: 0;
}
.xy-offer-list {
	clear: both;
	counter-reset: xy-offer;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0;
}
.xy-offer-list::before,
.xy-offer-list::after {
	display: none;
}
@media screen and (min-width: 992px) {
	.xy-offer-list {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 18px;
		align-items: stretch;
	}
	.xy-offer-list > .adv {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.xy-offer-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
		align-items: stretch;
	}
	.xy-offer-list > .adv {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.xy-offer-list {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
		align-items: stretch;
	}
	.xy-offer-list > .adv {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.xy-offer-list .adv {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	counter-increment: xy-offer;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 30px 16px 24px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(232, 238, 243, .9);
	border-radius: 14px;
	box-shadow: 0 6px 24px rgba(15, 55, 90, .05);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
	overflow: hidden;
}
.xy-offer-list .adv::before {
	content: counter(xy-offer, decimal-leading-zero);
	position: static;
	left: auto;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	margin: 0 auto 16px;
	border-radius: 12px;
	background: linear-gradient(145deg, #e8f7fd 0%, #fff 100%);
	border: 1px solid rgba(28, 168, 232, .16);
	color: var(--xy-primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
	opacity: 1;
}
.xy-offer-list .adv::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--xy-primary), #5ec4f0);
	opacity: 0;
	transition: opacity .28s ease;
}
.xy-offer-list .adv:hover {
	transform: translateY(-5px);
	border-color: rgba(28, 168, 232, .22);
	box-shadow: 0 14px 32px rgba(28, 168, 232, .12);
}
.xy-offer-list .adv:hover::after {
	opacity: 1;
}
.xy-offer-list .adv img {
	display: block;
	width: 52px;
	height: 52px;
	max-width: 52px;
	margin: 0 auto 14px;
	padding: 10px;
	object-fit: contain;
	border-radius: 12px;
	background: var(--xy-primary-light);
	box-shadow: inset 0 0 0 1px rgba(28, 168, 232, .1);
}
.xy-offer-list .adv h3,
.xy-offer-list .adv h4 {
	display: block;
	width: 100%;
	min-height: 0;
	margin: 0 0 12px;
	padding: 0;
	border: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--xy-text);
}
.xy-offer-list .adv h3 a,
.xy-offer-list .adv h4 a {
	display: block;
	padding: 0 2px;
	color: var(--xy-text);
	text-decoration: none;
	transition: color .2s ease;
}
.xy-offer-list .adv h3 a:hover,
.xy-offer-list .adv h4 a:hover {
	color: var(--xy-primary);
	text-decoration: none;
}
.xy-offer-list .adv p {
	flex: 1 1 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-height: calc(1.75em * 5);
	color: #8a96a3;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: .01em;
	text-align: center;
	word-break: break-word;
}
.xy-offer-list .adv_but {
	display: inline-block;
	margin-top: 16px;
	padding: 7px 16px;
	border: 1px solid var(--xy-primary);
	border-radius: 999px;
	color: var(--xy-primary);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.xy-offer-list .adv_but:hover,
.xy-offer-list .adv_but:focus {
	background: var(--xy-primary);
	color: #fff;
	box-shadow: 0 4px 12px rgba(28, 168, 232, .28);
	text-decoration: none;
}
@media screen and (min-width: 992px) {
	.xy-offer-list .adv {
		min-height: 272px;
	}
}
@media screen and (max-width: 767px) {
	.xy-offer-section {
		padding: 40px 0 44px;
	}
	.xy-offer-section .xy-offer-head {
		margin-bottom: 24px;
	}
	.xy-offer-list .adv {
		padding: 22px 12px 18px;
		min-height: 0;
		border-radius: 12px;
	}
	.xy-offer-list .adv::before {
		width: 40px;
		height: 40px;
		margin-bottom: 12px;
		font-size: 12px;
	}
	.xy-offer-list .adv h3,
	.xy-offer-list .adv h4 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.xy-offer-list .adv p {
		-webkit-line-clamp: 5;
		min-height: calc(1.7em * 5);
		font-size: 12px;
		line-height: 1.7;
	}
	.xy-offer-list .adv img {
		width: 44px;
		height: 44px;
		max-width: 44px;
		padding: 8px;
	}
}
.group_bg {
	background: linear-gradient(135deg, #1ca8e8 0%, #1592cc 100%) !important;
	background-attachment: scroll !important;
}
.group_head h2 {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, .45);
}

/* 产品卡片 */
.product_list .product_img.xy-list-card,
.product_list2 .product_img.xy-list-card {
	display: flex;
	flex-direction: column;
	min-height: 0 !important;
	margin-bottom: 22px;
	padding: 10px 10px 14px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(15, 55, 90, .05);
	transition: box-shadow .28s ease, transform .28s ease, border-color .28s ease;
}
.product_list .product_img.xy-list-card:hover,
.product_list2 .product_img.xy-list-card:hover {
	border-color: rgba(28, 168, 232, .28);
	box-shadow: 0 14px 32px rgba(28, 168, 232, .14);
	transform: translateY(-4px);
}
.product_img.xy-list-card .xy-product-cover {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 12px;
	border-radius: 10px;
	background: #fff;
}
.product_img.xy-list-card .xy-product-cover > a {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.product_img.xy-list-card .xy-product-cover .img-thumbnail,
.product_img.xy-list-card .xy-product-cover .opacity_img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	background: #fff;
	transition: transform .35s ease;
}
.product_img.xy-list-card:hover .xy-product-cover .img-thumbnail,
.product_img.xy-list-card:hover .xy-product-cover .opacity_img {
	transform: scale(1.05);
	opacity: 1;
}
/* 非卡片内缩略图保持通用样式 */
.product_img:not(.xy-list-card) .img-thumbnail {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 10px;
}
.product_img.xy-list-card .product_title {
	min-height: 44px;
	margin: 0 0 4px;
	padding: 0 4px;
	text-align: center;
}
.product_img.xy-list-card .product_title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--xy-text);
	text-decoration: none;
	transition: color .2s ease;
}
.product_title a:hover,
.product_img.xy-list-card .product_title a:hover {
	color: var(--xy-primary);
	text-decoration: none;
}
.product_img.xy-list-card .xy-list-card-actions {
	margin-top: auto;
	padding: 12px 4px 2px;
	border-top: 1px solid rgba(232, 238, 243, .95);
	text-align: center;
}
.product_img.xy-list-card .xy-list-card-btns {
	justify-content: center;
	gap: 8px;
}
.product_img.xy-list-card .xy-list-card-btn {
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}
.product_img.xy-list-card .xy-list-card-btn.xy-basket-add-btn {
	background: var(--xy-primary);
	border-color: var(--xy-primary);
	color: #fff;
}
.product_img.xy-list-card .xy-list-card-btn.xy-basket-add-btn:hover {
	background: var(--xy-primary-dark);
	border-color: var(--xy-primary-dark);
	color: #fff;
}
.product_img.xy-list-card .xy-list-card-btn.is-ghost:not(:hover) {
	background: #fff;
}
.product_img.xy-list-card .xy-list-card-btn.is-ghost:hover {
	background: var(--xy-primary-dark);
	border-color: var(--xy-primary-dark);
	color: #fff;
}
.product_img.xy-list-card .xy-list-card-price {
	margin-bottom: 10px;
	text-align: center;
	color: var(--xy-primary);
}
.product_img.xy-list-card .xy-list-card-code {
	margin-bottom: 8px;
	text-align: center;
}

.product_list2 .product_img:not(.xy-list-card) {
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: var(--xy-radius);
	padding: 12px;
	margin-bottom: 20px;
	box-shadow: var(--xy-card-shadow);
}
/* 分类列表一排 3 个：修正 float 换行 */
@media screen and (min-width: 768px) {
	.product_list2 .product_img:nth-child(3n+1) {
		clear: both;
	}
	.product_list2 .product_img:nth-child(4n+1) {
		clear: none;
	}
}
.product_list .group_img {
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: var(--xy-radius);
	padding: 10px;
	margin-bottom: 18px;
	box-shadow: var(--xy-card-shadow);
	overflow: hidden;
}
.group-img img {
	border-radius: 8px;
}

/* 首页新闻 */
.news_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 8px;
}
.news_list::before,
.news_list::after {
	display: none;
}
.news_con,
.news_con.xy-news-card {
	display: flex;
	flex-direction: column;
	float: none;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	padding: 16px !important;
	background: #fff;
	border: 1px solid var(--xy-border) !important;
	border-radius: 14px;
	box-shadow: var(--xy-card-shadow);
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.news_con.xy-news-card:hover {
	border-color: rgba(28, 168, 232, .3);
	box-shadow: 0 10px 24px rgba(28, 168, 232, .12);
	transform: translateY(-2px);
}
.xy-news-date {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 12px;
	padding: 0;
	position: static;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	background: transparent;
}
.xy-news-date strong {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	color: var(--xy-primary);
}
.xy-news-date span {
	position: static !important;
	left: auto !important;
	top: auto !important;
	display: inline-block;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #8a96a3;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
}
.xy-news-body {
	display: flex;
	align-items: stretch;
	gap: 14px;
	flex: 1 1 auto;
	min-height: 0;
}
.xy-news-thumb {
	flex: 0 0 42%;
	max-width: 42%;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #f4f8fb;
	aspect-ratio: 4 / 3;
}
.xy-news-thumb img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
	border-radius: 10px;
}
.xy-news-text {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.xy-news-text .news_title {
	margin: 0 0 8px;
	text-align: left;
	min-height: 0;
}
.xy-news-text .news_title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--xy-text);
	text-decoration: none;
}
.news_con i,
.news_title a:hover,
.xy-news-text .news_title a:hover {
	color: var(--xy-primary) !important;
	text-decoration: none;
}
.xy-news-excerpt {
	flex: 1 1 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #8a96a3;
	font-size: 13px;
	line-height: 1.7;
}
.news_desc {
	border: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
	.news_con,
	.news_con.xy-news-card {
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 767px) {
	.xy-news-body {
		flex-direction: column;
	}
	.xy-news-thumb {
		flex: none;
		max-width: none;
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.xy-news-excerpt {
		-webkit-line-clamp: 3;
	}
}

/* 内页列表 */
.right_new li {
	background: #fff;
	border: 1px solid var(--xy-border) !important;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 14px 16px 14px 28px !important;
	box-shadow: var(--xy-card-shadow);
}
.right_new li a:hover {
	color: var(--xy-primary);
}
.bread_bg {
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 10px;
	margin-top: 16px;
}
.bread_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px 0;
	padding: 12px 18px;
	font-size: 14px;
	line-height: 1.45;
	color: #5f6b76;
}
.bread_nav .xy-bread-ico {
	display: inline-flex;
	align-items: center;
	margin-right: 6px;
	color: var(--xy-primary);
}
.bread_nav .xy-bread-ico .fa,
.bread_nav .xy-bread-ico .glyphicon {
	font-size: 14px;
}
.bread_nav .xy-bread-sep {
	display: inline-flex;
	align-items: center;
	margin: 0 8px;
	color: #9aa5b1;
	font-size: 12px;
}
.bread_nav .xy-bread-link,
.bread_nav a {
	color: #2f2f2f;
	text-decoration: none;
}
.bread_nav .xy-bread-link:hover,
.bread_nav a:hover {
	color: var(--xy-primary);
	text-decoration: none;
}
.bread_nav .xy-bread-current,
.bread_nav span.current {
	color: var(--xy-primary);
	font-weight: 600;
}
.bread_nav a:hover {
	color: var(--xy-primary);
}

/* 分页 */
.page a:hover,
.page a:focus,
.page .current {
	background-color: var(--xy-primary);
	border-color: var(--xy-primary);
}

/* 按钮 */
.btn-primary,
.page-btn {
	background-color: var(--xy-primary) !important;
	border-color: var(--xy-primary) !important;
	border-radius: 999px;
}
.btn-primary:hover,
.btn-primary:focus,
.page-btn:hover,
.page-btn:focus {
	background-color: var(--xy-primary-dark) !important;
	border-color: var(--xy-primary-dark) !important;
}
.xy-list-card-btn:not(.xy-basket-add-btn):not(.is-buy):not(.is-ghost):hover {
	border-color: var(--xy-primary);
	color: var(--xy-primary);
}

/* 侧栏通用（产品 / 新闻 / 下载） */
.xy-site-aside,
.xy-download-aside {
	margin-top: 10px;
}
.xy-aside-box {
	margin-bottom: 18px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: var(--xy-radius);
	overflow: hidden;
	box-shadow: var(--xy-card-shadow);
}
.xy-aside-box-hd {
	margin: 0;
	padding: 12px 16px;
	background: var(--xy-primary);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
.xy-aside-box-bd {
	padding: 12px 14px 14px;
}
.xy-site-aside .left_nav_ul,
.xy-download-aside .left_nav_ul {
	margin: 0;
	padding: 0;
}
.xy-site-aside .left_nav_ul > li,
.xy-download-aside .left_nav_ul > li {
	border-bottom: 1px solid #f0f4f7;
	background: none !important;
	padding: 10px 8px 10px 14px;
}
.xy-site-aside .left_nav_ul > li > a,
.xy-download-aside .left_nav_ul > li > a {
	font-size: 15px;
	color: #4a5560;
}
.xy-site-aside .left_nav_ul > li > a.left_active,
.xy-site-aside .left_nav_ul > li > a:hover,
.xy-download-aside .left_nav_ul > li > a.left_active,
.xy-download-aside .left_nav_ul > li > a:hover {
	color: var(--xy-primary);
}
.xy-site-aside .menu_head,
.xy-download-aside .menu_head {
	color: var(--xy-primary);
}
.xy-site-aside .left_news_ul,
.xy-site-aside .xy-aside-file-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xy-site-aside .left_news_ul li,
.xy-site-aside .xy-aside-file-list li {
	border-bottom: 1px solid #f0f4f7;
	background: none !important;
	padding: 10px 4px;
}
.xy-site-aside .left_news_ul li a,
.xy-site-aside .xy-aside-file-list a {
	color: #4a5560;
	text-decoration: none;
}
.xy-site-aside .left_news_ul li a:hover,
.xy-site-aside .xy-aside-file-list a:hover {
	color: var(--xy-primary);
}
.xy-aside-contact p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.55;
	color: #5f6b76;
}
.xy-aside-contact p:last-child {
	margin-bottom: 0;
}
.xy-aside-contact i {
	flex: 0 0 16px;
	margin-top: 3px;
	color: var(--xy-primary);
	font-size: 15px;
}
.xy-aside-contact a {
	color: #5f6b76;
	text-decoration: none;
}
.xy-aside-contact a:hover {
	color: var(--xy-primary);
}

/* 内页主栏 */
.xy-page-main {
	float: right;
}

/* 内页主栏标题（与 Download 页统一） */
.xy-page-head,
.xy-download-head {
	margin: 10px 0 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--xy-primary);
}
.xy-page-head h1,
.xy-page-head h2,
.xy-download-head h1 {
	margin: 0;
	padding-bottom: 0;
	border: none !important;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--xy-primary);
	letter-spacing: .04em;
	text-transform: uppercase;
}
.xy-page-head h2 span,
.xy-page-head h1 span {
	display: inline;
	height: auto !important;
	border: none !important;
}
.xy-page-head-sub {
	margin-top: 36px;
}
.xy-page-head-sub h1,
.xy-page-head-sub h2 {
	font-size: 22px;
	letter-spacing: .03em;
}
.right_head h2,
.right_head h2 span {
	height: auto !important;
	line-height: 1.2 !important;
	border-bottom: none !important;
	font-weight: 700;
	color: var(--xy-primary);
}

/* 详情页 */
.product_h1 {
	border-bottom-color: var(--xy-border);
}
#pic-page a:hover img,
#pic-page a.active img {
	border-color: var(--xy-primary);
}
.product_con,
.photo_con,
.right_contents {
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: var(--xy-radius);
	padding: 20px;
	margin-top: 10px;
	box-shadow: var(--xy-card-shadow);
}

/* 联系页：自动提取站点配置 */
.right_contents.xy-contact-page {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.xy-contact-cms {
	margin: 0 0 16px;
	padding: 20px 22px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 14px;
	box-shadow: var(--xy-card-shadow);
	color: var(--xy-text);
	font-size: 14px;
	line-height: 1.75;
}
.xy-contact-cms p {
	margin: 0 0 12px;
}
.xy-contact-cms p:last-child {
	margin-bottom: 0;
}
.xy-contact-cms img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 12px;
	border-radius: 10px;
}
.xy-contact-auto {
	margin: 0 0 20px;
	padding: 24px 22px 20px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 14px;
	box-shadow: var(--xy-card-shadow);
}
.xy-contact-auto-hd {
	margin: 0 0 18px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--xy-border);
}
.xy-contact-auto-title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--xy-text);
}
.xy-contact-auto-lead {
	margin: 0;
	color: #8a96a3;
	font-size: 14px;
	line-height: 1.6;
}
.xy-contact-auto-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.xy-contact-auto-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 14px 14px;
	background: #f7fafc;
	border: 1px solid rgba(232, 238, 243, .95);
	border-radius: 12px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
/* 地址独占一整行 */
.xy-contact-auto-item.is-address {
	grid-column: 1 / -1;
}
.xy-contact-auto-item:hover {
	border-color: rgba(28, 168, 232, .28);
	box-shadow: 0 6px 16px rgba(28, 168, 232, .08);
}
.xy-contact-auto-ico {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--xy-primary-light);
	color: var(--xy-primary);
	font-size: 16px;
}
.xy-contact-auto-body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.xy-contact-auto-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--xy-primary);
}
.xy-contact-auto-val {
	color: var(--xy-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	word-break: break-word;
	text-decoration: none;
}
a.xy-contact-auto-val:hover {
	color: var(--xy-primary);
	text-decoration: none;
}
.xy-contact-map {
	margin: 0 0 20px;
	padding: 0;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 14px;
	box-shadow: var(--xy-card-shadow);
	overflow: hidden;
}
.xy-contact-map-frame {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: #f3f6f9;
	aspect-ratio: 16 / 9;
	min-height: 260px;
}
.xy-contact-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	min-height: 260px;
}
.xy-contact-inq {
	margin: 0 0 20px;
	padding: 22px 22px 20px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 14px;
	box-shadow: var(--xy-card-shadow);
}
.xy-contact-inq-hd {
	margin: 0 0 18px;
	padding: 0 0 14px;
	border-bottom: 1px solid var(--xy-border);
}
.xy-contact-inq-title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--xy-text);
}
.xy-contact-inq-lead {
	margin: 0;
	color: #8a96a3;
	font-size: 13px;
	line-height: 1.55;
}
.xy-contact-inq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
	margin: 0 0 14px;
}
.xy-contact-inq-field {
	min-width: 0;
}
.xy-contact-inq-field.is-full {
	margin: 0 0 14px;
}
.xy-contact-inq-label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: var(--xy-primary);
}
.xy-contact-inq-label em {
	color: #e74c3c;
	font-style: normal;
}
.xy-contact-inq-input,
.xy-contact-inq-textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 11px 14px;
	border: 1px solid rgba(232, 238, 243, .95);
	border-radius: 10px;
	background: #f7fafc;
	color: var(--xy-text);
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.xy-contact-inq-textarea {
	min-height: 120px;
	resize: vertical;
}
.xy-contact-inq-input:focus,
.xy-contact-inq-textarea:focus {
	border-color: rgba(28, 168, 232, .45);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(28, 168, 232, .12);
}
.xy-contact-inq-actions {
	margin-top: 4px;
}
.xy-contact-inq-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 12px 28px;
	border: 0;
	border-radius: 999px;
	background: var(--xy-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
}
.xy-contact-inq-submit:hover {
	background: #1596d4;
	box-shadow: 0 8px 18px rgba(28, 168, 232, .28);
}
.xy-contact-inq-submit:active {
	transform: translateY(1px);
}
.xy-contact-inq .xy-inquiry-ajax-err {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fff1f0;
	border: 1px solid #ffccc7;
	color: #cf1322;
	font-size: 13px;
	line-height: 1.5;
}
.xy-contact-inq .xy-inquiry-recaptcha {
	margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
	.xy-contact-cms {
		padding: 16px 14px;
	}
	.xy-contact-auto {
		padding: 18px 14px;
	}
	.xy-contact-auto-list {
		grid-template-columns: 1fr;
	}
	.xy-contact-auto-item.is-address {
		grid-column: auto;
	}
	.xy-contact-auto-title {
		font-size: 18px;
	}
	.xy-contact-map {
		padding: 0;
	}
	.xy-contact-map-frame,
	.xy-contact-map-frame iframe {
		min-height: 220px;
		aspect-ratio: 4 / 3;
	}
	.xy-contact-inq {
		padding: 16px 14px;
	}
	.xy-contact-inq-grid {
		grid-template-columns: 1fr;
	}
	.xy-contact-inq-submit {
		width: 100%;
	}
}

/* 产品详情 Tags */
.xy-product-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin: 18px 0 14px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 12px;
	box-shadow: var(--xy-card-shadow);
}
.xy-product-tags-label {
	flex: 0 0 auto;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--xy-primary-light);
	color: var(--xy-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.xy-product-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	flex: 1 1 auto;
}
.xy-product-tags-list a,
.xy-product-tags a {
	display: inline-block;
	margin: 0;
	padding: 5px 12px;
	border: 1px solid var(--xy-border);
	border-radius: 999px;
	background: #f7fafc;
	color: #5f6f7c;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.xy-product-tags-list a:hover,
.xy-product-tags a:hover {
	background: var(--xy-primary);
	border-color: var(--xy-primary);
	color: #fff;
	text-decoration: none;
}

/* 产品详情 上一篇 / 下一篇 */
.xy-product-nav,
.point.xy-product-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	clear: both;
	margin: 0 0 28px;
	padding: 0 0 8px;
	line-height: 1.45;
}
.xy-product-nav-item {
	flex: 1 1 280px;
	min-width: 0;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 12px;
	box-shadow: var(--xy-card-shadow);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.xy-product-nav-item:hover {
	border-color: rgba(28, 168, 232, .35);
	box-shadow: 0 8px 20px rgba(28, 168, 232, .1);
	transform: translateY(-1px);
}
.xy-product-nav-item.is-prev {
	text-align: left;
}
.xy-product-nav-item.is-next {
	text-align: right;
}
.xy-product-nav-item a {
	color: var(--xy-text);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	word-break: break-word;
}
.xy-product-nav-item a:hover {
	color: var(--xy-primary);
	text-decoration: none;
}
.xy-product-nav-item > span[data-i18n="nav.prev"],
.xy-product-nav-item > span[data-i18n="nav.next"] {
	color: var(--xy-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.xy-product-nav-item > span[data-i18n^="nav.noprev"],
.xy-product-nav-item > span[data-i18n^="nav.nonext"] {
	color: #8a96a3;
	font-size: 13px;
	font-weight: 500;
}
.xy-product-nav-item .to_prev,
.xy-product-nav-item .to_next {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	text-align: inherit;
}
@media screen and (max-width: 767px) {
	.xy-product-nav-item.is-next {
		text-align: left;
	}
}

/* FAQ 手风琴 */
.xy-faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.xy-faq-item {
	border: 1px solid var(--xy-border, #e5e7eb);
	border-radius: var(--xy-radius, 6px);
	background: #fff;
	overflow: hidden;
}

.xy-faq-item + .xy-faq-item {
	margin-top: 10px;
}

.xy-faq-q {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	border: none;
	background: #f8fafc;
	color: var(--xy-text, #333);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
	transition: background .2s, color .2s;
}

.xy-faq-q:hover,
.xy-faq-q:focus {
	background: #eef7fc;
	color: var(--xy-primary, #1ca8e8);
	outline: none;
}

.xy-faq-num {
	flex: 0 0 auto;
	min-width: 28px;
	font-size: 13px;
	font-weight: 700;
	color: var(--xy-primary, #1ca8e8);
}

.xy-faq-q-text {
	flex: 1 1 auto;
}

.xy-faq-caret {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: currentColor;
	transition: transform .25s ease;
}

.xy-faq-item.is-open .xy-faq-caret {
	transform: rotate(180deg);
}

.xy-faq-a {
	display: none;
	border-top: 1px solid var(--xy-border, #e5e7eb);
}

.xy-faq-item.is-open .xy-faq-a {
	display: block;
}

.xy-faq-a-inner {
	padding: 14px 16px 16px 56px;
	color: var(--xy-text-muted, #555);
	font-size: 14px;
	line-height: 1.7;
}

#faq .right_contents {
	padding: 16px;
}
/* 产品详情：图文合一卡片，避免左右高度空隙 */
.xy-product-panel {
	margin: 16px 0 24px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 14px;
	box-shadow: var(--xy-card-shadow);
	overflow: hidden;
}
.xy-product-panel-row {
	margin-left: 0;
	margin-right: 0;
}
.xy-product-panel .showpic_box,
.xy-product-panel .proinfo_box {
	float: none;
	margin: 0 !important;
	padding: 20px;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.xy-product-panel .showpic_box {
	background: #f7fafc;
}
@media screen and (min-width: 992px) {
	.xy-product-panel-row {
		display: flex;
		align-items: stretch;
	}
	.xy-product-panel .showpic_box,
	.xy-product-panel .proinfo_box {
		width: 50%;
	}
	.xy-product-panel .proinfo_box {
		border-left: 1px solid var(--xy-border);
	}
}
.showpic_box,
.proinfo_box {
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: var(--xy-radius);
	padding: 16px;
	box-shadow: var(--xy-card-shadow);
}
.xy-product-panel .showpic_box .bx-wrapper {
	margin-bottom: 0 !important;
	box-shadow: none !important;
	border: 1px solid rgba(232, 238, 243, .9);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.xy-product-panel .showpic_box .bx-viewport {
	background: #fff !important;
	min-height: 0 !important;
}
.xy-product-panel .showpic_box .bx-viewport li {
	min-height: 0 !important;
	background: #fff;
}
.xy-product-panel .showpic_box .example-image-link {
	display: block !important;
	min-height: 0 !important;
	height: auto !important;
	text-align: center;
	background: #fff;
}
.xy-product-panel .showpic_box .example-image {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 auto;
	visibility: visible !important;
	opacity: 1 !important;
}
.xy-product-panel #pic-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
	text-align: center;
}
.xy-product-panel #pic-page a {
	display: block;
	margin: 0;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	line-height: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.xy-product-panel #pic-page a img {
	width: 54px;
	height: 54px;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 6px;
	object-fit: cover;
	background: #fff;
}
.xy-product-panel #pic-page a:hover,
.xy-product-panel #pic-page a.active {
	border-color: var(--xy-primary);
	box-shadow: 0 0 0 2px rgba(28, 168, 232, .14);
}
.proinfo_box .product_h1 {
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--xy-border);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--xy-text);
}
.proinfo_box .xy-product-attrs,
.proinfo_box .product_info {
	list-style: none;
	margin: 0;
	padding: 0;
}
.proinfo_box .xy-product-attr {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.45;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-bottom-width: 0;
	border-radius: 0;
}
.proinfo_box .xy-product-attr:first-child {
	border-radius: 8px 8px 0 0;
}
.proinfo_box .xy-product-attr:has(+ :not(.xy-product-attr)),
.proinfo_box .xy-product-attr:last-child {
	border-bottom-width: 1px;
	border-radius: 0 0 8px 8px;
}
.proinfo_box .xy-product-attr:first-child:has(+ :not(.xy-product-attr)),
.proinfo_box .xy-product-attr:first-child:last-child {
	border-radius: 8px;
}
.proinfo_box .xy-product-attrs > .xy-product-attr:nth-child(even) {
	background: #f9fbfd;
}
.proinfo_box .xy-product-attr-label {
	flex: 0 0 100px;
	max-width: 34%;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 700;
	color: var(--xy-text);
	background: #f4f8fb;
	border-right: 1px solid var(--xy-border);
}
.proinfo_box .xy-product-attr-val {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 8px 12px;
	font-size: 13px;
	color: #5f6f7c;
	word-break: break-word;
}
.proinfo_box .xy-product-attr-val.is-full {
	flex: 1 1 100%;
}
.proinfo_box .xy-product-attr-val a {
	color: var(--xy-primary);
	font-weight: 600;
	text-decoration: none;
}
.proinfo_box .xy-product-attr-val a:hover {
	color: var(--xy-primary-dark);
	text-decoration: underline;
}
.proinfo_box .product_action_item,
.proinfo_box .xy-product-social-item {
	list-style: none;
	margin: 14px 0 0 !important;
	padding: 14px 0 0 !important;
	border: none;
	border-top: 1px solid var(--xy-border);
	border-radius: 0;
	background: transparent;
}
.proinfo_box .xy-product-social-item {
	margin-top: 10px !important;
	padding-top: 10px !important;
}
@media screen and (max-width: 991px) {
	.xy-product-panel .showpic_box {
		border-bottom: 1px solid var(--xy-border);
	}
}
@media screen and (max-width: 767px) {
	.proinfo_box .xy-product-attr {
		flex-direction: column;
	}
	.proinfo_box .xy-product-attr-label {
		flex: none;
		max-width: none;
		width: 100%;
		padding: 8px 12px 2px;
		font-size: 12px;
		color: var(--xy-primary);
		background: transparent;
		border-right: none;
	}
	.proinfo_box .xy-product-attr-val {
		padding: 2px 12px 10px;
	}
}

/* 页脚 */
footer.site-footer,
footer {
	background: linear-gradient(180deg, #1ca8e8 0%, #1592cc 100%);
}
.footer_send_btn {
	background: #fff !important;
	color: var(--xy-primary) !important;
	border-color: #fff !important;
	border-radius: 999px;
	font-weight: 600;
}
.footer_send_btn:hover,
.footer_send_btn:focus {
	background: var(--xy-primary-light) !important;
	color: var(--xy-primary-dark) !important;
}
.footer-bar {
	background: rgba(0, 0, 0, .18);
}

/* 页脚 CONTACT 区块 */
.footer_contact {
	line-height: 1.5;
}
.footer_contact_title,
.footer_section_title {
	margin: 0 0 18px;
	padding: 0 0 10px;
	border: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.footer_contact_title::after,
.footer_section_title::after {
	content: "";
	display: block;
	width: 36px;
	height: 3px;
	margin-top: 10px;
	border-radius: 2px;
	background: #fff;
	opacity: .95;
}
.footer_section_title_link {
	color: #fff;
	text-decoration: none;
}
.footer_section_title_link:hover,
.footer_section_title_link:focus {
	color: #fff;
	text-decoration: none;
	opacity: .92;
}
.footer_contact_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_contact_item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 16px;
}
.footer_contact_item:last-child {
	margin-bottom: 0;
}
.footer_contact_icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .22);
	color: #fff;
	font-size: 16px;
	line-height: 1;
}
.footer_contact_icon .xy_icon_svg {
	width: 18px;
	height: 18px;
	fill: #fff;
	display: block;
}
.footer_contact_body {
	flex: 1 1 auto;
	min-width: 0;
}
.footer_contact_label {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .75);
}
.footer_contact_val {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	color: #fff;
	text-decoration: none;
	word-break: break-word;
}
a.footer_contact_val:hover,
a.footer_contact_val:focus {
	color: #fff;
	text-decoration: underline;
}
.footer_contact_social {
	margin-top: 20px;
	gap: 10px;
}
.footer_contact_social .xy_social_link {
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .12);
	font-size: 16px;
}

/* 页脚 PRODUCTS */
.footer_products_col {
	line-height: 1.5;
}
.footer_product_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_product_item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.footer_product_item a {
	display: block;
	padding: 11px 4px 11px 0;
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	background: none;
	border: none;
	border-radius: 0;
	transition: color .2s ease, padding-left .2s ease;
}
.footer_product_item a::before {
	display: none;
}
.footer_product_item a:hover,
.footer_product_item a:focus {
	padding-left: 6px;
	color: #fff;
	text-decoration: none;
	transform: none;
	background: none;
	border-color: transparent;
}

/* 页脚 SEND MESSAGE */
.footer_message {
	line-height: 1.5;
}
.footer_message_form {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}
.footer_message_form .form_in {
	margin: 0 0 10px;
	padding: 0;
}
.footer_message_form .form_in:last-of-type {
	margin-bottom: 0;
}
.footer_message_form .footer_form_row {
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
	padding: 0;
}
.footer_message_form .footer_form_row .col-xs-6 {
	flex: 1 1 50%;
	width: auto;
	float: none;
	padding: 0;
}
.footer_message_form .form-control {
	height: 42px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 8px;
	background: rgba(255, 255, 255, .96);
	color: var(--xy-text);
	font-size: 14px;
	box-shadow: none;
	transition: border-color .2s, box-shadow .2s;
}
.footer_message_form textarea.form-control {
	height: auto;
	min-height: 96px;
	resize: vertical;
}
.footer_message_form .form-control:focus {
	border-color: #fff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .28);
	outline: 0;
}
.footer_message_form .form-control::placeholder {
	color: #9aa5b1;
}
.footer_message .butt_in {
	margin: 12px 0 0;
	padding: 0;
	text-align: left;
}
.footer_message .footer_send_btn {
	min-width: 128px;
	height: 40px;
	padding: 0 28px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
	transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.footer_message .footer_send_btn:hover,
.footer_message .footer_send_btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
}

/* 页脚三列桌面端对齐 */
@media screen and (min-width: 992px) {
	footer.site-footer .footer_cols {
		display: flex;
		align-items: flex-start;
	}

	footer.site-footer .footer_cols::before,
	footer.site-footer .footer_cols::after {
		display: none;
	}

	footer.site-footer .footer_cols > .footer_contact,
	footer.site-footer .footer_cols > .footer_products_col,
	footer.site-footer .footer_cols > .footer_message {
		float: none;
		display: flex;
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 28px;
	}

	footer.site-footer .footer_contact_title,
	footer.site-footer .footer_section_title {
		flex: 0 0 auto;
		min-height: 52px;
		margin: 0 0 16px;
	}

	footer.site-footer .footer_product_item a {
		padding: 7px 0;
	}

	footer.site-footer .footer_product_item:last-child {
		border-bottom: 0;
	}

	footer.site-footer .footer_message_form {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
	}

	footer.site-footer .footer_message_form .form_in:has(textarea) {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
	}

	footer.site-footer .footer_message_form .form_in:has(textarea) .col-sm-12 {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		float: none;
		width: 100%;
		padding: 0;
	}

	footer.site-footer .footer_message_form textarea.form-control {
		flex: 1 1 auto;
		min-height: 132px;
	}
}

/* 社交链接（顶栏 / 页脚 / 产品详情 / 手机分享 — 后台在线客服配置） */
.xy_social_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: color .2s, background .2s, transform .2s;
}

.footer_social,
.product_social,
.mfoot_share_social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.footer_social {
	margin-top: 14px;
}

.footer_social .xy_social_link {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .18);
	color: #fff;
	font-size: 16px;
}

.footer_social .xy_social_link:hover {
	background: #fff;
	color: var(--xy-primary);
	transform: translateY(-1px);
}

.product_social .xy_social_link {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--xy-primary-light, #e8f7fd);
	color: var(--xy-primary, #1ca8e8);
	font-size: 15px;
}

.product_social .xy_social_link:hover {
	background: var(--xy-primary, #1ca8e8);
	color: #fff;
}

.mfoot_share_social {
	justify-content: center;
	padding: 10px 12px 6px;
	min-width: 200px;
}

.mfoot_share_social .xy_social_link {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f4f8fb;
	color: var(--xy-primary, #1ca8e8);
	font-size: 16px;
}

.mfoot_share_social .xy_social_link:hover {
	background: var(--xy-primary, #1ca8e8);
	color: #fff;
}

.product_info .product_social {
	margin-top: 4px;
}

/* 产品详情：加购 / 询盘 / 数量 */
.proinfo_box .product_action {
	margin-top: 8px;
}

.proinfo_box .action-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.proinfo_box .xy-product-qty-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0 0 4px;
}

.proinfo_box .xy-basket-add-form,
.proinfo_box .xy-basket-buy-form {
	display: inline-flex;
	margin: 0;
	vertical-align: middle;
}

.proinfo_box .action-buttons .page-btn,
.proinfo_box .action-buttons .product_email_btn,
.proinfo_box .action-buttons .product_attach_btn {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 36px;
	margin: 0;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.proinfo_box .xy-basket-add-btn,
.proinfo_box .xy-basket-buy-btn,
.proinfo_box .xy-product-wa-btn,
.proinfo_box .xy-inquire-scroll-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 36px;
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	background: var(--xy-primary, #1ca8e8);
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s;
}

.proinfo_box .xy-basket-add-btn:hover,
.proinfo_box .xy-basket-buy-btn:hover,
.proinfo_box .xy-product-wa-btn:hover,
.proinfo_box .xy-inquire-scroll-btn:hover {
	background: var(--xy-primary-dark, #1592cc);
	color: #fff !important;
}

.proinfo_box .xy-product-fav-btn {
	margin-top: 6px;
}

/* 友情链接 */
.link_box {
	background: #1592cc;
	border-bottom: none;
}
.link_box a:hover {
	color: var(--xy-primary-light);
}

@media screen and (max-width: 767px) {
	.xy-site-aside,
	.xy-download-aside,
	.footer_products_col,
	.footer_message {
		display: none !important;
	}

	/* 主栏 float:right 在手机端取消，避免侧栏隐藏后行高异常 */
	.container > .row > .col-xs-12[style*="float:right"],
	.container > .row > .col-xs-12[style*="float: right"] {
		float: none !important;
	}

	footer.site-footer {
		padding-top: 24px;
	}

	.footer_cols > [class*="col-"] {
		padding-bottom: 12px;
	}

	.footer_contact {
		margin-bottom: 12px;
	}

	.proinfo_box {
		margin-bottom: 24px;
	}

	.product_head h2,
	.news_head h2,
	.right_head h2,
	.xy-page-head h1,
	.xy-page-head h2 {
		font-size: 24px;
	}
	.navbar,
	#search_btn:hover,
	#search_btn:focus {
		background-color: var(--xy-primary) !important;
	}

	/* 手机端主导航 */
	#top_nav .navbar-header {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 50px;
	}
	#top_nav .navbar-brand {
		flex: 1;
		float: none;
		margin: 0;
		padding: 14px 12px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .1em;
	}
	#top_nav #search_btn {
		order: 2;
		float: none;
		margin: 0 6px 0 0;
		padding: 10px 12px;
		border-radius: 8px;
		background: rgba(0, 0, 0, .12);
	}
	#top_nav .navbar-toggle {
		order: 3;
		float: none;
		margin: 0 8px 0 0;
		padding: 10px 12px;
		border-radius: 8px;
		background: rgba(0, 0, 0, .12);
	}
	#top_nav .navbar-collapse {
		clear: both;
		max-height: calc(100vh - 52px);
		overflow-y: auto;
		border-top: 1px solid rgba(255, 255, 255, .15);
		box-shadow: inset 0 8px 16px rgba(0, 0, 0, .08);
	}
	#top_nav .navbar-nav {
		margin: 0;
	}
	#top_nav .navbar-nav > li {
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}
	#top_nav .navbar-nav > li > a,
	#top_nav .navbar-nav .nav-top-link,
	#top_nav .navbar-nav .nav-top-label {
		font-size: 15px;
		font-weight: 600;
		text-transform: none;
		letter-spacing: .02em;
		line-height: 1.35;
		color: #fff !important;
	}
	#top_nav .navbar-nav > li > a {
		display: block;
		padding: 14px 16px;
	}
	#top_nav .nav-mob-row {
		display: flex;
		align-items: stretch;
		min-height: 48px;
		background: transparent;
	}
	#top_nav .nav-mob-row .nav-top-link {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		min-width: 0;
		padding: 14px 12px 14px 16px;
		color: #fff !important;
		text-decoration: none;
		background: transparent !important;
	}
	#top_nav .nav-top-label {
		display: block;
		color: #fff !important;
	}
	#top_nav .navbar-nav > li.nav-has-sub {
		position: relative;
	}
	#top_nav .nav-mob-toggle {
		position: static;
		flex: 0 0 48px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: auto;
		min-height: 48px;
		margin: 0;
		padding: 0;
		border: none;
		border-left: 1px solid rgba(255, 255, 255, .15);
		background: rgba(0, 0, 0, .08);
		color: #fff;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}
	#top_nav .nav-mob-toggle .nav_caret_svg {
		fill: #fff;
		width: 18px;
		height: 18px;
		transition: transform .25s ease;
	}
	#top_nav .nav-has-sub.open > .nav-mob-toggle .nav_caret_svg {
		transform: rotate(180deg);
	}
	/* 手机端：禁止白底，悬停/展开保持蓝底白字 */
	#top_nav .navbar-default .navbar-nav > li > a,
	#top_nav .navbar-default .navbar-nav > li > a:hover,
	#top_nav .navbar-default .navbar-nav > li > a:focus,
	#top_nav .navbar-default .navbar-nav .nav-top-link,
	#top_nav .navbar-default .navbar-nav .nav-top-link:hover,
	#top_nav .navbar-default .navbar-nav .nav-top-link:focus,
	#top_nav .navbar-default .navbar-nav .nav-mob-row,
	#top_nav .navbar-default .navbar-nav > li.open > a,
	#top_nav .navbar-default .navbar-nav > li.open .nav-top-link,
	#top_nav .navbar-default .navbar-nav > li.open .nav-mob-row .nav-top-link,
	#top_nav .navbar-default .navbar-nav > .open > a,
	#top_nav .navbar-default .navbar-nav > .open > a:hover,
	#top_nav .navbar-default .navbar-nav > .open > a:focus,
	#top_nav a:hover,
	#top_nav a:focus {
		color: #fff !important;
	}
	#top_nav .navbar-default .navbar-nav > li > a:hover,
	#top_nav .navbar-default .navbar-nav > li > a:focus,
	#top_nav .navbar-default .navbar-nav .nav-top-link:hover,
	#top_nav .navbar-default .navbar-nav .nav-top-link:focus,
	#top_nav .navbar-default .navbar-nav > li:hover > .nav-mob-row,
	#top_nav .navbar-default .navbar-nav > li.open > .nav-mob-row,
	#top_nav .navbar-default .navbar-nav > li.open .nav-top-link:hover,
	#top_nav .navbar-default .navbar-nav > li.open .nav-top-link:focus {
		background-color: rgba(0, 0, 0, .12) !important;
		color: #fff !important;
	}
	#top_nav .navbar-default .navbar-nav > li.open .nav-top-label,
	#top_nav .navbar-default .navbar-nav > li:hover .nav-top-label {
		color: #fff !important;
	}
	#top_nav .nav-has-sub.open > .nav-mob-toggle {
		background: rgba(0, 0, 0, .18);
	}
	#top_nav .nav-has-sub:not(.open) > .dropdown-menu {
		display: none !important;
		height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
	}
	#top_nav .nav-has-sub.open > .dropdown-menu {
		display: block !important;
	}
	#top_nav .dropdown-menu,
	#top_nav .dropdown-menu.nav_small {
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		box-shadow: none;
		background: rgba(0, 0, 0, .15) !important;
	}
	#top_nav .dropdown-menu.nav_small > li > a {
		padding: 12px 16px 12px 28px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.45;
		color: #fff !important;
		border-top: 1px solid rgba(255, 255, 255, .08);
		white-space: normal;
	}
	#top_nav .dropdown-menu.nav_small > li > a:hover,
	#top_nav .dropdown-menu.nav_small > li > a:focus {
		background: rgba(255, 255, 255, .1) !important;
		color: #fff !important;
	}
	#top_nav .dropdown-menu2 {
		position: static;
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		background: rgba(0, 0, 0, .1) !important;
	}
	#top_nav .dropdown-menu.nav_small > li.dropdown.open > .dropdown-menu2 {
		display: block !important;
	}
	#top_nav .dropdown-menu2 li {
		background: transparent !important;
		height: auto;
		line-height: 1.45;
		padding: 0;
	}
	#top_nav .dropdown-menu2 li a {
		padding: 10px 16px 10px 40px !important;
		font-size: 13px;
		color: rgba(255, 255, 255, .92) !important;
	}
	#top_nav .dropdown-menu2 li a:hover {
		background: rgba(255, 255, 255, .08) !important;
		color: #fff !important;
	}
	#top_nav #app_menudown1,
	#top_nav .nav-desk-toggle {
		display: none !important;
	}
}

/* ѯ��ҳ��ȫ�����޲��� */
.xy-inquiry-page {
	margin: 0 0 28px;
	padding: 22px 22px 12px;
	background: #fff;
	border: 1px solid var(--xy-border);
	border-radius: 14px;
	box-shadow: var(--xy-card-shadow);
}
.xy-inquiry-page .form-group {
	margin-bottom: 16px;
}
.xy-inquiry-page .control-label {
	padding-top: 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--xy-text);
}
.xy-inquiry-page .form-control {
	border-radius: 10px;
	border-color: rgba(232, 238, 243, .95);
	background: #f7fafc;
	box-shadow: none;
}
.xy-inquiry-page .form-control:focus {
	border-color: rgba(28, 168, 232, .45);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(28, 168, 232, .12);
}
.xy-inquiry-page .codeimg {
	max-height: 38px;
	border-radius: 6px;
	cursor: pointer;
}
.xy-inquiry-page .btn-danger {
	background: var(--xy-primary);
	border-color: var(--xy-primary);
	border-radius: 999px;
	padding: 8px 22px;
	font-weight: 700;
}
.xy-inquiry-page .btn-danger:hover {
	background: #1596d4;
	border-color: #1596d4;
}
.xy-inquiry-page .btn-default {
	border-radius: 999px;
	padding: 8px 18px;
}
@media screen and (max-width: 767px) {
	.xy-inquiry-page {
		padding: 16px 14px 8px;
	}
}

/* Inquiry page: gap above footer */
.xy-inquiry-main {
	margin-bottom: 48px;
}
#xy-inquiry-panel.xy-inquiry {
	margin-bottom: 12px;
}
