@charset "UTF-8";
/**
 * 关于我们-联系我们
 * date: 2025-4-9
 * author: jyxuan
 */
.contact {
  width: 75%;
}
.contact-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-line + .contact-line {
  margin-top: 24px;
}
.contact-mod-hd {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
.contact-mod-hd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 15px;
  background-color: #1c65ee;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-mod-bd {
  margin-top: 5px;
}
.contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-phone-item {
  padding-left: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  background: url("../images/about_contact_phone_icon.png") no-repeat left center;
}
.contact-phone-item + .contact-phone-item {
  margin-left: 24px;
}
.contact-info {
  margin-top: 5px;
  padding: 10px;
  background-color: #f9fafd;
}
.contact-info-line {
  color: #666;
  font-size: 12px;
  line-height: 24px;
}
.contact-info-highlight {
  color: #333;
}
.contact-qrcode-title {
  font-size: 16px;
  line-height: 1;
}
.contact-qrcode-img {
  display: block;
  margin-top: 10px;
}