.page-contact {
  padding: 96px 0 80px;
  padding-top:0px;
  margin-top:80px;
}
.page-contact-profile ul li{line-height:1.5}
@media (max-width: 992px) {
  .page-contact {
    padding: 30px 0 60px;
  padding-top:0px;
  }
}

.page-contact-main {
  width: 68.75%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-contact-main {
    width: 83%;
  }
}

.page-contact-card {
  padding: 64px 6.25vw;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media (max-width: 992px) {
  .page-contact-card {
    padding: 2rem 1rem;
  }
}

.page-contact-profile {
  width: 39.62962963%;
}
@media (max-width: 992px) {
  .page-contact-profile {
    width: 100%;
  }
}
.page-contact-profile p {
  width: 85%;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .page-contact-profile p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page-contact-profile h2 {
  font-family: "Noto Serif TC", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #425ea3;
}
@media (max-width: 992px) {
  .page-contact-profile h2 {
    font-size: 22px;
  }
}
.page-contact-profile ul {
  padding-top: 28px;
}
@media (max-width: 992px) {
  .page-contact-profile ul {
    padding-top: 16px;
  }
}
.page-contact-profile ul li + li {
  margin-top: 10px;
}
.page-contact-profile ul li a {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #5b5b5b;
  text-decoration: none;

}
@media (max-width: 992px) {
  .page-contact-profile ul li a {
    font-size: 16px;
  }
}

.contact-profile-pic {
  width: 56px;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .contact-profile-pic {
    width: 36px;
    margin-right: 1rem;
  }
}
.contact-profile-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-contact-profile-title {
  width: 85%;
  padding-bottom: 28px;
  border-bottom: 2px solid #cccccc;
  position: relative;
  margin-bottom: 28px;
  align-items: center;
}
@media (max-width: 992px) {
  .page-contact-profile-title {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page-contact-profile-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #516fb5;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(2px);
}
.page-contact-profile-title h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Serif TC", sans-serif;
}
@media (max-width: 992px) {
  .page-contact-profile-title h1 {
    font-size: 30px;
  }
}

.page-contact-form {
  width: 0;
  flex-grow: 1;
}
.page-contact-form .service-inner-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .page-contact-form .service-inner-btn {
    margin: auto;
    margin-top: 1.5rem;
  }
}
@media (max-width: 992px) {
  .page-contact-form {
    width: 100%;
  }
}
.page-contact-form label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
@media (max-width: 992px) {
  .page-contact-form label {
    font-size: 16px;
  }
}
.page-contact-form input {
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  border-radius: 6px;
  height: 44px;
}
.page-contact-form textarea {
  height: 208px;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
}

.page-contact-form select {
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  height: 44px;
}

.page-contact-form .form-control:focus {
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  box-shadow: none;
}

.page-contact-map {
  width: 100%;
  padding-bottom: 29.62962963%;
  position: relative;
}
@media (max-width: 992px) {
  .page-contact-map {
    padding-bottom: 50%;
  }
}
.page-contact-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-inner-btn {
  display: block;
  border-radius: 6px;
  color: #fff;
  background-color: #516fb5;
  padding: 20px 0;
  width: 223px;
  border: none;
}
/* 防重复提交样式 */
.btn-loading .spinner-border {
    display: inline-block !important;
}

.btn-loading .btn-text {
    display: none;
}

.form-submitting {
    opacity: 0.7;
    pointer-events: none;
}

/* 弹窗动画 */
.modal-success .modal-body i {
    animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 错误列表样式 */
#validationErrors {
    padding-left: 1rem;
}

#validationErrors li {
    margin-bottom: 0.5rem;
}

#validationErrors li:last-child {
    margin-bottom: 0;
}