/**
 * ywx-mould-one 关于我们页排版增强（欧美工贸 B2B）
 * 仅作用于 body.about-page，不影响首页、产品页等其他页面。
 */

body.about-page {
	--ywx-inner-page-width: 1308px;
	--ywx-about-section-pt: 32px;
	/* 末 band 底：页脚前留白（与 #about_main_content 不再叠加） */
	--ywx-about-main-tail-gap: 32px;
	--ywx-about-section-pb: var(--ywx-about-main-tail-gap);
	/* 相邻模块：下一块背景色延伸（增强版，原 32px） */
	--ywx-about-section-gap: 48px;
	--ywx-about-first-band-pt: 24px;
	/* band 内内容与色块底/顶的距离（避免 caption/图集贴边） */
	--ywx-about-band-inner-pt: 0.5rem;
	--ywx-about-band-inner-pb: 1.25rem;
	--ywx-about-title-gap: 20px;
	--ywx-about-text: #333;
	--ywx-about-muted: #5c6570;
	--ywx-about-border: #e8eaed;
	--ywx-about-accent: var(--ywx-theme-color, #8a0d0d);
	--ywx-about-band-white: var(--ywx-surface-bg, #fff);
	--ywx-about-band-gray: var(--ywx-neutral-color, #f9fafb);
	/* 关于页正文：占满 .container 内容区（1308px），不再缩成窄栏 */
	--ywx-about-max-read: 100%;
	--ywx-about-lead-read: 100%;
	/* 与首页混搭 --ywx-mashup-media-radius 对齐；配图统一 4:3（同首页 800×600） */
	--ywx-about-media-radius: 22px;
	--ywx-about-mashup-y: 36px;
	--ywx-about-mashup-media-ratio: 4 / 3;
	/* 内容区字号阶梯（Hero 不在此文件，保持独立） */
	--ywx-fs-base: 1rem;
	--ywx-fs-sm: 0.875rem;
	--ywx-fs-xs: 0.75rem;
	--ywx-fs-lead: 1.0625rem;
	--ywx-fs-h-module: clamp(1.5rem, 2.4vw, 1.875rem);
	--ywx-fs-h-section: clamp(1.25rem, 2vw, 1.4375rem);
	--ywx-fs-h3: 1.125rem;
	--ywx-about-longform-section-gap: 2.75rem;
	font-size: 16px;
	line-height: 1.7;
	color: var(--ywx-about-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ========== 面包屑 ========== */
body.about-page .breadcrumbs-wrapper {
	margin-bottom: 0;
	background-color: #fafafa;
	border-bottom: 1px solid var(--ywx-about-border);
	padding: 0.25rem 0 !important;
	min-height: 0;
	line-height: 1.3;
}

/* 方案 A：关闭 Hero（body.ywx-hero-off）后无 #slide_one，面包屑为固定顶栏预留 */
body.about-page.ywx-hero-off .breadcrumbs-wrapper {
	padding: 110px 0 0.25rem 0 !important;
}

body.about-page .breadcrumbs-wrapper .breadcrumbs {
	max-width: var(--ywx-inner-page-width, 1308px);
	width: 100%;
	padding: 0.2rem 15px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}

body.about-page .breadcrumbs li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

body.about-page .breadcrumbs li a {
	font-size: var(--ywx-fs-sm);
	color: var(--ywx-about-muted);
	transition: color 0.2s ease;
	line-height: 1.4;
}

body.about-page .breadcrumbs li a:hover {
	color: var(--ywx-about-accent);
}

body.about-page .breadcrumbs li:after {
	color: #bbb;
}

/* ========== 主内容区 ========== */
body.about-page #about_main_content.content-wrapper {
	padding-top: 0;
	/* 原 4rem：与末 band padding-bottom 叠加导致页脚前空白过大 */
	padding-bottom: 0;
	/* style.css .content-wrapper { margin-bottom: 50px } 会在末 band 与页脚间露出白条 */
	margin-bottom: 0;
}

body.about-page #about_us_div.ywx-about-page-modules {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

/* ========== 模块 band 背景（单页/多页子页，生成器注入） ========== */
/* band 根全宽铺色（同首页 section），内容在 .ywx-about-band-inner.container 内 */
body.about-page #about_main_content .ywx-about-band-root {
	position: relative;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	background-color: var(--ywx-about-band-bg, transparent) !important;
}

/* 首模块顶、末模块底留白；相邻 band 只保留一条间距（用下一模块背景色，避免出现白条） */
body.about-page #about_main_content .ywx-about-band-root:first-child {
	padding-top: var(--ywx-about-first-band-pt);
}

body.about-page #about_main_content .ywx-about-band-root:last-child {
	padding-bottom: var(--ywx-about-section-pb);
}

body.about-page #about_main_content .ywx-about-band-root + .ywx-about-band-root {
	padding-top: var(--ywx-about-section-gap);
}

/* 混搭外层壳非 band-root：补上壳 → 下一内置/自定义 band 的间距（原规则缺失，公司简介贴混搭） */
body.about-page #about_main_content .ywx-about-mashup-shell + .ywx-about-band-root,
body.about-page #about_main_content [id^="company_graphic_merged_"]:not(.ywx-about-band-root) + .ywx-about-band-root,
body.about-page #about_main_content #company_graphic_wrap:not(.ywx-about-band-root) + .ywx-about-band-root {
	padding-top: var(--ywx-about-section-gap);
}

body.about-page #about_main_content .ywx-about-mashup-shell [ywx-variable="imagetext-list"] > .avia-section.ywx-about-band-root:last-child,
body.about-page #about_main_content [id^="company_graphic_merged_"] [ywx-variable="imagetext-list"] > .avia-section.ywx-about-band-root:last-child {
	/* 块内上下留白改由 .container 的 --ywx-about-mashup-y 承担（对齐首页） */
	padding-bottom: 0;
}

