
     :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;
           
            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 {
    background: radial-gradient(circle, rgba(242, 196, 188, 0.15) 0%, transparent 70%);
    color: #000000; /* 黑色文字 */
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 10rem;
    margin-top: 4rem;
}



.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}


    .tag-title {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #000000; /* 黑色 */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

        .tag-hero-section .hero-section-p {
           font-size: 1.8rem;
           text-align: center;
    color: #2d1b00; /* 深红棕色，作为副标题颜色 */
    margin-bottom: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
        }
        
        .editor-content-1 {
     font-size: 1.5rem;
    color: #2d1b00; /* 深红棕色，作为副标题颜色 */
    margin-bottom: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
        }

        .editor-content-1 h4 {
            text-align: center;
    color: #2d1b00; /* 深红棕色标题 */
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(139, 69, 19, 0.5);
    font-weight: bold;
}

.editor-content-1 p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000000; /* 黑色文字 */
    margin: 0;
}


@media (max-width: 768px) {
    .tag-title {
        font-size: 2.5rem;
    }
    
    .hero-section-p {
        font-size: 1.2rem;
    }
    
    .editor-content-1 {
        padding: 1.5rem;
    }
    
    .editor-content-1 h4 {
        font-size: 1.5rem;
    }
    
    .editor-content-1 p {
        font-size: 1rem;
    }
}


        .editor-content-1 strong {
            font-weight: bold;
        }
        .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-module3 {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #fff 0%, #fff5f3 100%);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

/* 添加背景装饰 */
.editor-module3::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 50%;
    height: 150%;
    background: radial-gradient(circle, rgba(242, 196, 188, 0.12) 0%, transparent 70%);
    transform: rotate(25deg);
    pointer-events: none;
}

.editor-module3 h4 {
    color: #a84636;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #a84636;
    text-align: center;
    position: relative;
}

.editor-module3 h4::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #F2C4BC;
}

.editor-module3 ul {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.editor-module3 li {
    position: relative;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem 1.5rem 6.5rem; /* 增加左侧内边距到4.5rem */
    background-color: white;
    border-radius: 10px;
    border-left: 5px solid #a84636;
    box-shadow: 0 3px 12px rgba(168, 70, 54, 0.08);
    transition: all 0.3s ease;
}

.editor-module3 li::before {
    content: '✓';
    position: absolute;
    left: 1rem; /* 图标位置保持不变 */
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #a84636 0%, #c64b40 100%);
    border-radius: 50%;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(168, 70, 54, 0.3);
}

.editor-module3 li strong {
    color: #a84636;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

.editor-module3 li {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #555;
}

.editor-module3 li:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 20px rgba(168, 70, 54, 0.15);
    border-left-width: 7px;
}

.editor-module3 li:hover::before {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(168, 70, 54, 0.4);
}

/* 最后一个列表项 */
.editor-module3 li:last-child {
    margin-bottom: 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .editor-module3 h4 {
        font-size: 1.8rem;
    }
    
    .editor-module3 li {
        padding: 1.3rem 1.8rem 1.3rem 4rem; /* 增加左侧内边距 */
        font-size: 1.05rem;
    }
    
    .editor-module3 li strong {
        font-size: 1.15rem;
    }
    
    .editor-module3 li::before {
        width: 25px;
        height: 25px;
        left: 0.9rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .editor-module3 {
        padding: 3rem 1rem;
    }
    
    .editor-module3 h4 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .editor-module3 li {
        padding: 1.2rem 1.5rem 1.2rem 3.5rem; /* 增加左侧内边距 */
        font-size: 1rem;
        margin-bottom: 1.3rem;
    }
    
    .editor-module3 li strong {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }
    
    .editor-module3 li::before {
        width: 24px;
        height: 24px;
        left: 0.8rem;
        font-size: 0.95rem;
    }
    
    .editor-module3::before {
        display: none; /* 移动端隐藏背景装饰 */
    }
}

@media (max-width: 480px) {
    .editor-module3 {
        padding: 2rem 0.5rem;
    }
    
    .editor-module3 h4 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .editor-module3 li {
        padding: 1rem 1.2rem 1rem 3rem; /* 增加左侧内边距 */
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        border-left-width: 3px;
    }
    
    .editor-module3 li strong {
        font-size: 1rem;
    }
    
    .editor-module3 li::before {
        width: 22px;
        height: 22px;
        left: 0.7rem;
        font-size: 0.9rem;
    }
    
    .editor-module3 li:hover {
        transform: translateX(5px);
        border-left-width: 4px;
    }
}




        
        .info-column1 {
    padding: 4rem 2rem;
    background-color: #ffffff;
    margin-bottom: 3rem;
}

.info-content {
    max-width: 1200px;
    margin: 0 auto;
}

.info-content h4 {
    color: #a84636; /* 深红色标题 */
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #a84636;
    text-align: center;
    position: relative;
}

.info-content h4::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #F2C4BC;
}

/* 表格样式 */
.info-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(168, 70, 54, 0.1);
}

