/* 蚌埠助孕智能 - 自定义样式 */

/* 联系方式栏 */
.contact-bar {
    background: #333;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.contact-bar a {
    color: #fff;
    text-decoration: none;
}
.contact-bar i {
    margin-right: 5px;
}

/* 文字Logo */
.logo a {
    font-size: 14px !important;
    line-height: 1.4;
    white-space: normal;
    max-width: 300px;
    display: block;
}

/* 页脚文字Logo */
.footer_logo a {
    font-size: 14px !important;
    line-height: 1.4;
    white-space: normal;
    max-width: 250px;
}

/* 内容区域增强 */
.content_section {
    padding: 80px 0;
}

/* 服务详情区块 */
.service_detail {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.service_detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service_detail p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
