
    * {
      box-sizing: border-box;
    }

    html {
      max-width: 100%;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    body {
      min-width: 0 !important;
      max-width: 100%;
      margin: 0;
      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,
    textarea {
      font: inherit;
    }

    img {
      display: block;
      max-width: 100%;
      border: 0;
    }

    .contact-page {
      width: 100%;
      overflow: hidden;
      background: #fff;
    }

    .contact-width {
      width: min(1200px, calc(100% - 40px));
      margin: 0 auto;
    }

    .contact-hero {
      position: relative;
      min-height: 500px;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background: #0b356f;
    }

    .contact-hero > img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .contact-hero::after {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(4, 31, 67, .94), rgba(8, 54, 109, .77) 50%, rgba(8, 54, 109, .16));
      content: "";
    }

    .contact-hero-inner {
      position: relative;
      z-index: 2;
      padding: 82px 0;
    }

    .contact-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 14px;
      color: #bfe5ff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .contact-eyebrow::before {
      width: 38px;
      height: 3px;
      background: #23a9e6;
      content: "";
    }

    .contact-hero h1 {
      margin: 0;
      font-size: 52px;
      line-height: 1.12;
    }

    .contact-hero h2 {
      margin: 18px 0 0;
      font-size: 25px;
      font-weight: 500;
      line-height: 1.4;
    }

    .contact-hero p {
      max-width: 680px;
      margin: 22px 0 0;
      color: rgba(255, 255, 255, .85);
      font-size: 17px;
    }

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

    .contact-button {
      min-width: 170px;
      min-height: 46px;
      display: inline-flex;
      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;
      text-align: center;
      cursor: pointer;
      transition: background .2s ease, border-color .2s ease, color .2s ease;
    }

    .contact-button:hover {
      border-color: #00518d;
      background: #00518d;
    }

    .contact-button-light {
      border-color: rgba(255, 255, 255, .72);
      background: transparent;
    }

    .contact-button-light:hover {
      border-color: #fff;
      color: #15458e;
      background: #fff;
    }

    .contact-section {
      padding: 72px 0;
    }

    .contact-section-alt {
      border-top: 1px solid #edf0f4;
      border-bottom: 1px solid #edf0f4;
      background: #f3f6f9;
    }

    .contact-heading {
      max-width: 780px;
      margin: 0 auto 40px;
      text-align: center;
    }

    .contact-heading > span {
      display: block;
      margin-bottom: 8px;
      color: #0873bd;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .contact-heading h2 {
      margin: 0;
      color: #222;
      font-size: 34px;
      line-height: 1.25;
    }

    .contact-heading p {
      margin: 14px 0 0;
      color: #666;
      font-size: 15px;
    }

    .contact-heading::after {
      display: block;
      width: 56px;
      height: 3px;
      margin: 20px auto 0;
      background: #0873bd;
      content: "";
    }

    .quick-contact {
      position: relative;
      z-index: 4;
      margin-top: -54px;
    }

    .quick-contact-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border: 1px solid #dfe5ec;
      background: #fff;
      box-shadow: 0 14px 32px rgba(20, 53, 90, .11);
    }

    .quick-contact-item {
      min-height: 150px;
      padding: 27px 25px;
      border-right: 1px solid #dfe5ec;
    }

    .quick-contact-item:last-child {
      border-right: 0;
    }

    .quick-contact-item small {
      display: block;
      color: #0873bd;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .quick-contact-item strong {
      display: block;
      margin-top: 9px;
      color: #15458e;
      font-size: 18px;
      line-height: 1.4;
    }

    .quick-contact-item span,
    .quick-contact-item a {
      display: block;
      margin-top: 7px;
      color: #666;
      font-size: 13px;
      line-height: 1.55;
      word-break: break-word;
    }

    .manager-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .manager-card {
      position: relative;
      min-height: 275px;
      padding: 30px 26px 26px;
      border-top: 3px solid #0873bd;
      background: #fff;
      box-shadow: 0 8px 22px rgba(25, 55, 90, .06);
    }

    .manager-index {
      position: absolute;
      top: 24px;
      right: 24px;
      color: #dbe9f4;
      font-size: 38px;
      font-weight: 700;
      line-height: 1;
    }

    .manager-card > span {
      color: #0873bd;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .manager-card h3 {
      margin: 11px 0 22px;
      color: #222;
      font-size: 24px;
      line-height: 1.3;
    }

    .manager-detail {
      padding: 10px 0;
      border-top: 1px solid #e5eaf0;
    }

    .manager-detail strong {
      display: block;
      color: #405064;
      font-size: 11px;
      text-transform: uppercase;
    }

    .manager-detail a,
    .manager-detail span {
      display: block;
      margin-top: 3px;
      color: #555;
      font-size: 13px;
      word-break: break-word;
    }

    .manager-detail a:hover {
      color: #0873bd;
    }

    .inquiry-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
      gap: 46px;
      align-items: stretch;
    }

    .inquiry-panel {
      padding: 38px 40px 42px;
      border-top: 4px solid #0873bd;
      background: #fff;
      box-shadow: 0 12px 30px rgba(20, 53, 90, .08);
    }

    .inquiry-panel h2 {
      margin: 0;
      color: #15458e;
      font-size: 30px;
      line-height: 1.3;
    }

    .inquiry-panel > p {
      margin: 10px 0 28px;
      color: #666;
    }

    .inquiry-form {
      display: grid;
      gap: 18px;
    }

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

    .form-field {
      display: grid;
      gap: 7px;
    }

    .form-field label {
      color: #314459;
      font-size: 13px;
      font-weight: 700;
    }

    .required {
      color: #d9473f;
    }

    .form-field input,
    .form-field textarea {
      width: 100%;
      min-height: 47px;
      margin: 0;
      padding: 11px 13px;
      border: 1px solid #cfd9e3;
      border-radius: 2px;
      outline: 0;
      color: #333;
      background: #f8fafc;
      box-shadow: none;
      font-size: 14px;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .form-field textarea {
      min-height: 145px;
      resize: vertical;
    }

    .form-field input:focus,
    .form-field textarea: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 {
      border-color: #d9473f;
      box-shadow: 0 0 0 3px rgba(217, 71, 63, .1);
    }

    .form-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .form-status {
      min-height: 24px;
      margin: 0;
      color: #168765;
      font-size: 13px;
      font-weight: 700;
    }

    .form-status.is-error {
      color: #d9473f;
    }

    .form-submit {
      flex: 0 0 190px;
      border: 0;
    }

    .support-panel {
      position: relative;
      overflow: hidden;
      min-height: 100%;
      padding: 38px 34px;
      color: #fff;
      background: #15458e;
    }

    .support-panel::after {
      position: absolute;
      right: -90px;
      bottom: -120px;
      width: 300px;
      height: 300px;
      border: 55px solid rgba(255, 255, 255, .06);
      border-radius: 50%;
      content: "";
    }

    .support-panel-content {
      position: relative;
      z-index: 1;
    }

    .support-panel span {
      color: #7ed2f6;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .support-panel h3 {
      margin: 10px 0 18px;
      font-size: 27px;
      line-height: 1.35;
    }

    .support-panel p {
      margin: 0;
      color: rgba(255, 255, 255, .8);
      font-size: 14px;
    }

    .support-list {
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
    }

    .support-list li {
      padding: 14px 0;
      border-top: 1px solid rgba(255, 255, 255, .18);
      color: #fff;
      font-size: 14px;
      font-weight: 700;
    }

    .support-panel .contact-button {
      width: 100%;
      margin-top: 28px;
    }

    .office-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 28px;
    }

    .office-card {
      min-height: 205px;
      padding: 27px 28px;
      border: 1px solid #dfe5ec;
      background: #fff;
    }

    .office-card strong {
      display: block;
      color: #15458e;
      font-size: 20px;
      line-height: 1.35;
    }

    .office-card p {
      margin: 12px 0 0;
      color: #666;
      font-size: 13px;
    }

    .office-card a,
    .office-card span {
      display: block;
      margin-top: 7px;
      color: #405064;
      font-size: 13px;
      word-break: break-word;
    }

    .office-card a:hover {
      color: #0873bd;
    }

    .contact-map-frame {
      position: relative;
      overflow: hidden;
      border: 1px solid #dfe5ec;
      background: #e9eef3;
      box-shadow: 0 10px 28px rgba(20, 53, 90, .07);
    }

    #contactOfficeMap {
      width: 100%;
      height: 520px;
      z-index: 1;
    }

    .leaflet-tooltip.contact-office-tooltip {
      width: 270px;
      padding: 12px 14px;
      border: 1px solid #cfd9e3;
      border-radius: 2px;
      color: #444;
      background: #fff;
      box-shadow: 0 5px 16px rgba(17, 43, 72, .18);
      white-space: normal;
    }

    .contact-office-tooltip strong {
      display: block;
      margin-bottom: 5px;
      color: #15458e;
      font-size: 14px;
    }

    .contact-office-tooltip span {
      display: block;
      margin-top: 3px;
      color: #555;
      font-size: 12px;
      line-height: 1.5;
      word-break: break-word;
    }

    .map-note {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 500;
      padding: 8px 12px;
      color: #fff;
      background: rgba(14, 53, 96, .82);
      font-size: 11px;
      pointer-events: none;
    }

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

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1100px) {
      .quick-contact-grid,
      .manager-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .quick-contact-item:nth-child(2) {
        border-right: 0;
      }

      .quick-contact-item {
        border-bottom: 1px solid #dfe5ec;
      }

      .inquiry-layout {
        grid-template-columns: 1fr;
      }

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

    @media (max-width: 700px) {
      .contact-width {
        width: calc(100% - 28px);
      }

      .contact-hero {
        min-height: 520px;
      }

      .contact-hero::after {
        background: rgba(5, 39, 80, .84);
      }

      .contact-hero-inner {
        padding: 62px 0 96px;
      }

      .contact-hero h1 {
        font-size: 38px;
      }

      .contact-hero h2 {
        font-size: 21px;
      }

      .contact-section {
        padding: 52px 0;
      }

      .contact-heading h2 {
        font-size: 29px;
      }

      .quick-contact-grid,
      .manager-grid,
      .form-grid {
        grid-template-columns: 1fr;
      }

      .quick-contact-item,
      .quick-contact-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #dfe5ec;
      }

      .quick-contact-item:last-child {
        border-bottom: 0;
      }

      .inquiry-panel {
        padding: 30px 20px;
      }

      .form-footer {
        align-items: stretch;
        flex-direction: column;
      }

      .form-submit {
        flex-basis: auto;
        width: 100%;
      }

      .support-panel {
        padding: 32px 24px;
      }

      #contactOfficeMap {
        height: 430px;
      }

      .leaflet-tooltip.contact-office-tooltip {
        display: none;
      }

      .contact-actions,
      .contact-button {
        width: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      .reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }
    
    	.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;
}
