:root {
  --ink: #0f172a;
  --muted: #64748b;
  --line: #dbe3ef;
  --soft: #f8fafc;
  --panel: #ffffff;
  --navy: #0b1f3a;
  --navy-2: #0e2a47;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0 !important;
  max-width: none !important;
  margin: 0;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: var(--soft);
  letter-spacing: 0;
}

a {
  color: inherit;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.box,
.box1 {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
}

.clear {
  clear: both;
}

.head3 {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: auto !important;
  min-height: 86px;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(219, 227, 239, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(14px);
}

.head3.is-scrolled {
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
}

.head3 .box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.head3 .logo {
  display: block;
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
}

.head1 {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  color: var(--ink) !important;
  flex: 0 0 auto;
}

.head1 p:first-child {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  color: var(--ink);
}

.head1 p:last-child {
  margin-top: 4px !important;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}

.head2 {
  float: none !important;
  margin: 0 !important;
  margin-left: auto !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.head2 > p {
  margin: 0 !important;
  color: var(--muted);
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-align: right !important;
}

.head2 > p b {
  color: var(--blue);
  font-size: 16px;
}

.nav > ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav > ul > li {
  display: block !important;
  position: relative;
}

.nav > ul > li > a {
  display: flex !important;
  align-items: center;
  height: 38px;
  margin-left: 0 !important;
  padding: 0 12px;
  border: 1px solid transparent !important;
  border-radius: 8px;
  color: var(--ink) !important;
  font-size: 15px !important;
  line-height: 38px !important;
  font-weight: 600;
}

.nav > ul > li > a:hover,
.nav_on {
  color: var(--blue) !important;
  border-color: rgba(37, 99, 235, 0.24) !important;
  background: rgba(37, 99, 235, 0.08);
}

.nav > ul > li > dl {
  top: 46px !important;
  left: 0 !important;
  width: 190px !important;
  padding: 8px !important;
  border: 1px solid rgba(219, 227, 239, 0.95);
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: var(--shadow);
}

.nav > ul > li > dl > dd > a {
  display: block !important;
  border-radius: 6px;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.nav > ul > li > dl > dd > a:hover {
  color: var(--blue) !important;
  background: rgba(37, 99, 235, 0.08);
}

.modern-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
}

.banner {
  height: 260px !important;
  min-width: 0 !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.92), rgba(14, 42, 71, 0.68)),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
}

.position {
  height: auto !important;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 14px;
}

.position img {
  display: none;
}

.position a {
  color: var(--blue);
}

.erji_nav {
  width: 100%;
  height: auto !important;
  padding: 14px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.erji_nav .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.erji_nav ul li {
  display: block !important;
  margin-right: 0 !important;
}

.erji_nav ul li a {
  display: block !important;
  padding: 8px 14px !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted) !important;
  line-height: 1.3 !important;
}

.erji_nav ul li a:hover,
.erji_nav_on {
  border-color: rgba(37, 99, 235, 0.3) !important;
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue) !important;
}

.con {
  padding: 72px 0 !important;
  background: var(--soft);
}

.con > .box,
.con .box {
  color: var(--ink);
}

.con > .box > p,
.con .box > p,
.case_body,
.product_tedian {
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: #334155;
}

.con span,
.con p,
.con strong {
  font-size: inherit !important;
  line-height: inherit !important;
}

.product_left {
  float: none !important;
  width: 100% !important;
  margin-bottom: 26px;
}

.product_title {
  display: none;
}

.product_nav > ul,
.product_nav1 > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product_nav > ul > li,
.product_nav1 > ul > li {
  width: auto !important;
}

.product_nav > ul > li > a,
.product_nav1 > ul > li > a {
  width: auto !important;
  min-width: 112px;
  padding: 10px 14px;
  border: 1px solid var(--line) !important;
  border-radius: 8px;
  background: #fff !important;
  color: var(--muted) !important;
  line-height: 1.3 !important;
}

.product_nav > ul > li > a:hover,
.product_nav_on {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: #fff !important;
}

.product_list {
  float: none !important;
  width: 100% !important;
}

.product_list > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product_list > ul > li {
  display: flex;
  float: none !important;
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 18px !important;
  flex-direction: column;
  border: 1px solid rgba(219, 227, 239, 0.95);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product_list > ul > li:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--shadow);
}

.product_img {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f1f5f9;
}

