@media screen and (max-width: 768px) {
  .tip-message {
    height: auto;
    font-size: 3.61111vw;
    flex-direction: column;
    padding: 5.55556vw;
    box-sizing: border-box;
    top: 11.11111vw;
    background-color: #F5F5F5;
  }

  .link-btn.tip {
    font-size: 3.61111vw;
  }

  .tip-message p {
    margin-bottom: 2.77778vw;
    text-align: center;
  }

  .small-btn {
    margin-left: 2.77778vw;
    padding: 0.83333vw 3.61111vw;
    font-size: 3.61111vw;
  }

  .content-1 {
    width: 100%;
    height: 45vw;
  }

  .map-banner-content h2 {
    font-size: 6.66667vw;
    margin-bottom: 5.13889vw;
  }

  .map-banner-content p {
    font-size: 2.77778vw;
    margin-bottom: 2.77778vw;
  }

  .map-banner-content input {
    width: 77.77778vw;
    height: 8.88889vw;
    font-size: 3.05556vw;
    padding: 0 10.55556vw 0 2.77778vw;
    box-sizing: border-box;
  }

  .input-search-icon {
    width: 5vw;
    height: 5vw;
    right: 2.77778vw;
    font-size: 5vw;
  }

  .wiko .tangram-suggestion table .route-icon {
    font-size: 3.05556vw;
  }

  .content-2 {
    margin-top: 13.889vw;
  }

  .pause-tip {
    width: 77.77778vw;
    font-size: 3.611vw;
    padding: 0;
    line-height: 1.5;
    margin: 0 auto -6.25vw;
  }

  .content-2 {
    margin-top: 13.889vw;
  }

  /* 第二部分 */
  .content-2 .content-2-center.pc {
    display: none;
  }

  .content-2 .content-2-center-mob {
    display: block;
    padding: 0 5.55556vw;
  }

  .mob-palce {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.55556vw;
    border-bottom: 1px solid #c6c6c6;
    position: sticky;
    top: 11vw;
    z-index: 99;
    background: #fff;
  }

  .mob-city-box {
    display: flex;
    align-items: center;
  }

  .mob-city {
    font-size: 3.61111vw;
  }

  .mob-city-icon {
    font-size: 1.667vw;
    font-weight: bold;
    margin-left: 1.38889vw;
    margin-top: 0.55556vw;
  }

  .adress-des {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    border-bottom: none;
  }

  .adress-des img {
    width: 3.61111vw;
    height: 3.61111vw;
    margin-right: 1.38889vw;
  }

  .adress-des p {
    font-size: 3.05556vw;
    color: #999;
  }

  .address-list-item {
    width: 100%;
    padding: 7.63889vw 0 8.33333vw 0;
    position: relative;
  }

  .address-list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 77.77778vw;
    background-color: #c6c6c6;
    opacity: 0.3;
  }

  .address-title img {
    width: 4.16667vw;
    height: 5.55556vw;
  }

  .address-list .address-title {
    margin-bottom: 5vw;
  }

  .address-list .address-title p {
    font-size: 4.44444vw;
    margin-left: 2.77778vw;
  }

  .address-list .address-place p,
  .address-list .address-phone p,
  .address-list .address-date p {
    font-size: 3.61111vw;
    margin-bottom: 2.08333vw;
    padding-left: 12.5vw;
  }

  .address-list .address-place p::before,
  .address-list .address-phone p::before,
  .address-list .address-date p::before {
    width: 4.16667vw;
    height: 4.16667vw;
    left: 6.94444vw;
  }

  .road-line {
    font-size: 3.61111vw;
    padding-left: 12.5vw;
    top: auto
  }

  .road-line::before {
    width: 4.16667vw;
    height: 4.16667vw;
    left: 6.94444vw;
  }

  .masker {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 999
  }

  .select-box {
    width: 100%;
    height: 86.11111vw;
    background: #fff;
    position: fixed;
    bottom: 0;
    padding: 7.77778vw 5.55556vw 0;
    box-sizing: border-box;
  }

  .select-title {
    display: flex;
    margin-bottom: 7.77778vw;
  }

  .select-title>li {
    font-size: 3.61111vw;
    margin-right: 5.55556vw;
    padding-bottom: 1.38889vw;
  }

  .select-title>li.active {
    border-bottom: 0.83333vw solid #000;
  }

  .select-content {
    overflow-y: auto;
    height: 63.47222vw;
  }

  .select-content>li {
    font-size: 3.61111vw;
    margin-bottom: 4.86111vw;
  }

  .address-list .address-list-item .address-tag-mob {
    display: block;
    position: absolute;
    left: 10vw;
    font-size: 3.833vw;
  }
}