/* 混搭为页内末模块时：末行容器底边再补页脚前留白 */
body.about-page #about_main_content .ywx-about-mashup-shell:last-child [ywx-variable="imagetext-list"] > .avia-section.ywx-about-band-root:last-child .container,
body.about-page #about_main_content #company_graphic_wrap:last-child [ywx-variable="imagetext-list"] > .avia-section.ywx-about-band-root:last-child .container,
body.about-page #about_main_content [id^="company_graphic_merged_"]:last-child [ywx-variable="imagetext-list"] > .avia-section.ywx-about-band-root:last-child .container {
	padding-bottom: calc(var(--ywx-about-mashup-y, 36px) + var(--ywx-about-section-pb, 32px));
}

body.about-page #about_main_content .ywx-about-band-inner.container {
	max-width: var(--ywx-inner-page-width, 1308px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: var(--ywx-about-band-inner-pt);
	padding-bottom: var(--ywx-about-band-inner-pb);
	box-sizing: border-box;
}

@media (min-width: 1340px) {
	body.about-page #about_main_content .ywx-about-band-inner.container,
	body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root .container {
		width: var(--ywx-inner-page-width, 1308px);
		max-width: 100%;
	}
}

body.about-page #about_main_content .ywx-about-band--white {
	--ywx-about-band-bg: var(--ywx-about-band-white);
}

body.about-page #about_main_content .ywx-about-band--gray {
	--ywx-about-band-bg: var(--ywx-about-band-gray);
}

body.about-page #about_main_content .ywx-about-band--custom {
	--ywx-about-band-bg: var(--ywx-about-custom-bg, #8a0d0d);
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-dark {
	color: #fff;
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-dark h2,
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .ywx-about-module-intro,
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark #company_desc,
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .brand_info_detail div,
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .company-custom-html {
	color: rgba(255, 255, 255, 0.92) !important;
}

/* 深色自定义 band 上，团队卡片仍为白底，卡片内文字保持深色 */
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .team-item .team-text,
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .team-item .team-text h4,
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .team-item .team-text p,
body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .team-item .team-text .spec {
	color: var(--ywx-about-text) !important;
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-dark h2::after {
	background: rgba(255, 255, 255, 0.72) !important;
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-light {
	color: var(--ywx-about-text);
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-light h2,
body.about-page .ywx-about-band--custom.ywx-about-band--on-light .ywx-about-module-intro,
body.about-page .ywx-about-band--custom.ywx-about-band--on-light #company_desc,
body.about-page .ywx-about-band--custom.ywx-about-band--on-light .company-custom-html {
	color: var(--ywx-about-text) !important;
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-light h2::after {
	background: var(--ywx-about-accent) !important;
}

body.about-page .ywx-about-module-intro {
	max-width: 920px;
	margin: 0 auto var(--ywx-about-title-gap);
	padding: 0 16px;
	font-size: var(--ywx-fs-base);
	line-height: 1.75;
	color: var(--ywx-about-muted);
	text-align: center;
}

body.about-page .ywx-about-band-root.ywx-about-band--custom.ywx-about-band--on-dark .ywx-about-module-intro {
	color: rgba(255, 255, 255, 0.88) !important;
}

body.about-page .ywx-about-band-root.ywx-about-band--custom.ywx-about-band--on-light .ywx-about-module-intro {
	color: var(--ywx-about-muted) !important;
}

body.about-page #about_main_content .ywx-about-band-root:first-child h2,
body.about-page #about_main_content .ywx-about-band-root:first-child .ywx-about-band-inner > .title > h2,
body.about-page #about_main_content .ywx-about-band-root > .ywx-about-band-inner > h2,
body.about-page #about_main_content .ywx-about-band-root > .ywx-about-band-inner > .title > h2 {
	margin-top: 0 !important;
}

body.about-page #about_main_content .ywx-about-band-root > .ywx-about-band-inner > .title {
	margin-top: 0;
}

/* 混搭外层仅作容器，不参与 band；各行 .avia-section 独立交替 */
body.about-page #company_graphic_wrap:not(.ywx-about-band-root),
body.about-page [id^="company_graphic_merged_"]:not(.ywx-about-band-root),
body.about-page .ywx-about-mashup-shell:not(.ywx-about-band-root) {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent !important;
}

body.about-page .ywx-about-mashup-header {
	margin: 0 0 var(--ywx-about-title-gap);
	padding: 0;
	text-align: center;
}

body.about-page .ywx-about-mashup-header h2 {
	margin: 0 0 var(--ywx-about-title-gap) !important;
}

body.about-page .ywx-about-mashup-header .ywx-about-module-intro {
	margin-bottom: 0;
}

/* ========== 区块标题（统一 rhythm，覆盖 inline margin） ========== */
body.about-page #about_main_content h2.ywxfonts-innertitle_font,
body.about-page #about_main_content .team-wrap > h2,
body.about-page #about_main_content .team-wrap .ywx-about-band-inner > h2,
body.about-page #about_main_content .about-single-custom-merge > h2,
body.about-page #about_main_content .about-single-custom-merge > .ywx-about-band-inner > h2,
body.about-page #about_main_content [id^="company_graphic_merged_"] > h2,
body.about-page #about_main_content .ywx-about-mashup-header h2 {
	margin: 0 0 var(--ywx-about-title-gap) !important;
	padding-bottom: 0.85rem;
	font-size: var(--ywx-fs-h-module);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
	text-align: center;
	position: relative;
	width: 100%;
}

body.about-page #about_main_content h2.ywxfonts-innertitle_font::after,
body.about-page #about_main_content .team-wrap > h2::after,
body.about-page #about_main_content .team-wrap .ywx-about-band-inner > h2::after,
body.about-page #about_main_content .about-single-custom-merge > h2::after,
body.about-page #about_main_content [id^="company_graphic_merged_"] > h2::after,
body.about-page #about_main_content .ywx-about-mashup-header h2::after {
	content: "";
	display: block;
	width: 3rem;
	height: 3px;
	margin: 0.85rem auto 0;
	background: var(--ywx-about-accent);
	border-radius: 2px;
}

body.about-page #about-title #ab_title_h1 {
	margin-top: 0 !important;
}

body.about-page .ywx-channel-hero-root + .breadcrumbs-wrapper + #about_main_content #about-title #ab_title_h1 {
	margin-top: 0 !important;
}

