/* 自定义样式 - 福建福州代妈代怀代母助孕五金机电商贸有限公司 */

/* 顶部横幅样式 */
.mu-top-banner {
  background-color: #f8f9fa;
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #e74c3c;
}

.mu-top-banner img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
}

/* Logo文字样式 */
.mu-logo-text {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  display: inline-block;
}

@media (max-width: 991px) {
  .mu-logo-text {
    font-size: 12px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .mu-logo-text {
    font-size: 11px;
    max-width: 200px;
  }
}

/* 页脚横幅样式 */
.mu-footer-banner {
  background-color: #f8f9fa;
  padding: 15px 0;
  text-align: center;
  border-top: 2px solid #e74c3c;
  margin-bottom: 20px;
}

.mu-footer-banner img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

/* 了解更多链接样式 */
.mu-read-more {
  display: inline-block;
  margin-top: 10px;
  color: #e74c3c;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mu-read-more:hover {
  color: #c0392b;
  text-decoration: underline;
}

/* FAQ样式 */
#mu-faq {
  padding: 60px 0;
  background-color: #f9f9f9;
}

#mu-faq .mu-title {
  text-align: center;
  margin-bottom: 40px;
}

#mu-faq .mu-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

#mu-faq .mu-title p {
  font-size: 16px;
  color: #666;
}

.panel-group .panel {
  margin-bottom: 10px;
  border-radius: 0;
}

.panel-group .panel .panel-heading {
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #ddd;
}

.panel-group .panel .panel-heading a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  display: block;
}

.panel-group .panel .panel-heading a:hover {
  color: #e74c3c;
}

.panel-group .panel .panel-body {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
}

.panel-group .panel .panel-body p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

/* 导航栏激活状态 */
.mu-navbar-nav .nav-item.active a {
  color: #e74c3c !important;
  border-bottom: 2px solid #e74c3c;
}

/* 页脚链接样式 */
.mu-useful-links li a {
  color: #999;
  transition: color 0.3s ease;
}

.mu-useful-links li a:hover {
  color: #e74c3c;
}

/* 响应式调整 */
@media (max-width: 767px) {
  .mu-top-banner img,
  .mu-footer-banner img {
    max-height: 80px;
  }
  
  #mu-faq {
    padding: 40px 0;
  }
  
  #mu-faq .mu-title h2 {
    font-size: 24px;
  }
}
