@media (max-width: 767px) {
  body.page-booking-route-detail {
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #f1f1f1 !important;
    color: #111 !important;
    font-family: Arial, "Microsoft YaHei", sans-serif !important;
  }

  .page-booking-route-detail .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-booking-route-detail .yz-booking-header,
  .page-booking-route-detail .yz-booking-footer,
  .page-booking-route-detail .yz-booking-floating-tools {
    display: none !important;
  }

  .page-booking-route-detail .yz-route-detail-main {
    min-height: calc(100vh - 56px) !important;
    padding-bottom: 64px !important;
    background: #f1f1f1 !important;
  }

  .page-booking-route-detail .yz-route-detail-hero {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(90deg, #21469f, #337df0) !important;
    color: #fff !important;
  }

  .page-booking-route-detail .yz-route-detail-hero .container {
    position: relative !important;
    height: 51px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .page-booking-route-detail .yz-route-detail-hero .container::before {
    content: "‹" !important;
    position: absolute !important;
    left: 17px !important;
    top: 4px !important;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }

  .page-booking-route-detail .yz-route-detail-hero .container::after {
    content: "航线详情" !important;
    position: absolute !important;
    left: 58px !important;
    right: 52px !important;
    top: 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .page-booking-route-detail .yz-route-detail-hero::after {
    content: "" !important;
    position: absolute !important;
    right: 14px !important;
    top: 13px !important;
    width: 25px !important;
    height: 25px !important;
    background: #fff !important;
    clip-path: polygon(50% 0, 100% 42%, 84% 42%, 84% 100%, 60% 100%, 60% 68%, 40% 68%, 40% 100%, 16% 100%, 16% 42%, 0 42%) !important;
  }

  .page-booking-route-detail .yz-route-detail-hero .yz-section-kicker,
  .page-booking-route-detail .yz-route-detail-hero h1,
  .page-booking-route-detail .yz-route-detail-hero p {
    display: none !important;
  }

  .page-booking-route-detail .yz-booking-section {
    margin: 0 !important;
    padding: 10px 10px 14px !important;
    background: #f1f1f1 !important;
  }

  .page-booking-route-detail .yz-route-detail-layout,
  .page-booking-route-detail .yz-route-detail-maincol {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-booking-route-detail .yz-route-detail-summary,
  .page-booking-route-detail .yz-route-detail-card {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #dbe5f1 !important;
    border-radius: 7px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .page-booking-route-detail .yz-route-detail-summary strong {
    color: #111 !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .page-booking-route-detail .yz-route-detail-summary p {
    margin: 0 !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .page-booking-route-detail .yz-route-detail-summary dl {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 0 !important;
  }

  .page-booking-route-detail .yz-route-detail-summary dl div {
    display: grid !important;
    gap: 2px !important;
    min-height: 55px !important;
    padding: 9px 10px !important;
    border: 1px solid #dbe5f1 !important;
    border-radius: 5px !important;
    background: #f8fbff !important;
  }

  .page-booking-route-detail .yz-route-detail-summary dt,
  .page-booking-route-detail .yz-route-detail-summary dd {
    margin: 0 !important;
  }

  .page-booking-route-detail .yz-route-detail-summary dt {
    color: #555 !important;
    font-size: 12px !important;
  }

  .page-booking-route-detail .yz-route-detail-summary dd {
    color: #e60012 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  .page-booking-route-detail .yz-route-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .page-booking-route-detail .yz-route-actions a,
  .page-booking-route-detail .yz-booking-card-action,
  .page-booking-route-detail .yz-booking-secondary-action {
    display: grid !important;
    place-items: center !important;
    min-height: 36px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .page-booking-route-detail .yz-booking-card-action {
    border: 0 !important;
    background: #ff8500 !important;
    color: #fff !important;
  }

  .page-booking-route-detail .yz-booking-secondary-action {
    border: 1px solid #2b82e6 !important;
    background: #fff !important;
    color: #1d70d6 !important;
  }

  .page-booking-route-detail .yz-section-head {
    margin: 0 !important;
  }

  .page-booking-route-detail .yz-section-head .yz-section-kicker {
    display: inline-flex !important;
    width: max-content !important;
    min-height: 24px !important;
    align-items: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    background: #eaf3ff !important;
    color: #0054b8 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .page-booking-route-detail .yz-section-head h2 {
    margin: 6px 0 0 !important;
    color: #003e87 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
  }

  .page-booking-route-detail .yz-route-detail-sailings,
  .page-booking-route-detail .yz-route-detail-ships {
    display: grid !important;
    gap: 7px !important;
  }

  .page-booking-route-detail .yz-route-detail-sailing {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) auto !important;
    gap: 7px !important;
    align-items: center !important;
    min-height: 54px !important;
    padding: 8px !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #111 !important;
    text-decoration: none !important;
  }

  .page-booking-route-detail .yz-route-detail-sailing span,
  .page-booking-route-detail .yz-route-detail-sailing strong {
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .page-booking-route-detail .yz-route-detail-sailing strong {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .page-booking-route-detail .yz-route-detail-sailing em {
    color: #e60012 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  .page-booking-route-detail .yz-route-detail-sailing small {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    color: #666 !important;
    font-size: 12px !important;
  }

  .page-booking-route-detail .yz-route-detail-sailing small b {
    color: #e60012 !important;
    font-weight: 900 !important;
  }

  .page-booking-route-detail .yz-route-detail-ship {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) auto !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 8px !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 5px !important;
    background: #fff !important;
  }

  .page-booking-route-detail .yz-route-detail-ship img {
    width: 82px !important;
    height: 62px !important;
    border-radius: 4px !important;
    object-fit: cover !important;
  }

  .page-booking-route-detail .yz-route-detail-ship strong {
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .page-booking-route-detail .yz-route-detail-ship p {
    margin: 4px 0 0 !important;
    color: #666 !important;
    font-size: 12px !important;
  }

  .page-booking-route-detail .yz-route-detail-ship em {
    color: #e60012 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .page-booking-route-detail .yz-route-detail-ship .yz-booking-card-action {
    grid-column: 1 / -1 !important;
    min-height: 34px !important;
  }

  .page-booking-route-detail .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #0054a7 !important;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.18) !important;
  }

  .page-booking-route-detail .yz-booking-mobile-nav a {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
  }

  .page-booking-route-detail .yz-booking-mobile-nav a::before {
    display: block !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .page-booking-route-detail .yz-booking-mobile-nav a:nth-child(1)::before { content: "⌂" !important; }
  .page-booking-route-detail .yz-booking-mobile-nav a:nth-child(2)::before { content: "♧" !important; }
  .page-booking-route-detail .yz-booking-mobile-nav a:nth-child(3)::before { content: "☏" !important; }
  .page-booking-route-detail .yz-booking-mobile-nav a:nth-child(4)::before { content: "✆" !important; }
  .page-booking-route-detail .yz-booking-mobile-nav a:nth-child(5)::before { content: "▤" !important; }
}
