
     :root {
            --primary-color: #004a99;    
            --secondary-color: #007bff;     
            --light-bg: #f9f9fb;            
            --card-bg: white;              
            --text-color: #2c3e50;          
            --soft-border: #e6e6e9;        
            --shadow-elevation: 0 4px 12px rgba(0, 0, 0, 0.08); 
            --radius: 8px;             
        }

        body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            color: var(--text-color);
            background-color: var(--light-bg);
            margin: 0;
            padding: 0;
        }
        
        .tag-page-container a {
            text-decoration: none;
            color: var(--secondary-color);
            transition: color 0.3s;
        }
        .tag-page-container a:hover {
            color: var(--primary-color);
        }

        .tag-page-container {
            max-width: 1430px; 
            margin: 0 auto;
            padding: 20px 30px 60px 30px;
        }
        
        header {
            background-color: var(--primary-color); 
            color: white; 
            padding: 20px 30px; 
            text-align: left; 
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .breadcrumb {
            background-color: var(--card-bg);
            padding: 15px 30px;
            font-size: 0.9em;
            border-bottom: 1px solid var(--soft-border);
        }

        .tag-hero-section {
            padding: 5rem 1.5rem;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            position: relative;
        }

        .tag-title {
            font-family: 'Times New Roman', Times, serif;
            font-size: 3.5rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 0.5rem;
            letter-spacing: -0.02em;
            line-height: 1.2;
        }
        .hero-section-p{
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: #d97706;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            margin-bottom: 3rem;
            font-weight: 600;
        }
        .tag-hero-section{
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
            color: var(--primary-color);
        }
        .hr-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #334155;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 2px solid #f1f5f9;
            display: inline-block;
        }
        .hr-p {
            font-size: 16px;
            line-height: 1.8;
            color: #475569;
            margin: 0;
        }

        .editor-content-1 {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 1.5rem;
            padding: 3rem;
            max-width: initial;
            margin: 0 auto;
            box-shadow: 0 10px 40px -10px rgba(0,0,0,0.05);
            text-align: left;
        }
        .editor-content-1 strong {
    color: #d97706;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(217, 119, 6, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 88%;
    padding: 0 4px;
    border-radius: 2px;
        }
        .product-preview-section .list {
  margin-top: 50px;
}


.product-preview-section .list span.swiper-notification {
  display: none;
}
.product-preview-section .list .box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.product-preview-section .list .newbox1 {
  padding: 10px;
  background: #eeeeee;
}
.product-preview-section .box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-preview-section .list .box .con {
  margin-top: 20px;
}
.product-preview-section .list .box .con p {
    font-size: 14px;
}
.product-preview-section .list .box .con h6 {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  color: #111111;
  line-height: 1.5;
  text-transform: capitalize;
}
        .content-matrix {
            display: grid;
            gap: 40px;
            grid-template-columns: 2fr 1fr; 
        }

        .editor-module {
            font-size: 14px;
            background-color: var(--card-bg);
            padding: 20px;
            border-radius: var(--radius);
            margin-bottom: 30px;
            box-shadow: var(--shadow-elevation);
            transition: transform 0.3s;
            margin-top: 40px;
        }
        .editor-module:hover {
            transform: translateY(-2px);
        }
        .editor-module strong {
    color: #d97706;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(217, 119, 6, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 88%;
    padding: 0 4px;
    border-radius: 2px;
        }
        .editor-module h2 {
            font-size: 1.8em;
            color: var(--text-color);
            border-bottom: 3px solid var(--secondary-color);
            padding-bottom: 10px;
            margin-top: 0;
            margin-bottom: 25px;
            font-weight: 700;
        }
        
        .editor-module h3 {
             color: var(--primary-color);
             margin-bottom: 10px;
             font-weight: bold;
             font-size: 24px;
             text-align: center;
        }
        
        .editor-module ul {
            list-style: none;
            padding-left: 0;
        }
        .editor-module li {
            padding: 5px 0;
            border-bottom: 1px dotted var(--soft-border);
            position: relative;
            padding-left: 20px;
            line-height: 2;
        }
        .editor-module li::before {
            content: '✓';
            color: var(--secondary-color);
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        .info-column1 {
            background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
        }
        .hr-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    display: inline-block;
}

