/* ============================================
   信阳助孕电子商务统一样式文件
   适用于所有页面
   ============================================ */

/* --- 顶部联系方式栏 --- */
.top-contact-bar {
    background: #2c3e50;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.top-contact-bar a {
    color: #fff;
    text-decoration: none;
}

.top-contact-bar a:hover {
    color: #f8513e;
}

.top-contact-bar .contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact-bar .contact-info i {
    margin-right: 5px;
    color: #f8513e;
}

/* --- Logo 样式 --- */
.navbar-brand {
    font-size: 18px !important;
    line-height: 1.2em;
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px 15px !important;
    margin-top: 5px !important;
}

/* --- 导航栏样式 --- */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: #f8513e;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #de8c63;
    background-color: transparent;
}

/* --- 页面标题 --- */
#inner-headline {
    background: #de8c63;
    position: relative;
    margin: 0;
    padding: 0;
    color: #1891EC;
    border-top: 1px solid #ffffff;
}

#inner-headline h2.pageTitle {
    color: #fff;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 30px;
}

/* --- 业务板块卡片 --- */
.business-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.business-card h3 {
    color: #f8513e;
    margin-bottom: 15px;
    font-size: 24px;
}

.business-card p {
    color: #656565;
    line-height: 1.8em;
}

.business-card .card-icon {
    font-size: 48px;
    color: #f8513e;
    margin-bottom: 20px;
}

/* --- 服务列表 --- */
.service-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.service-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25px;
}

.service-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #f8513e;
}

.service-list li:last-child {
    border-bottom: none;
}

/* --- 数据统计 --- */
.stats-box {
    background: #f8513e;
    color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
}

.stats-box h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
}

.stats-box p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

/* --- 关键词高亮 --- */
.keyword-highlight {
    color: #f8513e;
    font-weight: bold;
}

/* --- 页脚样式 --- */
footer {
    background: #391300;
    color: #a29087;
}

footer .widget {
    color: #a29087;
}

footer .widget h5 {
    color: #fff;
    margin-bottom: 20px;
}

footer ul.link-list li a {
    color: #826e65;
}

footer ul.link-list li a:hover {
    color: #f8513e;
}

/* --- 响应式 --- */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 14px !important;
    }
    
    .top-contact-bar .contact-info {
        flex-direction: column;
        text-align: center;
    }
    
    .stats-box h2 {
        font-size: 36px;
    }
}

/* --- 通用工具类 --- */
.section-padding {
    padding: 60px 0;
}

.gray-bg {
    background: #f5f5f5;
}

.text-center {
    text-align: center;
}

.aligncenter {
    text-align: center;
}

.color {
    color: #f8513e;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

/* --- 按钮样式 --- */
.btn-theme {
    color: #fff;
    background: #f8513e;
    border: 1px solid #f8513e;
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-theme:hover {
    background: #e0412e;
    border-color: #e0412e;
    color: #fff;
}

/* --- 表格样式 --- */
.table-responsive {
    overflow-x: auto;
}

.table-styled {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.table-styled th,
.table-styled td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.table-styled th {
    background: #f8513e;
    color: #fff;
    font-weight: bold;
}

.table-styled tr:nth-child(even) {
    background: #f9f9f9;
}

.table-styled tr:hover {
    background: #f0f0f0;
}
