/* 屏幕监视 */
@media screen and (max-width: 1460px) and (min-width: 1321px) {
  body {
    zoom: 0.9;
  }
  .indexHeader {
    zoom: 0.9;
  }
  .submenu > div.otherParkService {
    left: 303px !important;
  }
}

@media screen and (max-width: 1320px) {
  body {
    zoom: 0.85;
  }
  .indexHeader {
    zoom: 0.85;
  }
}