.info-content th {
    background: linear-gradient(135deg, #a84636 0%, #c64b40 100%);
    color: white;
    padding: 1.2rem 0.8rem;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 2px solid #8B4513;
    position: relative;
}

.info-content th::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}

.info-content td {
    padding: 1.2rem 0.8rem;
    text-align: center;
    border-bottom: 1px solid #e8d4d0;
    color: #333;
    font-size: 1.3rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* 斑马纹效果 */
.info-content tr:nth-child(even) td {
    background-color: #faf8f7;
}

/* 鼠标悬停效果 */
.info-content tr:hover td {
    background-color: #FFF0ED;
    color: #a84636;
    transform: scale(1.02);
    transition: all 0.3s ease;
    cursor: pointer;
}

/* 最后一行去掉底边框 */
.info-content tr:last-child td {
    border-bottom: none;
}

/* 表格圆角处理 */
.info-content tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

.info-content tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

.info-content tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.info-content tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .info-content h4 {
        font-size: 1.8rem;
    }
    
    .info-content th {
        font-size: 1rem;
        padding: 1rem 0.6rem;
    }
    
    .info-content td {
        font-size: 0.9rem;
        padding: 1rem 0.6rem;
    }
}

@media (max-width: 768px) {
    .info-column1 {
        padding: 3rem 1rem;
    }
    
    .info-content h4 {
        font-size: 1.5rem;
    }
    
    .info-content table {
        font-size: 0.85rem;
        border-radius: 8px;
    }
    
    .info-content th {
        padding: 0.8rem 0.4rem;
        font-size: 0.85rem;
    }
    
    .info-content td {
        padding: 0.8rem 0.4rem;
        font-size: 0.8rem;
    }
    
    .info-content tr:first-child th:first-child,
    .info-content tr:first-child th:last-child {
        border-radius: 8px 8px 0 0;
    }
    
    .info-content tr:last-child td:first-child,
    .info-content tr:last-child td:last-child {
        border-radius: 0 0 8px 8px;
    }
}

@media (max-width: 480px) {
    .info-column1 {
        padding: 2rem 0.5rem;
    }
    
    .info-content h4 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .info-content table {
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(168, 70, 54, 0.08);
    }
    
    .info-content th,
    .info-content td {
        padding: 0.6rem 0.3rem;
        font-size: 0.75rem;
        word-wrap: break-word;
    }
}

        .spec-table {
            width: 100%;
            border-collapse: separate; 
            border-spacing: 0;
            margin-top: 15px;
            border-radius: var(--radius);
            overflow: hidden;
        }
        .spec-table th, .spec-table td {
            padding: 15px;
            text-align: left;
            font-size: 0.95em;
            border-bottom: 1px solid var(--soft-border);
        }
        .spec-table th {
            background-color: var(--primary-color);
            color: white;
            font-weight: 400;
            text-transform: uppercase;
        }
        .spec-table tr:last-child td {
            border-bottom: none;
        }
        .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 {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #fff9f8 0%, #fff 100%);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

/* 添加背景装饰 */
.editor-module1::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(242, 196, 188, 0.15) 0%, transparent 70%);
    transform: rotate(-30deg);
    pointer-events: none;
}

.editor-module1 h4 {
    color: #a84636;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #a84636;
    text-align: center;
    position: relative;
}

.editor-module1 h4::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #F2C4BC;
}

.editor-module1 p {
    max-width: 1000px;
    margin: 0 auto 1.8rem auto;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #444;
    padding: 1.5rem 2rem;
    padding-left: 3rem;
    background-color: white;
    border-radius: 10px;
    border-left: 4px solid #a84636;
    box-shadow: 0 3px 12px rgba(168, 70, 54, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.editor-module1 p::before {
    content: '◆';
    color: #a84636;
    font-size: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    opacity: 0.6;
}

.editor-module1 p:hover {
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(168, 70, 54, 0.15);
    border-left-width: 6px;
}

/* 第一个段落特殊样式 */
.editor-module1 p:nth-child(2) {
    margin-top: 2rem;
}

/* 最后一个段落 */
.editor-module1 p:last-child {
    margin-bottom: 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .editor-module1 h4 {
        font-size: 1.8rem;
    }
    
    .editor-module1 p {
        font-size: 1.1rem;
        padding: 1.3rem 1.8rem;
    }
}

@media (max-width: 768px) {
    .editor-module1 {
        padding: 3rem 1rem;
    }
    
    .editor-module1 h4 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .editor-module1 p {
        font-size: 1rem;
        padding: 1.2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .editor-module1 p::before {
        top: 1.2rem;
    }
    
    .editor-module1::before {
        display: none; /* 移动端隐藏背景装饰 */
    }
}

@media (max-width: 480px) {
    .editor-module1 {
        padding: 2rem 0.5rem;
    }
    
    .editor-module1 h4 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .editor-module1 p {
        font-size: 0.95rem;
        padding: 1rem 1.2rem;
        line-height: 1.7;
        border-left-width: 3px;
    }
    
    .editor-module1 p::before {
        left: 0.7rem;
        top: 1rem;
        font-size: 0.7rem;
    }
    
    .editor-module1 p:hover {
        transform: translateX(4px);
        border-left-width: 4px;
    }
}
        .jinfeng-ul-1 {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            justify-content: space-between;
            gap: 25px;
            flex-wrap: wrap;
            padding-bottom: 30px;
        }
        .jinfeng-ul-1 li {
            flex: 1 1 auto; 
            min-width: min-content; 
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
        }
        .jinfeng-ul-1 li:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            border-color: #007bff;
        }
        .jinfeng-ul-1 li::before {
            content: '⭐';
            font-size: 36px; 
            margin-right: 15px;
            color: #ffc107;
            line-height: 1;
        }
        .jinfeng-ul-1 li span {
            font-size: 18px;
            color: #333;
            font-weight: 600;
            display: inline;
        }
.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;
}

.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: #a84636;
    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;
            }
        }

