/* 内页动画基础：默认可见，避免加载时出现空白 */
.data-animate { opacity: 1; transform: none; }

/* 内页 Banner 与面包屑 */
.inner-hero { margin-top: 135px; position: relative; min-height: 360px; overflow: hidden; background: #111; }
.inner-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(12, 12, 12, .2) 0%, rgba(12, 12, 12, .6) 45%, rgba(12, 12, 12, .82) 100%); }
.inner-hero-overlay:after { content: ""; position: absolute; right: 30%; top: 0; width: 200px; height: 100%; background: rgba(0, 0, 0, .16); transform: skewX(-22deg); }
.inner-hero-content { position: relative; z-index: 3; min-height: 360px; display: flex; align-items: center; justify-content: flex-end; }
.inner-hero-copy { text-align: right; color: #fff; max-width: 1000px; }
.inner-hero-copy p { margin-bottom: 14px; font-size: clamp(22px, 1.5vw, 32px); line-height: 1.22; text-transform: uppercase; letter-spacing: .8px; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.inner-hero-cta { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; height: 56px; padding: 0 24px; background: var(--main-color); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 800; text-transform: uppercase; box-shadow: 0 14px 28px rgba(251, 177, 45, .32); }
.inner-hero-cta:hover { background: #fff; color: #111; transform: translateY(-3px); }
.inner-hero-actions { display: inline-flex; justify-content: flex-end; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.inner-hero-cta-ghost { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .22); color: #fff; box-shadow: none; }
.inner-hero-cta-ghost:hover { background: #fff; color: #111; border-color: #fff; }
.inner-hero-tag { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; margin-bottom: 14px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .08); color: var(--main-color); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; backdrop-filter: blur(8px); }
.inner-hero-title { font-size: inherit; line-height: inherit; text-transform: uppercase; letter-spacing: .8px; }
.inner-hero-desc { max-width: 760px; margin-left: auto; font-size: clamp(15px, 1vw, 18px); line-height: 1.85; color: rgba(255, 255, 255, .82); font-family: 'Roboto', sans-serif; font-weight: 400; letter-spacing: .2px; text-transform: none; }
.inner-breadcrumb { background: #efefef; border-bottom: 1px solid #ddd; border-top: 1px solid rgba(255, 255, 255, .5); min-height: 58px; display: flex; align-items: center; }
.inner-breadcrumb .breadcrumb, .inner-breadcrumb .position { margin: 0; font-size: 13px; color: #8a8a8a; line-height: 1.7; }
.inner-breadcrumb a { color: #666; }
.inner-breadcrumb a:hover { color: var(--main-color); }
/* 内页通用布局 */
.inner-page { padding: 56px 0 96px; background: #f4f4f4; }
.inner-page.inner-white { background: #fff; }
.inner-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 34px; align-items: flex-start; }
.inner-main { min-width: 0; }
.module-title { margin-bottom: 26px; }
.module-title h1, .module-title h2 { font-size: 36px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 12px; }
.module-title p { color: #7b7b7b; font-size: 17px; line-height: 1.8; }
.module-title .line { width: 64px; height: 2px; background: var(--main-color); }
/* 左侧通用侧栏 */
.sidebar-widget { margin-bottom: 18px; background: #fff; border: 1px solid #ddd; }
.sidebar-title { min-height: 68px; background: var(--main-color); color: #111; display: flex; align-items: center; gap: 10px; padding: 0 20px; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 800; text-transform: uppercase; }
.sidebar-title i { font-size: 22px; }
/* 左侧产品分类：二级链接正常跳转，三级分类通过按钮展开 */
.category-links>li { border-bottom: 1px dashed #ddd; }
.category-links>li:last-child { border-bottom: none; }
.category-parent { display: flex; align-items: stretch; }
.category-parent>a { flex: 1; display: flex; align-items: center; min-height: 58px; padding: 0 18px; color: #555; font-size: 16px; font-weight: 600; }
.category-parent>a:hover, .category-parent>a.active { background: #fff8eb; color: var(--main-color); padding-left: 24px; }
.category-expander { width: 48px; flex: 0 0 48px; border: 0; border-left: 1px solid #ddd; background: #fafafa; color: #aaa; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all .3s ease; }
.category-expander i { font-size: 12px; transition: transform .3s ease; }
.category-links>li.open .category-expander { color: var(--main-color); background: #fff4dd; }
.category-links>li.open .category-expander i { transform: rotate(180deg); }
.category-expander:hover { background: #fff4dd; color: var(--main-color); }
.category-links .category-third { max-height: 0; overflow: hidden; padding: 0; background: #fafafa; border-top: 0; transition: max-height .35s ease, padding .35s ease; }
.category-links>li.open .category-third { max-height: 1200px; padding: 6px 0 8px; border-top: 1px solid #ddd; }
.category-links .category-third li a { display: block; min-height: 42px; line-height: 42px; padding: 0 24px; color: #666; font-size: 14px; font-weight: 500; }
.category-links .category-third li a:before { content: "-"; margin-right: 8px; color: #c8c8c8; }
.category-links .category-third li a:hover, .category-links .category-third li a.active { color: var(--main-color); background: #fff4dd; }
/* 侧栏新品推荐与联系方式 */
.sidebar-mini-list { padding: 8px 14px 12px; }
.sidebar-mini-item { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 12px; align-items: center; padding: 14px 4px; border-bottom: 1px solid #ddd; }
.sidebar-mini-item:last-child { border-bottom: none; }
.sidebar-mini-item img { width: 74px; height: 74px; object-fit: contain; transition: transform .4s ease; }
.sidebar-mini-item h4 { font-size: 14px; line-height: 1.6; color: #555; font-weight: 600; margin: 0; }
.sidebar-mini-item:hover img { transform: scale(1.08); }
.sidebar-mini-item:hover h4 { color: var(--main-color); }
.sidebar-contact { padding: 8px 16px 12px; }
.sidebar-contact li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; align-items: start; padding: 14px 0; border-bottom: 1px solid #ddd; color: #777; font-size: 14px; line-height: 1.6; }
.sidebar-contact li:last-child { border-bottom: none; }
.sidebar-contact i { color: #777; margin-top: 2px; }
/* 进入视口动画：只做轻量增强，不隐藏初始内容 */
.js-anim .data-animate { opacity: 1; transform: none; transition: transform .3s ease, box-shadow .3s ease; }
.js-anim .data-animate.in-view { opacity: 1; transform: none; }
/* 关于我们页面 */
.about-page-content { display: grid; gap: 24px; }
.about-page-content section { background: #fff; border: 1px solid #ddd; }
.quality-page-content { display: grid; gap: 24px; }
.quality-page-content section { background: #fff; border: 1px solid #ddd; }
.quality-intro,
.quality-capability,
.quality-documents,
.quality-response,
.quality-cta { padding: 32px; }
.quality-simple-heading { position: relative; margin-bottom: 20px; padding-left: 18px; }
.quality-simple-heading:before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; border-radius: 999px; background: linear-gradient(180deg, #f8ae26, #ffd76c); }
.quality-simple-heading h2 { margin: 0; font-size: 28px; line-height: 1.3; color: #1d1d1d; font-weight: 800; }
.quality-intro { background: linear-gradient(135deg, rgba(251, 177, 45, .08), rgba(255, 255, 255, 0) 42%), #fff; }
.quality-intro p,
.quality-response p { max-width: 980px; font-size: 16px; line-height: 1.9; color: #5d5d5d; margin: 0; }
.quality-capability,
.quality-documents { background: #fff; }
.quality-capability-grid,
.quality-document-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quality-capability-card,
.quality-document-card { position: relative; border: 1px solid #ddd; border-radius: 18px; overflow: hidden; background: #111; min-height: 240px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.quality-capability-card:hover,
.quality-document-card:hover { transform: translateY(-6px); border-color: rgba(251, 177, 45, .5); box-shadow: 0 20px 36px rgba(0, 0, 0, .12); }
.quality-capability-image,
.quality-document-image { position: absolute; inset: 0; background: #f3f3f3; }
.quality-capability-image img,
.quality-document-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.quality-capability-image,
.quality-document-image { display: block; }
.quality-capability-card:hover .quality-capability-image img,
.quality-document-card:hover .quality-document-image img { transform: scale(1.06); }
.quality-capability-label,
.quality-document-label { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 18px 20px 20px; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, .88) 68%, rgba(17, 17, 17, .96) 100%); }
.quality-capability-label h3,
.quality-document-label h3 { margin: 0; font-size: 20px; line-height: 1.35; color: #fff; font-weight: 800; }
.quality-documents { background: linear-gradient(135deg, rgba(251, 177, 45, .06), rgba(255, 255, 255, 0) 42%), #fff; }
.quality-document-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.quality-document-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; min-height: 190px; padding: 24px 20px 22px; overflow: hidden; border: 1px solid #ddd; border-radius: 16px; background: linear-gradient(145deg, #fff 0, #fafafa 100%); box-shadow: 0 8px 22px rgba(0, 0, 0, .035); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease; }
.quality-document-card::before { content: ""; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--main-color, #f8ae26), #ffd66b); transform: scaleX(.35); transform-origin: left center; transition: transform .35s ease; }
.quality-document-card::after { content: ""; position: absolute; right: -48px; bottom: -48px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(251, 177, 45, .17) 0, rgba(251, 177, 45, 0) 72%); pointer-events: none; }
.quality-document-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.quality-document-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; flex: 0 0 58px; border-radius: 15px; background: var(--main-color, #f8ae26); color: #171717; font-size: 22px; box-shadow: 0 12px 24px rgba(0, 0, 0, .13); transition: transform .35s ease, background .35s ease, color .35s ease; }
.quality-document-number { font-family: Montserrat, sans-serif; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: 1px; color: #b7b7b7; }
.quality-document-card h3 { position: relative; z-index: 1; margin: 26px 0 0; font-size: 18px; line-height: 1.45; color: #202020; font-weight: 800; transition: color .35s ease; }
.quality-document-card:hover { transform: translateY(-7px); border-color: rgba(251, 177, 45, .65); background: #fff; box-shadow: 0 20px 38px rgba(0, 0, 0, .1); }
.quality-document-card:hover::before { transform: scaleX(1); }
.quality-document-card:hover .quality-document-icon { transform: rotate(-6deg) scale(1.06); background: #171717; color: var(--main-color, #f8ae26); }
.quality-support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.quality-page-content section.quality-support-grid { background: transparent; border: none; padding: 0; }
.quality-support-card,
.quality-response { position: relative; overflow: hidden; border: 1px solid #ddd; border-radius: 18px; background: linear-gradient(180deg, #fff, #fcfcfc); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.quality-support-card { padding: 28px 26px 24px; }
.quality-support-card:hover,
.quality-response:hover { transform: translateY(-5px); border-color: rgba(251, 177, 45, .5); box-shadow: 0 18px 34px rgba(0, 0, 0, .08); }
.quality-support-card:before,
.quality-response:before { content: ""; position: absolute; right: -34px; top: -34px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(251, 177, 45, .22) 0%, rgba(251, 177, 45, 0) 72%); pointer-events: none; }
.quality-support-card i { width: 54px; height: 54px; border-radius: 15px; background: #111; color: var(--main-color); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 18px; }
.quality-support-card h3 { font-size: 24px; line-height: 1.35; color: #1f1f1f; font-weight: 800; margin-bottom: 10px; }
.quality-support-card p { font-size: 15px; line-height: 1.85; color: #666; margin: 0; }
.quality-response { padding: 32px; background: linear-gradient(135deg, rgba(17, 17, 17, .02), rgba(251, 177, 45, .08) 100%), #fff; }
.quality-cta { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; min-height: 280px; padding: 34px 36px; overflow: hidden; background: #151515; border-color: #202020 !important; }
.quality-cta:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 17, 17, .94) 0%, rgba(17, 17, 17, .82) 40%, rgba(17, 17, 17, .52) 62%, rgba(17, 17, 17, .18) 100%), url('/template/en/static/image/quality-cta-photo.png') center right/cover no-repeat; pointer-events: none; }
.quality-cta:after { content: ""; position: absolute; right: -60px; top: 50%; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(246, 168, 28, .22) 0%, rgba(246, 168, 28, 0) 72%); transform: translateY(-50%); pointer-events: none; }
.quality-cta-copy { position: relative; z-index: 1; max-width: 680px; }
.quality-cta h2 { font-size: 30px; line-height: 1.38; color: #fff; font-weight: 800; margin: 0; max-width: 560px; }
.quality-cta .about-btn { position: relative; z-index: 1; min-width: 190px; }
.about-section-kicker { display: inline-flex; align-items: center; min-height: 32px; padding: 0 14px; border-radius: 999px; background: rgba(251, 177, 45, .12); color: #b57700; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.about-section-heading { max-width: 760px; margin-bottom: 24px; }
.about-section-heading h3 { font-size: 28px; line-height: 1.45; margin: 14px 0 0; color: #1f1f1f; font-weight: 800; }
.about-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; min-height: 52px; padding: 0 24px; border-radius: 6px; border: 1px solid #ddd; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; transition: all .3s ease; }
.about-btn-fill { background: linear-gradient(135deg, #f8ae26, #ffd15d); border-color: var(--main-color); color: #111; box-shadow: 0 16px 28px rgba(251, 177, 45, .18); }
.about-btn-fill:hover { color: #111; transform: translateY(-2px); box-shadow: 0 20px 32px rgba(251, 177, 45, .24); }
.about-btn-ghost { background: #fff; color: #333; }
.about-btn-ghost:hover { border-color: var(--main-color); color: var(--main-color); }
.about-brand-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 26px; padding: 34px; overflow: hidden; position: relative; background:
linear-gradient(135deg, rgba(251, 177, 45, .07), rgba(255, 255, 255, 0) 46%),
linear-gradient(180deg, #fff, #fcfcfc); }
.about-brand-hero:before { content: ""; position: absolute; right: -80px; top: -80px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(251, 177, 45, .18) 0%, rgba(251, 177, 45, 0) 72%); pointer-events: none; }
.about-brand-copy h2 { font-size: 38px; line-height: 1.22; margin: 18px 0 18px; color: #161616; font-weight: 800; }
.about-brand-copy p { font-size: 16px; line-height: 2.2; text-indent: 2em; color: #5f5f5f; margin-bottom: 0; max-width: 640px; }
.about-richtext p,
.about-produce-copy p,
.about-response-richtext p,
.about-commitment-richtext p { font-size: 16px; line-height: 2.05; color: #5f5f5f; margin: 0 0 14px; }
.about-richtext p:last-child,
.about-produce-copy p:last-child,
.about-response-richtext p:last-child,
.about-commitment-richtext p:last-child { margin-bottom: 0; }
.about-brand-actions, .about-commitment-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.about-brand-visual { position: relative; min-height: 100%; }
.about-brand-card { height: 100%; border-radius: 18px; overflow: hidden; border: 1px solid #ddd; background: #f8f8f8; box-shadow: 0 24px 46px rgba(0, 0, 0, .08); }
.about-brand-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.about-brand-badge { position: absolute; left: -18px; bottom: 26px; width: min(260px, 78%); padding: 18px 20px; border-radius: 14px; background: rgba(17, 17, 17, .92); color: #fff; box-shadow: 0 16px 30px rgba(0, 0, 0, .2); }
.about-brand-badge strong { display: block; margin-bottom: 4px; font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; }
.about-brand-badge span { display: block; color: rgba(255, 255, 255, .78); font-size: 14px; line-height: 1.7; }
.about-story-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 22px; padding: 30px 32px; }
.about-story-card h3 { font-size: 28px; line-height: 1.42; margin: 16px 0 16px; color: #1f1f1f; font-weight: 800; }
.about-story-card p { font-size: 15px; line-height: 1.9; color: #5c5c5c; margin-bottom: 14px; }
.about-story-points { display: grid; gap: 14px; }
.about-story-points article { border: 1px solid #ddd; border-radius: 12px; background: #fafafa; padding: 20px 20px 18px; }
.about-story-points i { width: 50px; height: 50px; border-radius: 12px; background: rgba(251, 177, 45, .14); color: #111; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.about-story-points h4 { font-size: 18px; line-height: 1.35; color: #222; font-weight: 800; margin-bottom: 8px; }
.about-story-points p { font-size: 14px; line-height: 1.8; color: #666; margin: 0; }
.about-story-points article,
.about-produce-list article,
.about-why-card,
.about-stat-card,
.about-brand-card,
.about-btn,
.about-response { transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease; }
.about-story-points article:hover,
.about-produce-list article:hover,
.about-why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 32px rgba(0, 0, 0, .08); }
.about-story-points article:hover i,
.about-produce-list article:hover .about-produce-mark { transform: rotate(-8deg) scale(1.06); }
.about-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; background: transparent !important; border: none !important; }
.about-stat-card { position: relative; padding: 26px 22px 22px; border: 1px solid #ddd; border-radius: 16px; background: linear-gradient(180deg, #181818, #272727); color: #fff; text-align: left; overflow: hidden; }
.about-stat-card:before { content: ""; position: absolute; right: -28px; top: -28px; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle, rgba(251, 177, 45, .26) 0%, rgba(251, 177, 45, 0) 72%); }
.about-stat-card:hover { transform: translateY(-6px); box-shadow: 0 24px 36px rgba(0, 0, 0, .18); border-color: rgba(251, 177, 45, .45); }
.about-stat-card i { position: relative; z-index: 1; width: 54px; height: 54px; border-radius: 14px; background: rgba(255, 255, 255, .08); color: var(--main-color); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.about-stat-card strong { position: relative; z-index: 1; display: block; font-family: 'Montserrat', sans-serif; font-size: 46px; line-height: 1; font-weight: 900; color: #fff; text-shadow: 0 6px 18px rgba(0, 0, 0, .2); }
.about-stat-card span { position: relative; z-index: 1; display: block; margin-top: 10px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: var(--main-color); }
.about-stat-card p { position: relative; z-index: 1; margin: 12px 0 0; font-size: 14px; line-height: 1.8; color: rgba(255, 255, 255, .78); }
.about-produce { padding: 30px 32px 34px; background:
linear-gradient(180deg, rgba(251, 177, 45, .08), rgba(255, 255, 255, 0) 28%),
#fff; }
.about-produce-copy { max-width: 900px; margin-bottom: 22px; }
.about-produce-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.about-produce-list article { min-height: 180px; border: 1px solid #ddd; border-radius: 16px; padding: 24px 20px; background: linear-gradient(180deg, #fff, #fcfcfc); position: relative; overflow: hidden; }
.about-produce-list article:before { content: ""; position: absolute; inset: auto auto -36px -36px; width: 112px; height: 112px; border-radius: 50%; background: radial-gradient(circle, rgba(251, 177, 45, .18) 0%, rgba(251, 177, 45, 0) 72%); }
.about-produce-list article:hover { border-color: rgba(251, 177, 45, .55); }
.about-produce-mark { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 14px; background: #111; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: transform .35s ease, background .35s ease, color .35s ease; }
.about-produce-mark:before,
.about-produce-mark:after { content: ""; position: absolute; background: linear-gradient(135deg, #f8ae26, #ffd15d); border-radius: 999px; }
.about-produce-mark:before { width: 24px; height: 4px; }
.about-produce-mark:after { width: 4px; height: 24px; }
.about-produce-list h4 { font-size: 18px; line-height: 1.35; color: #1d1d1d; font-weight: 800; margin-bottom: 10px; }
.about-produce-list p { font-size: 14px; line-height: 1.8; color: #666; margin: 0; }
.about-why { padding: 30px 32px 34px; background:
linear-gradient(180deg, rgba(251, 177, 45, .06), rgba(255, 255, 255, 0) 22%),
#fff; }
.about-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-why-card { position: relative; border: 1px solid #ddd; border-radius: 14px; padding: 24px 22px 20px; background: #fff; }
.about-why-card span { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; height: 32px; border-radius: 999px; background: #111; color: var(--main-color); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 800; margin-bottom: 16px; }
.about-why-card h4 { font-size: 20px; line-height: 1.4; color: #202020; font-weight: 800; margin-bottom: 10px; }
.about-why-card p { font-size: 14px; line-height: 1.9; color: #666; margin: 0; }
.about-response { display: flex; align-items: stretch; justify-content: space-between; gap: 24px; padding: 32px; background: #151515; border-color: #222 !important; min-height: 280px; position: relative; overflow: hidden; }
.about-response:before { content: ""; position: absolute; inset: 0; background: url('/template/en/static/image/about.jpg') center/cover no-repeat; opacity: .34; transform: scale(1.04); pointer-events: none; }
.about-response:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 14, 14, .9), rgba(14, 14, 14, .72)), linear-gradient(120deg, rgba(251, 177, 45, .12) 0%, rgba(251, 177, 45, 0) 38%, rgba(0,0,0,0) 100%); pointer-events: none; }
.about-response-copy { max-width: 760px; position: relative; z-index: 1; align-self: flex-start; padding-top: 10px; }
.about-response .about-section-kicker { background: rgba(255, 255, 255, .08); color: var(--main-color); }
.about-response h3 { font-size: 30px; line-height: 1.35; color: #fff; margin: 16px 0 14px; font-weight: 800; max-width: 720px; }
.about-response p { font-size: 15px; line-height: 1.85; color: rgba(255, 255, 255, .76); margin: 0; max-width: 720px; }
.about-response .about-btn { position: relative; z-index: 1; align-self: flex-end; margin: 0 8px 34px 0; }
.about-commitment { padding: 30px 32px 34px; }
.about-commitment p { max-width: 920px; font-size: 15px; line-height: 1.9; color: #5f5f5f; margin: 0; }
.about-article { background: #fff; border: 1px solid #ddd; padding: 30px 36px; }
.about-article p { font-size: 16px; line-height: 1.9; margin-bottom: 16px; color: #5b5b5b; }
.about-article h3 { font-size: 24px; margin: 28px 0 14px; font-weight: 800; color: #202020; }
.about-article img { width: 100%; border-radius: 8px; border: 1px solid #ddd; margin: 18px 0; }
.about-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.about-gallery-grid img { margin: 0; border-radius: 8px; object-fit: cover; width: 100%; height: 110px; transition: transform .45s ease, box-shadow .45s ease; }
.about-gallery-grid img:hover { transform: translateY(-4px); box-shadow: 0 12px 22px rgba(0, 0, 0, .15); }

/* 工厂图片与视频列表 */
.factory-intro { background: #fff; border: 1px solid #ddd; padding: 28px 32px; margin-bottom: 24px; color: #5f5f5f; font-size: 15px; line-height: 1.9; }
.factory-intro:empty { display: none; }
.factory-intro p { margin-bottom: 12px; }
.factory-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.factory-media-card { background: #fff; border: 1px solid #ddd; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.factory-media-card:hover { transform: translateY(-6px); border-color: rgba(251, 177, 45, .5); box-shadow: 0 18px 34px rgba(0, 0, 0, .08); }
.factory-media-visual { position: relative; }
.factory-media-thumb { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f5f5f5; }
.factory-media-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.factory-media-card:hover .factory-media-thumb img { transform: scale(1.06); }
.factory-media-thumb.is-video:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42)); pointer-events: none; }
.factory-play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 64px; height: 64px; border-radius: 50%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; justify-content: center; background: var(--main-color); color: #111; box-shadow: 0 14px 30px rgba(0, 0, 0, .24); }
.factory-play i { margin-left: 4px; font-size: 20px; }
.factory-media-body { padding: 18px 20px 20px; }
.factory-media-body h3 { color: #222; font-size: 18px; line-height: 1.4; font-weight: 800; margin: 0; }
.factory-media-body h3 a:hover { color: var(--main-color); }
.factory-media-body p { color: #666; font-size: 14px; line-height: 1.75; margin: 8px 0 0; }
.factory-detail-article { overflow: hidden; }
.factory-detail-media { position: relative; margin-bottom: 22px; border: 1px solid #ddd; background: #f7f7f7; }
.factory-detail-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; cursor: zoom-in; }
.factory-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.factory-detail-play { width: 76px; height: 76px; }
.factory-detail-gallery-item { display: none; }
/* 新闻列表 */
.news-list-wrap { display: grid; gap: 18px; }
.news-list-item { background: #fff; border: 1px solid #ddd; display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 18px; padding: 14px; transition: all .35s ease; }
.news-list-item:hover { transform: translateY(-6px); box-shadow: 0 12px 26px rgba(0, 0, 0, .08); border-color: #ddd; }
.news-list-item .thumb { display: block; width: 100%; height: 176px; overflow: hidden; background: #fff; }
.news-list-item .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.news-list-item:hover .thumb img { transform: scale(1.08); }
.news-list-body { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.news-list-body h3 { font-size: 24px; font-weight: 700; line-height: 1.4; margin-bottom: 12px; }
.news-list-body h3 a:hover { color: var(--main-color); }
.news-list-body p { color: #6f6f6f; line-height: 1.8; margin-bottom: 12px; font-size: 15px; }
.news-list-date { font-size: 13px; color: var(--main-color); font-weight: 700; text-transform: uppercase; letter-spacing: .2px; }
/* 新闻详情与通用文章详情 */
.article-wrap { background: #fff; border: 1px solid #ddd; padding: 28px 34px; }
.article-title { font-size: 20px; line-height: 1.26; font-weight: 800; margin-bottom: 16px; }
.article-meta { display: flex; gap: 26px; padding-bottom: 18px; margin-bottom: 26px; border-bottom: 1px solid #ddd; font-size: 14px; color: #888; }
.article-content { font-size: 16px; line-height: 1.95; color: #555; }
.article-content p { margin-bottom: 16px; }
.article-content h2 { font-size: 18px; }
.article-content img { max-width: 100%; border-radius: 8px; margin: 14px 0; }
.article-nav { border-top: 1px solid #ddd; margin-top: 28px; padding-top: 18px; display: grid; gap: 10px; }
.article-nav a { color: #666; font-size: 15px; }
.article-nav a:hover { color: var(--main-color); }
/* 产品列表卡片 */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-list-card { background: #fff; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; transition: all .35s ease; }
.product-list-card:hover { transform: translateY(-8px); box-shadow: 0 14px 30px rgba(0, 0, 0, .1); }
.product-list-card .thumb { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 1 / 1; height: auto; background: #fff; overflow: hidden; }
.product-list-card .thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s ease; }
.product-list-card:hover .thumb img { transform: scale(1.07); }
.product-list-card .content { padding: 16px 16px 0; flex: 1; }
.product-list-card h3 { font-size: 16px; line-height: 1.6; margin-bottom: 10px; min-height: 52px; }
.product-title-accent { display: flex; align-items: center; gap: 4px; width: fit-content; margin-bottom: 12px; }
.product-title-accent span { width: 22px; height: 4px; border-radius: 2px; background: #1a1a1a; display: block; }
.product-title-accent i { width: 36px; height: 4px; border-radius: 2px; background: var(--main-color); display: block; }
.product-list-card .meta { color: #777; font-size: 13px; line-height: 1.7; margin-bottom: 14px; }
.product-card-specs { display: grid; gap: 5px; margin: 0 0 16px; }
.product-card-specs li { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 8px; align-items: start; color: #555; font-size: 13px; line-height: 1.55; }
.product-card-specs strong { color: #333; font-weight: 700; white-space: nowrap; }
.product-card-specs span { min-width: 0; color: #666; overflow-wrap: anywhere; }
.product-list-card .learn-more { margin-top: auto; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; min-height: 58px; border-top: 1px solid rgba(255, 255, 255, .35); padding: 0 18px 0 20px; border-radius: 0; background: linear-gradient(135deg, rgba(251, 177, 45, .98), #ffd66a); font-size: 14px; text-transform: uppercase; letter-spacing: .5px; font-weight: 900; color: #111; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35); }
.product-list-card .learn-more::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,0) 20%, rgba(255,255,255,.28) 40%, rgba(255,255,255,0) 60%); transform: translateX(-130%); transition: transform .65s ease; pointer-events: none; }
.product-list-card .learn-more i { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .5); color: #111; display: inline-flex; align-items: center; justify-content: center; transition: all .35s ease; flex: 0 0 38px; }
.product-list-card:hover .learn-more { color: #111; background: linear-gradient(135deg, #fbb12d, #ffc54d); }
.product-list-card:hover .learn-more::before { transform: translateX(130%); }
.product-list-card:hover .learn-more i { background: #111; color: var(--main-color); transform: translateX(4px); }
/* 产品详情与图片切换 */
.product-detail-box { background: #fff; border: 1px solid #ddd; padding: 26px; }
.product-detail-head { display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 1fr); gap: 28px; }
.product-gallery-main { background: #fff; border: 1px solid #ddd; height: 420px; display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: zoom-in; position: relative; }
.product-gallery-image { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform .5s ease; }
.product-gallery-main:hover .product-gallery-image { transform: scale(1.03); }
.product-gallery-thumbs { margin-top: 14px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.product-gallery-thumb { height: 72px; border: 1px solid #ddd; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .35s ease; }
.product-gallery-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-gallery-thumb.active, .product-gallery-thumb:hover { border-color: var(--main-color); box-shadow: 0 6px 16px rgba(251, 177, 45, .2); }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: none; border-radius: 50%; background: rgba(17, 17, 17, .66); color: #fff; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; opacity: 0; transition: all .35s ease; }
.gallery-arrow.prev { left: 14px; }
.gallery-arrow.next { right: 14px; }
.product-gallery-main:hover .gallery-arrow { opacity: 1; }
.gallery-arrow:hover { background: var(--main-color); color: #111; }
.product-watermark { position: absolute; left: 50%; top: 50%; width: 80%; height: 80%; transform: translate(-50%, -50%); pointer-events: none; z-index: 4; opacity: .62; display: flex; align-items: center; justify-content: center; }
.product-watermark img { width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; transform: none !important; transition: none !important; }
.product-watermark-large { width: 80%; height: 80%; z-index: 2; }
.product-watermark-large.is-hidden { display: none; }
.product-title { font-size: 28px; line-height: 1.35; margin-bottom: 18px; }
.product-specs { display: grid; gap: 8px; margin-bottom: 20px; }
.product-specs li { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 8px; font-size: 14px; color: #666; line-height: 1.65; }
.product-specs strong { color: #303030; }
.product-detail-actions { display: flex; gap: 12px; margin-top: 22px; }
.product-detail-actions .btn-sm { min-width: 150px; height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid #ddd; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .2px; }
.btn-sm.fill { background: var(--main-color); border-color: var(--main-color); color: #111; }
.btn-sm.fill:hover { background: #111; border-color: #111; color: #fff; }
.btn-sm.ghost { color: #555; }
.btn-sm.ghost:hover { border-color: var(--main-color); color: var(--main-color); }
.product-detail-content { margin-top: 24px; border-top: 1px solid #ddd; padding-top: 24px; }
.product-intro-head { display: inline-flex; align-items: center; min-height: 46px; padding: 0 22px; background: var(--main-color); color: #111; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: .2px; box-shadow: 0 12px 24px rgba(251, 177, 45, .22); }
.product-detail-body { padding-top: 24px; }
.product-detail-title { font-size: 18px; line-height: 1.4; margin-bottom: 16px; color: #303030; font-weight: 700; }
.product-detail-fields { display: grid; gap: 10px; margin-bottom: 18px; }
.product-detail-fields li { display: grid; grid-template-columns: 165px minmax(0, 1fr); gap: 10px; font-size: 15px; line-height: 1.75; color: #555; }
.product-detail-fields strong { color: #333; font-weight: 700; }
.product-detail-fields span { color: #666; }
.product-detail-richtext { color: #555 !important; line-height: 1.9 !important; font-size: 15px !important; }
.product-detail-richtext p,
.product-detail-richtext li,
.product-detail-richtext div,
.product-detail-richtext span,
.product-detail-richtext strong,
.product-detail-richtext em,
.product-detail-richtext u,
.product-detail-richtext b,
.product-detail-richtext i {
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}
.product-detail-richtext h1,
.product-detail-richtext h2,
.product-detail-richtext h3,
.product-detail-richtext h4,
.product-detail-richtext h5,
.product-detail-richtext h6 {
  color: #333 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 18px 0 10px !important;
}
.product-detail-richtext h1 { font-size: 24px !important; }
.product-detail-richtext h2 { font-size: 20px !important; }
.product-detail-richtext h3 { font-size: 18px !important; }
.product-detail-richtext h4 { font-size: 16px !important; }
.product-detail-richtext h5 { font-size: 15px !important; }
.product-detail-richtext h6 { font-size: 14px !important; }
.product-detail-richtext p {
  margin: 0 0 12px !important;
}
.product-detail-richtext hr {
  border: 0 !important;
  border-top: 1px solid #ddd !important;
  margin: 18px 0 !important;
}
.product-detail-content h3 { font-size: 22px; margin-bottom: 12px; }
.product-detail-content p, .product-detail-content li { font-size: 15px; line-height: 1.9; color: #555; }
.product-detail-richtext table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 16px 0 !important;
  font-size: 15px !important;
  color: #555 !important;
  border: 1px solid #ddd !important;
}
.product-detail-richtext {
  max-width: 100%;
}
.product-detail-richtext table tr {
  border-color: #ddd !important;
}
.product-detail-richtext table th,
.product-detail-richtext table td {
  border: 1px solid #ddd !important;
  padding: 8px 10px !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 1.6 !important;
  background: #fff !important;
  color: #666 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  box-sizing: border-box !important;
}
.product-detail-richtext table th {
  background: #fafafa !important;
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.product-detail-richtext table a {
  color: #666 !important;
  text-decoration: none !important;
  transition: color .25s ease;
}
.product-detail-richtext table a:hover {
  color: var(--main-color) !important;
}
.product-detail-richtext table tbody tr:hover td {
  background: #fcfcfc !important;
}
.product-detail-richtext table th p,
.product-detail-richtext table td p {
  margin: 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
.product-detail-richtext table caption,
.product-detail-richtext table thead,
.product-detail-richtext table tbody,
.product-detail-richtext table tfoot {
  color: inherit !important;
}
.product-detail-table-wrap { margin-bottom: 18px; }
/* 产品图片放大预览 */
.lightbox-open { overflow: hidden; }
.image-lightbox { position: fixed; inset: 0; background: rgba(0, 0, 0, .9); z-index: 13000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: .35s ease; }
.image-lightbox.active { opacity: 1; visibility: visible; }
.image-lightbox.no-nav .nav { display: none; }
.image-lightbox .lightbox-image-stage { position: relative; display: inline-flex; align-items: center; justify-content: center; max-width: min(90vw, 1280px); max-height: 84vh; }
.image-lightbox .lightbox-product-image { display: block; max-width: min(90vw, 1280px); max-height: 84vh; object-fit: contain; }
.image-lightbox .close, .image-lightbox .nav { position: absolute; width: 48px; height: 48px; border: none; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; }
.image-lightbox .close { top: 24px; right: 24px; }
.image-lightbox .nav.prev { left: 30px; }
.image-lightbox .nav.next { right: 30px; }
.image-lightbox .close:hover, .image-lightbox .nav:hover { background: var(--main-color); color: #111; }
.video-lightbox { position: fixed; inset: 0; background: rgba(0, 0, 0, .92); z-index: 13020; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: .35s ease; }
.video-lightbox.active { opacity: 1; visibility: visible; }
.video-lightbox .close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border: none; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; }
.video-lightbox .close:hover { background: var(--main-color); color: #111; }
.video-lightbox-stage { width: min(90vw, 1080px); aspect-ratio: 16 / 9; background: #000; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 60px rgba(0, 0, 0, .34); }
.video-lightbox-player,
.video-lightbox-iframe { width: 100%; height: 100%; border: 0; display: none; background: #000; }
/* 联系我们页面 */
.contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.contact-card { background: #fff; border: 1px solid #ddd; min-height: 250px; text-align: center; padding: 26px 20px; transition: all .35s ease; }
.contact-card:hover { transform: translateY(-8px); box-shadow: 0 12px 26px rgba(0, 0, 0, .08); border-color: #ddd; }
.contact-icon { width: 56px; height: 56px; border-radius: 50%; border: 2px solid rgba(251, 177, 45, .5); color: var(--main-color); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.contact-card h3 { font-size: 34px; margin-bottom: 12px; }
.contact-card p { font-size: 15px; color: #666; line-height: 1.9; }
.contact-social { margin-top: 18px; display: flex; justify-content: center; gap: 9px; }
.contact-social a { width: 34px; height: 34px; border-radius: 50%; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; transform: translateY(0); }
.contact-social a:hover { transform: translateY(-3px); }
.contact-panels { margin-top: 40px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
.contact-form-box { background: #fff; border: 1px solid #ddd; padding: 30px; }
.contact-form-box h3 { font-size: 42px; margin-bottom: 10px; }
.contact-form-box h3 span{ color: var(--main-color); font-weight: 800;}
.contact-form-box p { color: #777; line-height: 1.8; margin-bottom: 20px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-form-grid .full { grid-column: 1/-1; }
.contact-form-box input, .contact-form-box textarea { width: 100%; border: 1px solid #ddd; padding: 12px 14px; font-size: 14px; outline: none; }
.contact-form-box input:focus, .contact-form-box textarea:focus { border-color: var(--main-color); box-shadow: 0 0 0 3px rgba(251, 177, 45, .14); }
.contact-form-box textarea { min-height: 130px; resize: vertical; }
.contact-submit { margin-top: 12px; height: 44px; min-width: 132px; border: none; background: var(--main-color); color: #111; font-weight: 800; text-transform: uppercase; padding: 0 22px; }
.contact-submit:hover { background: #111; color: #fff; }
.contact-map { background: #fff; border: 1px solid #ddd; min-height: 420px; overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; border: 0; }
/* 列表分页 */
.page-wrap { margin-top: 32px; display: flex; justify-content: center; }
.page-wrap .pagination { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; justify-content: center; }
.page-wrap .pagination>span { display: inline-flex; padding: 0; border: 0; background: transparent; min-width: 0; height: auto; }
.page-wrap .pagination>span.page-numbar { display: inline-flex; gap: 8px; }
.page-wrap .pagination>span>a, .page-wrap .pagination>span.page-status, .page-wrap .pagination>span.page-numbar>a { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid #ddd; border-radius: 4px; background: #fff; color: #777; font-size: 14px; font-weight: 500; box-shadow: 0 1px 0 rgba(0, 0, 0, .02); }
.page-wrap .pagination>a { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid #ddd; border-radius: 4px; background: #fff; color: #777; font-size: 14px; font-weight: 500; box-shadow: 0 1px 0 rgba(0, 0, 0, .02); }
.page-wrap .pagination>span.current, .page-wrap .pagination>span.page-num-current, .page-wrap .pagination .page-num-current { border-color: var(--main-color) !important; background: var(--main-color) !important; color: #111 !important; font-weight: 700; box-shadow: none !important; }
.page-wrap .pagination a:hover, .page-wrap .pagination .current, .page-wrap .pagination .page-num-current { border-color: var(--main-color) !important; background: var(--main-color) !important; color: #111 !important; }
.page-wrap .pagination>span.page-status { background: #fff; color: #777; border-color: #ddd; }
/* 响应式适配 */
@media (max-width:1199.98px)  {
.inner-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 24px; }
.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quality-capability-grid, .quality-document-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-brand-hero { grid-template-columns: 1fr; }
.about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-produce-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-why-grid { grid-template-columns: 1fr; }
}
@media (max-width:991.98px)  {
.inner-hero { margin-top: 129px; min-height: 300px; }
.inner-hero-content { min-height: 300px; justify-content: center; }
.inner-layout { grid-template-columns: 1fr; }
.inner-main { order: 0; }
.inner-sidebar { order: 1; }
.sidebar-title { font-size: 20px; min-height: 56px; }
.sidebar-widget { margin-bottom: 12px; }
.sidebar-widget.is-collapsed .sidebar-mini-list, .sidebar-widget.is-collapsed .sidebar-contact { display: none; }
.sidebar-widget .sidebar-title { cursor: default; }
.news-list-item { grid-template-columns: 1fr; }
.news-list-item .thumb { height: 210px; }
.product-detail-head { grid-template-columns: 1fr; }
.contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-panels { grid-template-columns: 1fr; }
.quality-capability-grid, .quality-document-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quality-support-grid { grid-template-columns: 1fr; }
.quality-cta { grid-template-columns: 1fr; align-items: flex-start; }
.about-response { flex-direction: column; align-items: flex-start; }
.about-response .about-btn { align-self: flex-start; margin: 8px 0 0; }
.about-story-grid { grid-template-columns: 1fr; }
.factory-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width:767.98px)  {
.inner-hero { margin-top: 76px; min-height: 248px; }
.inner-hero-content { min-height: 248px; justify-content: center; }
.inner-hero-copy { max-width: 100%; text-align: center; }
.inner-hero-copy p { font-size: clamp(20px, 6.2vw, 28px); line-height: 1.08; margin-bottom: 8px; }
.inner-hero-cta { width: 100%; min-width: 0; height: 42px; font-size: 12px; }
.inner-hero-actions { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 10px; margin-top: 14px; }
.inner-hero-tag { min-height: 30px; padding: 0 12px; margin: 0 auto 10px; font-size: 11px; }
.inner-hero-desc { max-width: 100%; margin: 0 auto; font-size: 13px; line-height: 1.6; }
.inner-breadcrumb { min-height: 46px; }
.inner-breadcrumb .breadcrumb, .inner-breadcrumb .position { font-size: 12px; line-height: 1.5; padding: 10px 0; }
.inner-page { padding: 28px 0 58px; }
.module-title h1, .module-title h2, .article-title, .product-title, .contact-form-box h3, .news-list-body h3, .contact-card h3 { font-size: 26px; }
.about-article, .article-wrap, .product-detail-box, .contact-form-box { padding: 22px 18px; }
.quality-intro, .quality-capability, .quality-documents, .quality-response, .quality-cta { padding: 22px 18px; }
.quality-page-content { gap: 16px; }
.quality-simple-heading { margin-bottom: 16px; padding-left: 14px; }
.quality-simple-heading h2, .quality-cta h2 { font-size: 24px; }
.quality-intro p, .quality-response p { font-size: 14px; line-height: 1.85; }
.quality-capability-grid, .quality-document-list { grid-template-columns: 1fr; gap: 14px; }
.quality-capability-card, .quality-document-card { min-height: 210px; border-radius: 14px; }
.quality-capability-label, .quality-document-label { padding: 14px 16px 16px; }
.quality-capability-label h3, .quality-document-label h3 { font-size: 17px; }
.quality-cta { min-height: 240px; padding: 24px 18px; }
.quality-cta:before { background: linear-gradient(180deg, rgba(17, 17, 17, .9) 0%, rgba(17, 17, 17, .78) 48%, rgba(17, 17, 17, .48) 100%), url('/template/en/static/image/quality-cta-photo.png') center right/cover no-repeat; }
.quality-support-card { padding: 20px 18px; }
.quality-support-card i { width: 46px; height: 46px; border-radius: 12px; font-size: 17px; margin-bottom: 14px; }
.quality-support-card h3 { font-size: 20px; }
.quality-support-card p { font-size: 14px; }
.about-page-content { gap: 16px; }
.about-section-heading { margin-bottom: 18px; }
.about-section-heading h3, .about-story-card h3, .about-response h3 { font-size: 24px; }
.about-brand-hero, .about-story-grid, .about-produce, .about-why, .about-response, .about-commitment { padding: 22px 18px; }
.about-brand-copy h2 { font-size: 30px; margin: 14px 0 14px; }
.about-brand-copy p, .about-story-card p, .about-produce-copy p, .about-response p, .about-commitment p, .about-richtext p, .about-response-richtext p, .about-commitment-richtext p { font-size: 14px; line-height: 1.85; }
.about-brand-actions, .about-commitment-actions { display: grid; grid-template-columns: 1fr; }
.about-btn { width: 100%; min-width: 0; min-height: 48px; }
.about-brand-card img { min-height: 260px; }
.about-brand-badge { position: static; width: 100%; margin-top: 14px; }
.about-story-points article, .about-produce-list article, .about-why-card { padding: 18px 16px; border-radius: 10px; }
.about-stats { grid-template-columns: 1fr 1fr; }
.about-stat-card { padding: 22px 12px; }
.about-stat-card strong { font-size: 32px; }
.about-stat-card span { font-size: 15px; }
.about-produce-list { grid-template-columns: 1fr; }
.about-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.factory-intro { padding: 22px 18px; margin-bottom: 16px; }
.factory-media-grid { grid-template-columns: 1fr; gap: 14px; }
.factory-play { width: 54px; height: 54px; }
.video-lightbox-stage { width: min(92vw, 720px); }
.product-grid { grid-template-columns: 1fr; }
.product-list-card .thumb { height: auto; }
.product-title-accent { margin-bottom: 10px; }
.product-card-specs li { grid-template-columns: 102px minmax(0, 1fr); }
.product-list-card .learn-more { min-height: 54px; padding: 0 16px 0 18px; font-size: 13px; }
.product-list-card .learn-more i { width: 34px; height: 34px; flex-basis: 34px; }
.contact-grid { grid-template-columns: 1fr; }
.contact-form-grid { grid-template-columns: 1fr; }
.contact-card { padding: 22px 18px; }
.product-gallery-main { height: 320px; }
.product-gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-specs li { grid-template-columns: 1fr; gap: 2px; }
.product-detail-fields li { grid-template-columns: 1fr; gap: 2px; }
.product-detail-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-detail-actions .btn-sm { min-width: 0; width: 100%; padding: 0 12px; }
.product-intro-head { min-height: 42px; font-size: 16px; padding: 0 18px; }
.product-detail-title { font-size: 16px; }
.product-detail-body { padding-top: 18px; }
.product-detail-richtext {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product-detail-richtext table {
  min-width: 640px !important;
  width: 100% !important;
}
.product-detail-richtext table th,
.product-detail-richtext table td {
  padding: 6px 6px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
.image-lightbox .nav.prev { left: 10px; }
.image-lightbox .nav.next { right: 10px; }
}
@media (max-width:575.98px)  {
.about-stats { grid-template-columns: 1fr; }
.about-brand-copy h2 { font-size: 26px; }
.about-stat-card strong { font-size: 30px; }
}

/* 分页：覆盖 Pboot 默认嵌套输出，保持按钮间距。 */
.page-wrap .pagination>span:not(.current):not(.page-num-current):not(.page-status) { border: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; margin: 0 !important; }
.page-wrap .pagination>span>a, .page-wrap .pagination>span.page-status, .page-wrap .pagination>span.page-numbar>a { border: 1px solid #ddd !important; }
.page-wrap .pagination>span.page-numbar>a.page-num-current { border-color: var(--main-color) !important; background: var(--main-color) !important; color: #111 !important; font-weight: 700 !important; }

/* 移动端侧栏可读性 */
@media (max-width:991.98px)  {
.inner-sidebar { display: grid; gap: 10px; }
.inner-sidebar .sidebar-widget { border-radius: 6px; overflow: hidden; }
.inner-sidebar .sidebar-title { min-height: 52px; padding: 0 16px; font-size: 18px; }
.category-parent>a { min-height: 50px; padding: 0 14px; font-size: 15px; }
.category-expander { width: 44px; flex: 0 0 44px; }
.category-links .category-third li a { min-height: 40px; line-height: 40px; padding: 0 18px; font-size: 13px; }
}
@media (max-width:767.98px)  {
.inner-hero { min-height: 280px; }
.inner-hero-content { min-height: 280px; justify-content: center; }
.inner-hero-copy { text-align: center; max-width: 100%; }
.inner-hero-overlay { background: linear-gradient(180deg, rgba(12, 12, 12, .18) 0%, rgba(12, 12, 12, .55) 50%, rgba(12, 12, 12, .84) 100%); }
.inner-hero-overlay:after { display: none; }
.inner-hero-tag { margin: 0 auto 10px; }
.inner-hero-copy p { font-size: clamp(22px, 6.8vw, 28px); line-height: 1.12; margin-bottom: 8px; }
.inner-hero-desc { max-width: 100%; margin: 0 auto; font-size: 13px; line-height: 1.65; }
.inner-hero-actions { justify-content: center; align-items: stretch; flex-direction: column; gap: 10px; margin-top: 14px; }
.inner-hero-cta { width: 100%; min-width: 0; height: 44px; font-size: 13px; }
.inner-hero-cta-ghost { background: rgba(255, 255, 255, .06); }
.inner-breadcrumb { min-height: 46px; }
.inner-breadcrumb .breadcrumb, .inner-breadcrumb .position { font-size: 12px; line-height: 1.5; padding: 10px 0; }
.inner-page { padding: 28px 0 60px; }
.module-title { margin-bottom: 20px; }
.module-title h1, .module-title h2, .article-title, .product-title, .contact-form-box h3, .news-list-body h3, .contact-card h3 { font-size: 26px; }
}