body.about-page .banner1 + .breadcrumbs-wrapper + #about_main_content #about-title #ab_title_h1 {
	margin-top: 0 !important;
}

/* ========== 公司介绍首屏（#about-title）统一左对齐、去重复摘要 ========== */
body.about-page #about-title {
	margin-bottom: 0;
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

body.about-page #about-title .title {
	text-align: center;
	margin-bottom: 0.5rem;
}

/* ========== 模块简介（profile 段）—— 与正文同宽，不再单独缩进居中 */
body.about-page #about_main_content .team-wrap div[ywx-variable="profile"],
body.about-page #about_main_content #about-title > div[ywx-variable="profile"] {
	max-width: none;
	width: 100%;
	margin: 0 0 1.25rem;
	font-size: var(--ywx-fs-lead);
	line-height: 1.75;
	color: var(--ywx-about-muted);
	text-align: left;
}

/* 模块下已有证书/工厂/团队/图集等内容时，隐藏重复的 profile 摘要 */
body.about-page #about-title:has(#company_desc:not(:empty)) > div[ywx-variable="profile"],
body.about-page #about_certificate:has(#about_certificate_ul li) > div[ywx-variable="profile"],
body.about-page #about_factory:has(#company_factory a) > div[ywx-variable="profile"],
body.about-page .team-wrap:has(.team-item) > div[ywx-variable="profile"],
body.about-page .team-wrap:has(.ywx-gallery-card) > div[ywx-variable="profile"],
body.about-page .team-wrap:has(div[ywx-variable="imagetext-list"] .avia-section) > div[ywx-variable="profile"] {
	display: none;
}

/* ========== 公司介绍正文 ========== */
body.about-page #company_desc,
body.about-page .about-page-top-summary,
body.about-page .about-page-general-desc,
body.about-page .about-custom-intro,
body.about-page .company-custom-html {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: var(--ywx-fs-base);
	line-height: 1.75;
	color: var(--ywx-about-text);
	text-align: left;
}

body.about-page #company_desc p,
body.about-page .about-page-top-summary p,
body.about-page .about-page-general-desc p {
	margin: 0 0 1.125rem;
	text-align: left;
	text-wrap: pretty;
}

body.about-page #company_desc .about-section > p:last-child,
body.about-page #company_desc .about-section > ul:last-child,
body.about-page #company_desc .about-section > .about-facts-table-wrap:last-child,
body.about-page #company_desc .about-section > .about-cta-box:last-child {
	margin-bottom: 0;
}

/* 无 .about-section 包裹的旧长文：仅容器直子末段去底距 */
body.about-page #company_desc:not(:has(.about-section)) > p:last-child,
body.about-page #company_desc:not(:has(.about-section)) > ul:last-child {
	margin-bottom: 0;
}

body.about-page #company_desc ul.about-prose-list,
body.about-page .about-page-general-desc ul.about-prose-list {
	list-style: none;
	margin: 0.75rem 0 1.25rem;
	padding: 0;
}

body.about-page #company_desc ul.about-prose-list li,
body.about-page .about-page-general-desc ul.about-prose-list li {
	position: relative;
	padding: 0 0 0.75rem 1.35rem;
	margin: 0;
	line-height: 1.75;
}

body.about-page #company_desc ul.about-prose-list li:last-child,
body.about-page .about-page-general-desc ul.about-prose-list li:last-child {
	padding-bottom: 0;
}

body.about-page #company_desc ul.about-prose-list li::before,
body.about-page .about-page-general-desc ul.about-prose-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ywx-about-accent);
}

body.about-page #company_desc .about-prose-lead,
body.about-page .about-page-general-desc .about-prose-lead {
	display: block;
	margin: 0 0 0.35rem;
	font-weight: 600;
	color: #1a1a1a;
}

body.about-page .about-page-top-summary p:last-child,
body.about-page .about-page-general-desc p:last-child {
	margin-bottom: 0;
}

body.about-page #company_desc strong,
body.about-page .about-page-general-desc strong {
	font-weight: 600;
	color: #1a1a1a;
}

body.about-page #company_desc img,
body.about-page .about-page-general-desc img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5rem auto;
	border-radius: var(--ywx-about-media-radius, 16px);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
	cursor: zoom-in;
}

/* ========== About 长页 AI 正文（表格 / 小节 / CTA） ========== */
body.about-page #company_desc .about-section {
	display: flow-root;
}

body.about-page #company_desc .about-section + .about-section {
	margin-top: var(--ywx-about-longform-section-gap);
	padding-top: var(--ywx-about-longform-section-gap);
	border-top: 1px solid var(--ywx-about-border);
}

body.about-page #company_desc .about-section > h2.about-section-heading,
body.about-page #company_desc > h2.about-section-heading,
body.about-page #company_desc > h2 {
	margin: 0 0 1rem;
	padding: 0 0 0 0.85rem;
	font-size: var(--ywx-fs-h-section);
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	border-left: 4px solid var(--ywx-about-accent);
	color: #1a1a1a;
}

