/* ========== 联系我们 - Banner ========== */
.page-banner--contact {
  background: url("../images_WZ/ContactUs/bg.jpg") center / cover no-repeat;
}

/* ========== 联系我们 - 布局 ========== */
.contact-layout {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contact-card {
  background: #fff;
  padding: 30px 30px 36px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}

.contact-card__header {
  border-bottom: 1px solid #E3E9F5;
  margin-bottom: 24px;
}

.contact-card__title {
  box-sizing: border-box;
  padding: 0 14px;
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  padding-bottom: 14px;
  margin: 0;
  border-bottom: 2px solid #D3323C;
}

.contact-map {
  width: 100%;
  height: 450px;
  background: #f5f5f5;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  margin-top: 30px;
}

.contact-info__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

.contact-info__item img {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
}

.contact-info__item--addr img {
  width: 13px;
  height: 16px;
}

.contact-info__item--email img {
  width: 15px;
  height: 12px;
}

.contact-info__item--postcode img {
  width: 15px;
  height: 11px;
}

.contact-info__item span {
  flex: 1;
}