@charset "UTF-8";
.product-hero {
  background-image: url("../../assets/images/lxwo-bg.png");
}

.business-centers {
  padding: 4rem 0;
  background-color: #F6F7F9;
}
.business-centers .center-card {
  background-color: #E1EBFF;
  color: #0083FF;
  padding: 40px 17px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.business-centers .center-card:hover {
  color: white;
  background: linear-gradient(315deg, rgba(65, 122, 255, 0.84) 0%, #054FFE 100%);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.business-centers .center-card:hover .card-header {
  color: white;
  border: 1px solid #fff;
}
.business-centers .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  border: 1px solid #0083FF;
  font-size: 18px;
  border-radius: 20px;
}
.business-centers .card-body {
  padding-top: 20px;
}
.business-centers .card-body .info {
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
}
.business-centers .contact-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.business-centers .name {
  font-size: 1.1rem;
  font-weight: 600;
}
.business-centers .phone {
  font-size: 1rem;
}
.business-centers .region {
  margin-top: 18px;
  font-size: 0.9rem;
  opacity: 0.8;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 在线留言模块样式 */
.online-message {
  background-color: #fff;
  padding: 4rem 0;
}

.section-titles {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.form-control {
  background-color: #F6F6F6;
  border-radius: 4px;
  border: 1px solid #F6F6F6;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.form-control::placeholder {
  color: #B5B5B5;
}

.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-primary {
  background-color: #0043B0;
  border-color: #0043B0;
  padding: 0.75rem 7rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0a58ca;
  border-color: #0a53be;
}

.contact-details {
  padding: 4rem 0;
  background-color: #F6F7F9;
}
.contact-details .section-titles {
  font-size: 14px;
  color: #202124;
  margin-bottom: 10px;
}
.contact-details .phone-number {
  font-size: 36px;
  font-weight: bold;
}
.contact-details .email, .contact-details .address {
  font-size: 1.1rem;
  color: #404040;
  margin-bottom: 1rem;
}
.contact-details .qrcodes {
  margin-top: 2rem;
}
.contact-details .qr-code img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.contact-details .qr-code p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}
.contact-details .map-container {
  position: relative;
  height: 400px;
}
.contact-details .map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  background-color: #111111;
}

@media (max-width: 992px) {
  .contact-us-hero {
    height: 350px;
  }
  .business-centers .col-lg-2 {
    margin-bottom: 1.5rem;
  }
  .contact-details .col-lg-5, .contact-details .col-lg-7 {
    margin-bottom: 2rem;
  }
  .map-container {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .contact-us-hero h1 {
    font-size: 2.5rem;
  }
  .contact-us-hero p {
    font-size: 1rem;
  }
  .section-titles {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .contact-us-hero {
    height: 300px;
  }
  .contact-us-hero h1 {
    font-size: 2rem;
  }
  .business-centers .col-md-4 {
    margin-bottom: 1.5rem;
  }
  .map-container {
    height: 250px;
  }
}
.custom-center-card {
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  padding: 0 5px;
}

@media (max-width: 991.98px) {
  .custom-center-card {
    flex: 0 0 auto;
    max-width: none;
  }
}
.business-centers .center-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*# sourceMappingURL=contactUs.min.css.map */