/* 旧版扁平 h2（无 .about-section）：保留段前留白 */
body.about-page #company_desc:not(:has(.about-section)) > h2.about-section-heading,
body.about-page #company_desc:not(:has(.about-section)) > h2 {
	margin-top: 2.25rem;
}

body.about-page #company_desc:not(:has(.about-section)) > h2.about-section-heading:first-child,
body.about-page #company_desc:not(:has(.about-section)) > h2:first-child {
	margin-top: 0;
}

body.about-page #company_desc .about-section > h2.about-cta-heading {
	margin-bottom: 1.125rem;
}

body.about-page #company_desc .about-facts-table-wrap {
	margin: 0 0 1.25rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.about-page #company_desc table.about-facts-table,
body.about-page #company_desc table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: var(--ywx-fs-base);
	line-height: 1.55;
	border: 1px solid var(--ywx-about-border);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
	background: #fff;
}

body.about-page #company_desc table thead th {
	padding: 0.75rem 1rem;
	text-align: left;
	font-weight: 600;
	background: rgba(196, 30, 58, 0.09);
	background: color-mix(in srgb, var(--ywx-about-accent) 9%, #fff);
	border-bottom: 1px solid var(--ywx-about-border);
}

body.about-page #company_desc table td {
	padding: 0.7rem 1rem;
	vertical-align: top;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body.about-page #company_desc table tbody tr:nth-child(even) td {
	background: rgba(248, 249, 250, 0.85);
}

body.about-page #company_desc table tbody tr:last-child td {
	border-bottom: 0;
}

body.about-page #company_desc table td:first-child {
	width: 34%;
	max-width: 220px;
	font-weight: 600;
	color: #334155;
}

body.about-page #company_desc .about-cta-box {
	margin-top: 0;
	padding: 1.35rem 1.5rem;
	background: rgba(196, 30, 58, 0.06);
	background: color-mix(in srgb, var(--ywx-about-accent) 6%, #fff);
	border: 1px solid rgba(196, 30, 58, 0.18);
	border: 1px solid color-mix(in srgb, var(--ywx-about-accent) 18%, transparent);
	border-radius: 12px;
}

body.about-page #company_desc ul:not(.about-prose-list) {
	list-style: none;
	margin: 0.75rem 0 1.25rem;
	padding: 0;
}

body.about-page #company_desc ul:not(.about-prose-list) li {
	position: relative;
	padding: 0 0 0.75rem 1.35rem;
	line-height: 1.75;
}

body.about-page #company_desc ul:not(.about-prose-list) li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ywx-about-accent);
}

body.about-page div[ywx-variable="imagetext-desc"] ul {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
}

body.about-page div[ywx-variable="imagetext-desc"] ul li {
	position: relative;
	padding: 0 0 0.65rem 1.25rem;
	line-height: 1.7;
}

body.about-page div[ywx-variable="imagetext-desc"] ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ywx-about-accent);
}

body.about-page .ywx-mashup-media-col--empty {
	display: none !important;
}

body.about-page .avia-section .col-md-12.avia-left {
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	body.about-page #company_desc table td:first-child {
		width: auto;
		max-width: none;
	}
}

body.about-page .about-page-top-summary {
	margin-bottom: 1.75rem;
	padding: 1.25rem 1.5rem;
	background: #f8f9fa;
	border-left: 4px solid var(--ywx-about-accent);
	border-radius: 0 4px 4px 0;
}

body.about-page .ywx-about-band--custom .about-page-top-summary {
	background: rgba(255, 255, 255, 0.82);
	border-left-color: var(--ywx-about-accent);
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .about-page-top-summary {
	background: rgba(0, 0, 0, 0.28);
	border-left-color: rgba(255, 255, 255, 0.72);
	color: rgba(255, 255, 255, 0.92);
}

body.about-page .ywx-about-band--custom.ywx-about-band--on-dark .about-page-top-summary p {
	color: rgba(255, 255, 255, 0.92);
}

body.about-page .about-page-general-desc {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.about-page .about-page-general-desc.ywx-about-band-root > .ywx-about-band-inner,
body.about-page .about-page-faq.ywx-about-band-root > .ywx-about-band-inner {
	max-width: var(--ywx-inner-page-width, 1308px);
	margin: 0 auto;
	padding: var(--ywx-about-band-inner-py, 2.75rem) 16px var(--ywx-about-band-inner-pb, 2.75rem);
}

body.about-page .about-company-intro {
	font-size: var(--ywx-fs-lead);
	line-height: 1.7;
	color: var(--ywx-about-muted);
}

/* ========== 视频 ========== */
body.about-page video.about-video1,
body.about-page video.about-video2,
body.about-page div[ywx-variable="imagetext-img"] video {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 1.5rem auto;
	border-radius: 4px;
	background: #000;
}

/* ========== 证书轮播（修复箭头错位 + B2B 卡片） ========== */
body.about-page #about_certificate .Box {
	width: 100%;
	max-width: var(--ywx-inner-page-width, 1308px);
	margin: 0 auto;
}

body.about-page #about_certificate .Box_con {
	position: relative;
	padding: 0 56px;
	min-height: 260px;
}

body.about-page #about_certificate .Box_con .btn,
body.about-page #about_certificate .Box_con .btnl,
body.about-page #about_certificate .Box_con .btnr {
	position: absolute !important;
	top: 50% !important;
	left: auto !important;
	right: auto !important;
	transform: translateY(-50%) !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	background: #fff !important;
	border: 1px solid var(--ywx-about-border) !important;
	color: #444 !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
	z-index: 4;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.about-page #about_certificate .Box_con .btnl {
	left: 6px !important;
}

body.about-page #about_certificate .Box_con .btnr {
	right: 6px !important;
}

body.about-page #about_certificate .Box_con .btn:hover {
	border-color: var(--ywx-about-accent) !important;
	color: var(--ywx-about-accent) !important;
	background: #fff !important;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

