/* 绥化代生页面样式 - 红色主题 */
.about {
    padding: 60px 0;
    background: #fff;
}
.about h3 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #e91e63;
}
.about p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.about-bottom {
    padding: 60px 0;
    background: #f8f9fa;
}
.about-bottom h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    color: #333;
}
.team {
    padding: 60px 0;
    background: #fff;
}
.team h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    color: #333;
}
.wthree_team_grid {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wthree_team_grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.wthree_team_grid h4 {
    font-size: 1.2em;
    color: #e91e63;
    margin: 15px 0 5px;
    text-align: center;
}
.wthree_team_grid p {
    color: #666;
    text-align: center;
    padding-bottom: 15px;
}
.stats-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #e91e63 0%, #f44336 100%);
    color: #fff;
    text-align: center;
}
.stats-section h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    color: #fff;
}
.stat-item {
    text-align: center;
    padding: 20px;
}
.stat-item .counter {
    font-size: 2.5em;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.stat-item h4 {
    font-size: 1em;
    opacity: 0.9;
}
@media (max-width: 768px) {
    .wthree_team_grid {
        width: 50%;
    }
    .stat-item {
        width: 50%;
        margin-bottom: 20px;
    }
}
