/* 单页样式 */
.zh_breadcrumb {
    background: #fcf8f3;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.zh_breadcrumb_nav {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #666;
}

.zh_breadcrumb_nav a {
    color: #bf9271;
    text-decoration: none;
    transition: color 0.3s;
}

.zh_breadcrumb_nav a:hover {
    color: #9a7328;
}

.zh_breadcrumb_nav i {
    font-size: 12px;
    color: #999;
}

/* 内容页面样式 */
.zh_content_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.zh_content_header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #bf9271;
}

.zh_content_title {
    font-family: 'Mulish', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #362222;
    margin-bottom: 20px;
}

.zh_content_meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.zh_meta_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.zh_meta_item i {
    color: #bf9271;
}

.zh_content_body {
    margin-bottom: 60px;
}

.zh_rich_content {
    font-size: 16px;
    line-height: 1.8;
    color: #362222;
}

/* 富文本编辑器内容样式 */
.zh_rich_content h1,
.zh_rich_content h2,
.zh_rich_content h3,
.zh_rich_content h4,
.zh_rich_content h5,
.zh_rich_content h6 {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #362222;
    margin-top: 32px;
    margin-bottom: 16px;
}

.zh_rich_content h1 {
    font-size: 28px;
}

.zh_rich_content h2 {
    font-size: 24px;
}

.zh_rich_content h3 {
    font-size: 20px;
}

.zh_rich_content h4 {
    font-size: 18px;
}

.zh_rich_content p {
    margin-bottom: 16px;
    text-align: justify;
}

.zh_rich_content ul,
.zh_rich_content ol {
    margin-bottom: 16px;
    padding-left: 24px;
}

.zh_rich_content li {
    margin-bottom: 8px;
}

.zh_rich_content strong {
    font-weight: 600;
    color: #362222;
}

.zh_rich_content a {
    color: #bf9271;
    text-decoration: none;
    transition: color 0.3s;
}

.zh_rich_content a:hover {
    color: #9a7328;
    text-decoration: underline;
}

.zh_rich_content blockquote {
    border-left: 4px solid #bf9271;
    padding-left: 20px;
    margin: 20px 0;
    color: #666;
    font-style: italic;
}

.zh_rich_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.zh_rich_content table th,
.zh_rich_content table td {
    border: 1px solid #eeeeee;
    padding: 12px;
    text-align: left;
}

.zh_rich_content table th {
    background: #f9f1e7;
    font-weight: 600;
    color: #362222;
}

.zh_rich_content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.zh_content_footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #eeeeee;
}

.zh_footer_card {
    background: #f9f1e7;
    border-left: 4px solid #bf9271;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.zh_footer_card i {
    color: #bf9271;
    font-size: 24px;
    flex-shrink: 0;
}

.zh_footer_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #362222;
    margin: 0 0 12px 0;
}

.zh_footer_content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.zh_footer_content p:last-child {
    margin-bottom: 0;
}

.zh_page_section {
    padding: 80px 0;
    background: #fff;
}

.zh_page_header {
    text-align: center;
    margin-bottom: 60px;
}

.zh_page_title {
    font-family: 'Mulish', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #362222;
    margin-bottom: 12px;
}

.zh_page_subtitle {
    font-size: 18px;
    color: #bf9271;
    font-weight: 500;
    margin-bottom: 16px;
}

.zh_page_desc {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* 价格卡片网格 */
.zh_pricing_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.zh_pricing_card {
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 16px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.zh_pricing_card:hover {
    border-color: #bf9271;
    box-shadow: 0 12px 40px rgba(191, 146, 113, 0.15);
    transform: translateY(-8px);
}

.zh_pricing_card_featured {
    border-color: #bf9271;
    background: linear-gradient(135deg, #fcf8f3 0%, #f9f1e7 100%);
    transform: scale(1.05);
}

.zh_pricing_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.zh_pricing_title {
    font-size: 24px;
    font-weight: 600;
    color: #362222;
    margin: 0;
}

.zh_pricing_badge {
    background: #bf9271;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.zh_badge_hot {
    background: #da3e31;
}

.zh_pricing_price {
    margin-bottom: 16px;
}

.zh_price_symbol {
    font-size: 24px;
    font-weight: 600;
    color: #bf9271;
    vertical-align: top;
}

.zh_price_amount {
    font-size: 48px;
    font-weight: 700;
    color: #362222;
    line-height: 1;
}

.zh_price_period {
    font-size: 16px;
    color: #666;
    margin-left: 4px;
}

.zh_pricing_discount {
    background: #fff4e6;
    color: #bf9271;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.zh_pricing_features {
    flex: 1;
    margin-bottom: 32px;
}

.zh_feature_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 15px;
    color: #666;
}

.zh_feature_item i {
    color: #bf9271;
    font-size: 18px;
}

.zh_feature_item strong {
    color: #362222;
    font-weight: 600;
}

.zh_pricing_btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: #bf9271;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(191, 146, 113, 0.2);
}

.zh_pricing_btn:hover {
    background: #9a7328;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(191, 146, 113, 0.3);
}

.zh_btn_featured {
    background: #362222;
    box-shadow: 0 4px 12px rgba(54, 34, 34, 0.2);
}

.zh_btn_featured:hover {
    background: #1a1a1a;
    box-shadow: 0 6px 16px rgba(54, 34, 34, 0.3);
}

/* 服务说明 */
.zh_service_notice {
    max-width: 800px;
    margin: 0 auto;
}

.zh_notice_card {
    background: #f9f1e7;
    border-left: 4px solid #bf9271;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.zh_notice_card i {
    color: #bf9271;
    font-size: 24px;
    flex-shrink: 0;
}

.zh_notice_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #362222;
    margin: 0 0 8px 0;
}

.zh_notice_content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 响应式 */
@media (max-width: 1200px) {
    .zh_pricing_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .zh_pricing_card_featured {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .zh_page_title {
        font-size: 36px;
    }
    
    .zh_pricing_grid {
        grid-template-columns: 1fr;
    }
    
    .zh_pricing_card {
        padding: 30px 24px;
    }
    
    .zh_price_amount {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .zh_page_section {
        padding: 60px 0;
    }
    
    .zh_page_header {
        margin-bottom: 40px;
    }
    
    .zh_page_title {
        font-size: 28px;
    }
    
    .zh_pricing_title {
        font-size: 20px;
    }
    
    .zh_price_amount {
        font-size: 36px;
    }
    
    .zh_content_title {
        font-size: 28px;
    }
    
    .zh_content_meta {
        flex-direction: column;
        gap: 12px;
    }
    
    .zh_rich_content {
        font-size: 15px;
    }
    
    .zh_rich_content h1 {
        font-size: 24px;
    }
    
    .zh_rich_content h2 {
        font-size: 20px;
    }
    
    .zh_rich_content h3 {
        font-size: 18px;
    }
    
    .zh_footer_card {
        flex-direction: column;
    }
}

