
body {
    font-family: 'Noto Sans SC', 'Open Sans', sans-serif;
}

/* 顶部联系栏 */
.top-contact-bar {
    background: #1a1a2e;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
}

.top-contact-bar a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}

.top-contact-bar a:hover {
    color: #fff;
}

.top-contact-bar i {
    margin-right: 5px;
}

.top-contact-bar .separator {
    margin: 0 15px;
}

/* Logo文字样式 */
.logo-text {
    font-size: 14px !important;
    line-height: 1.3;
    white-space: normal;
    max-width: 320px;
    text-align: left;
}

.logo-text h1 {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.logo-text a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.logo-text a:hover {
    color: #ffd700;
}

/* Banner文字 */
.banner-w3text h4,
.banner-w3text h5 {
    font-family: 'Noto Sans SC', sans-serif;
}

/* 服务网格标题 */
.service-grid h5 {
    font-size: 16px;
    font-weight: bold;
}

/* 标题中文字体 */
.agileits-title span {
    font-family: 'Noto Sans SC', sans-serif;
}

/* 关于文字 */
.about-text-w3l {
    font-size: 15px;
    line-height: 1.8;
}

/* 页脚地址 */
.footer-nav .address p,
.footer-nav .address a {
    font-size: 14px;
}

/* 页脚Logo */
.footer-logo-text a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-logo-text a:hover {
    color: #ffd700;
}

/* 服务详情框 */
.service-detail-box {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #2c3e50;
}

.service-detail-box h5 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-detail-box p {
    line-height: 1.8;
    margin-bottom: 10px;
}

/* 代妈页面 - 绿色主题 */
.page-daima .service-detail-box {
    border-left-color: #27ae60;
}

.page-daima .service-detail-box h5 {
    color: #27ae60;
}

/* 代怀页面 - 红色主题 */
.page-daihuai .service-detail-box {
    border-left-color: #e74c3c;
}

.page-daihuai .service-detail-box h5 {
    color: #e74c3c;
}

/* 代生页面 - 蓝色主题 */
.page-daisheng .service-detail-box {
    border-left-color: #3498db;
}

.page-daisheng .service-detail-box h5 {
    color: #3498db;
}

/* 代母页面 - 橙色主题 */
.page-daimu .service-detail-box {
    border-left-color: #f39c12;
}

.page-daimu .service-detail-box h5 {
    color: #f39c12;
}

/* 助孕页面 - 紫色主题 */
.page-zhuyun .service-detail-box {
    border-left-color: #8e44ad;
}

.page-zhuyun .service-detail-box h5 {
    color: #8e44ad;
}

/* FAQ样式 */
.faq-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
}

.faq-item h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2c3e50;
}

.faq-item p {
    line-height: 1.8;
    margin: 0;
}

/* 数据统计 */
.stats-box {
    text-align: center;
    padding: 30px 15px;
}

.stats-box h3 {
    font-size: 36px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.stats-box p {
    font-size: 14px;
    color: #666;
}

/* 流程步骤 */
.process-step {
    text-align: center;
    padding: 20px 10px;
}

.process-step .step-num {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #2c3e50;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.process-step h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 内联样式移除后补充 - 原有style属性转class */
.text-white {
    color: #fff;
}

.text-no-decoration {
    text-decoration: none;
}

.font-size-18 {
    font-size: 18px;
}
