* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #f2f6fb;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

.catalog-page {
  position: relative;
  width: 100%;
  max-width: 941px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 35, 92, 0.14);
  overflow: visible;
}

.catalog-design {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 10px;
  -webkit-tap-highlight-color: rgba(255, 90, 8, 0.16);
}

.hotspot:focus-visible {
  outline: 3px solid rgba(255, 90, 8, 0.85);
  outline-offset: 3px;
}

/* Coordinates are percentages of the original 941 x 1672 design. */
.passenger {
  left: 35.2%;
  top: 21.4%;
  width: 11.2%;
  height: 3.8%;
}

.truck {
  left: 82%;
  top: 21.4%;
  width: 11.2%;
  height: 3.8%;
}

.new-energy {
  left: 35.2%;
  top: 29.8%;
  width: 11.2%;
  height: 3.8%;
}

.condensers {
  left: 82%;
  top: 29.8%;
  width: 11.2%;
  height: 3.8%;
}

.evaporators {
  left: 35.2%;
  top: 38.3%;
  width: 11.2%;
  height: 3.8%;
}

.fans {
  left: 82%;
  top: 38.3%;
  width: 11.2%;
  height: 3.8%;
}

.construction {
  left: 82%;
  top: 46.3%;
  width: 11.2%;
  height: 3.8%;
}

.all {
  left: 4%;
  top: 52.15%;
  width: 91.4%;
  height: 5.2%;
}

.wechat {
  left: 8%;
  top: 62.1%;
  width: 38.7%;
  height: 17%;
}

.whatsapp {
  left: 52.7%;
  top: 62.1%;
  width: 38.7%;
  height: 17%;
}

.phone {
  left: 15.5%;
  top: 89.55%;
  width: 31%;
  height: 4%;
}

.website {
  left: 59%;
  top: 86.1%;
  width: 31.5%;
  height: 4%;
}

.email {
  left: 59%;
  top: 90.4%;
  width: 34%;
  height: 3.8%;
}

@media (min-width: 942px) {
  .catalog-page {
    min-height: 100vh;
  }
}

@media (max-width: 941px) {
  body {
    padding-bottom: 16px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .catalog-page {
    box-shadow: none;
  }
}