body.about-page #about_certificate .Box_con .btn i {
	font-size: 18px;
	line-height: 1;
}

body.about-page #about_certificate .Box_con .conbox {
	width: 100%;
	overflow: hidden;
}

body.about-page #about_certificate .Box_con .conbox ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	width: max-content;
	min-width: 100%;
	padding: 4px 0 12px;
	margin: 0;
}

/* ≤4 张证书：铺满容器、居中，不依赖 Lunbo 固定宽度，避免出现横向滚动条 */
body.about-page #about_certificate .Box_con .conbox.ywx-cert-fit-row ul {
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	justify-content: center;
}

body.about-page #about_certificate .Box_con .conbox.ywx-cert-fit-row ul li {
	flex: 1 1 0;
	min-width: 0;
	max-width: 280px;
}

body.about-page #about_certificate .Box_con .conbox ul li {
	height: auto;
	min-height: 240px;
	flex: 0 0 min(280px, 78vw);
	width: auto;
	max-width: 320px;
	margin: 0;
	padding: 14px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--ywx-about-border);
	border-radius: var(--ywx-about-media-radius, 16px);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0.65rem;
}

body.about-page #about_certificate .Box_con .conbox ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
	cursor: zoom-in;
	border-radius: calc(var(--ywx-about-media-radius, 16px) - 2px);
}

body.about-page #about_certificate .Box_con .conbox ul li img {
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: contain;
	border: none;
	padding: 0;
	background: transparent;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

body.about-page #about_certificate .Box_con .conbox ul li a:hover img {
	transform: scale(1.03);
	opacity: 0.96;
}

body.about-page #about_certificate .ywx-about-cert-caption,
body.about-page #about_factory .ywx-about-factory-caption {
	margin: 0;
	font-size: var(--ywx-fs-sm);
	font-weight: 600;
	line-height: 1.35;
	color: var(--ywx-about-text, #0f172a);
	text-align: center;
}

body.about-page #about_certificate .ywx-about-cert-intro,
body.about-page #about_factory .ywx-about-factory-intro {
	margin: 0;
	font-size: var(--ywx-fs-sm);
	line-height: 1.5;
	color: var(--ywx-about-muted, #64748b);
	text-align: center;
}

/* ========== 工厂图集 ========== */
body.about-page #about_factory .about-activities,
body.about-page #company_factory.about-activities {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	text-align: left !important;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

body.about-page #about_factory .ywx-about-factory-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

body.about-page #about_factory .ywx-about-factory-item > a,
body.about-page #company_factory .ywx-about-factory-item > a {
	display: block;
	overflow: hidden;
	border-radius: var(--ywx-about-media-radius, 16px);
	border: 1px solid var(--ywx-about-border);
	background: #fff;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
	cursor: zoom-in;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.about-page #about_factory .about-activities a:hover,
body.about-page #company_factory.about-activities a:hover,
body.about-page #about_factory .ywx-about-factory-item > a:hover,
body.about-page #company_factory .ywx-about-factory-item > a:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

body.about-page .about-fc,
body.about-page #about_factory .about-activities img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.about-page #about_factory .ywx-about-factory-item > a:hover .about-fc,
body.about-page #company_factory .ywx-about-factory-item > a:hover .about-fc {
	transform: scale(1.03);
}

/* ========== 团队（欧美 B2B 卡片：顶图 + 信息区，取消旧版圆形压框） ========== */
body.about-page #company_team.row,
body.about-page div[ywx-variable="team-list"].row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -12px;
	margin-right: -12px;
}

body.about-page #company_team .team-item,
body.about-page div[ywx-variable="team-list"] .team-item {
	display: flex;
	flex-direction: column;
	float: none;
	height: 100%;
	margin-bottom: 24px;
	padding-left: 12px;
	padding-right: 12px;
}

body.about-page #company_team .team-item,
body.about-page div[ywx-variable="team-list"] .team-item {
	background: #fff;
	border: 1px solid var(--ywx-about-border);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
	transition: box-shadow 0.28s ease, transform 0.28s ease;
}

body.about-page #company_team .team-item:hover,
body.about-page div[ywx-variable="team-list"] .team-item:hover {
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
	transform: translateY(-4px);
}

/* 覆盖模板 + esaiweb-team-portrait 的圆形负 margin 压框 */
body.about-page #company_team .team-item .img,
body.about-page div[ywx-variable="team-list"] .team-item .img,
body.about-page #sale_team .team-item .img {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f3f4f6;
}

body.about-page #company_team .team-item .img img,
body.about-page div[ywx-variable="team-list"] .team-item .img img,
body.about-page #sale_team .team-item .img img {
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	border-radius: 0 !important;
	object-fit: cover;
	display: block;
}

body.about-page #company_team .team-text,
body.about-page div[ywx-variable="team-list"] .team-text,
body.about-page #sale_team .team-text {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1.25rem 1.25rem 1.35rem !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	min-height: 168px;
}

body.about-page #company_team .team-item:hover .team-text,
body.about-page div[ywx-variable="team-list"] .team-item:hover .team-text {
	box-shadow: none !important;
}

body.about-page #company_team .team-text h4,
body.about-page div[ywx-variable="team-list"] .team-text h4 {
	order: 1;
	font-size: var(--ywx-fs-h3);
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: #1a1a1a;
	font-style: normal;
	max-width: 100%;
}

body.about-page #company_team .team-text .spec,
body.about-page div[ywx-variable="team-list"] .team-text .spec {
	order: 2;
	font-size: var(--ywx-fs-xs);
	font-weight: 600;
	font-style: normal !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ywx-about-accent);
	margin: 0 0 0.65rem;
}

