@media (max-width: 767px) {
  html,
  body.page-booking-guides,
  body.page-booking-guide-detail,
  body.page-booking-series {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #eef3f8 !important;
    box-sizing: border-box !important;
  }

  body.page-booking-guides *,
  body.page-booking-guide-detail *,
  body.page-booking-series * {
    box-sizing: border-box !important;
  }

  body.page-booking-guides .yz-booking-header,
  body.page-booking-guide-detail .yz-booking-header,
  body.page-booking-series .yz-booking-header,
  body.page-booking-guides .yz-booking-footer,
  body.page-booking-guide-detail .yz-booking-footer,
  body.page-booking-series .yz-booking-footer,
  body.page-booking-guides .yz-booking-floating-tools,
  body.page-booking-guide-detail .yz-booking-floating-tools,
  body.page-booking-series .yz-booking-floating-tools {
    display: none !important;
  }

  body.page-booking-guides .yz-guide-main,
  body.page-booking-guide-detail .yz-guide-detail-main,
  body.page-booking-series .yz-series-main {
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 72px !important;
    background: #eef3f8 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-guides .yz-guide-hero,
  body.page-booking-guide-detail .yz-guide-detail-hero,
  body.page-booking-series .yz-series-hero {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #2f7bd7 !important;
    box-shadow: none !important;
  }

  body.page-booking-guides .yz-guide-hero::before,
  body.page-booking-guides .yz-guide-hero::after,
  body.page-booking-guides .yz-guide-hero .container::before,
  body.page-booking-guides .yz-guide-hero .container::after,
  body.page-booking-guide-detail .yz-guide-detail-hero::before,
  body.page-booking-guide-detail .yz-guide-detail-hero::after,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::before,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::after,
  body.page-booking-series .yz-series-hero::before,
  body.page-booking-series .yz-series-hero::after,
  body.page-booking-series .yz-series-hero .container::before,
  body.page-booking-series .yz-series-hero .container::after {
    display: none !important;
    content: none !important;
  }

  body.page-booking-guides .yz-guide-hero .container,
  body.page-booking-guide-detail .yz-guide-detail-hero .container,
  body.page-booking-series .yz-series-hero .container {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-booking-guides .yz-guide-top-back,
  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-back,
  body.page-booking-guide-detail .yz-guide-top-home,
  body.page-booking-series .yz-series-top-back,
  body.page-booking-series .yz-series-real-home {
    position: absolute !important;
    top: 0 !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 50px !important;
    text-decoration: none !important;
  }

  body.page-booking-guides .yz-guide-top-back,
  body.page-booking-guide-detail .yz-guide-top-back,
  body.page-booking-series .yz-series-top-back {
    left: 0 !important;
  }

  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-home,
  body.page-booking-series .yz-series-real-home {
    right: 0 !important;
    left: auto !important;
    font-size: 20px !important;
  }

  body.page-booking-series .yz-series-real-home {
    color: transparent !important;
  }

  body.page-booking-series .yz-series-real-home::before {
    content: "⌂" !important;
    color: #fff !important;
    font-size: 20px !important;
  }

  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-home {
    color: transparent !important;
  }

  body.page-booking-guides .yz-guide-top-home::before,
  body.page-booking-guide-detail .yz-guide-top-home::before {
    content: "⌂" !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 50px !important;
  }

  body.page-booking-guides .yz-guide-hero .yz-section-kicker,
  body.page-booking-guides .yz-guide-hero p,
  body.page-booking-guides .yz-guide-hero-actions,
  body.page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker,
  body.page-booking-guide-detail .yz-guide-detail-hero p,
  body.page-booking-guide-detail .yz-guide-hero-actions,
  body.page-booking-series .yz-series-hero .yz-section-kicker,
  body.page-booking-series .yz-series-hero p {
    display: none !important;
  }

  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero h1,
  body.page-booking-series .yz-series-top-title,
  body.page-booking-series .yz-series-hero h1 {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 52px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-guides .yz-guide-hero h1 {
    font-size: 0 !important;
  }

  body.page-booking-guides .yz-guide-hero h1::before {
    content: "攻略问答" !important;
    font-size: 18px !important;
  }

  body.page-booking-guide-detail .yz-guide-detail-hero h1 {
    font-size: 0 !important;
  }

  body.page-booking-guide-detail .yz-guide-detail-hero h1::before {
    content: "攻略详情" !important;
    font-size: 18px !important;
  }

  body.page-booking-guides .yz-guide-hero .container::after,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: "攻略问答" !important;
    position: absolute !important;
    left: 52px !important;
    right: 52px !important;
    top: 0 !important;
    z-index: 2 !important;
    display: block !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: "攻略详情" !important;
  }

  body.page-booking-series .yz-series-hero h1 {
    display: none !important;
  }

  body.page-booking-guides .yz-booking-section,
  body.page-booking-guide-detail .yz-booking-section,
  body.page-booking-series .yz-booking-section {
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    margin: 0 !important;
    padding: 10px 10px 78px !important;
    background: #eef3f8 !important;
  }

  body.page-booking-guides .yz-guide-layout,
  body.page-booking-guide-detail .yz-guide-detail-layout,
  body.page-booking-series .yz-booking-section > .container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-booking-guides .yz-guide-side {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    border: 1px solid #dbe5ef !important;
    background: #fff !important;
  }

  body.page-booking-guides .yz-guide-side a {
    flex: 0 0 auto !important;
    min-width: 96px !important;
    height: 46px !important;
    padding: 0 8px !important;
    border-right: 1px solid #dbe5ef !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 46px !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.page-booking-guides .yz-guide-side a:first-child {
    color: #1575d6 !important;
    border-top: 1px solid #ff2b2b !important;
    border-bottom: 2px solid #1575d6 !important;
  }

  body.page-booking-guides .yz-guide-content,
  body.page-booking-guide-detail .yz-guide-detail-article,
  body.page-booking-guide-detail .yz-guide-detail-aside,
  body.page-booking-series .yz-series-tabs,
  body.page-booking-series .yz-series-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.page-booking-guides .yz-guide-card,
  body.page-booking-guide-detail .yz-guide-detail-article,
  body.page-booking-guide-detail .yz-guide-detail-box,
  body.page-booking-series .yz-series-list article,
  body.page-booking-series .yz-series-list .yz-booking-empty {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 10px !important;
    padding: 14px !important;
    border: 1px solid #dbe5ef !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.page-booking-guides .yz-guide-card h2,
  body.page-booking-guide-detail .yz-guide-detail-article h1,
  body.page-booking-guide-detail .yz-guide-detail-article h2,
  body.page-booking-guide-detail .yz-guide-detail-box strong {
    margin: 0 0 8px !important;
    color: #003c73 !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  body.page-booking-guides .yz-guide-card p,
  body.page-booking-guide-detail .yz-guide-detail-article p,
  body.page-booking-guide-detail .yz-guide-detail-box p {
    margin: 0 0 10px !important;
    color: #385066 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  body.page-booking-guides .yz-guide-article-grid,
  body.page-booking-guides .yz-guide-faq-list,
  body.page-booking-guides .yz-guide-link-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.page-booking-guides .yz-guide-article-grid article,
  body.page-booking-guides .yz-guide-faq-list article,
  body.page-booking-guides .yz-guide-link-grid a,
  body.page-booking-guide-detail .yz-guide-related a {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #dbe5ef !important;
    border-radius: 5px !important;
    background: #f8fbff !important;
    color: #003c73 !important;
    text-decoration: none !important;
  }

  body.page-booking-series .yz-series-tabs {
    display: flex !important;
    gap: 0 !important;
    overflow-x: auto !important;
    border: 1px solid #dbe5ef !important;
    background: #fff !important;
  }

  body.page-booking-series .yz-series-tabs button {
    flex: 0 0 auto !important;
    min-width: 86px !important;
    height: 42px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-right: 1px solid #dbe5ef !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  body.page-booking-series .yz-series-tabs button.is-active {
    color: #1575d6 !important;
    border-top: 1px solid #ff2b2b !important;
    border-bottom: 2px solid #1575d6 !important;
  }

  body.page-booking-series .yz-schedule-count {
    width: 100% !important;
    margin: 8px 0 !important;
    color: #385066 !important;
    font-size: 12px !important;
  }

  body.page-booking-guides .yz-booking-mobile-nav,
  body.page-booking-guide-detail .yz-booking-mobile-nav,
  body.page-booking-series .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    z-index: 3000 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #086bad !important;
    box-shadow: 0 -1px 8px rgba(0,0,0,.14) !important;
  }

  body.page-booking-guides .yz-booking-mobile-nav a,
  body.page-booking-guide-detail .yz-booking-mobile-nav a,
  body.page-booking-series .yz-booking-mobile-nav a {
    display: grid !important;
    place-items: center !important;
    min-width: 0 !important;
    height: 56px !important;
    padding: 4px 1px 3px !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  body.page-booking-guides .yz-booking-mobile-nav a::before,
  body.page-booking-guide-detail .yz-booking-mobile-nav a::before,
  body.page-booking-series .yz-booking-mobile-nav a::before {
    display: block !important;
    height: 22px !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 22px !important;
  }

  body.page-booking-guides .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-series .yz-booking-mobile-nav a:nth-child(1)::before { content: "⌂" !important; }

  body.page-booking-guides .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-series .yz-booking-mobile-nav a:nth-child(2)::before { content: "船" !important; }

  body.page-booking-guides .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-series .yz-booking-mobile-nav a:nth-child(3)::before { content: "☎" !important; }

  body.page-booking-guides .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-series .yz-booking-mobile-nav a:nth-child(4)::before { content: "订" !important; }

  body.page-booking-guides .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-series .yz-booking-mobile-nav a:nth-child(5)::before { content: "我" !important; }
}
