/* 后花园交友网样式 */
.hhyweb-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.hhyweb-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.hhyweb-section .section-header h2 {
    margin-bottom: 10px;
    color: #1863AB;
}

.hhyweb-section .update-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.hhyweb-section .交友统计 {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.hhyweb-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.hhyweb-section .stat-item {
    text-align: center;
    padding: 20px;
    background-color: #f0f4f8;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.hhyweb-section .stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hhyweb-section .stat-number {
    display: block;
    font-size: 2em;
    font-weight: 700;
    color: #1863AB;
    margin-bottom: 5px;
}

.hhyweb-section .stat-label {
    display: block;
    font-size: 0.9em;
    color: #666;
}

.hhyweb-section h3 {
    margin-bottom: 20px;
    color: #353a42;
    font-size: 1.3em;
}

.hhyweb-section .推荐会员,
.hhyweb-section .交友动态,
.hhyweb-section .成功案例 {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.hhyweb-section .members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.hhyweb-section .member-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hhyweb-section .member-item:hover {
    background-color: #f0f4f8;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.hhyweb-section .member-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50% !important;
    object-fit: cover;
    border: 3px solid #1863AB;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.hhyweb-section .member-info h4 {
    margin-bottom: 5px;
    color: #1863AB;
    font-size: 1.1em;
}

.hhyweb-section .member-info p {
    margin-bottom: 5px;
    font-size: 0.9em;
    line-height: 1.5;
}

.hhyweb-section .member-desc {
    color: #666;
    font-size: 0.85em;
}

.hhyweb-section .news-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hhyweb-section .news-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-size: 0.9em;
}

.hhyweb-section .news-type {
    font-weight: 700;
    color: #1863AB;
    white-space: nowrap;
}

.hhyweb-section .news-content {
    color: #333;
}

.hhyweb-section .news-time {
    color: #999;
    font-size: 0.8em;
    white-space: nowrap;
}

.hhyweb-section .cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.hhyweb-section .case-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hhyweb-section .case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hhyweb-section .case-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.hhyweb-section .case-content {
    padding: 20px;
}

.hhyweb-section .case-content h4 {
    margin-bottom: 10px;
    color: #1863AB;
    font-size: 1.1em;
}

.hhyweb-section .case-couple {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.hhyweb-section .case-duration {
    color: #666;
    margin-bottom: 10px;
    font-size: 0.85em;
}

.hhyweb-section .case-story {
    color: #555;
    font-size: 0.9em;
    line-height: 1.6;
}

/* 论坛介绍样式 */
.hhyweb-section .论坛介绍 {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.hhyweb-section .forum-intro {
    line-height: 1.8;
    color: #666;
}

.hhyweb-section .forum-intro p {
    margin-bottom: 15px;
}

/* 论坛特色样式 */
.hhyweb-section .论坛特色 {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.hhyweb-section .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.hhyweb-section .feature-item {
    padding: 20px;
    background-color: #f0f4f8;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.hhyweb-section .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hhyweb-section .feature-item h4 {
    margin-bottom: 10px;
    color: #1863AB;
    font-size: 1.1em;
}

.hhyweb-section .feature-item p {
    font-size: 0.9em;
    line-height: 1.6;
    color: #666;
}

/* 板块分类样式 */
.hhyweb-section .板块分类 {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10