@import ;

.zr-contact-page {
  --zr-contact-shell-width: 1500px;
  --zr-contact-panel-width: 1200px;
  --zr-contact-text: #111111;
  --zr-contact-muted: #666666;
  --zr-contact-line: #e9e9e9;
  --zr-contact-accent: #525b8d;
  color: var(--zr-contact-text);
  background: #ffffff;
  font-family: "harmonyos sans sc", "microsoft yahei", "pingfang sc", sans-serif;
}

.zr-contact-page,
.zr-contact-page * {
  box-sizing: border-box;
}

.zr-contact-page h1,
.zr-contact-page h2,
.zr-contact-page h3,
.zr-contact-page p,
.zr-contact-page span {
  margin: 0;
  font-family: inherit;
}

.zr-contact-page img {
  display: block;
  max-width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  vertical-align: top;
}

.zr-contact-page a,
.zr-contact-page a:hover,
.zr-contact-page a:focus,
.zr-contact-page a:visited {
  color: inherit;
  text-decoration: none;
}

.zr-contact-page p:empty {
  display: none !important;
  margin: 0 !important;
}

.zr-contact-page   br {
  display: none !important;
}

.zr-contact-page > p,
.zr-contact-shell > p,
.zr-contact-main > p {
  margin: 0 !important;
  padding: 0 !important;
}

.zr-contact-shell {
  width: min(var(--zr-contact-shell-width), calc(100vw - 32px));
  margin: 0 auto;
}

.zr-contact-hero {
  height: 600px;
  background:  center top / cover no-repeat;
}

.zr-contact-main {
  position: relative;
  padding: 14px 0 0;
  background: transparent;
  box-shadow: none;
}

.zr-contact-heading {
  margin: 0 auto;
  text-align: center;
}

.zr-contact-kicker {
  margin: 0;
  color: #666666 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.zr-contact-heading h1 {
  margin: 10px 0 0;
  color: #111111 !important;
  font-size: 36px !important;
  line-height: 1.39 !important;
  font-weight: 800 !important;
}

.zr-contact-phone-grid {
  width: 579px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 277px);
  gap: 25px;
}

.zr-contact-phone-card {
  min-height: 312px;
  padding: 34px 26px 26px;
  border: 1px solid var(--zr-contact-line);
  background: #ffffff;
  text-align: center;
}

.zr-contact-phone-icon {
  width: 74px;
  height: 64px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.zr-contact-phone-card h2 {
  margin: 0 0 12px;
  color: #000000 !important;
  font-size: 25px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
}

.zr-contact-phone-card p {
  margin: 0;
  color: var(--zr-contact-muted) !important;
  font-size: 25px !important;
  line-height: 1.41 !important;
  font-weight: 700 !important;
}

.zr-contact-staff-grid {
  width: 533px;
  margin: 2px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 220px);
  justify-content: space-between;
}

.zr-contact-staff-card {
  position: relative;
  width: 220px;
  height: 389px;
  overflow: hidden;
  background: #ffffff;
}

.zr-contact-staff-media {
  position: absolute;
  top: 10px;
  left: 0;
  width: 220px;
  height: 364px;
  z-index: 2;
}

.zr-contact-staff-media img {
  width: 220px;
  height: auto;
  max-width: none;
}

.zr-contact-staff-overlay {
  position: absolute;
  left: 2px;
  top: 203px;
  width: 217px;
  height: 165px;
  background: var(--zr-contact-accent);
  z-index: 1;
}

.zr-contact-staff-overlay h3 {
  position: absolute;
  top: 49px;
  left: 14px;
  margin: 0;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.zr-contact-staff-overlay span {
  position: absolute;
  top: 70px;
  left: 14px;
  width: 25px;
  height: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
}

.zr-contact-staff-overlay p {
  position: absolute;
  top: 104px;
  left: 14px;
  margin: 0;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
}

.zr-contact-qrcode-grid {
  width: 531px;
  margin: 17px auto 0;
  display: grid;
  grid-template-columns: 215px 221px;
  justify-content: space-between;
  align-items: start;
}

.zr-contact-qrcode-card {
  overflow: hidden;
}

.zr-contact-qrcode-card:first-child {
  width: 215px;
  height: 216px;
}

.zr-contact-qrcode-card:last-child {
  width: 221px;
  height: 221px;
}

.zr-contact-qrcode-card:first-child img {
  width: auto;
  height: 216px;
  max-width: none;
  transform: translatex(-1px);
}

.zr-contact-qrcode-card:last-child img {
  width: 221px;
  height: auto;
}

.zr-contact-recruit-banner {
  display: block;
  width: 891px;
  height: 266px;
  margin: 88px auto 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.zr-contact-recruit-banner img {
  width: 891px;
  height: 266px;
  object-fit: fill;
  vertical-align: top;
}

.zr-contact-page .zr-contact-kicker,
.zr-contact-page .zr-contact-heading h1,
.zr-contact-page .zr-contact-phone-card h2,
.zr-contact-page .zr-contact-phone-card p,
.zr-contact-page .zr-contact-staff-overlay h3,
.zr-contact-page .zr-contact-staff-overlay p {
  text-decoration: none !important;
}

.zr-contact-page .zr-contact-kicker,
.zr-contact-page .zr-contact-heading h1,
.zr-contact-page .zr-contact-phone-card h2,
.zr-contact-page .zr-contact-phone-card p,
.zr-contact-page .zr-contact-staff-overlay h3,
.zr-contact-page .zr-contact-staff-overlay p {
  font-family: "harmonyos sans sc", "microsoft yahei", "pingfang sc", sans-serif !important;
}

/* 嵌入 wp 编辑器时，清掉模块前后的空段落留白 */
.zr-contact-page {
  display: block;
  margin: 0 !important;
}

p:empty   .zr-contact-page,
.zr-contact-page   p:empty,
.zr-contact-page   p:empty   p:empty {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.zr-contact-page   p:empty,
.zr-contact-page   p:empty   p:empty {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
