
     :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 {
            max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: left;
        }

        .tag-title {
            font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    
    background: linear-gradient(135deg, #1e293b 0%, #5d2caf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        }
        .hero-section-p {
            font-size: 1.125rem;
    font-weight: 600;
    color: #5d2caf;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
        }
        .hero-section-p::after {
            content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #5d2caf;
    margin-top: 12px;
    border-radius: 2px;
        }
        .tag-hero-section {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
            color: var(--primary-color);
        }
        
        
        .editor-content-1 {
            background-color: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px -10px rgba(93, 44, 175, 0.1);
    border: 1px solid rgba(93, 44, 175, 0.05);
        }
        .editor-content-1 h4 {
            font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
        }
        .ym-p {
    font-size: 1.0625rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
}
.ym-p:last-child {
    margin-bottom: 0;
}
.ym-p:first-of-type::first-letter {
    font-size: 3.5rem;
    float: left;
    line-height: 0.8;
    padding-right: 12px;
    padding-top: 4px;
    color: #5d2caf;
    font-weight: 700;
}
        .editor-content-1 strong {
            font-weight: bold;
        }
        .product-preview-section .list {
  margin-top: 50px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 100%;
}

.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;
        }
        .editor-module:hover {
            transform: translateY(-2px);
        }
        .editor-module strong {
            font-weight: bold;
        }
        .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 h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
    position: relative;
}
.editor-module h4::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 4px;
    bottom: calc(1rem + 4px);
    width: 4px;
    background-color: #5d2caf;
    border-radius: 2px;
    display: none;
}

        
        .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 {
            color: var(--secondary-color);
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .info-column1 table th, .info-column1 table td{
            padding: 5px 10px;
    border: 1px solid #666;
    width: 50%;
        }
        .info-column1 table th {
            font-weight: bold;
        }
        .info-column1 table tbody tr td:first-of-type {
            font-weight: bold;
        }
        .ym-table {
            width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    font-size: 0.95rem;
    border: 1px solid #e2e8f0;
        }
        .ym-table thead {
    background-color: #5d2caf;
}
.ym-table th {
    color: #5d2caf;
    font-weight: 600;
    text-align: left;
    padding: 16px 24px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.ym-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
}
.ym-table tbody tr:last-child {
    border-bottom: none;
}
.ym-table tbody tr:nth-of-type(even) {
    background-color: #f8fafc;
}
.ym-table tbody tr:hover {
    background-color: #f1f5f9;
}
        .ym-table td {
    padding: 16px 24px;
    color: #475569;
    vertical-align: middle;
}
.ym-table td:first-child {
    font-weight: 600;
    color: #334155;
    width: 35%;
    background-color: rgba(93, 44, 175, 0.03);
}
.ym-table td:last-child {
    font-weight: 500;
    color: #5d2caf;
}

        .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 {
            margin: 30px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .editor-module1 h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.editor-module1 h4::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #5d2caf;
    margin: 16px auto 0;
    border-radius: 2px;
}
        .editor-module1 h3, .editor-module-faq h4{
            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, .editor-module-faq h4::after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
            margin: 8px auto 0;
            border-radius: 2px;
        }
        .ym-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
        .ym-li {
    background-color: #ffffff;
    padding: 32px 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
        .ym-li:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(93, 44, 175, 0.15), 0 10px 10px -5px rgba(93, 44, 175, 0.1);
    border-color: #ddd6fe;
}
        .ym-li::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #5d2caf;
    opacity: 0.8;
}
.ym-li strong {
    display: block;
    font-size: 1.25rem;
    color: #5d2caf;
    margin-bottom: 12px;
    font-weight: 700;
    padding-left: 12px;
    position: relative;
}
.ym-li strong::before {
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    position: absolute;
    left: -24px;
    top: 2px;
    color: #5d2caf;
    font-size: 1.1rem;
}
.ym-li {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    padding-left: 12px;
}

.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: #fcfcfc;
    padding: 15px 10px; 
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 1370px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.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 24px 0;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    overflow: hidden;
    transition: box-shadow 0.3s ease; 
}
.editor-module-faq ul:hover {
    box-shadow: 0 8px 16px rgba(93, 44, 175, 0.08);
    border-color: #ddd6fe;
}
.editor-module-faq li {
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    line-height: 1.6;
    font-size: 1rem;
    position: relative;
    padding-left: 60px;
}


.editor-module-faq li:last-child {
    border-bottom: none;
}
.editor-module-faq ul li:first-child::before {
    content: 'Q';
    position: absolute;
    left: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    background-color: #5d2caf;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(93, 44, 175, 0.3);
}
.editor-module-faq ul li:last-child::before {
    content: 'A';
    position: absolute;
    left: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    background-color: #f1f5f9;
    color: #64748b;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}
.editor-module-faq ul li:first-child {
    font-weight: 600;
    color: #1e293b;
}
.editor-module-faq ul li:last-child {
    color: #475569;
    background-color: rgba(248, 250, 252, 0.5);
}

.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); 
}
        @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-hero-section {
        padding: 60px 20px;
    }

    .tag-title {
        font-size: 2.25rem;
    }

    .hero-section-p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .editor-content-1 {
        padding: 24px;
        border-radius: 16px;
    }

    .editor-content-1 h4 {
        font-size: 1.25rem;
    }
}

/* 手机尺寸 */
@media (max-width: 480px) {
    .tag-title {
        font-size: 1.875rem;
    }
    
    .editor-content-1 h4 {
        font-size: 1.125rem;
    }

    .ym-p {
        font-size: 1rem;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .info-column1 {
        padding: 0 15px;
    }

    .ym-table {
        font-size: 0.875rem;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .ym-table th, 
    .ym-table td {
        padding: 12px 16px;
    }
}


@media (max-width: 1024px) {
    .ym-ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .editor-module1 {
        padding: 40px 20px;
    }

    .editor-module1 h4 {
        font-size: 1.5rem;
        text-align: left;
        left: 0;
        transform: none;
        margin-bottom: 2rem;
    }
    
    .editor-module1 h4::after {
        margin: 12px 0 0 0;
    }

    .ym-ul {
        grid-template-columns: 1fr;
    }
    
    .ym-li {
        padding: 24px 20px;
    }
}

@media (max-width: 768px) {
    .editor-module-faq {
        padding: 30px 20px;
    }

    .editor-module-faq li {
        padding: 16px 20px;
        padding-left: 52px; /* 移动端减小左侧内边距 */
    }

    .editor-module-faq ul li:first-child::before,
    .editor-module-faq ul li:last-child::before {
        left: 16px;
        top: 16px;
        width: 24px;
        height: 24px;
        font-size: 0.8rem;
    }
}