#topnav .logo {
  color: #ffffff !important;
  display: block;
  width: 245px;
}
#contactForm {
  /* 表单容器 */
  /* 表单组 */
  /* 输入框基础样式 */
  /* 多行文本框特定样式 */
  /* 电话输入框特殊布局 (模拟国家区号选择) */
  /* 错误提示文字 */
  /* 底部复选框 */
  /* 提交按钮 */
}
#contactForm .contact-container {
  width: 100%;
  max-width: 500px;
}
#contactForm h1 {
  text-align: center;
  color: #211061;
  /* 深靛蓝色 */
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
#contactForm .form-group {
  margin-bottom: 20px;
}
#contactForm label {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
}
#contactForm input[type="text"],
#contactForm textarea {
  width: 100%;
  background-color: #f0f2f5;
  border: none;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: box-shadow 0.2s ease;
}
#contactForm input[type="text"]::placeholder,
#contactForm textarea::placeholder {
  color: #b0b3b8;
}
#contactForm input[type="text"]:focus,
#contactForm textarea:focus {
  box-shadow: 0 0 0 2px #21106120;
}
#contactForm textarea {
  resize: vertical;
  min-height: 100px;
}
#contactForm .phone-input-wrapper {
  display: flex;
  align-items: center;
  background-color: #f0f2f5;
  border-radius: 6px;
  padding-left: 12px;
}
#contactForm .phone-flag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  padding-right: 12px;
  border-right: 1px solid #e0e2e5;
}
#contactForm .phone-input-wrapper input {
  background-color: transparent;
  padding-left: 12px;
}
#contactForm .phone-input-wrapper:focus-within {
  box-shadow: 0 0 0 2px #21106120;
}
#contactForm .error-message {
  color: #ae0717;
  font-size: 16px;
  margin-top: 6px;
}
#contactForm .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 30px;
}
#contactForm .checkbox-group input[type="checkbox"] {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#contactForm .checkbox-group label {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  cursor: pointer;
}
#contactForm .submit-btn {
  width: 100%;
  background-color: #211061;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
#contactForm .submit-btn:hover {
  background-color: #31188f;
}
.images-icon {
  padding-bottom: 100px !important;
}
.images-icon .all-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.images-icon .all-section-content .img-fluid {
  border-radius: 20px;
}
.images-icon .all-section-content .icon {
  width: 160px;
  height: 46px;
}
@media (min-width: 576px) {
  .taglines {
    top: 0px !important;
  }
}
/*# sourceMappingURL=style.css.map */