body.about-page #company_team .team-text p,
body.about-page div[ywx-variable="team-list"] .team-text p {
	order: 3;
	font-size: var(--ywx-fs-base);
	line-height: 1.65;
	color: var(--ywx-about-muted);
	margin: 0 0 1rem;
	min-height: 3.3em;
	max-width: 100%;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
}

body.about-page #company_team .team-text .social,
body.about-page div[ywx-variable="team-list"] .team-text .social {
	order: 4;
	margin-top: auto;
	padding: 0;
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
}

body.about-page #company_team .team-text .social:empty,
body.about-page div[ywx-variable="team-list"] .team-text .social:empty {
	min-height: 0;
	margin-top: 0;
}

body.about-page #company_team .team-item .social li,
body.about-page div[ywx-variable="team-list"] .team-item .social li {
	margin: 0;
}

body.about-page #company_team .team-item .social li a i,
body.about-page div[ywx-variable="team-list"] .team-item .social li a i {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: var(--ywx-fs-base);
}

@media (max-width: 991px) {
	body.about-page #company_team .team-item,
	body.about-page div[ywx-variable="team-list"] .team-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	body.about-page #company_team .team-item .img,
	body.about-page div[ywx-variable="team-list"] .team-item .img {
		aspect-ratio: 16 / 10;
	}

	body.about-page #company_team .team-text p,
	body.about-page div[ywx-variable="team-list"] .team-text p {
		min-height: 0;
	}
}