.product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_con {
  width: 100% !important;
  height: auto !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.product_con a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product_con b {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.djzx {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  margin-top: auto !important;
  padding: 10px 14px;
  align-self: flex-start;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.08) !important;
  color: var(--blue) !important;
  font-size: 14px;
  line-height: 1.2 !important;
}

.djzx:hover {
  background: var(--blue) !important;
  color: #fff !important;
}

.news > ul {
  display: grid;
  gap: 18px;
}

.news > ul > li {
  background: transparent !important;
}

.news > ul > li > .box {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 22px !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.news_time {
  float: none !important;
  width: auto !important;
  text-align: left !important;
}

.news_time p {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
}

.news_time img,
.news_x {
  display: none !important;
}

.news_con {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}

.news_con a:first-child {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.news_con a:last-child {
  color: var(--muted);
  font-size: 15px;
}

.pages {
  margin-top: 34px;
}

.pages ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pages li {
  display: block !important;
}

.pages a,
.pages span {
  display: inline-flex !important;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  line-height: 1 !important;
}

.pages .page-num-current {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: #fff !important;
}

.product_article_img {
  float: none !important;
  width: min(420px, 100%) !important;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product_article_img ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
}

.product_article_img img {
  max-height: 320px;
  object-fit: contain;
}

.product_article_title {
  float: none !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.con .box:has(.product_article_img) {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 28px;
  align-items: start;
}

.product_article_title p {
  color: var(--ink) !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 700;
}

.product_article_title1 {
  width: 64px !important;
  height: 3px !important;
  margin: 18px 0 !important;
  background: var(--blue) !important;
}

.product_article_jj {
  color: var(--muted) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.product_article_title::after {
  content: "获取配置建议";
  display: inline-flex;
  margin-top: 24px;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.product_article_title2,
.product_tedian,
.sxy,
.case_title,
.case_body {
  grid-column: 1 / -1;
}

.product_article_title2 {
  margin-top: 30px;
  border-bottom: 1px solid var(--line);
}

.product_article_title21 {
  display: inline-flex !important;
  padding: 0 0 12px !important;
  border-bottom: 3px solid var(--blue);
  color: var(--ink) !important;
  font-size: 24px !important;
  font-weight: 700;
}

.product_tedian {
  margin-top: 24px;
}

.product_tedian .spec,
.product_tedian table,
.case_body table {
  border-radius: 8px;
  background: #fff !important;
}

.product_tedian .spec {
  padding: 20px !important;
  border: 1px solid var(--line);
}

.case_title {
  padding: 0 0 26px;
  border-bottom: 1px solid var(--line);
  text-align: left !important;
}

.case_title1 {
  color: var(--ink) !important;
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 700;
}

.case_title2 {
  margin-top: 10px;
  color: var(--muted) !important;
  font-size: 14px !important;
}

.case_body {
  padding-top: 26px;
}

.case_body img {
  border-radius: 8px;
}

.sxy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.sxy1,
.sxy2 {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
}

.modern-page-cta {
  padding: 58px 0;
  background: var(--navy);
  color: #fff;
}

.modern-page-cta .box {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 24px;
  align-items: center;
}

.modern-page-cta h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.modern-page-cta p {
  margin: 0;
  color: #cbd5e1;
}

.modern-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modern-btn,
.modern-btn-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
}

.modern-btn {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.modern-btn:hover {
  transform: translateY(-2px);
  background: #1d4ed8;
  color: #fff;
}

.modern-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.modern-btn-secondary:hover {
  border-color: rgba(6, 182, 212, 0.7);
  color: #fff;
  background: rgba(6, 182, 212, 0.12);
}

.di {
  background: #07182e !important;
  color: #cbd5e1;
}

.di > .box {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 34px;
  padding: 48px 0 !important;
}

.di1,
.di2,
.di3 {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.di1 > div:first-child,
.di21 {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700;
}

.di11 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.di11 p,
.di2_nav li a,
.di_ewm p,
.di42 {
  color: #cbd5e1 !important;
  font-size: 14px !important;
}

.di2_nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.di2_nav li,
.di2_nav li:nth-child(2n) {
  float: none !important;
  margin: 0 !important;
}

.di2_nav li a {
  width: auto !important;
  height: auto !important;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08) !important;
  line-height: 1.4 !important;
}

.di2_nav li a:hover {
  color: #fff !important;
  background: rgba(37, 99, 235, 0.32) !important;
}

.di_ewm {
  float: left;
  width: 110px !important;
  margin-right: 14px;
}

.di_ewm img {
  border-radius: 8px;
}

.di4 {
  padding: 18px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #051225 !important;
}

.di4 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.di41,
.di42 {
  float: none !important;
  width: auto !important;
}

.di41 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.di41 li {
  float: none !important;
  margin: 0 !important;
}

.di41 li a {
  color: #cbd5e1 !important;
}

.xh-section {
  padding: 92px 0;
}

.xh-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.xh-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 34px;
}

.xh-eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.xh-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.28;
  font-weight: 700;
}

.xh-section-desc {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.xh-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 116px 0 54px;
  background:
    linear-gradient(120deg, rgba(11, 31, 58, 0.96), rgba(14, 42, 71, 0.9)),
    url("../img/1644929295264233.jpg") center / cover no-repeat;
  color: #fff;
}

.xh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
}

.xh-hero .xh-container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.xh-hero .xh-container > * {
  min-width: 0;
}

.xh-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.xh-hero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #d8e4f3;
  font-size: 17px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.xh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.xh-trust {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 62px;
}

.xh-trust-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.xh-trust-card b {
  display: block;
  color: #fff;
  font-size: 22px;
}

.xh-trust-card span {
  color: #cbd5e1;
  font-size: 13px;
}

.xh-hero-visual {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.xh-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.xh-visual-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.xh-visual-status span {
  display: block;
  padding: 10px;
  border-radius: 8px;
  background: rgba(6, 182, 212, 0.12);
  color: #dff8ff;
  font-size: 13px;
  text-align: center;
}

.xh-grid-3,
.xh-grid-4,
.xh-grid-6 {
  display: grid;
  gap: 18px;
}

.xh-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xh-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xh-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.xh-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.xh-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--shadow);
}

.xh-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
  font-weight: 700;
}

.xh-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.xh-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.xh-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.xh-band {
  background: #fff;
}

.xh-dark {
  background: var(--navy);
  color: #fff;
}

.xh-dark .xh-eyebrow {
  color: #67e8f9;
}

.xh-dark h2,
.xh-dark .xh-card h3 {
  color: #fff;
}

.xh-dark .xh-section-desc,
.xh-dark .xh-card p {
  color: #cbd5e1;
}

.xh-dark .xh-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.xh-product-card {
  overflow: hidden;
  padding: 0;
}

.xh-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 20px;
  background: #f1f5f9;
}

