@charset "utf-8";

/* 安有视界内页系统：与首页共用颜色、导航和页脚，覆盖旧模板样式。 */
body.av-inner-body { padding-top: 80px; color: var(--av-text); background: var(--av-paper); }
body.av-inner-body .av-header { height: 80px; background: rgba(7, 27, 46, .97); border-bottom: 1px solid rgba(255,255,255,.1); }
body.av-inner-body ul, body.av-inner-body ol { margin: 0; padding: 0; list-style: none; }
body.av-inner-body img { max-width: 100%; }
body.av-inner-body .w1200 { width: min(calc(100% - 48px), var(--av-shell)); margin-inline: auto; }
body.av-inner-body .clearfix::after { content: ""; display: table; clear: both; }
body.av-inner-body .fl, body.av-inner-body .fr { float: none; }

.av-nav__item { position: relative; }
.av-nav__item > a { display: block; }
.av-nav__submenu { position: absolute; left: 50%; top: calc(100% - 4px); display: grid; min-width: 180px; padding: 10px; opacity: 0; visibility: hidden; transform: translate(-50%, 10px); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(7,27,46,.98); box-shadow: 0 22px 54px rgba(0,0,0,.28); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.av-nav__item:hover .av-nav__submenu, .av-nav__item:focus-within .av-nav__submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.av-nav__submenu a { padding: 10px 12px; color: rgba(255,255,255,.7); border-radius: 7px; font-size: 13px; white-space: nowrap; }
.av-nav__submenu a::after { display: none; }
.av-nav__submenu a:hover { color: #fff; background: rgba(255,255,255,.07); }

.av-inner-hero { position: relative; min-height: 370px; display: grid; align-items: center; overflow: hidden; color: #fff; background-color: var(--av-ink); background-position: center; background-size: cover; }
.av-inner-hero::after { content: ""; position: absolute; right: -110px; top: -230px; width: 560px; height: 560px; border: 1px solid rgba(25,215,223,.18); border-radius: 50%; box-shadow: 0 0 0 76px rgba(25,215,223,.025), 0 0 0 152px rgba(25,215,223,.015); }
.av-inner-hero--product { background-image: linear-gradient(90deg, rgba(7,27,46,.98) 0%, rgba(7,27,46,.9) 47%, rgba(7,27,46,.34) 100%), url("../images/vision/ai-clean/ai-1075-clean.webp"); background-position: center, 72% 47%; }
.av-inner-hero--case { background-image: linear-gradient(90deg, rgba(7,27,46,.98) 0%, rgba(7,27,46,.88) 46%, rgba(7,27,46,.36) 100%), url("../images/vision/field/installation-injection-machine.jpg"); }
.av-inner-hero--knowledge { background-image: linear-gradient(90deg, rgba(7,27,46,.98) 0%, rgba(7,27,46,.9) 48%, rgba(7,27,46,.42) 100%), url("../images/vision/field/detection-screen.jpg"); }
.av-inner-hero--about { background-image: linear-gradient(90deg, rgba(7,27,46,.98) 0%, rgba(7,27,46,.9) 48%, rgba(7,27,46,.36) 100%), url("../images/vision/field/product-a500.jpg"); }
.av-inner-hero--contact { background-image: linear-gradient(90deg, rgba(7,27,46,.98) 0%, rgba(7,27,46,.91) 48%, rgba(7,27,46,.45) 100%), url("../images/vision/field/ir-light-source.jpg"); }
.av-inner-hero__content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--av-shell)); margin-inline: auto; padding: 78px 0 74px; }
.av-inner-hero__eyebrow { margin: 0 0 18px; color: var(--av-cyan); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.av-inner-hero h1 { max-width: 820px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.12; letter-spacing: -.04em; }
.av-inner-hero__lead { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.9; }
.av-inner-hero--case .av-inner-hero__lead { max-width: 900px; }
.av-inner-hero--about .av-inner-hero__lead { max-width: 900px; }
.av-inner-hero__tag { display: inline-flex; margin-top: 24px; padding: 7px 11px; color: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(5,21,34,.38); font-size: 12px; }

body.av-inner-body .wrapper { width: 100%; min-height: 400px; padding: 0 0 110px; background: var(--av-paper); }
body.av-inner-body .menu { position: relative; z-index: 4; width: min(calc(100% - 48px), var(--av-shell)); height: auto; margin: -30px auto 0; padding: 14px 18px; border: 1px solid var(--av-line); border-radius: 16px; background: #fff; box-shadow: 0 16px 50px rgba(7,27,46,.08); }
body.av-inner-body .menu .list { display: flex; width: 100%; margin: 0; padding: 0; flex-wrap: wrap; gap: 8px; }
body.av-inner-body .menu .list > li { position: static; height: auto; margin: 0; float: none; }
body.av-inner-body .menu .list > li::after { display: none; }
body.av-inner-body .menu .nav1 { position: static; display: flex; width: auto; height: auto; min-height: 42px; align-items: center; padding: 0 16px; color: var(--av-muted); border-radius: 9px; font-size: 14px; font-weight: 700; line-height: 1.3; }
body.av-inner-body .menu li.hover > .nav1, body.av-inner-body .menu .nav1:hover { color: #fff; background: var(--av-blue); }
body.av-inner-body .menu .nav1 s { display: none; }
body.av-inner-body .menu .subMenu { display: none !important; }
.av-category-children { display: flex; align-items: center; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--av-line); }
.av-category-children > span { margin-right: 3px; color: #82939f; font-size: 12px; font-weight: 700; white-space: nowrap; }
.av-category-children > a { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; color: #476071; border: 1px solid #dce6ec; border-radius: 999px; background: var(--av-paper); font-size: 12px; font-weight: 700; white-space: nowrap; }
.av-category-children > a:hover, .av-category-children > a.is-active { color: #fff; border-color: var(--av-blue); background: var(--av-blue); }

body.av-inner-body .sitepath { display: flex; align-items: center; min-height: 68px; color: #7a8b97; font-size: 13px; }
body.av-inner-body .sitepath::before { content: "⌂"; margin-right: 8px; color: var(--av-blue); }
body.av-inner-body .sitepath s { display: none; }
body.av-inner-body .content { width: min(calc(100% - 48px), var(--av-shell)); margin-inline: auto; }
.av-page-content { position: relative; z-index: 3; padding-top: 52px; }
.av-page-content--lift { margin-top: -42px; padding-top: 0; }
body.av-inner-body .news_ul.av-page-content { padding-top: 56px; }
.av-detail-nav { padding-top: 30px; padding-bottom: 18px; }
.av-detail-nav a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 14px; color: var(--av-blue); border: 1px solid rgba(22,119,255,.22); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 800; }
.av-detail-nav a:hover { color: #fff; border-color: var(--av-blue); background: var(--av-blue); }

.av-source-products { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 34px; }
.av-source-model { position: relative; min-height: 360px; overflow: hidden; border-radius: 20px; background: var(--av-ink); }
.av-source-model img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.av-source-model::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,46,.04), rgba(7,27,46,.96)); }
.av-source-model__copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 30px; color: #fff; }
.av-source-model__copy small { color: var(--av-cyan); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.av-source-model__copy h2 { margin: 9px 0 7px; font-size: 30px; }
.av-source-model__copy p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }
.av-source-model__specs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.av-source-model__specs span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(7,27,46,.45); color: rgba(255,255,255,.8); font-size: 12px; }
.av-source-note { margin: 0 0 28px; color: var(--av-muted); font-size: 13px; }
.av-block-heading { display: grid; grid-template-columns: minmax(280px,.8fr) 1.2fr; gap: 6px 44px; align-items: end; margin-bottom: 28px; }
.av-block-heading small { grid-column: 1 / 3; color: var(--av-blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.av-block-heading h2 { margin: 0; color: var(--av-ink); font-size: 30px; line-height: 1.35; }
.av-block-heading p { margin: 0; color: var(--av-muted); font-size: 14px; line-height: 1.8; }
.av-spec-comparison { margin: 0 0 36px; padding: 36px; border: 1px solid var(--av-line); border-radius: 18px; background: #fff; }
.av-spec-comparison__scroll { overflow-x: auto; }
.av-spec-comparison table { width: 100%; min-width: 690px; border-collapse: collapse; }
.av-spec-comparison th, .av-spec-comparison td { padding: 15px 18px; border: 1px solid var(--av-line); color: #405665; font-size: 14px; line-height: 1.65; text-align: left; }
.av-spec-comparison thead th { color: #fff; background: var(--av-ink); font-weight: 800; }
.av-spec-comparison tbody th { width: 20%; color: var(--av-ink); background: #f4f7f9; }
.av-common-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.av-common-specs span { padding: 7px 11px; color: #3a5364; border-radius: 999px; background: #edf3f5; font-size: 12px; }
.av-product-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.av-product-spec-grid article { padding: 28px; border: 1px solid var(--av-line); border-radius: 14px; background: var(--av-paper); }
.av-product-spec-grid h3 { margin: 0 0 20px; color: var(--av-ink); font-size: 24px; }
.av-product-spec-grid dl { display: grid; grid-template-columns: 132px 1fr; gap: 0; margin: 0; }
.av-product-spec-grid dt, .av-product-spec-grid dd { margin: 0; padding: 10px 0; border-bottom: 1px solid var(--av-line); font-size: 13px; line-height: 1.6; }
.av-product-spec-grid dt { color: #82939f; }
.av-product-spec-grid dd { color: #304a5c; font-weight: 700; }
.av-product-spec-grid a { display: inline-flex; margin-top: 20px; color: var(--av-blue); font-size: 13px; font-weight: 800; }

body.av-inner-body .productPage .prolist { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
body.av-inner-body .productPage .prolist .item, body.av-inner-body .relateNews .prolist .item { float: none; width: auto; margin: 0; overflow: hidden; border: 1px solid var(--av-line); border-radius: 16px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
body.av-inner-body .productPage .prolist .item:hover, body.av-inner-body .relateNews .prolist .item:hover { transform: translateY(-5px); box-shadow: var(--av-shadow); }
body.av-inner-body .productPage .prolist .item a, body.av-inner-body .relateNews .prolist .item a { display: block; }
body.av-inner-body .productPage .prolist img, body.av-inner-body .relateNews .prolist img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e9eef2; }
body.av-inner-body .productPage .prolist h3, body.av-inner-body .relateNews .prolist h3 { margin: 0; padding: 22px 24px 24px; color: var(--av-ink); font-size: 20px; line-height: 1.45; }
body.av-inner-body .productPage .prolist .av-product-list__copy { padding: 22px 24px 24px; }
body.av-inner-body .productPage .prolist .av-product-list__copy small { color: var(--av-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
body.av-inner-body .productPage .prolist .av-product-list__copy h3 { padding: 8px 0 0; }
body.av-inner-body .productPage .prolist .av-product-list__copy p { min-height: 68px; margin: 10px 0 18px; color: var(--av-muted); font-size: 13px; line-height: 1.75; }
body.av-inner-body .productPage .prolist .av-product-list__copy > div { display: flex; flex-wrap: wrap; gap: 7px; }
body.av-inner-body .productPage .prolist .av-product-list__copy > div span { padding: 5px 8px; color: #4d6474; border-radius: 999px; background: var(--av-paper); font-size: 10px; }
body.av-inner-body .productPage .prolist .bg { display: none; }

.av-case-proof { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; margin-bottom: 34px; }
.av-case-proof__visual, .av-case-proof__copy { min-height: 320px; overflow: hidden; border-radius: 20px; }
.av-case-proof__visual img { width: 100%; height: 100%; object-fit: cover; }
.av-case-proof__copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; color: #fff; background: var(--av-ink); }
.av-case-proof__copy small { color: var(--av-cyan); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.av-case-proof__copy h2 { margin: 10px 0 16px; font-size: 31px; line-height: 1.3; }
.av-case-proof__copy p { margin: 0; color: rgba(255,255,255,.64); font-size: 15px; }
.av-case-scenes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 34px; }
.av-case-scenes article { padding: 28px; border: 1px solid var(--av-line); border-radius: 14px; background: #fff; }
.av-case-scenes span { color: var(--av-blue); font-size: 12px; font-weight: 800; }
.av-case-scenes h3 { margin: 22px 0 10px; color: var(--av-ink); font-size: 20px; line-height: 1.45; }
.av-case-scenes p { margin: 0; color: var(--av-muted); font-size: 13px; line-height: 1.8; }

.av-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin: 46px 0 24px; }
.av-section-heading small { display: block; margin-bottom: 8px; color: var(--av-blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.av-section-heading h2 { margin: 0; color: var(--av-ink); font-size: 30px; line-height: 1.3; }
.av-section-heading p { max-width: 570px; margin: 0; color: var(--av-muted); font-size: 14px; line-height: 1.8; }
.av-case-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.av-case-list > li { min-width: 0; overflow: hidden; border: 1px solid var(--av-line); border-radius: 18px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.av-case-list > li:hover { transform: translateY(-4px); box-shadow: var(--av-shadow); }
.av-case-list a { display: block; height: 100%; }
.av-case-card__media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #dce5eb; }
.av-case-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent,rgba(7,27,46,.42)); }
.av-case-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.av-case-list > li:hover img { transform: scale(1.035); }
.av-case-card__copy { padding: 26px 28px 28px; }
.av-case-card__copy small { color: var(--av-blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.av-case-card__copy h2 { margin: 9px 0 10px; color: var(--av-ink); font-size: 22px; line-height: 1.45; }
.av-case-card__copy p { min-height: 50px; margin: 0; color: var(--av-muted); font-size: 13px; line-height: 1.85; }
.av-case-card__copy span { display: inline-flex; margin-top: 18px; color: var(--av-blue); font-size: 13px; font-weight: 800; }
.av-page-cta { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; margin-top: 38px; padding: 32px 36px; color: #fff; border-radius: 16px; background: linear-gradient(115deg,var(--av-ink),#0d3e69); }
.av-page-cta small { color: var(--av-cyan); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.av-page-cta h2 { margin: 8px 0 5px; font-size: 25px; line-height: 1.4; }
.av-page-cta p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.av-page-cta__actions { display: flex; gap: 10px; }
.av-page-cta__actions a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 17px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.av-page-cta__actions a:first-child { border-color: var(--av-blue); background: var(--av-blue); }

body.av-inner-body .news_ul > ul { display: grid; gap: 14px; }
body.av-inner-body .news_ul > ul > li { margin: 0; border: 1px solid var(--av-line); border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
body.av-inner-body .news_ul > ul > li:hover { transform: translateY(-3px); box-shadow: var(--av-shadow); }
body.av-inner-body .news_ul > ul > li > a { display: grid; grid-template-columns: 250px 1fr 88px; gap: 28px; align-items: center; padding: 18px; }
body.av-inner-body .news_ul .box1 { display: block; width: 100%; height: 150px; overflow: hidden; border-radius: 11px; }
body.av-inner-body .news_ul .box1 img { display: block; width: 100%; height: 100%; object-fit: cover; }
body.av-inner-body .news_ul .box2 { width: auto; }
body.av-inner-body .news_ul .box2 h1 { margin: 0; color: var(--av-ink); font-size: 22px; line-height: 1.4; }
body.av-inner-body .news_ul .box2 p { margin: 12px 0 10px; color: var(--av-muted); font-size: 14px; line-height: 1.8; }
body.av-inner-body .news_ul .box2 > span { color: #90a0ab; font-size: 12px; }
body.av-inner-body .news_ul .right { width: auto; padding-left: 18px; border-left: 1px solid var(--av-line); text-align: center; }
body.av-inner-body .news_ul .right h3 { margin: 0; color: var(--av-blue); font-size: 23px; }
body.av-inner-body .news_ul .right p { margin: 2px 0 0; color: #93a2ad; font-size: 12px; }

.av-support-overview { margin-bottom: 38px; }
.av-support-overview .av-section-heading { margin-top: 0; }
.av-topic-intro { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 0; }
.av-topic-intro > a { display: block; min-width: 0; }
.av-topic-intro article { position: relative; min-height: 184px; height: 100%; padding: 26px; overflow: hidden; border: 1px solid var(--av-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(7,27,46,.045); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.av-topic-intro article::after { content: "→"; position: absolute; right: 23px; top: 22px; color: #a0b0bb; font-size: 16px; transition: transform .25s ease, color .25s ease; }
.av-topic-intro > a:hover article { transform: translateY(-4px); border-color: rgba(22,119,255,.28); box-shadow: 0 18px 44px rgba(7,27,46,.09); }
.av-topic-intro > a:hover article::after { color: var(--av-blue); transform: translateX(4px); }
.av-topic-intro span { color: var(--av-blue); font-size: 12px; font-weight: 800; }
.av-topic-intro h2 { margin: 34px 0 8px; color: var(--av-ink); font-size: 19px; }
.av-topic-intro p { margin: 0; color: var(--av-muted); font-size: 13px; line-height: 1.7; }
.av-manual-guide { margin: 0 0 36px; padding: 36px; color: #fff; border-radius: 18px; background: var(--av-ink); }
.av-manual-guide .av-block-heading small { color: var(--av-cyan); }
.av-manual-guide .av-block-heading h2 { color: #fff; }
.av-manual-guide .av-block-heading p { color: rgba(255,255,255,.58); }
.av-manual-guide__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.av-manual-guide__grid article { min-height: 205px; padding: 26px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.av-manual-guide__grid b { color: var(--av-cyan); font-size: 11px; letter-spacing: .12em; }
.av-manual-guide__grid h3 { margin: 34px 0 10px; color: #fff; font-size: 19px; }
.av-manual-guide__grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.8; }

.av-support-library { margin-top: 46px; }
.av-support-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.av-support-group { overflow: hidden; border: 1px solid var(--av-line); border-radius: 16px; background: #fff; }
.av-support-group__head { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: end; padding: 25px 26px 21px; border-bottom: 1px solid var(--av-line); }
.av-support-group__head small { grid-column: 1 / 3; color: var(--av-blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.av-support-group__head h2 { margin: 0; color: var(--av-ink); font-size: 23px; }
.av-support-group__head a { color: var(--av-blue); font-size: 12px; font-weight: 800; }
.av-support-group ul { display: grid; }
.av-support-group li + li { border-top: 1px solid var(--av-line); }
.av-support-group li > a { display: grid; grid-template-columns: 112px 1fr; gap: 18px; align-items: center; min-height: 132px; padding: 15px; }
.av-support-card__media { display: block; width: 112px; height: 96px; overflow: hidden; border-radius: 9px; background: #e8eef2; }
.av-support-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.av-support-card__copy { min-width: 0; }
.av-support-card__copy small { color: #8b9aa5; font-size: 10px; }
.av-support-card__copy strong { display: block; margin-top: 5px; color: var(--av-ink); font-size: 16px; line-height: 1.55; }
.av-support-card__copy p { margin: 6px 0 0; color: var(--av-muted); font-size: 12px; line-height: 1.65; }
.av-support-group li > a:hover strong { color: var(--av-blue); }

body.av-inner-body .showProduct .showImg { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: start; padding: 34px; border: 1px solid var(--av-line); border-radius: 20px; background: #fff; }
body.av-inner-body .showProduct .showImg > * { min-width: 0; max-width: 100%; }
body.av-inner-body .showProduct .photo { width: 100%; max-width: 100%; height: auto; float: none; }
body.av-inner-body .showProduct .photo .jqzoom { width: 100%; height: auto; overflow: visible; }
body.av-inner-body .showProduct .bigimg { width: 100%; height: auto; overflow: hidden; border-radius: 14px; background: #edf2f5; }
body.av-inner-body .showProduct .bigimg .list { width: 100%; }
body.av-inner-body .showProduct .bigimg li { display: none; width: 100%; height: auto; float: none; }
body.av-inner-body .showProduct .bigimg li:first-child { display: block; }
body.av-inner-body .showProduct .bigimg img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
body.av-inner-body .showProduct .photoimg { position: static; display: grid; width: 100%; height: auto; grid-template-columns: 1fr; margin-top: 12px; padding: 0; }
body.av-inner-body .showProduct .photoimg .prev, body.av-inner-body .showProduct .photoimg .next { display: none; }
body.av-inner-body .showProduct .photoimg .list { position: static; width: 100%; margin: 0; overflow-x: auto; }
body.av-inner-body .showProduct .photo .photoimg .listcon { position: static; display: flex; gap: 10px; width: max-content; }
body.av-inner-body .showProduct .photoimg li { width: 82px; height: 68px; margin: 0; padding: 4px; float: none; border: 1px solid var(--av-line); border-radius: 8px; background: #fff; }
body.av-inner-body .showProduct .photoimg li.is-active { border-color: var(--av-blue); box-shadow: 0 0 0 2px rgba(22,119,255,.12); }
body.av-inner-body .showProduct .photoimg img { width: 100%; height: 100%; object-fit: cover; }
body.av-inner-body .showProduct .imgtxtcon { width: auto; padding-top: 20px; float: none; }
body.av-inner-body .showProduct .imgtxtcon .tit { margin: 0; padding: 0; color: var(--av-ink); font-size: clamp(34px,4vw,48px); line-height: 1.2; }
body.av-inner-body .showProduct .imgtxtcon .line { display: block; width: 44px; height: 3px; margin: 24px 0; background: var(--av-cyan); }
body.av-inner-body .showProduct .imgtxtcon .tit2 { margin-bottom: 0; padding-left: 0; color: var(--av-muted); font-size: 15px; line-height: 1.9; }
body.av-inner-body .showProduct .imgtxtcon .tit2 strong { display: block; margin-bottom: 5px; color: var(--av-ink); }
.av-product-badge { display: inline-flex; margin-bottom: 12px; padding: 6px 10px; color: var(--av-blue); border-radius: 999px; background: #eaf3ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.av-product-quick-specs { display: grid; grid-template-columns: 120px 1fr; gap: 0; margin: 26px 0 0; border-top: 1px solid var(--av-line); }
.av-product-quick-specs dt, .av-product-quick-specs dd { margin: 0; padding: 10px 0; border-bottom: 1px solid var(--av-line); font-size: 13px; line-height: 1.6; }
.av-product-quick-specs dt { color: #82939f; }
.av-product-quick-specs dd { color: #304a5c; font-weight: 700; }
body.av-inner-body .showProduct .imgtxtcon .tel { margin: 30px 0 0; padding: 22px 0; border-top: 1px solid var(--av-line); border-bottom: 1px solid var(--av-line); }
body.av-inner-body .showProduct .imgtxtcon .tel span { display: block; color: #8a9aa6; font-size: 12px; }
body.av-inner-body .showProduct .imgtxtcon .tel strong { display: block; margin-top: 3px; color: var(--av-blue); font-size: 28px; }
body.av-inner-body .showProduct .btns { position: static; display: flex; gap: 12px; margin-top: 26px; }
body.av-inner-body .showProduct .btns a { display: inline-flex; width: auto; height: auto; min-height: 48px; margin: 0; align-items: center; justify-content: center; padding: 0 22px; float: none; border-radius: 8px; font-size: 14px; font-weight: 800; line-height: 1.4; }
body.av-inner-body .showProduct .btn1 { color: #fff; background: var(--av-blue); }
body.av-inner-body .showProduct .btn2 { color: var(--av-blue); border: 1px solid var(--av-blue); background: #fff; }

body.av-inner-body .showp_txt, body.av-inner-body .showNews, body.av-inner-body .aboutPage { margin-top: 26px; padding: 52px; border: 1px solid var(--av-line); border-radius: 20px; background: #fff; }
body.av-inner-body .showNews, body.av-inner-body .aboutPage { max-width: 980px; }
body.av-inner-body .showNews .title { margin: 0; color: var(--av-ink); font-size: clamp(34px,4.4vw,52px); line-height: 1.28; text-align: left; }
body.av-inner-body .showNews .mark { display: flex; gap: 24px; margin: 20px 0 34px; padding-bottom: 22px; color: #8b9aa5; border-bottom: 1px solid var(--av-line); font-size: 13px; }
body.av-inner-body .n-tit { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--av-line); }
body.av-inner-body .n-tit h3 { margin: 0; color: var(--av-ink); font-size: 25px; }
body.av-inner-body .n-tit h3 s { display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--av-cyan); }
body.av-inner-body .n-tit .more { width: auto; height: auto; margin: 0; padding: 0; float: none; color: var(--av-blue); font-size: 13px; line-height: 1.5; }
body.av-inner-body .showContxt, body.av-inner-body .txtcon { color: #3e5362; font-size: 16px; line-height: 2; }
body.av-inner-body .showContxt p, body.av-inner-body .txtcon p { margin: 0 0 1.2em; }
body.av-inner-body .showContxt h2, body.av-inner-body .showContxt h3, body.av-inner-body .txtcon h2, body.av-inner-body .txtcon h3 { margin: 1.8em 0 .7em; color: var(--av-ink); line-height: 1.4; }
body.av-inner-body .showContxt img, body.av-inner-body .txtcon img { display: block; max-width: 100%; height: auto !important; margin: 24px auto; border-radius: 10px; }
body.av-inner-body .showContxt table, body.av-inner-body .txtcon table { width: 100% !important; border-collapse: collapse; }
body.av-inner-body .showContxt th, body.av-inner-body .showContxt td, body.av-inner-body .txtcon th, body.av-inner-body .txtcon td { padding: 12px; border: 1px solid var(--av-line); }
body.av-inner-body .tags { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--av-line); color: var(--av-muted); font-size: 13px; }
body.av-inner-body .tags a { display: inline-flex; margin: 4px; padding: 5px 10px; color: var(--av-blue); border-radius: 999px; background: #edf5ff; }
body.av-inner-body .reLink { display: grid; width: 100%; height: auto; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; padding: 0; overflow: visible; border: 0; line-height: 1.6; }
body.av-inner-body .reLink > div { width: auto; min-width: 0; height: auto; margin: 0; padding: 0; float: none; overflow: hidden; border: 1px solid var(--av-line); border-radius: 10px; color: var(--av-muted); font-size: 13px; text-align: left; }
body.av-inner-body .reLink > div > a { display: flex; width: 100%; min-height: 68px; align-items: center; padding: 15px 18px; color: inherit; line-height: 1.6; box-sizing: border-box; }
body.av-inner-body .reLink .nextLink { text-align: right; }
body.av-inner-body .reLink .nextLink > a { justify-content: flex-end; }
body.av-inner-body .reLink > div:hover { border-color: rgba(22,119,255,.34); background: #f7fbff; }
body.av-inner-body .relateNews { width: 100%; margin-top: 44px; padding: 0; overflow: visible; }
body.av-inner-body .relateNews .prolist, body.av-inner-body .relateNews > .list { display: grid; width: 100%; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 0; padding: 0; }
body.av-inner-body .relateNews .prolist .item, body.av-inner-body .relateNews > .list .item { width: auto; min-width: 0; margin: 0; float: none; overflow: hidden; border: 1px solid var(--av-line); border-radius: 12px; background: #fff; }
body.av-inner-body .relateNews .prolist .item a, body.av-inner-body .relateNews > .list .item a { display: block; width: 100%; }
body.av-inner-body .relateNews .prolist .item img, body.av-inner-body .relateNews > .list .item img { display: block; width: 100%; height: auto; margin: 0; float: none; aspect-ratio: 4 / 3; object-fit: cover; }
body.av-inner-body .relateNews .prolist .item h3, body.av-inner-body .relateNews > .list .item h3 { width: auto; height: auto; margin: 0; padding: 17px 18px; color: var(--av-ink); font-size: 15px; line-height: 1.55; text-align: left; }
body.av-inner-body .relateNews > .list .item .txt { width: auto; height: auto; margin: -8px 18px 14px; float: none; overflow: visible; color: var(--av-muted); font-size: 12px; line-height: 1.7; text-align: left; }
body.av-inner-body .relateNews > .list .item .time { display: block; width: auto; height: auto; margin: 0; padding: 12px 18px; float: none; color: #8798a4; border: 0; border-top: 1px solid var(--av-line); font-size: 11px; line-height: 1.5; }

body.av-inner-body .pglist { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 38px; }
body.av-inner-body .pglist a, body.av-inner-body .pglist span { display: inline-flex; min-width: 40px; min-height: 40px; align-items: center; justify-content: center; padding: 0 12px; color: var(--av-muted); border: 1px solid var(--av-line); border-radius: 8px; background: #fff; font-size: 13px; }
body.av-inner-body .pglist a:hover, body.av-inner-body .pglist .current { color: #fff; border-color: var(--av-blue); background: var(--av-blue); }

body.av-inner-body .aboutPage { position: relative; }
.av-about-lead { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: center; margin-bottom: 42px; padding-bottom: 42px; border-bottom: 1px solid var(--av-line); }
.av-about-lead small { color: var(--av-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.av-about-lead h2 { margin: 10px 0 18px; color: var(--av-ink); font-size: 33px; line-height: 1.35; }
.av-about-lead p { margin: 0; color: var(--av-muted); font-size: 15px; line-height: 1.9; }
.av-about-lead ul { display: grid; gap: 8px; margin-top: 20px !important; }
.av-about-lead li { position: relative; padding-left: 18px; color: #405665; font-size: 14px; }
.av-about-lead li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--av-cyan); }
.av-about-lead img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; }
.av-about-story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 540px; overflow: hidden; border: 1px solid var(--av-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 55px rgba(7,27,46,.06); }
.av-about-story__copy { padding: 48px 52px; }
.av-about-story__copy > small { display: block; margin-bottom: 24px; color: var(--av-blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.av-about-cms.txtcon h2 { margin: 28px 0 10px; font-size: 25px; line-height: 1.4; }
.av-about-cms.txtcon h2:first-child { margin-top: 0; font-size: 34px; }
.av-about-cms.txtcon p { margin-bottom: 18px; color: var(--av-muted); font-size: 14px; line-height: 1.9; }
.av-about-story__visual { position: relative; min-height: 540px; margin: 0; overflow: hidden; background: var(--av-ink); }
.av-about-story__visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(7,27,46,.92)); }
.av-about-story__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.av-about-story__visual figcaption { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; display: grid; gap: 5px; color: #fff; }
.av-about-story__visual figcaption b { color: var(--av-cyan); font-size: 11px; letter-spacing: .15em; }
.av-about-story__visual figcaption span { color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.7; }
.av-about-focus { margin-top: 58px; }
.av-about-focus .av-section-heading { margin-top: 0; }
.av-about-focus__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.av-about-focus__grid article { display: flex; min-height: 270px; flex-direction: column; padding: 30px; border: 1px solid var(--av-line); border-radius: 16px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.av-about-focus__grid article:hover { transform: translateY(-4px); border-color: rgba(22,119,255,.28); box-shadow: var(--av-shadow); }
.av-about-focus__grid span { color: var(--av-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.av-about-focus__grid h3 { margin: 34px 0 12px; color: var(--av-ink); font-size: 22px; }
.av-about-focus__grid p { margin: 0; color: var(--av-muted); font-size: 13px; line-height: 1.85; }
.av-about-focus__grid a { margin-top: auto; padding-top: 24px; color: var(--av-blue); font-size: 13px; font-weight: 800; }
.av-about-method { display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; margin-top: 52px; padding: 46px; color: #fff; border-radius: 20px; background: linear-gradient(125deg,var(--av-ink),#0b3559); }
.av-about-method__intro small { color: var(--av-cyan); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.av-about-method__intro h2 { margin: 12px 0 18px; font-size: 34px; line-height: 1.35; }
.av-about-method__intro p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.9; }
.av-about-method__steps { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.av-about-method__steps li { display: grid; min-height: 150px; grid-template-columns: 34px 1fr; gap: 14px; padding: 25px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.av-about-method__steps b { color: var(--av-cyan); font-size: 11px; letter-spacing: .1em; }
.av-about-method__steps h3 { margin: 0 0 9px; color: #fff; font-size: 18px; }
.av-about-method__steps p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.75; }
.av-contact-panel { display: grid; grid-template-columns: 1.15fr .9fr .65fr; gap: 1px; overflow: hidden; margin-bottom: 38px; border: 1px solid var(--av-line); border-radius: 20px; background: var(--av-line); }
.av-contact-panel > div { padding: 38px; background: #fff; }
.av-contact-panel__intro small { color: var(--av-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.av-contact-panel__intro h2 { margin: 10px 0 16px; color: var(--av-ink); font-size: 30px; line-height: 1.35; }
.av-contact-panel__intro p { margin: 0; color: var(--av-muted); font-size: 14px; line-height: 1.9; }
.av-contact-panel__intro > a { display: inline-flex; margin-top: 24px; padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--av-blue); font-size: 14px; font-weight: 800; }
.av-contact-panel__info { display: grid; align-content: center; gap: 20px; }
.av-contact-panel__info dl { margin: 0; }
.av-contact-panel__info dt { margin-bottom: 3px; color: #8b9ba6; font-size: 12px; }
.av-contact-panel__info dd, .av-contact-panel__info dd a { margin: 0; color: var(--av-ink); font-size: 14px; line-height: 1.7; }
.av-contact-panel__qr { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.av-contact-panel__qr img { display: block; width: 168px; max-width: 100%; aspect-ratio: 1; object-fit: contain; padding: 8px; border: 1px solid var(--av-line); border-radius: 10px; background: #fff; }
.av-contact-panel__qr p { max-width: 180px; margin: 14px 0 0; color: #7b8d98; font-size: 12px; line-height: 1.65; }
.av-contact-workflow { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 0 0 38px; }
.av-contact-workflow article { padding: 25px; border: 1px solid var(--av-line); border-radius: 14px; background: #fff; }
.av-contact-workflow span { color: var(--av-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.av-contact-workflow h3 { margin: 20px 0 8px; color: var(--av-ink); font-size: 18px; }
.av-contact-workflow p { margin: 0; color: var(--av-muted); font-size: 13px; line-height: 1.75; }
.av-contact-request { display: grid; grid-template-columns: .78fr 1.22fr; gap: 20px; align-items: start; }
.av-contact-checklist, .av-contact-form { padding: 34px; border: 1px solid var(--av-line); border-radius: 18px; background: #fff; }
.av-contact-checklist small, .av-contact-form small { color: var(--av-blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.av-contact-checklist h2, .av-contact-form h2 { margin: 9px 0 12px; color: var(--av-ink); font-size: 27px; line-height: 1.4; }
.av-contact-checklist > p, .av-contact-form > p { margin: 0; color: var(--av-muted); font-size: 13px; line-height: 1.8; }
.av-contact-checklist ul { display: grid; gap: 10px; margin-top: 24px !important; }
.av-contact-checklist li { position: relative; padding: 12px 14px 12px 38px; color: #405665; border-radius: 8px; background: var(--av-paper); font-size: 13px; line-height: 1.6; }
.av-contact-checklist li::before { content: "✓"; position: absolute; left: 14px; top: 11px; color: var(--av-blue); font-weight: 900; }
.av-contact-form .formData { margin-top: 25px !important; }
.av-contact-cms { margin-top: 20px; padding: 30px 34px; border: 1px solid var(--av-line); border-radius: 16px; background: #fff; }
.av-contact-cms h2:first-child { margin-top: 0; }
body.av-inner-body .formData { margin-top: 36px; }
body.av-inner-body .form_book { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
body.av-inner-body .form_book .item { position: relative; width: auto; height: auto; margin: 0; float: none; color: var(--av-text); border: 0; font-weight: 400; line-height: 1.5; }
body.av-inner-body .form_book label { position: static; display: block; width: auto; height: auto; margin: 0 0 7px; padding: 0; color: var(--av-ink); font-size: 13px; font-weight: 800; line-height: 1.5; text-align: left; }
body.av-inner-body .form_book .txt, body.av-inner-body .form_book textarea { display: block; width: 100%; height: 48px; padding: 13px 14px; color: var(--av-text); border: 1px solid var(--av-line); border-radius: 8px; background: #fff; font-size: 15px; line-height: 1.45; text-indent: 0; box-sizing: border-box; outline: none; }
body.av-inner-body .form_book .txt:focus, body.av-inner-body .form_book textarea:focus { border-color: var(--av-blue); box-shadow: 0 0 0 3px rgba(22,119,255,.1); }
body.av-inner-body .form_book .liuyan { grid-column: 1 / 3; }
body.av-inner-body .form_book textarea { height: auto; min-height: 170px; overflow: auto; resize: vertical; }
body.av-inner-body .form_book .red { position: absolute; right: 12px; top: 39px; color: var(--av-orange); }
body.av-inner-body .form_book .bot { width: auto; grid-column: 1 / 3; display: flex; align-items: end; gap: 18px; float: none; }
body.av-inner-body .form_book .yzm { width: auto; flex: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; }
body.av-inner-body .form_book .yzm label { grid-column: 1 / 3; }
body.av-inner-body .form_book .yzm .txt { padding-left: 14px; }
body.av-inner-body .form_book .yzm img { position: static; display: block; width: auto; height: 46px; border: 0; border-radius: 6px; }
body.av-inner-body .form_book .sub { display: block; min-width: 150px; min-height: 48px; margin: 0; float: none; color: #fff; border: 0; border-radius: 8px; background: var(--av-blue); font-size: 15px; font-weight: 800; line-height: 1.4; cursor: pointer; }
body.av-inner-body .box3 h1 { margin: 0 0 12px; color: var(--av-ink); font-size: 32px; }
body.av-inner-body .box3 p { color: var(--av-muted); }

@media (max-width: 980px) {
  .av-nav__submenu { display: none; }
  body.av-inner-body .productPage .prolist { grid-template-columns: 1fr 1fr; }
  body.av-inner-body .news_ul > ul > li > a { grid-template-columns: 190px 1fr; }
  body.av-inner-body .news_ul .right { display: none; }
  .av-topic-intro { grid-template-columns: 1fr 1fr; }
  .av-manual-guide__grid { grid-template-columns: 1fr 1fr; }
  body.av-inner-body .showProduct .showImg { grid-template-columns: 1fr; gap: 24px; }
  .av-product-spec-grid { grid-template-columns: 1fr; }
  .av-contact-request { grid-template-columns: 1fr; }
  .av-about-story, .av-about-method { grid-template-columns: 1fr; }
  .av-about-story__visual { min-height: 380px; }
}

@media (max-width: 860px) {
  body.av-inner-body { padding-top: 70px; }
  body.av-inner-body .av-header { height: 70px; }
  .av-nav__item > a { padding: 14px 6px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .av-inner-hero { min-height: 330px; }
  .av-inner-hero__content { width: min(calc(100% - 32px), var(--av-shell)); padding: 68px 0; }
  body.av-inner-body .menu { width: min(calc(100% - 32px), var(--av-shell)); }
  body.av-inner-body .sitepath, body.av-inner-body .content, body.av-inner-body .w1200 { width: min(calc(100% - 32px), var(--av-shell)); }
  .av-source-products, .av-case-proof { grid-template-columns: 1fr; }
  .av-about-lead, .av-contact-panel { grid-template-columns: 1fr; }
  .av-about-focus__grid { grid-template-columns: 1fr; }
  .av-support-columns { grid-template-columns: 1fr; }
  .av-contact-workflow { grid-template-columns: 1fr; }
  .av-case-proof__visual { min-height: 280px; }
}

@media (max-width: 600px) {
  .av-inner-hero { min-height: 300px; background-position: center; }
  .av-inner-hero::after { width: 360px; height: 360px; top: -180px; }
  .av-inner-hero h1 { font-size: 39px; }
  .av-inner-hero__lead { font-size: 15px; line-height: 1.75; }
  body.av-inner-body .wrapper { padding-bottom: 78px; }
  body.av-inner-body .menu { margin-top: -20px; padding: 10px; border-radius: 12px; overflow-x: auto; }
  body.av-inner-body .menu .list { width: max-content; flex-wrap: nowrap; }
  body.av-inner-body .menu .nav1 { min-height: 38px; padding: 0 13px; font-size: 13px; }
  .av-category-children { width: max-content; }
  body.av-inner-body .sitepath { min-height: 58px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .av-page-content { padding-top: 32px; }
  body.av-inner-body .news_ul.av-page-content { padding-top: 34px; }
  .av-page-content--lift { margin-top: -24px; padding-top: 0; }
  .av-detail-nav { padding-top: 22px; }
  .av-source-products { gap: 14px; }
  .av-block-heading { display: block; }
  .av-block-heading h2 { margin: 8px 0 12px; font-size: 26px; }
  .av-spec-comparison, .av-manual-guide { padding: 26px 20px; }
  .av-source-model { min-height: 320px; }
  .av-source-model__copy { padding: 24px; }
  body.av-inner-body .productPage .prolist { grid-template-columns: 1fr; }
  .av-case-proof__copy { min-height: auto; padding: 30px 26px; }
  .av-case-proof__copy h2 { font-size: 27px; }
  .av-case-scenes, .av-manual-guide__grid { grid-template-columns: 1fr; }
  .av-section-heading { display: block; }
  .av-section-heading p { margin-top: 10px; }
  .av-case-list { grid-template-columns: 1fr; }
  .av-page-cta { grid-template-columns: 1fr; padding: 28px 24px; }
  .av-page-cta__actions { flex-direction: column; align-items: stretch; }
  .av-contact-panel > div { padding: 28px 24px; }
  .av-contact-panel__intro h2 { font-size: 26px; }
  .av-about-story { min-height: 0; border-radius: 16px; }
  .av-about-story__copy { padding: 30px 24px; }
  .av-about-cms.txtcon h2:first-child { font-size: 27px; }
  .av-about-story__visual { min-height: 280px; }
  .av-about-story__visual figcaption { left: 24px; right: 24px; bottom: 22px; }
  .av-about-focus { margin-top: 42px; }
  .av-about-focus__grid article { min-height: 235px; padding: 26px 24px; }
  .av-about-method { gap: 30px; margin-top: 40px; padding: 32px 24px; border-radius: 16px; }
  .av-about-method__intro h2 { font-size: 29px; }
  .av-about-method__steps { grid-template-columns: 1fr; }
  body.av-inner-body .news_ul > ul > li > a { grid-template-columns: 104px 1fr; gap: 15px; padding: 12px; }
  body.av-inner-body .news_ul .box1 { height: 104px; }
  body.av-inner-body .news_ul .box2 h1 { font-size: 17px; }
  body.av-inner-body .news_ul .box2 p { display: none; }
  .av-topic-intro { grid-template-columns: 1fr; }
  .av-topic-intro article { min-height: 145px; }
  body.av-inner-body .showProduct .showImg { padding: 18px; }
  body.av-inner-body .showProduct .imgtxtcon .tit { font-size: 32px; }
  body.av-inner-body .showProduct .btns { flex-direction: column; }
  body.av-inner-body .showp_txt, body.av-inner-body .showNews, body.av-inner-body .aboutPage { padding: 28px 20px; border-radius: 14px; }
  body.av-inner-body .showNews .title { font-size: 32px; }
  body.av-inner-body .showNews .mark { flex-direction: column; gap: 4px; }
  body.av-inner-body .reLink { grid-template-columns: 1fr; }
  body.av-inner-body .reLink .nextLink, body.av-inner-body .reLink .nextLink > a { justify-content: flex-start; text-align: left; }
  body.av-inner-body .relateNews .prolist, body.av-inner-body .relateNews > .list { grid-template-columns: 1fr; }
  body.av-inner-body .form_book { grid-template-columns: 1fr; }
  body.av-inner-body .form_book .liuyan, body.av-inner-body .form_book .bot { grid-column: auto; }
  body.av-inner-body .form_book .bot { align-items: stretch; flex-direction: column; }
  body.av-inner-body .form_book .sub { width: 100%; }
  .av-support-group li > a { grid-template-columns: 88px 1fr; gap: 13px; padding: 12px; }
  .av-support-card__media { width: 88px; height: 82px; }
  .av-support-card__copy p { display: none; }
  .av-contact-checklist, .av-contact-form, .av-contact-cms { padding: 26px 20px; }
}
