@media (max-width: 767px) {
  html,
  body.yz-booking-site {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.yz-booking-site {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  body.yz-booking-site *,
  body.yz-booking-site *::before,
  body.yz-booking-site *::after {
    box-sizing: border-box !important;
  }

  body.yz-booking-site .container {
    width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.yz-booking-site table {
    max-width: 100% !important;
  }

  body.yz-booking-site .yz-compare-table-wrap,
  body.yz-booking-site .yz-table-scroll,
  body.yz-booking-site .yz-route-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.yz-booking-site::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav,
  body.yz-booking-site[class] .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 0 !important;
    background: #075ea5 !important;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16) !important;
    transform: none !important;
    overflow: hidden !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a,
  body.yz-booking-site .yz-booking-mobile-nav a.is-active,
  body.yz-booking-site[class] .yz-booking-mobile-nav a,
  body.yz-booking-site[class] .yz-booking-mobile-nav a.is-active {
    position: relative !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 5px 0 4px !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a i,
  body.yz-booking-site[class] .yz-booking-mobile-nav a i {
    display: none !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a::before {
    display: block !important;
    width: 100% !important;
    height: 20px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-align: center !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(1)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(1)::before {
    content: "⌂" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(2)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(2)::before {
    content: "船" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(3)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(3)::before {
    content: "☏" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(4)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(4)::before {
    content: "订" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(5)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(5)::before {
    content: "≡" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a span,
  body.yz-booking-site .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site[class] .yz-booking-mobile-nav a span,
  body.yz-booking-site[class] .yz-booking-mobile-nav a.is-active span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }
}

@media (max-width: 767px) {
  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(1)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(1)::before {
    content: "\2302" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(2)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(2)::before {
    content: "\2630" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(3)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(3)::before {
    content: "\00A5" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(4)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(4)::before {
    content: "\260E" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(5)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(5)::before {
    content: "\2706" !important;
  }
}
