.yz-static-bottom-nav {
  display: none;
}

@media (max-width: 767px) {
  *,
  html,
  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  *::-webkit-scrollbar,
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
  }

  body.yz-booking-site {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
  }

  .yz-static-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    height: calc(60px + env(safe-area-inset-bottom, 0px));
    margin: 0;
    padding: 0 0 env(safe-area-inset-bottom, 0px);
    overflow: hidden;
    color: #fff;
    background: #075ea5;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.18);
  }

  .yz-static-bottom-nav__item {
    display: flex;
    min-width: 0;
    height: 60px;
    padding: 6px 0 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-align: center;
    text-decoration: none;
    font-family: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 700;
  }

  .yz-static-bottom-nav__item.is-active {
    background: rgba(255, 255, 255, 0.12);
  }

  .yz-static-bottom-nav__item svg {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 0 3px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .yz-static-bottom-nav__item span {
    display: block;
    width: 100%;
    height: 15px;
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    font-family: inherit;
    font-weight: 700;
    line-height: 15px;
    white-space: nowrap;
  }
}
