﻿/* 联系方式 */
.contact-panel {
  padding-bottom: 90px;
}

.contact-panel__lead {
  font-family: HarmonyOS_Sans_SC, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 25px;
  color: #333333;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
}

.contact-panel__main {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.contact-panel__boxed {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 32px 0;
  box-sizing: border-box;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 40px;
}

.contact-list__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-list__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-list__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.7;
}

.contact-list__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 2px;
}

.contact-list__label {
  font-family: HarmonyOS_Sans_SC, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #656565;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.contact-list__value {
  font-family: HarmonyOS_Sans_SC_Bold, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  color: #a42127;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

a.contact-list__value:hover {
  color: #8c1b20;
}

.contact-qr-row {
  display: flex;
  gap: 28px;
}

.contact-qr-card {
  width: 105px;
}

.contact-qr-card img {
  width: 105px;
  height: 105px;
  object-fit: contain;
  display: block;
  margin: 0 0 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 6px;
  box-sizing: border-box;
}

.contact-qr-card p {
  font-family: HarmonyOS_Sans_SC, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 38px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 105px;
  margin: 0;
  box-sizing: border-box;
}

.contact-panel__map {
  width: 601px;
  display: flex;
  align-items: stretch;
}

.contact-map {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  display: block;
}

@media (max-width: 1024px) {
  .contact-panel__lead {
    font-size: 20px;
    line-height: 32px;
  }

  .contact-panel__main {
    flex-direction: column;
    gap: 32px;
  }

  .contact-panel__map {
    width: 100%;
  }

  .contact-qr-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .contact-panel {
    padding-bottom: 48px;
  }

  .contact-panel__lead {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .contact-panel__boxed {
    padding: 24px 0;
  }

  .contact-qr-row {
    gap: 20px;
  }
}



/* [mobile bump] base 10-13px +2px on phone */
@media (max-width: 768px) {
  .contact-qr-card p { font-size: 15px; }
}
