
  .du-page,
  .du-page * {
    box-sizing: border-box;
  }

  .du-page {
    width: 100%;
    margin: 0;
    padding: 0 0 82px 0;
    background: #ffffff;
    color: #24384b;
    font-family: "PingFang TC", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    word-break: break-word;
  }

  .du-page img {
    max-width: 100%;
    border: 0;
  }

  .du-page a {
    color: #0e6db6;
    text-decoration: underline;
  }

  .du-page a:hover,
  .du-page a:focus {
    color: #083f70;
  }

  .du-wrap {
    width: 94%;
    max-width: 1120px;
    margin: 0 auto;
  }

  .du-narrow {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .du-update-bar {
    background: #e8f2fb;
    border-bottom: 1px solid #c8deef;
    color: #244861;
    padding: 9px 16px;
    text-align: center;
    font-size: 14px;
  }

  .du-hero {
    overflow: hidden;
    background: #0a4e85;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(10, 78, 133, 0.18);
  }

  .du-hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .du-hero-copy {
    width: 54%;
    padding: 52px 44px 48px 44px;
    color: #ffffff;
    background: #0a4e85;
  }

  .du-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .du-hero-title {
    margin: 0 0 18px 0;
    color: #ffffff;
    font-size: 39px;
    line-height: 1.25;
    font-weight: 800;
  }

  .du-hero-copy p {
    margin: 0 0 22px 0;
    color: #eef7ff;
    font-size: 18px;
  }

  .du-hero-points {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
  }

  .du-hero-points li {
    position: relative;
    margin: 8px 0;
    padding-left: 25px;
  }

  .du-hero-points li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #9fe3ff;
    font-weight: 800;
  }

  .du-hero-media {
    width: 46%;
    min-height: 470px;
    overflow: hidden;
    background: #dceef9;
  }

  .du-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    object-position: left center;
  }

  .du-btn-row {
    margin: 0 -5px;
  }

  .du-btn {
    display: inline-block;
    margin: 5px;
    padding: 13px 20px;
    border: 2px solid #ffffff;
    border-radius: 9px;
    background: #ffffff;
    color: #0a4e85 !important;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
  }

  .du-btn:hover,
  .du-btn:focus {
    background: #e8f2fb;
    color: #083f70 !important;
  }

  .du-btn-outline {
    background: transparent;
    color: #ffffff !important;
  }

  .du-btn-outline:hover,
  .du-btn-outline:focus {
    background: #ffffff;
    color: #0a4e85 !important;
  }

  .du-facts {
    margin: 28px -7px 0 -7px;
    display: flex;
    flex-wrap: wrap;
  }

  .du-fact {
    width: 20%;
    padding: 7px;
  }

  .du-fact-inner {
    height: 100%;
    padding: 20px 15px;
    border: 1px solid #d5e5f1;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
  }

  .du-fact strong {
    display: block;
    margin-bottom: 5px;
    color: #0a4e85;
    font-size: 20px;
    line-height: 1.35;
  }

  .du-fact span {
    display: block;
    color: #5d7182;
    font-size: 14px;
    line-height: 1.55;
  }

  .du-section {
    padding: 58px 0 0 0;
  }

  .du-section h2 {
    margin: 0 0 20px 0;
    color: #0a4e85;
    font-size: 30px;
    line-height: 1.35;
  }

  .du-section h3 {
    margin: 0 0 10px 0;
    color: #0e6db6;
    font-size: 21px;
    line-height: 1.4;
  }

  .du-section p {
    margin: 0 0 18px 0;
  }

  .du-lead {
    font-size: 19px;
    color: #344f64;
  }

  .du-answer-box {
    margin-top: 24px;
    padding: 24px 26px;
    border-left: 5px solid #0e6db6;
    border-radius: 10px;
    background: #eef7fd;
  }

  .du-answer-box strong {
    color: #0a4e85;
  }

  .du-toc {
    margin-top: 28px;
    padding: 24px 26px;
    border: 1px solid #d3e4f0;
    border-radius: 14px;
    background: #f8fbfd;
  }

  .du-toc-title {
    margin-bottom: 12px;
    color: #0a4e85;
    font-weight: 800;
    font-size: 18px;
  }

  .du-toc-list {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

  .du-toc-list li {
    width: 50%;
    padding: 5px 8px;
  }

  .du-toc-list a {
    text-decoration: none;
  }

  .du-card-row {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -8px 0 -8px;
  }

  .du-card-col-3 {
    width: 33.333%;
    padding: 8px;
  }

  .du-card-col-2 {
    width: 50%;
    padding: 8px;
  }

  .du-card {
    height: 100%;
    padding: 24px 22px;
    border: 1px solid #d6e5ef;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(32, 75, 108, 0.06);
  }

  .du-card-number {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #e8f2fb;
    color: #0a4e85;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
  }

  .du-card p,
  .du-card ul {
    margin-bottom: 0;
  }

  .du-card ul,
  .du-check-list,
  .du-warning-list {
    padding-left: 22px;
  }

  .du-card li,
  .du-check-list li,
  .du-warning-list li {
    margin: 8px 0;
  }

  .du-price-panel {
    padding: 30px;
    border: 2px solid #0e6db6;
    border-radius: 16px;
    background: #f8fcff;
  }

  .du-price-highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #cadeec;
  }

  .du-price-name {
    width: 60%;
    padding-right: 20px;
  }

  .du-price-name strong {
    display: block;
    color: #0a4e85;
    font-size: 24px;
  }

  .du-price-value {
    width: 40%;
    color: #0a4e85;
    font-size: 36px;
    font-weight: 800;
    text-align: right;
    line-height: 1.2;
  }

  .du-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 18px 0 12px 0;
    -webkit-overflow-scrolling: touch;
  }

  .du-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #ffffff;
  }

  .du-table-wide {
    min-width: 940px;
  }

  .du-table th,
  .du-table td {
    padding: 15px 14px;
    border: 1px solid #d6e3ec;
    vertical-align: top;
    text-align: left;
  }

  .du-table th {
    background: #0a4e85;
    color: #ffffff;
    font-weight: 800;
  }

  .du-table tr:nth-child(even) td {
    background: #f5f9fc;
  }

  .du-small-note {
    color: #647889;
    font-size: 14px;
    line-height: 1.65;
  }

  .du-alert {
    margin-top: 22px;
    padding: 22px 24px;
    border-radius: 12px;
  }

  .du-alert-blue {
    border-left: 5px solid #0e6db6;
    background: #eaf5fc;
  }

  .du-alert-orange {
    border-left: 5px solid #e07a1f;
    background: #fff5e9;
  }

  .du-alert-red {
    border-left: 5px solid #c64242;
    background: #fff0f0;
  }

  .du-alert strong {
    display: block;
    margin-bottom: 5px;
    color: #203f57;
  }

  .du-step-list {
    margin: 22px 0 0 0;
    padding: 0;
    list-style: none;
    counter-reset: du-step;
  }

  .du-step-list li {
    position: relative;
    margin: 0 0 14px 0;
    padding: 20px 20px 20px 72px;
    border: 1px solid #d8e5ee;
    border-radius: 12px;
    background: #ffffff;
    counter-increment: du-step;
  }

  .du-step-list li:before {
    content: counter(du-step);
    position: absolute;
    left: 19px;
    top: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0e6db6;
    color: #ffffff;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
  }

  .du-step-list strong {
    color: #0a4e85;
  }

  .du-report-row {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -7px 0 -7px;
  }

  .du-report-item {
    width: 25%;
    padding: 7px;
  }

  .du-report-inner {
    height: 100%;
    padding: 20px 17px;
    border-top: 4px solid #0e6db6;
    border-right: 1px solid #d7e5ef;
    border-bottom: 1px solid #d7e5ef;
    border-left: 1px solid #d7e5ef;
    border-radius: 10px;
    background: #ffffff;
  }

  .du-report-inner strong {
    display: block;
    margin-bottom: 7px;
    color: #0a4e85;
  }

  .du-link-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -8px 0 -8px;
  }

  .du-link-card {
    width: 33.333%;
    padding: 8px;
  }

  .du-link-card a {
    display: block;
    height: 100%;
    padding: 22px;
    border: 1px solid #cfe0ec;
    border-radius: 12px;
    background: #ffffff;
    color: #244861;
    text-decoration: none;
  }

  .du-link-card a:hover,
  .du-link-card a:focus {
    border-color: #0e6db6;
    background: #f1f8fd;
  }

  .du-link-card strong {
    display: block;
    margin-bottom: 7px;
    color: #0a4e85;
    font-size: 19px;
  }

  .du-faq details {
    margin: 0 0 12px 0;
    border: 1px solid #d4e3ed;
    border-radius: 11px;
    background: #ffffff;
    overflow: hidden;
  }

  .du-faq summary {
    position: relative;
    padding: 18px 52px 18px 20px;
    color: #0a4e85;
    background: #f5f9fc;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
  }

  .du-faq summary::-webkit-details-marker {
    display: none;
  }

  .du-faq summary:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 12px;
    color: #0e6db6;
    font-size: 28px;
    font-weight: 400;
  }

  .du-faq details[open] summary:after {
    content: "−";
  }

  .du-faq-answer {
    padding: 18px 20px 20px 20px;
  }

  .du-faq-answer p:last-child {
    margin-bottom: 0;
  }

  .du-branches-section {
    margin-top: 60px;
    padding: 55px 0;
    background: #eef7fd;
    border-top: 1px solid #d6e7f2;
    border-bottom: 1px solid #d6e7f2;
  }


  .du-branches-intro h2 {
    margin: 0 0 12px 0;
    color: #0a4e85;
    font-size: 30px;
    line-height: 1.35;
  }

  .du-branches-intro p {
    margin: 0 0 18px 0;
  }

  .du-branch-row {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -8px 0 -8px;
  }

  .du-branch {
    width: 33.333%;
    padding: 8px;
  }

  .du-branch-inner {
    height: 100%;
    padding: 25px 22px;
    border: 1px solid #cfe0ec;
    border-radius: 14px;
    background: #ffffff;
  }

  .du-branch-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 9px;
    border-radius: 16px;
    background: #e8f2fb;
    color: #0a4e85;
    font-size: 13px;
    font-weight: 800;
  }

  .du-branch h3 {
    margin: 0 0 12px 0;
    color: #0a4e85;
    font-size: 21px;
  }

  .du-branch p {
    margin: 0 0 10px 0;
  }

  .du-branch-actions {
    margin: 16px -4px 0 -4px;
  }

  .du-mini-btn {
    display: inline-block;
    margin: 4px;
    padding: 9px 12px;
    border: 1px solid #0e6db6;
    border-radius: 7px;
    background: #0e6db6;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .du-mini-btn-light {
    background: #ffffff;
    color: #0e6db6 !important;
  }

  .du-references {
    padding-top: 48px;
    color: #5e7282;
    font-size: 14px;
  }

  .du-references h2 {
    font-size: 24px;
  }

  .du-references ol {
    padding-left: 22px;
  }

  .du-references li {
    margin: 8px 0;
  }

  .du-disclaimer {
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid #dce5eb;
    border-radius: 10px;
    background: #fafcfd;
    color: #566b7b;
    font-size: 14px;
  }

  .du-mobile-bar {
    display: none;
  }

  @media screen and (max-width: 920px) {
    .du-hero-copy,
    .du-hero-media {
      width: 100%;
    }

    .du-hero-copy {
      padding: 38px 28px 34px 28px;
    }

    .du-hero-title {
      font-size: 34px;
    }

    .du-hero-media,
    .du-hero-media img {
      min-height: 330px;
      height: 330px;
    }

    .du-fact {
      width: 33.333%;
    }

    .du-card-col-3,
    .du-link-card,
    .du-branch {
      width: 50%;
    }

    .du-report-item {
      width: 50%;
    }
  }

  @media screen and (max-width: 680px) {
    .du-page {
      padding-bottom: 78px;
      font-size: 16px;
    }

    .du-wrap {
      width: 92%;
    }

    .du-breadcrumb {
      padding-top: 12px;
    }

    .du-hero {
      border-radius: 15px;
    }

    .du-hero-copy {
      padding: 30px 21px 28px 21px;
    }

    .du-hero-title {
      font-size: 29px;
    }

    .du-hero-copy p {
      font-size: 16px;
    }

    .du-hero-media,
    .du-hero-media img {
      min-height: 245px;
      height: 245px;
    }

    .du-btn {
      display: block;
      width: auto;
    }

    .du-fact,
    .du-card-col-3,
    .du-card-col-2,
    .du-link-card,
    .du-branch,
    .du-report-item {
      width: 100%;
    }

    .du-section {
      padding-top: 45px;
    }

    .du-section h2 {
      font-size: 25px;
    }

    .du-section h3 {
      font-size: 19px;
    }

    .du-toc-list li {
      width: 100%;
    }

    .du-price-panel {
      padding: 22px 18px;
    }

    .du-price-name,
    .du-price-value {
      width: 100%;
      padding-right: 0;
      text-align: left;
    }

    .du-price-value {
      margin-top: 10px;
      font-size: 32px;
    }

    .du-step-list li {
      padding: 18px 16px 18px 61px;
    }

    .du-step-list li:before {
      left: 14px;
      top: 17px;
      width: 34px;
      height: 34px;
      line-height: 34px;
    }

    .du-branches-section {
      padding: 45px 0;
    }

    .du-mobile-bar {
      position: fixed;
      z-index: 9999;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      padding: 8px;
      border-top: 1px solid #c9dce9;
      background: #ffffff;
      box-shadow: 0 -4px 16px rgba(20, 64, 94, 0.16);
    }

    .du-mobile-bar a {
      width: 50%;
      margin: 0 4px;
      padding: 11px 7px;
      border-radius: 7px;
      background: #0e6db6;
      color: #ffffff !important;
      font-weight: 800;
      text-align: center;
      text-decoration: none;
    }

    .du-mobile-bar a:last-child {
      background: #198754;
    }
  }