/* FAQ 样式 */
.editor-module5 {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #fff5f3 0%, #fff 100%);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

/* 添加背景装饰 */
.editor-module5::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 50%;
    height: 150%;
    background: radial-gradient(circle, rgba(242, 196, 188, 0.12) 0%, transparent 70%);
    transform: rotate(-25deg);
    pointer-events: none;
}

.editor-module5 h4 {
    color: #a84636;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #a84636;
    text-align: center;
    position: relative;
}

.editor-module5 h4::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #F2C4BC;
}

.editor-module5 ul {
    max-width: 900px;
    margin: 0 auto 1.5rem auto;
    padding: 0;
}

.editor-module5 li {
    position: relative;
    margin-bottom: 1.5rem;
    background-color: white;
    border-radius: 12px;
    border: 1px solid #e8d4d0;
    box-shadow: 0 4px 15px rgba(168, 70, 54, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.editor-module5 li:last-child {
    margin-bottom: 0;
}

.editor-module5 li .question {
    padding: 1.5rem 2.5rem 1.5rem 4.5rem;
    cursor: pointer;
    position: relative;
}

.editor-module5 li .question p {
    margin: 0;
    font-size: 1.15rem;
    color: #333;
    font-weight: 600;
}

.editor-module5 li .question p strong {
    color: #a84636;
    font-size: 1.5rem;
}

.editor-module5 li .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #faf8f7;
}

.editor-module5 li .answer p {
    padding: 0 2.5rem 1.5rem 4.5rem;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #555;
    font-weight: bold;
}

.editor-module5 li .answer p strong {
    color: #a84636;
    display: inline;
}

/* 修改：移除 toggle-icon 相关样式，因为您的HTML中没有这个元素 */
.editor-module5 li.active .answer {
    max-height: 500px;
    padding: 1.5rem 2.5rem 1.5rem 4.5rem;
}

.editor-module5 li:hover {
    box-shadow: 0 8px 25px rgba(168, 70, 54, 0.15);
    border-color: #a84636;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .editor-module5 h4 {
        font-size: 1.8rem;
    }
    
    .editor-module5 li .question {
        padding: 1.3rem 2.2rem 1.3rem 4rem;
    }
    
    .editor-module5 li .answer p {
        padding: 0 2.2rem 1.3rem 4rem;
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .editor-module5 {
        padding: 3rem 1rem;
    }
    
    .editor-module5 h4 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .editor-module5 li {
        margin-bottom: 1.3rem;
    }
    
    .editor-module5 li .question {
        padding: 1.2rem 1.8rem 1.2rem 3.8rem;
        font-size: 1.05rem;
    }
    
    .editor-module5 li .answer p {
        padding: 0 1.8rem 1.2rem 3.8rem;
        font-size: 1rem;
    }
    
    .editor-module5::before {
        display: none; /* 移动端隐藏背景装饰 */
    }
}

@media (max-width: 480px) {
    .editor-module5 {
        padding: 2rem 0.5rem;
    }
    
    .editor-module5 h4 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .editor-module5 li {
        border-radius: 8px;
    }
    
    .editor-module5 li .question {
        padding: 1rem 1.5rem 1rem 3.5rem;
        font-size: 1rem;
    }
    
    .editor-module5 li .answer p {
        padding: 0 1.5rem 1rem 3.5rem;
        font-size: 0.95rem;
    }
}



.about-1 .ui.container {
        width: 1330px;
        
}

.tag-page-container .ui.container {
    width: 1336px;
}


.tag-page-container .contact-page .contact-1 {
        padding: 14.5rem 0 1rem;
}

.grid-box .tit {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #a84636;
}