  * { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: #f5f7fc; font-family: 'Segoe UI', 'Microsoft YaHei', 'PingFang SC', Roboto, sans-serif; color: #1a2c3e; line-height: 1.5; }
        
        .header { background: linear-gradient(135deg, #1e3c5c 0%, #2a5298 100%); color: white; padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
        .header .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
        .logo h1 { font-size: 22px; font-weight: 700; }
        .logo p { font-size: 12px; opacity: 0.8; }
        .nav a { color: white; text-decoration: none; margin-left: 24px; font-weight: 500; transition: opacity 0.2s; }
        .nav a:hover { opacity: 0.8; }
        
        .main { max-width: 1280px; margin: 32px auto; padding: 0 32px; }
        .breadcrumb { margin-bottom: 20px; font-size: 14px; color: #64748b; }
        .breadcrumb a { color: #2c9cd4; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        
        .detail-card { background: white; border-radius: 24px; overflow: hidden; border: 1px solid #e2e8f0; margin-bottom: 32px; }
        .detail-header { padding: 30px; border-bottom: 1px solid #eef2f6; background: linear-gradient(135deg, #f8fafc, #ffffff); }
        .detail-title { font-size: 28px; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
        .recommend-tag { background: #f59e0b; color: white; padding: 4px 16px; border-radius: 30px; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
        .detail-location { color: #64748b; margin-bottom: 16px; display: flex; flex-wrap: wrap; gap: 16px; }
        .detail-location span { display: inline-flex; align-items: center; gap: 6px; }
        .detail-stats { display: flex; gap: 30px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid #eef2f6; margin-top: 8px; }
        .stat-item { text-align: center; }
        .stat-value { font-size: 28px; font-weight: 700; color: #2c9cd4; }
        .stat-label { font-size: 12px; color: #64748b; margin-top: 4px; }
        
        .detail-body { padding: 30px; }
        .section { margin-bottom: 32px; }
        .section-title { font-size: 20px; font-weight: 700; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #2c9cd4; display: inline-block; }
        .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: #f8fafc; border-radius: 16px; padding: 20px; }
        .info-item { display: flex; }
        .info-label { width: 110px; color: #64748b; flex-shrink: 0; }
        .info-value { font-weight: 500; color: #1a2c3e; }
        .tag-group { display: flex; flex-wrap: wrap; gap: 12px; }
        .tag { background: #eff6ff; padding: 6px 16px; border-radius: 30px; font-size: 13px; color: #2c9cd4; }
        .price-box { background: linear-gradient(135deg, #fef3c7, #fde68a); border-radius: 16px; padding: 20px; }
        .price-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #fde68a; }
        .price-row:last-child { border-bottom: none; }
        .price-label { font-weight: 600; }
        .price-value { font-size: 20px; font-weight: 700; color: #d97706; }
        .price-desc { font-size: 13px; color: #92400e; margin-top: 12px; }
        
        .gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-top: 16px; }
        .gallery-img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px; cursor: pointer; transition: transform 0.2s; }
        .gallery-img:hover { transform: scale(1.02); }
        
        .contact-info { background: #f8fafc; border-radius: 16px; padding: 20px; }
        .contact-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eef2f6; }
        .contact-row:last-child { border-bottom: none; }
        .contact-icon { width: 40px; height: 40px; background: #eff6ff; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #2c9cd4; }
        
        .related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-top: 16px; }
        .related-card { background: #f8fafc; border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.3s; border: 1px solid #e2e8f0; }
        .related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
        .related-img { height: 120px; background: linear-gradient(135deg, #2c9cd4, #1a6e9e); display: flex; align-items: center; justify-content: center; color: white; }
        .related-img img { width: 100%; height: 100%; object-fit: cover; }
        .related-info { padding: 12px; }
        .related-title { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
        .related-price { font-size: 14px; font-weight: 700; color: #f59e0b; }
        
        /* 富文本内容样式 */
        .rich-content {
            line-height: 1.8;
            color: #334155;
        }
        .rich-content p {
            margin-bottom: 16px;
        }
        .rich-content h1, .rich-content h2, .rich-content h3 {
            margin: 24px 0 12px;
            color: #1a2c3e;
        }
        .rich-content ul, .rich-content ol {
            margin: 12px 0 12px 24px;
        }
        .rich-content img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            margin: 16px 0;
        }
        .rich-content table {
            width: 100%;
            border-collapse: collapse;
            margin: 16px 0;
        }
        .rich-content th, .rich-content td {
            border: 1px solid #e2e8f0;
            padding: 8px 12px;
        }
        
        .footer { background: #0f172a; color: #94a3b8; text-align: center; padding: 40px 20px; margin-top: 40px; }
        .footer a { color: #94a3b8; text-decoration: none; margin: 0 10px; }
        .footer a:hover { color: white; }
        
        .back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #2c9cd4; text-decoration: none; }
        .back-link:hover { text-decoration: underline; }
        
        @media (max-width: 768px) {
            .main { padding: 0 20px; }
            .info-grid { grid-template-columns: 1fr; }
            .detail-header { padding: 20px; }
            .detail-body { padding: 20px; }
            .detail-title { font-size: 22px; }
            .related-grid { grid-template-columns: 1fr; }
            .gallery-grid { grid-template-columns: repeat(2, 1fr); }
            .header .container { flex-direction: column; text-align: center; }
            .nav a { margin: 0 12px; }
        }