﻿body {
  background-color: #fff;
}
body > .wp {
  width: 100%;
}
body > .wp > .container {
  padding: 0;
  margin-top: 0;
}

.main-content {
  width: 100%;
}

.contact-section {
  margin: 0.95rem 0 0.85rem;
}
.contact-section .contact-list {
  width: 13.5rem;
  margin: 0 auto;
  display: grid;
}
.contact-section .contact-list .contact-info {
  height: 4.7rem;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.contact-section .contact-list .contact-info .intro-text {
  max-width: 7.24rem;
}
.contact-section .contact-list .contact-info .intro-text .intro-tt {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  color: rgb(2, 122, 178);
  font-weight: bold;
  line-height: 1.6;
}
.contact-section .contact-list .contact-info .intro-text .contact-details {
  margin-top: 1.06rem;
}
.contact-section .contact-list .contact-info .intro-text .contact-details li {
  font-size: 0.18rem;
  line-height: 1;
  color: #333;
}
.contact-section .contact-list .contact-info .intro-text .contact-details li .label {
  color: rgb(2, 122, 178);
  white-space: nowrap;
}
.contact-section .contact-list .contact-info .intro-text .contact-details li + li {
  margin-top: 0.42rem;
}
.contact-section .contact-list .contact-info .contact-image {
  width: 4.64rem;
  height: 4.11rem;
}
.contact-section .contact-list .contact-info .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section .contact-list .contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-section .contact-list .contact-footer .address-box {
  display: flex;
  align-items: center;
}
.contact-section .contact-list .contact-footer .address-box .icon-location {
  display: inline-block;
  width: 0.2rem;
  height: 0.3rem;
  margin-right: 0.13rem;
  background: url("../images/icon-map-pin.png") no-repeat center/contain;
}
.contact-section .contact-list .contact-footer .address-box span {
  font-size: 0.16rem;
}
.contact-section .contact-list .contact-footer .qr-codes {
  display: flex;
  gap: 0.17rem;
}
.contact-section .contact-list .contact-footer .qr-codes .qr-item {
  text-align: center;
}
.contact-section .contact-list .contact-footer .qr-codes .qr-item img {
  width: 1.75rem;
  height: 1.75rem;
}
.contact-section .contact-list .contact-footer .qr-codes .qr-item p {
  font-size: 0.16rem;
  line-height: 1;
  color: #343434;
  margin: 0.25rem 0 0;
}

@media screen and (max-width: 999px) {
  .banner-top {
    margin-top: 1.01rem;
  }
  .banner-top::before {
    padding-top: 47.733%;
  }
  .banner-top .banner-bd .wp .banner-title {
    font-size: 0.3rem;
    left: 0.75rem;
    top: 2.64rem;
  }
  body > .wp {
    width: 100%;
    padding: 0;
  }
  .container {
    min-height: 9rem;
  }
  .contact-section {
    margin: 0.61rem 0 0.54rem;
  }
  .contact-section .contact-list {
    width: auto;
    padding: 0 0.15rem;
  }
  .contact-section .contact-list .contact-info {
    flex-direction: column;
    height: auto;
  }
  .contact-section .contact-list .contact-info .intro-text {
    max-width: auto;
    margin-bottom: 0.5rem;
  }
  .contact-section .contact-list .contact-info .intro-text .intro-tt {
    margin-top: 0rem;
  }
  .contact-section .contact-list .contact-info .intro-text .contact-details {
    margin-top: 0.25rem;
  }
  .contact-section .contact-list .contact-info .intro-text .contact-details li + li {
    margin-top: 0.12rem;
  }
  .contact-section .contact-list .contact-info .contact-image {
    width: 4.64rem;
    height: 4.11rem;
    margin: 0 auto;
  }
  .contact-section .contact-list .contact-info .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-section .contact-list .contact-footer {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0.5rem;
  }
  .contact-section .contact-list .contact-footer .address-box {
    margin: 0.5rem 0 0.25rem;
  }
  .contact-section .contact-list .contact-footer .qr-codes {
    width: 100%;
    justify-content: center;
  }
}