.xh-product-body {
  padding: 20px;
}

.xh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}

.xh-tags span {
  padding: 5px 8px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 12px;
}

.xh-brand-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.xh-brand-strip span {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-weight: 700;
}

.xh-contact {
  background: var(--navy);
  color: #fff;
}

.xh-contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
}

.xh-contact h2 {
  color: #fff;
}

.xh-contact p,
.xh-contact li {
  color: #cbd5e1;
}

.xh-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.xh-contact-list li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.modern-inquiry-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.modern-inquiry-form label {
  display: grid;
  gap: 6px;
  color: #dbeafe;
  font-size: 14px;
}

.modern-inquiry-form input,
.modern-inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
}

.modern-inquiry-form textarea {
  min-height: 112px;
  resize: vertical;
}

.modern-form-note {
  min-height: 24px;
  color: #bae6fd;
  font-size: 14px;
}

.modern-contact-page {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.modern-contact-card,
.modern-contact-map {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.modern-contact-card h1 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.28;
}

.modern-contact-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.modern-contact-card dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.modern-contact-card dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 16px;
}

.modern-contact-map img {
  width: 100%;
  border-radius: 8px;
}

.modern-contact-map .modern-inquiry-form {
  margin-top: 18px;
  border-color: var(--line);
  background: #fff;
}

.modern-contact-map .modern-inquiry-form label {
  color: var(--ink);
}

.modern-contact-map .modern-inquiry-form input,
.modern-contact-map .modern-inquiry-form textarea {
  border-color: var(--line);
  background: var(--soft);
}

@media (max-width: 1100px) {
  .head3 .box {
    align-items: flex-start;
  }

  .head2 {
    width: 100%;
  }

  .nav > ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .product_list > ul,
  .xh-grid-3,
  .xh-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xh-grid-6,
  .xh-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xh-hero .xh-container,
  .xh-contact-grid,
  .modern-contact-page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .box,
  .box1,
  .xh-container {
    width: min(100% - 28px, 1180px) !important;
  }

  .head3 {
    min-height: 72px;
  }

  .head3 .box {
    flex-wrap: wrap;
    align-items: center;
  }

  .head1 p:first-child {
    font-size: 17px !important;
  }

  .head1 p:last-child,
  .head2 > p {
    display: none;
  }

  .modern-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 18px;
    margin-left: 0;
  }

  .head2 {
    display: none;
    order: 10;
    width: 100%;
    align-items: stretch;
    margin-left: 0 !important;
  }

  .head3.nav-open .head2 {
    display: block;
  }

  .nav > ul {
    display: grid;
    gap: 6px;
    padding-top: 12px;
    justify-content: stretch;
  }

  .nav > ul > li > a {
    justify-content: space-between;
  }

  .nav > ul > li > dl {
    position: static !important;
    width: 100% !important;
    margin-top: 6px;
    box-shadow: none;
  }

  .banner {
    height: 190px !important;
  }

  .con,
  .xh-section {
    padding: 58px 0 !important;
  }

  .product_list > ul,
  .news > ul > li > .box,
  .product_article_img + .product_article_title,
  .con .box:has(.product_article_img),
  .sxy,
  .modern-page-cta .box,
  .di > .box,
  .di4 .box,
  .xh-grid-3,
  .xh-grid-4,
  .xh-grid-6,
  .xh-brand-strip,
  .xh-trust,
  .xh-contact-grid,
  .modern-contact-page {
    grid-template-columns: 1fr;
  }

  .xh-section-head,
  .di4 .box {
    display: grid;
    align-items: start;
  }

  .xh-hero {
    min-height: 0;
    padding: 72px 0 46px;
  }

  .xh-hero .xh-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .xh-hero h1 {
    font-size: 28px;
    word-break: break-all;
  }

  .xh-hero p {
    font-size: 14px;
    max-width: 100%;
    word-break: break-all;
  }

  .xh-hero-visual {
    padding: 14px;
  }

  .xh-visual-status {
    grid-template-columns: 1fr;
  }

  .product_article_title p,
  .case_title1,
  .modern-page-cta h2,
  .xh-section h2 {
    font-size: 26px !important;
  }

  .di2_nav {
    grid-template-columns: 1fr;
  }
}
