/* Company information supplied by the project owner; original contact code is not redrawn. */
.contact-copy-value {
  font-size: 16px;
  line-height: 1.7;
}
.company-section {
  background: #f5f7fb;
  border-block: 1px solid #e5ebf3;
  padding: 82px 0;
}
.company-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}
.company-story {
  padding-top: 12px;
}
.company-story h2 {
  font-size: 37px;
  margin-bottom: 30px;
}
.company-story h3 {
  font-size: 19px;
  font-weight: 550;
  margin: 0 0 17px;
  line-height: 1.7;
}
.company-story > p {
  font-size: 16px;
  color: #586a83;
  line-height: 2;
  margin: 0 0 16px;
  max-width: 540px;
}
.company-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid #dce4f0;
}
.company-focus > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #4e6385;
}
.company-focus svg {
  width: 17px;
  height: 17px;
}
.company-contact {
  background: white;
  border: 1px solid #dfe6f1;
  border-radius: 14px;
  padding: 29px 32px;
  box-shadow: 0 12px 40px #12345106;
}
.contact-heading h3 {
  font-size: 26px;
  margin: 8px 0 23px;
  line-height: 1.4;
  font-weight: 550;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 0;
  border-top: 1px solid #e9edf4;
}
.contact-line > div {
  flex: 1;
  min-width: 0;
}
.contact-icon {
  display: grid;
  place-items: center;
  color: #506aab;
}
.contact-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contact-phone {
  font-size: 25px;
  font-weight: 550;
  letter-spacing: 0.4px;
  line-height: 1.4;
  white-space: nowrap;
}
.contact-phone:hover {
  color: var(--blue);
}
.contact-line address {
  font-style: normal;
  font-size: 15px;
  color: #344863;
  line-height: 1.8;
}
.contact-line .icon-button {
  color: #5d6f8a;
  flex-shrink: 0;
}
.wechat-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 15px;
  border-top: 1px solid #e4eaf3;
  padding-top: 23px;
}
.wechat-image-button {
  width: 184px;
  flex-shrink: 0;
  padding: 0;
  background: white;
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.wechat-image-button img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.wechat-image-button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #526786;
  font-size: 12px;
  padding: 9px;
  border-top: 1px solid #edf1f6;
  background: #fafbfd;
}
.wechat-image-button svg {
  width: 14px;
  height: 14px;
}
.wechat-image-button:hover {
  border-color: #8395dc;
  box-shadow: 0 5px 15px #293f7512;
}
.wechat-copy {
  min-width: 0;
}
.contact-channel {
  font-size: 12px;
  color: #5270a3;
}
.wechat-copy h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 550;
  margin: 7px 0 11px;
}
.wechat-copy p {
  font-size: 14px;
  line-height: 1.9;
  color: #5d6d86;
  margin: 0 0 6px;
}
.wechat-copy .link-button {
  font-size: 14px;
  gap: 6px;
  padding: 7px 0;
}
.wechat-copy small {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: #65748a;
  margin-top: 8px;
}
.wechat-original {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 61vh;
  object-fit: contain;
  margin: 0 auto;
  background: #fff;
}
.contact-modal-note {
  font-size: 13px;
  color: #5e6e85;
  line-height: 1.8;
  margin: 16px 0 0;
}
.contact-copy-value {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #b5c3df;
  border-radius: 7px;
  font: 16px/1.7 inherit;
  color: #203c62;
  margin-top: 18px;
}
.consult-direct {
  border: 1px solid #dce5f2;
  background: #f5f8fc;
  border-radius: 9px;
  padding: 14px 16px;
  margin: 0 0 23px;
}
.consult-direct > strong {
  font-size: 14px;
  font-weight: 550;
}
.consult-direct > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 7px;
}
.consult-direct a {
  font-size: 16px;
  color: #304e9c;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.consult-direct button {
  font-size: 14px;
  padding: 2px 0;
}
.consult-direct svg {
  width: 16px;
  height: 16px;
}
.footer .footer-company {
  width: 100%;
  font-size: 12px;
  color: #5c6d83;
  border-top: 1px solid #e7ecf4;
  padding-top: 17px;
  margin: 5px 0 0;
  line-height: 1.9;
}
.footer-company > span {
  margin: 0 10px;
  color: #8b99aa;
}
.footer-company a:hover {
  color: var(--blue);
}
@media (max-width: 1120px) {
  .company-layout {
    gap: 40px;
  }
  .company-contact {
    padding: 25px;
  }
  .company-story h2 {
    font-size: 32px;
  }
  .wechat-contact {
    gap: 19px;
  }
  .wechat-image-button {
    width: 158px;
  }
  .wechat-copy h4 {
    font-size: 22px;
  }
  .contact-phone {
    font-size: 23px;
  }
}
@media (max-width: 820px) {
  .company-section {
    padding: 65px 0;
  }
  .company-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .company-story {
    padding: 0;
  }
  .company-story h2 {
    margin-bottom: 24px;
  }
  .company-story > p {
    max-width: none;
  }
  .company-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
  }
  .contact-heading {
    grid-column: 1;
  }
  .contact-details {
    grid-column: 1;
  }
  .wechat-contact {
    grid-column: 2;
    grid-row: 1/3;
    border: 0;
    margin: 0;
    padding: 0;
    gap: 16px;
  }
  .wechat-image-button {
    width: 150px;
  }
  .wechat-copy h4 {
    font-size: 22px;
  }
  .contact-line {
    gap: 10px;
  }
  .contact-phone {
    font-size: 22px;
  }
  .contact-heading h3 {
    font-size: 25px;
  }
  .footer > div {
    flex-wrap: wrap;
  }
}
@media (max-width: 620px) {
  .company-contact {
    display: block;
    padding: 25px;
  }
  .wechat-contact {
    border-top: 1px solid #e4eaf3;
    margin-top: 15px;
    padding-top: 22px;
    gap: 27px;
  }
  .wechat-image-button {
    width: 180px;
  }
  .wechat-copy h4 {
    font-size: 23px;
  }
  .company-story h2 {
    font-size: 29px;
  }
  .company-story h3 {
    font-size: 18px;
  }
  .company-focus {
    gap: 13px 19px;
  }
  .company-focus > span {
    font-size: 12px;
  }
  .company-story > p {
    font-size: 16px;
  }
  .footer-company > span {
    margin-inline: 4px;
  }
  .footer > div {
    gap: 12px 19px;
  }
  .wechat-original {
    max-height: 58vh;
  }
}
@media (max-width: 390px) {
  .company-contact {
    padding: 22px 18px;
  }
  .wechat-contact {
    gap: 16px;
  }
  .wechat-image-button {
    width: 146px;
  }
  .wechat-copy h4 {
    font-size: 21px;
  }
  .wechat-copy p,
  .wechat-copy .link-button {
    font-size: 13px;
  }
  .contact-phone {
    font-size: 22px;
  }
  .contact-line .icon-button {
    width: 30px;
  }
  .company-story h2 {
    font-size: 28px;
  }
}
@media (max-width: 340px) {
  .wechat-contact {
    gap: 12px;
  }
  .wechat-image-button {
    width: 128px;
  }
  .wechat-copy h4 {
    font-size: 20px;
  }
  .wechat-copy p {
    font-size: 12px;
  }
  .contact-phone {
    font-size: 20px;
    letter-spacing: 0;
  }
  .contact-line {
    gap: 8px;
  }
  .contact-icon svg {
    width: 17px;
  }
  .company-contact {
    padding: 20px 15px;
  }
}
.contact-codes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
  padding-top: 23px;
  border-top: 1px solid #e4eaf3;
}
.contact-code-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e1e7f0;
  border-radius: 9px;
  padding: 12px 12px 15px;
  background: #fff;
  min-width: 0;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.contact-code-button:hover {
  border-color: #899bdc;
  box-shadow: 0 6px 20px #253f7310;
}
.code-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 190px;
  margin-bottom: 13px;
  background: #fff;
}
.code-frame img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.contact-code-button[data-contact="miniprogram"] .code-frame {
  padding: 8px;
}
.contact-code-button strong {
  font-size: 16px;
  font-weight: 550;
  line-height: 1.7;
}
.code-purpose {
  font-size: 12px;
  color: #5d6e86;
  margin-top: 4px;
  line-height: 1.8;
}
.code-action {
  font-size: 12px;
  color: #4864b4;
  margin-top: 9px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.code-action svg {
  width: 14px;
  height: 14px;
}
.contact-scan-note {
  font-size: 12px;
  color: #63748b;
  line-height: 1.9;
  margin: 16px 0 0;
}
.miniprogram-code-large {
  width: 290px;
  max-width: 100%;
  margin: 25px auto 10px;
  padding: 16px;
  background: #fff;
}
.miniprogram-code-large img {
  display: block;
  width: 258px;
  max-width: 100%;
  height: auto;
}
.company-contact {
  display: block;
}
@media (max-width: 1120px) {
  .contact-codes {
    gap: 12px;
  }
  .contact-code-button {
    padding: 10px 8px 13px;
  }
  .code-frame {
    height: 172px;
  }
  .contact-code-button strong {
    font-size: 14px;
  }
}
@media (min-width: 621px) and (max-width: 820px) {
  .company-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }
  .contact-codes {
    grid-column: 2;
    grid-row: 1/4;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .contact-scan-note {
    grid-column: 1;
  }
  .code-frame {
    height: 152px;
  }
  .contact-code-button strong {
    font-size: 13px;
  }
  .code-purpose {
    font-size: 12px;
  }
  .contact-code-button[data-contact="miniprogram"] .code-frame {
    padding: 3px;
  }
}
@media (max-width: 620px) {
  .contact-codes {
    gap: 12px;
  }
  .code-frame {
    height: 190px;
  }
  .contact-code-button strong {
    font-size: 15px;
  }
}
@media (max-width: 390px) {
  .code-frame {
    height: 164px;
  }
  .contact-code-button strong {
    font-size: 14px;
  }
  .contact-code-button {
    padding: 8px 6px 13px;
  }
  .contact-codes {
    gap: 10px;
  }
  .contact-code-button[data-contact="miniprogram"] .code-frame {
    padding: 4px;
  }
}
@media (max-width: 340px) {
  .code-frame {
    height: 146px;
  }
  .contact-code-button strong {
    font-size: 13px;
  }
  .code-purpose {
    font-size: 12px;
  }
  .contact-codes {
    gap: 8px;
  }
}