.hr-table tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s ease;
}
.hr-table tbody tr:last-child {
    border-bottom: none;
}
.hr-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}
.hr-table tbody tr:hover {
    background-color: #fff7ed;
}
.hr-table td {
    padding: 1rem 1.5rem;
    color: #475569;
    line-height: 1.5;
}
.hr-table td:first-child {
    font-weight: 600;
    color: #334155;
    width: 40%;
    background-color: #fff;
    border-right: 1px solid #e2e8f0;
}
.hr-table tbody tr:nth-child(even) td:first-child {
    background-color: #f8fafc;
}
.hr-table tbody tr:hover td:first-child {
    background-color: #fff7ed;
}
.hr-table td:last-child {
    color: #64748b;
    font-weight: 400;
}

        .product-preview-section {
            padding-top: 40px;
            border-top: 1px solid var(--soft-border);
            margin-bottom: 40px;
        }
        .product-preview-section h2 {
            font-size: 2.2em;
            color: var(--primary-color);
            text-align: center;
            margin-bottom: 30px;
        }
        
        .product-preview-grid {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        .preview-card {
            width: 300px;
            padding: 20px;
            background-color: var(--card-bg);
            border-radius: var(--radius);
            box-shadow: var(--shadow-elevation);
            transition: box-shadow 0.3s;
            text-align: center;
        }
        .preview-card:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .preview-card img {
            border-radius: 4px;
            transition: opacity 0.3s;
        }
        .preview-card:hover img {
            opacity: 0.9;
        }
        .preview-card h3 {
            font-size: 1.2em;
            color: var(--text-color);
            margin: 15px 0 5px 0;
        }
        .preview-card a {
            display: inline-block;
            margin-top: 10px;
            padding: 8px 15px;
            background-color: var(--secondary-color);
            color: white;
            border-radius: 4px;
        }
        .preview-card a:hover {
            background-color: var(--primary-color);
        }
.editor-module1 {
            background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
        }
        .editor-module1 h3{
            text-align: center;
            font-size: 24px;
            color: var(--primary-color);
            margin-bottom: 25px;
            padding-top: 20px;
            font-weight: bold;
            position: relative;
            padding-bottom: 10px;
        }
        .editor-module1 h3::after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
            margin: 8px auto 0;
            border-radius: 2px;
        }
        .hr-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
        .hr-li {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    transition: transform 0.2s ease, color 0.2s ease;
}
        .hr-li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 8px;
    height: 8px;
    background-color: #d97706;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.1);
    transition: all 0.3s ease;
}
.hr-li:hover {
    transform: translateX(5px);
    color: #1e293b;
}
        .hr-li:hover::before {
    background-color: #1e293b;
    box-shadow: 0 0 0 6px rgba(30, 41, 59, 0.1);
}
.editor-module-service h3 {
    color: var(--primary-color);
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    font-weight: bold;
    text-align: left;
}
.editor-module-faq {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}
.editor-module-faq h3 {
    color: var(--primary-color);
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    font-weight: bold;
}
.editor-module-faq ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}
.editor-module-faq ul:last-child {
    margin-bottom: 0;
}
.hr-q {
    background-color: #f8fafc;
    border-left: 4px solid #d97706;
    padding: 1.25rem 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #1e293b; /* Slate 800 */
}
.hr-q strong {
    color: inherit;
    font-weight: 700;
    display: block;
}
.hr-a {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    margin: 0;
}
.hr-a::before {
    content: 'A:';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #d97706;
    font-size: 1rem;
}

.more-info {
    background-color: #FFFFFF;
    border-radius: 8px;  
    border: 1px solid #E0E0E0; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
    padding: 25px 30px; 
    margin-top: 40px;
}
.more-info h2 {
    color: #2c3e50;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.more-info p {
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 20px;
}
.more-info ul {
    list-style: none; 
    padding: 0;
    margin: 0;
    
    display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-start; 
}
.more-info li {
    margin: 0;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 10px;
}
.more-info a {
    display: block; 
    text-decoration: none; 
    color: #2980b9;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7; 
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    
    white-space: nowrap; 
    transition: all 0.2s;
}

.more-info a:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(52, 152, 219, 0.3); 
}
.product-page {
    padding: 0px 0;
}
        @media (max-width: 900px) {
            .content-matrix {
                grid-template-columns: 1fr; 
                gap: 20px;
            }
            .tag-title {
                font-size: 2.5em;
            }
            .editor-module {
                margin-bottom: 20px;
            }
            .tag-page-container, header, .breadcrumb {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        @media (max-width: 768px) {
            .jinfeng-ul-1 {
                flex-direction: column;
                gap: 15px;
            }
            .jinfeng-ul-1 li {
                width: 100%;
                min-width: unset;
                justify-content: flex-start;
                padding: 15px;
            }
        }
        @media (max-width: 768px) {
    .tag-title {
        font-size: 2.5rem;
    }
    
    .hero-section-p {
        font-size: 0.875rem;
        letter-spacing: 0.1em;
    }

    .editor-content-1 {
        padding: 2rem 1.5rem;
        border-radius: 1.5rem;
    }
}
@media (max-width: 768px) {
    .info-column1 {
        padding: 1.5rem;
    }
    
    .hr-table {
        font-size: 0.875rem;
    }

    .hr-table td {
        padding: 0.75rem 1rem;
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
    }
    
    .hr-table td:first-child {
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #94a3b8;
        padding-bottom: 0.25rem;
    }
    
    .hr-table td:last-child {
        padding-top: 0;
        color: #334155;
    }
}
@media (max-width: 768px) {
    .editor-module1 {
        padding: 1.5rem;
    }
    
    .hr-title {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .hr-li {
        font-size: 0.95rem;
        padding-left: 2rem;
    }
}