/* ========== 混搭图文（排版对齐首页 .ywx-mashup-*） ========== */
body.about-page div[ywx-variable="imagetext-list"] .avia-section {
	padding: 0;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root {
	padding-top: 0;
	padding-bottom: 0;
}

/* 与首页混搭块一致：色带紧贴，块内用 --ywx-about-mashup-y 做上下留白 */
body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root:first-child {
	padding-top: 0;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root:last-child {
	padding-bottom: 0;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root + .avia-section.ywx-about-band-root {
	padding-top: 0;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root .ywx-about-band-inner,
body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root .container {
	max-width: var(--ywx-inner-page-width, 1308px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: var(--ywx-about-mashup-y, 36px);
	padding-bottom: var(--ywx-about-mashup-y, 36px);
	box-sizing: border-box;
}

/*
 * 两列并排依赖 flex；列已 float:none，父级必须是 flex。
 * 自定义色带时 band-root 在外层 .ywx-about-mashup-shell，
 * 内层只有 .avia-section.container，不能只匹配 .avia-section.ywx-about-band-root。
 */
body.about-page div[ywx-variable="imagetext-list"] .avia-section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 0;
	padding-bottom: 0;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	float: none;
}

@media (min-width: 992px) {
	/* 关键：两列并排；勿给 .avia-left 设 width:100%，否则会整行占满把图挤到下一行 */
	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
		box-sizing: border-box;
	}

	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .col-md-6:not(.avia-left):not(.col-md-12) {
		display: flex;
		flex-direction: column;
		align-self: center;
		justify-content: center;
	}

	/* 左文右图：在 gutter 上微调内边距，不覆盖 width */
	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .avia-left:first-child {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 24px;
		padding-right: 8px;
	}

	/* 左图右文 */
	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .col-md-6 + .avia-left {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 8px;
		padding-right: 24px;
	}
}

body.about-page div[ywx-variable="imagetext-list"] .avia-title {
	padding-bottom: 0;
	margin: 0;
}

/* 行标题：对齐首页 ywx-mashup-title + title-line */
body.about-page div[ywx-variable="imagetext-list"] .avia-h3 {
	display: block;
	overflow: visible;
	text-overflow: unset;
	white-space: normal;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.04em;
	margin: 0 0 8px;
	color: #1a1a1a;
	text-align: left;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-title::after {
	content: "";
	display: block;
	width: 56px;
	border-bottom: 3px solid var(--ywx-assist-color, #ccc);
	margin: 0 0 12px;
}

body.about-page div[ywx-variable="imagetext-desc"],
body.about-page .imagetext_desc {
	width: 100%;
	max-width: 520px;
	font-size: 16px;
	line-height: 1.85;
	color: #555;
	max-height: none !important;
	overflow: visible !important;
	display: block !important;
	-webkit-line-clamp: unset !important;
}

body.about-page div[ywx-variable="imagetext-desc"] > :first-child,
body.about-page div[ywx-variable="imagetext-desc"] h2:first-child,
body.about-page div[ywx-variable="imagetext-desc"] h3:first-child,
body.about-page div[ywx-variable="imagetext-desc"] h4:first-child {
	margin-top: 0 !important;
}

body.about-page div[ywx-variable="imagetext-desc"] h2 {
	margin: 0 0 0.65rem;
	font-size: var(--ywx-fs-h-section);
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

body.about-page div[ywx-variable="imagetext-desc"] h3 {
	margin: 0 0 0.65rem;
	font-size: var(--ywx-fs-h3);
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

body.about-page div[ywx-variable="imagetext-desc"] h4 {
	margin: 0 0 0.5rem;
	font-size: var(--ywx-fs-h3);
	font-weight: 600;
	line-height: 1.35;
}

body.about-page div[ywx-variable="imagetext-desc"] p {
	margin: 0 0 0.75em;
}

body.about-page div[ywx-variable="imagetext-desc"] p:last-child,
body.about-page div[ywx-variable="imagetext-desc"] ul:last-child {
	margin-bottom: 0;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-section.ywx-about-band-root:not(:last-child),
body.about-page div[ywx-variable="imagetext-list"] .avia-section:not(.ywx-about-band-root):not(:last-child) {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* 覆盖 style.css div[ywx-variable="imagetext-list"]>div:not(:last-child) 的 margin/padding，避免 band 间露 body 白条 */
body.about-page div[ywx-variable="imagetext-list"] > div {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

body.about-page div[ywx-variable="imagetext-list"] > div:not(:last-child) {
	padding-bottom: 0 !important;
}

/* 混搭区内的嵌套正文不受外层 max-width 二次收窄 */
body.about-page div[ywx-variable="imagetext-list"] #company_desc,
body.about-page div[ywx-variable="imagetext-desc"] #company_desc {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

body.about-page div[ywx-variable="imagetext-img"],
body.about-page div[ywx-variable="imagetext-img"] a {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	overflow: hidden;
	line-height: 0;
}

/* 配图高度规格：固定 4:3 画幅，object-fit:cover 裁切，避免方图/竖图把行高撑乱 */
body.about-page div[ywx-variable="imagetext-img"] a {
	aspect-ratio: var(--ywx-about-mashup-media-ratio, 4 / 3);
	height: auto;
	border-radius: var(--ywx-about-media-radius, 22px);
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
	cursor: zoom-in;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

body.about-page div[ywx-variable="imagetext-img"] a:hover {
	box-shadow: 0 10px 32px rgba(15, 23, 42, 0.14);
}

/* 混搭/图文配图：铺满画幅 + hover 微缩放 */
body.about-page div[ywx-variable="imagetext-img"] img,
body.about-page #company_graphic_wrap .avia-img,
body.about-page [ywx-variable="imagetext-list"] .avia-img {
	max-width: none;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	display: block !important;
	object-fit: cover;
	object-position: center;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.about-page div[ywx-variable="imagetext-img"] a:hover img,
body.about-page [ywx-variable="imagetext-list"] a:hover .avia-img {
	transform: scale(1.03);
}

/* 图片模式下隐藏模板遗留的占位 video（生成器已清理，CSS 兜底） */
body.about-page div[ywx-variable="imagetext-img"]:has(a img) > video {
	display: none !important;
}

body.about-page div[ywx-variable="imagetext-img"] video:only-child,
body.about-page div[ywx-variable="imagetext-img"] a video {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	background: #000;
}

body.about-page div[ywx-variable="imagetext-list"] .avia-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	float: none;
}

/* ========== 图集卡片（自定义合并块 / 滚动图集） ========== */
body.about-page .about-single-custom-merge,
body.about-page .about-custom-merge {
	max-width: var(--ywx-inner-page-width, 1308px);
	margin-left: auto;
	margin-right: auto;
}

body.about-page .ywx-gallery-carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	padding: 0 52px;
	max-width: var(--ywx-inner-page-width, 1308px);
	margin: 0 auto 0;
}

body.about-page .ywx-gallery-carousel__viewport {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

body.about-page .ywx-gallery--grid {
	gap: 1.25rem;
	margin-top: 0.5rem;
}

body.about-page .ywx-gallery-card {
	border: 1px solid var(--ywx-about-border);
	border-radius: var(--ywx-about-media-radius, 16px);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

body.about-page .ywx-gallery-card:hover {
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

body.about-page .ywx-gallery-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f8f9fa;
}

body.about-page .ywx-gallery-card__media a {
	display: block;
	height: 100%;
	cursor: zoom-in;
}

body.about-page .ywx-gallery-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #fff;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.about-page .ywx-gallery-card__body {
	padding: 0.75rem 0.85rem 1rem;
}

body.about-page .ywx-gallery-card__title,
body.about-page .about-intro-gallery-title {
	font-size: var(--ywx-fs-sm);
	font-weight: 600;
	color: #1a1a1a;
}

body.about-page .ywx-gallery-carousel__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0 !important;
	width: 44px;
	height: 44px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ywx-about-border);
	border-radius: 50%;
	background: #fff;
	color: #444;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.about-page .ywx-gallery-carousel__btn span {
	margin-top: 0;
	line-height: 1;
	font-size: 28px;
}

body.about-page .ywx-gallery-carousel__prev {
	left: 4px;
}

body.about-page .ywx-gallery-carousel__next {
	right: 4px;
}

body.about-page .ywx-gallery-carousel__btn:hover:not(:disabled) {
	border-color: var(--ywx-about-accent);
	color: var(--ywx-about-accent);
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

/* ========== 可点击图：放大手势 + hover 微缩放 ========== */
body.about-page #about_main_content a[data-lightbox],
body.about-page #about_main_content .ywx-gallery-card__media a,
body.about-page #about_main_content .about-activities a,
body.about-page #about_main_content div[ywx-variable="imagetext-img"] a,
body.about-page #about_main_content #company_desc a {
	cursor: zoom-in;
}

body.about-page #about_main_content #company_desc img,
body.about-page #about_main_content .about-page-general-desc img,
body.about-page #about_main_content .about-page-top-summary img {
	cursor: zoom-in;
}

body.about-page .ywx-gallery-card__media {
	overflow: hidden;
	border-radius: 0;
}

body.about-page .ywx-gallery-card:hover .ywx-gallery-card__img {
	transform: scale(1.04);
}

body.about-page .ywx-gallery-card__media::after,
body.about-page .about-activities a::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0;
	background: rgba(0, 0, 0, 0.08);
	transition: opacity 0.25s ease;
}

body.about-page .ywx-gallery-card__media,
body.about-page .about-activities a {
	position: relative;
}

body.about-page .ywx-gallery-card:hover .ywx-gallery-card__media::after,
body.about-page .about-activities a:hover::after {
	opacity: 1;
}

/* ========== FAQ ========== */
body.about-page .about-page-faq {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding-top: 0;
	border-top: 0;
}

body.about-page .about-page-faq.ywx-about-band-root {
	margin: 0;
}

body.about-page .about-page-faq > h2,
body.about-page .about-page-faq > h3,
body.about-page .about-page-faq .about-page-faq-title,
body.about-page .about-page-faq .case-detail-faq-title {
	font-size: var(--ywx-fs-h-section);
	font-weight: 700;
	margin: 0 0 1.25rem;
	padding-bottom: 0.75rem;
	text-align: center;
	color: #1a1a1a;
}

body.about-page .about-page-faq .about-page-faq-title::after,
body.about-page .about-page-faq > h2::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	margin: 0.65rem auto 0;
	background: var(--ywx-about-accent);
	border-radius: 2px;
}

body.about-page .about-page-faq .case-detail-faq-wrap {
	margin-top: 0 !important;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

body.about-page .about-page-faq .faq-block {
	border-color: var(--ywx-about-border);
	margin-bottom: 0.5rem;
	border-radius: 4px;
	overflow: hidden;
}

body.about-page .about-page-faq .faq-block a {
	display: flex;
	align-items: center;
	min-height: 3rem;
	padding: 0.75rem 2rem 0.75rem 1rem;
	font-size: var(--ywx-fs-base);
	font-weight: 500;
	color: #1a1a1a;
	outline: none;
	transition: color 0.2s ease, background 0.2s ease;
}

body.about-page .about-page-faq .faq-block a:hover,
body.about-page .about-page-faq .faq-block a.active {
	color: var(--ywx-about-accent);
	background: #fafafa;
}

body.about-page .about-page-faq .faq-block a:after {
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}

body.about-page .about-page-faq .faq-block p {
	margin: 0;
	padding: 0 1rem 1rem;
	line-height: 1.75;
	color: var(--ywx-about-muted);
}

/* 混搭无图：正文区居中全宽 */
body.about-page .avia-section .row.ywx-mashup-row--text-only {
	display: block;
	max-width: 900px;
	margin: 0 auto;
}

body.about-page .avia-section .row.ywx-mashup-row--text-only > .avia-left.col-md-12 {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

body.about-page .about-custom-intro {
	max-width: var(--ywx-inner-page-width, 1308px);
	margin: 0 auto 1.5rem;
	padding: 0 16px;
	font-size: var(--ywx-fs-lead);
	line-height: 1.75;
	color: var(--ywx-about-muted);
}

body.about-page #company_team_wrap.ywx-about-band--on-dark > .ywx-about-band-inner > h2#ab_team_h2 {
	color: rgba(255, 255, 255, 0.92) !important;
}

body.about-page #about_certificate.ywx-about-band--custom > .ywx-about-band-inner > .Box {
	margin-top: 0.5rem;
}

/* ========== 模块间距 ========== */
body.about-page #about_main_content .team-wrap {
	margin: 0;
	text-align: center;
}

body.about-page #about_main_content .team-wrap + .team-wrap {
	margin-top: 0;
}

body.about-page #about_main_content .team-wrap > div[ywx-variable="profile"]:last-of-type {
	margin-bottom: 2rem;
}

/* ========== 响应式 ========== */
@media (max-width: 991px) {
	body.about-page {
		--ywx-about-media-radius: 18px;
		--ywx-about-mashup-y: 28px;
	}

	body.about-page #about_factory .about-activities,
	body.about-page #company_factory.about-activities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.about-page .about-fc,
	body.about-page #about_factory .about-activities img {
		height: 180px;
	}

	body.about-page div[ywx-variable="imagetext-list"] .avia-h3 {
		font-size: 26px;
	}

	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .avia-left:first-child,
	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .col-md-6 + .avia-left {
		padding: 12px 20px 8px;
	}

	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > [class*="col-"]:not(.avia-left) {
		margin-bottom: 12px;
	}

	body.about-page div[ywx-variable="imagetext-list"] .avia-section .row > .avia-left {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	body.about-page {
		font-size: 15px;
	}

	body.about-page {
		--ywx-about-section-gap: 2.75rem;
		--ywx-about-longform-section-gap: 2.25rem;
		--ywx-about-title-gap: 1.5rem;
		--ywx-about-main-tail-gap: 28px;
		--ywx-about-band-inner-pb: 1rem;
		--ywx-about-mashup-y: 24px;
	}

	body.about-page div[ywx-variable="imagetext-list"] .avia-h3 {
		font-size: 22px;
		letter-spacing: 0.02em;
	}

	body.about-page #about_main_content.content-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	body.about-page #about_main_content div[ywx-variable="profile"] {
		font-size: var(--ywx-fs-base);
	}

	body.about-page #about_factory .about-activities,
	body.about-page #company_factory.about-activities {
		grid-template-columns: 1fr;
	}

	body.about-page #about_certificate .Box_con {
		padding: 0 48px;
	}

	body.about-page #about_certificate .Box_con .btn,
	body.about-page #about_certificate .Box_con .btnl,
	body.about-page #about_certificate .Box_con .btnr {
		width: 38px !important;
		height: 38px !important;
	}

	body.about-page .ywx-gallery-carousel {
		padding: 0 44px;
	}

	body.about-page .ywx-gallery-carousel__btn {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 480px) {
	body.about-page #about_certificate .Box_con {
		padding: 0 40px;
	}

	body.about-page #about_certificate .Box_con .btn,
	body.about-page #about_certificate .Box_con .btnl,
	body.about-page #about_certificate .Box_con .btnr {
		width: 34px !important;
		height: 34px !important;
	}
}

/* ========== 客户见证（About 内容区字号与正文阶梯对齐） ========== */
body.about-page #about_testimonials .ywx-testimonial-card__stars,
body.about-page #about_testimonials .ywx-testimonial-card__quote,
body.about-page #about_testimonials .ywx-testimonial-card__company {
	font-size: var(--ywx-fs-base);
}

body.about-page #about_testimonials .ywx-testimonial-card__reviewer,
body.about-page #about_testimonials .ywx-testimonial-card__role {
	font-size: var(--ywx-fs-sm);
}
