
    * { box-sizing: border-box; }
    html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
    body {
      margin: 0;
      min-width: 0 !important;
      max-width: 100%;
      overflow-x: hidden;
      color: #333;
      background: #fff;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.8;
    }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    button { cursor: pointer; }
    img { display: block; width: 100%; max-width: 100%; border: 0; }
    ul { margin: 0; padding: 0; list-style: none; }

    .service-page { overflow: hidden; background: #fff; }
    .service-width { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
    .service-section { padding: 72px 0; }
    .service-overview-section { padding-bottom: 42px; }
    .service-section-alt {
      border-top: 1px solid #edf0f4;
      border-bottom: 1px solid #edf0f4;
      background: #f6f8fb;
    }

    .service-hero {
      position: relative;
      min-height: 570px;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background: #0b356f;
    }
    .service-hero-media { position: absolute; inset: 0; }
    .service-hero-media img { height: 100%; object-fit: cover; object-position: center; }
    .service-hero::before {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, rgba(4,31,67,.98) 0%, rgba(7,49,99,.92) 38%, rgba(7,49,99,.35) 70%, rgba(7,49,99,.04) 100%);
      content: "";
    }
    .service-hero-inner { position: relative; z-index: 2; padding: 88px 0 80px; }
    .service-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 14px;
      color: #bfe5ff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .service-eyebrow::before { width: 38px; height: 3px; background: #23a9e6; content: ""; }
    .service-hero h1 { max-width: 720px; margin: 0; font-size: 52px; font-weight: 700; line-height: 1.12; }
    .service-hero h2 { max-width: 760px; margin: 18px 0 0; color: #fff; font-size: 25px; font-weight: 500; line-height: 1.4; }
    .service-hero-copy { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.85); font-size: 17px; }
    .service-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
    .service-button {
      display: inline-flex;
      min-width: 184px;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      padding: 10px 22px;
      border: 1px solid #0873bd;
      color: #fff;
      background: #0873bd;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.4;
      transition: background .2s ease, border-color .2s ease, color .2s ease;
    }
    .service-button:hover { border-color: #00518d; background: #00518d; }
    .service-button-light { border-color: rgba(255,255,255,.72); background: transparent; }
    .service-button-light:hover { border-color: #fff; color: #15458e; background: #fff; }

    .service-heading { max-width: 790px; margin: 0 auto 40px; text-align: center; }
    .service-heading-left { margin: 0 0 27px; text-align: left; }
    .service-heading span {
      display: block;
      margin-bottom: 8px;
      color: #0873bd;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .service-heading h2 { margin: 0; color: #222; font-size: 34px; font-weight: 700; line-height: 1.25; }
    .service-heading p { margin: 14px 0 0; color: #777; font-size: 15px; }
    .service-heading::after { display: block; width: 56px; height: 3px; margin: 20px auto 0; background: #0873bd; content: ""; }
    .service-heading-left::after { margin-left: 0; }

    .service-overview {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 440px;
      gap: 56px;
      align-items: stretch;
    }
    .overview-copy p { margin: 0 0 16px; color: #555; font-size: 15px; text-align: justify; }
    .overview-note {
      margin-top: 24px;
      padding: 18px 22px;
      border-left: 4px solid #0873bd;
      color: #15458e;
      background: #eef6fb;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.6;
    }
    .overview-media { position: relative; min-height: 430px; overflow: hidden; background: #e9eef4; }
    .overview-media img { height: 100%; object-fit: cover; }
    .overview-badge {
      position: absolute;
      left: 0;
      bottom: 0;
      width: min(370px, 92%);
      padding: 14px 22px;
      color: #fff;
      background: #15458e;
    }
    .overview-badge strong { display: block; font-size: 24px; line-height: 1.1; }
    .overview-badge span { display: block; margin-top: 5px; color: rgba(255,255,255,.8); font-size: 13px; white-space: nowrap; }

    .support-strip {
      padding: 38px 0;
      background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f6f8fb 50%, #f6f8fb 100%);
    }
    .support-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .support-metrics li {
      min-height: 148px;
      padding: 27px 28px;
      border: 1px solid #e2e7ee;
      background: #fff;
      box-shadow: 0 8px 22px rgba(25,55,90,.06);
    }
    .support-metrics strong { display: block; color: #15458e; font-size: 17px; line-height: 1.35; }
    .support-metrics span { display: block; margin-top: 9px; color: #666; line-height: 1.65; }

    .support-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
    .support-card {
      position: relative;
      min-height: 270px;
      padding: 28px 26px;
      border: 1px solid #e2e7ee;
      border-top: 4px solid #0873bd;
      background: #fff;
      box-shadow: 0 12px 30px rgba(25,55,90,.07);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .support-card:hover {
      transform: translateY(-4px);
      border-color: #b7d8ef;
      box-shadow: 0 18px 38px rgba(20,53,90,.12);
    }
    .support-card em {
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      color: #fff;
      background: #0873bd;
      font-style: normal;
      font-weight: 700;
    }
    .support-card h3 { margin: 0; color: #222; font-size: 20px; line-height: 1.35; }
    .support-card p { margin: 12px 0 0; color: #66717d; line-height: 1.65; }

    .process-layout {
      display: grid;
      grid-template-columns: minmax(560px, 1.16fr) minmax(0, .84fr);
      grid-template-rows: auto auto;
      gap: 16px 40px;
      align-items: stretch;
    }
    .process-visual, .process-side { display: contents; }
    .process-media {
      position: sticky;
      top: 24px;
      grid-column: 1;
      grid-row: 1;
      overflow: hidden;
      aspect-ratio: 1672 / 941;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #dfe5ec;
      background: #fff;
      box-shadow: 0 10px 28px rgba(25,55,90,.06);
    }
    .process-media img { width: 100%; height: 100%; object-fit: contain; }
    .process-tabs {
      grid-column: 1;
      grid-row: 2;
      display: grid;
      grid-template-columns: repeat(6, minmax(0,1fr));
      gap: 10px;
    }
    .process-step {
      min-width: 0;
      min-height: 70px;
      padding: 12px 8px;
      border: 1px solid #dfe5ec;
      background: #fff;
      cursor: pointer;
      text-align: center;
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }
    .process-step:hover, .process-step.is-active { border-color: #15458e; background: #eef6fb; transform: translateY(-2px); }
    .process-step em { display: block; color: #0873bd; font-size: 22px; font-style: normal; font-weight: 700; line-height: 1; }
    .process-step span { display: block; margin-top: 8px; color: #4c5a68; font-size: 12px; font-weight: 700; line-height: 1.25; }
    .process-detail {
      grid-column: 2;
      grid-row: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 42px 44px;
      border: 1px solid #dfe5ec;
      border-left: 4px solid #0873bd;
      background: #fff;
      box-shadow: 0 10px 28px rgba(25,55,90,.06);
    }
    .process-detail em { color: #0873bd; font-size: 15px; font-style: normal; font-weight: 700; text-transform: uppercase; }
    .process-detail h3 { margin: 12px 0 0; color: #222; font-size: 30px; line-height: 1.25; }
    .process-detail p { margin: 18px 0 0; color: #5f6974; font-size: 16px; line-height: 1.75; }
    .process-side-action { grid-column: 2; grid-row: 2; }
    .process-side-action .service-button { width: 100%; height: 100%; min-height: 70px; }

    .advantage-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
    .advantage-card { padding: 26px 22px; border-top: 4px solid #0873bd; background: #fff; box-shadow: 0 8px 22px rgba(25,55,90,.06); }
    .advantage-card h3 { margin: 0; color: #15458e; font-size: 18px; line-height: 1.35; }
    .advantage-card p { margin: 10px 0 0; color: #666; line-height: 1.65; }

    .resource-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 40px; align-items: stretch; }
    .resource-video-card, .manual-panel {
      border: 1px solid #dfe5ec;
      background: #fff;
      box-shadow: 0 8px 22px rgba(25,55,90,.05);
    }
    .resource-video-card { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
    .resource-video-card .service-heading { padding: 30px 30px 0; margin-bottom: 24px; }
    .video-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 0 30px; }
    .video-item {
      overflow: hidden;
      border: 1px solid #e2e7ee;
      background: #f8fafc;
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .video-item:hover {
      border-color: #b7d8ef;
      box-shadow: 0 10px 24px rgba(25,55,90,.08);
      transform: translateY(-2px);
    }
    .video-thumb { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #e9eef4; }
    .video-thumb img { height: 100%; object-fit: cover; transition: transform .25s ease; }
    .video-item:hover .video-thumb img { transform: scale(1.04); }
    .video-play {
      position: absolute;
      right: 12px;
      bottom: 12px;
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      background: rgba(8,115,189,.94);
      font-size: 13px;
      font-weight: 700;
    }
    .video-play::before {
      width: 0;
      height: 0;
      margin-left: 3px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 11px solid #fff;
      content: "";
    }
    .video-info { padding: 13px 14px 15px; }
    .video-info strong {
      display: -webkit-box;
      min-height: 40px;
      overflow: hidden;
      color: #222;
      font-size: 15px;
      line-height: 1.35;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    .video-info span { display: block; margin-top: 6px; color: #8a96a3; font-size: 12px; font-weight: 700; text-transform: uppercase; }
    .resource-action { padding: 24px 30px 30px; }
    .resource-action .service-button { width: 100%; }
    .manual-panel { padding: 30px; }
    .manual-panel .service-heading { margin-bottom: 24px; }
    .manual-panel h3 { margin: 0; color: #222; font-size: 24px; line-height: 1.35; }
    .manual-panel > p { margin: 10px 0 22px; color: #66717d; line-height: 1.65; }
    .manual-list { display: grid; gap: 12px; }
    .manual-item {
      display: grid;
      grid-template-columns: 74px minmax(0,1fr) auto;
      gap: 16px;
      align-items: center;
      padding: 12px;
      border: 1px solid #e2e7ee;
      background: #f8fafc;
    }
    .manual-thumb { overflow: hidden; width: 74px; height: 58px; background: #e9eef4; }
    .manual-thumb img { height: 100%; object-fit: cover; }
    .manual-info strong { display: block; color: #222; font-size: 15px; line-height: 1.35; }
    .manual-info span { display: block; margin-top: 3px; color: #8a96a3; font-size: 12px; font-weight: 700; text-transform: uppercase; }
    .manual-link {
      display: inline-flex;
      min-width: 92px;
      min-height: 36px;
      align-items: center;
      justify-content: center;
      padding: 7px 12px;
      color: #fff;
      background: #0873bd;
      font-size: 12px;
      font-weight: 700;
      transition: background .2s ease;
    }
    .manual-link:hover { background: #00518d; color: #fff; }
    .manual-panel .service-button { width: 100%; margin-top: 22px; }

    .faq-layout { display: grid; grid-template-columns: 340px minmax(0,1fr); gap: 48px; align-items: start; }
    .faq-note { padding: 30px 32px; color: #fff; background: #15458e; }
    .faq-note h3 { margin: 0; font-size: 25px; line-height: 1.3; }
    .faq-note p { margin: 14px 0 0; color: rgba(255,255,255,.82); }
    .faq-list { border-top: 1px solid #dfe5ec; background: #fff; }
    .faq-item { border-bottom: 1px solid #dfe5ec; }
    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 20px 0;
      border: 0;
      color: #222;
      background: transparent;
      font-weight: 700;
      text-align: left;
    }
    .faq-question::after { flex: 0 0 auto; color: #0873bd; font-size: 22px; line-height: 1; content: "+"; }
    .faq-item.is-open .faq-question::after { content: "-"; }
    .faq-answer { display: none; padding: 0 34px 20px 0; color: #66717d; }
    .faq-item.is-open .faq-answer { display: block; }

    .inquiry-section {
      position: relative;
      overflow: hidden;
      color: #fff;
      background: #0b356f;
    }
    .inquiry-section::before {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(4,31,67,.96), rgba(5,43,88,.9));
      content: "";
    }
    .inquiry-section::after {
      position: absolute;
      inset: 0;
      background: url("https://www.kjt-sensors.com/uploadfile/202606/customized-production.jpg") center/cover no-repeat;
      opacity: .18;
      content: "";
    }
    .inquiry-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 410px minmax(0,1fr);
      gap: 46px;
      align-items: start;
    }
    .inquiry-copy h2 { margin: 0; font-size: 34px; line-height: 1.25; }
    .inquiry-copy p { margin: 16px 0 0; color: rgba(255,255,255,.82); font-size: 15px; }
    .inquiry-tips { margin-top: 26px; }
    .inquiry-tips li { position: relative; margin-top: 10px; padding-left: 18px; color: rgba(255,255,255,.82); }
    .inquiry-tips li::before { position: absolute; top: 12px; left: 0; width: 6px; height: 6px; background: #23a9e6; content: ""; }
    .service-form {
      padding: 32px;
      border: 1px solid rgba(255,255,255,.2);
      background: #fff;
      color: #333;
      box-shadow: 0 18px 38px rgba(0,0,0,.18);
    }
    .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
    .form-field { min-width: 0; }
    .form-field-full { grid-column: 1 / -1; }
    .form-field label { display: block; margin-bottom: 7px; color: #34404c; font-weight: 700; line-height: 1.3; }
    .form-field input, .form-field textarea, .form-field select {
      width: 100%;
      min-height: 46px;
      padding: 10px 13px;
      border: 1px solid #d5dde7;
      border-radius: 0;
      outline: none;
      color: #333;
      background: #f8fafc;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .form-field textarea { min-height: 128px; resize: vertical; }
    .form-field input:focus, .form-field textarea:focus, .form-field select:focus {
      border-color: #0873bd;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(8,115,189,.12);
    }
    .form-field input.is-invalid, .form-field textarea.is-invalid, .form-field select.is-invalid {
      border-color: #d93025;
      background: #fff8f7;
    }
    .form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
    .form-status { min-height: 22px; margin: 0; color: #66717d; line-height: 1.55; }
    .form-status a { color: #0873bd; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
    .form-status.is-error { color: #d93025; }
    .form-submit { flex: 0 0 auto; border: 0; }

    .reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .reveal, .support-card, .process-step { transition: none; }
    }

    @media (max-width: 1100px) {
      .support-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .advantage-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
      .service-overview, .resource-layout, .inquiry-inner { grid-template-columns: 1fr; }
      .overview-media, .resource-media { min-height: 360px; }
    }

    @media (max-width: 900px) {
      .support-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .process-layout, .faq-layout { grid-template-columns: 1fr; }
      .process-media { position: relative; top: auto; min-height: 0; }
      .process-media, .process-tabs, .process-detail, .process-side-action { grid-column: 1; grid-row: auto; }
      .process-tabs { grid-template-columns: repeat(3, minmax(0,1fr)); }
    }

    @media (max-width: 760px) {
      .service-width { width: min(100% - 30px, 1200px); }
      .service-section { padding: 54px 0; }
      .service-hero { min-height: 590px; }
      .service-hero-media img { width: auto; max-width: none; object-position: 72% center; }
      .service-hero::before { background: rgba(4,31,67,.84); }
      .service-hero-inner { padding: 68px 0 60px; }
      .service-hero h1 { font-size: 39px; }
      .service-hero h2 { font-size: 21px; }
      .service-hero-copy { font-size: 15px; }
      .service-actions, .service-button { width: 100%; }
      .service-heading { margin-bottom: 30px; }
      .service-heading h2, .inquiry-copy h2 { font-size: 29px; }
      .service-overview { gap: 34px; }
      .overview-media { min-height: 300px; }
      .support-strip { padding: 26px 0; }
      .support-metrics, .support-grid, .video-list, .advantage-grid, .form-grid { grid-template-columns: 1fr; }
      .support-card { min-height: auto; }
      .service-form, .faq-note { padding: 26px 22px; }
      .process-media { min-height: 0; }
      .process-tabs { gap: 8px; }
      .process-step { min-height: 62px; padding: 10px 6px; }
      .process-step em { font-size: 19px; }
      .process-step span { margin-top: 6px; font-size: 11px; }
      .process-detail { display: none; }
      .process-side-action { display: block; }
      .process-detail h3 { font-size: 24px; }
      .process-detail p { font-size: 15px; }
      .resource-video-card { display: block; }
      .resource-video-card .service-heading { padding: 26px 22px 0; }
      .video-list { padding: 0 22px; }
      .resource-action { padding: 22px; }
      .manual-panel { padding: 24px 22px; }
      .manual-item { grid-template-columns: 64px minmax(0,1fr); gap: 12px; }
      .manual-thumb { width: 64px; height: 52px; }
      .manual-link { grid-column: 2; width: 100%; }
      .faq-answer { padding-right: 0; }
      .inquiry-inner { gap: 30px; }
      .form-footer { align-items: stretch; flex-direction: column; }
      .form-submit { width: 100%; }
    }
    	  .form-actions {
	    grid-template-columns: 1fr;
	  }
	}
	.header-msg{padding-top:5px;}
	.header-msg .msg-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header-msg .msg-item .icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.header-msg .msg-item .word {
  display: inline-block;
  white-space: nowrap;
  line-height: 18px;
}
