@media screen and (max-width: 1200px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .zwdt-page .w {
    width: 680px;
  }
  .zwdt-page .map-box {
    width: 680px;
  }
  .zwdt-page .tabs-box {
    width: auto;
    height: auto;
  }
  .zwdt-page .tabs-box {
    overflow: visible;
  }
  .zwdt-page .tabs-box .second-list {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .zwdt-page .tabs-box .second-list.open {
    height: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .zwdt-page .w {
    width: 100%;
  }
  .zwdt-page .map-box {
    width: 100%;
    padding: 0;
    height: calc(100vh - 135px);
  }
  .zwdt-page .navInfo {
    padding-left: 15px;
    display: none;
  }
  .zwdt-page .tabs-box {
    width: 90%;
    left: 5%;
    top: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0;
  }
  .zwdt-page .tabs-box .second-list.open {
    height: 220px;
  }
}
