.elementor-3329 .elementor-element.elementor-element-d689ba4{--display:flex;}.elementor-3329 .elementor-element.elementor-element-91c025f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3329 .elementor-element.elementor-element-3d33dd6{text-align:center;}.elementor-3329 .elementor-element.elementor-element-3d33dd6 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-3329 .elementor-element.elementor-element-7594605{--display:flex;}.elementor-3329 .elementor-element.elementor-element-3c8e0b3{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-3329 .elementor-element.elementor-element-3c8e0b3 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-3329 .elementor-element.elementor-element-3c8e0b3:after{content:"0.66";}.elementor-3329 .elementor-element.elementor-element-3c8e0b3 .elementor-post__thumbnail__link{width:100%;}.elementor-3329 .elementor-element.elementor-element-3c8e0b3 .elementor-post__meta-data span + span:before{content:"•";}.elementor-3329 .elementor-element.elementor-element-3c8e0b3 .elementor-post__text{margin-top:20px;}@media(max-width:767px){.elementor-3329 .elementor-element.elementor-element-3c8e0b3 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-3329 .elementor-element.elementor-element-3c8e0b3:after{content:"0.5";}.elementor-3329 .elementor-element.elementor-element-3c8e0b3 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-63bea61 *//* finished-product-supervision.css */

/* 全局重置和基本样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0a0a0a;
    color: #f0f0f0;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* 质量文章容器 */
.quality-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* 头部样式 */
.quality-article header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    position: relative;
}

.quality-article header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, #1a2a6c, #2ecc71, #ffeb3b, #3498db);
    border-radius: 2px;
}

/* 标题样式 */
.quality-article h1 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.quality-article h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, #1a2a6c, #2ecc71);
    border-radius: 2px;
}

.quality-article h2 {
    font-size: 2.2rem;
    color: #2ecc71;
    margin: 50px 0 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.quality-article h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #2ecc71;
    border-radius: 2px;
}

.quality-article h3 {
    font-size: 1.8rem;
    color: #3498db;
    margin: 30px 0 15px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.quality-article h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #3498db;
    border-radius: 2px;
}

/* 段落和文本样式 */
.article-intro {
    color: #aaa;
    font-size: 1.1rem;
    margin: 15px auto;
    max-width: 800px;
    line-height: 1.7;
    text-align: center;
}

.content-section {
    margin-bottom: 60px;
    padding: 30px;
    background: rgba(26, 42, 108, 0.1);
    border-radius: 10px;
}

/* 修改：移除.content-section p的text-align: left，让段落根据父容器对齐 */
.content-section p {
    margin-bottom: 20px;
    line-height: 1.7;
    /* 移除 text-align: left */
}

/* 列表样式 */
.quality-article ul {
    margin-left: 30px;
    margin-bottom: 25px;
}

.quality-article li {
    margin-bottom: 12px;
    padding-left: 10px;
    line-height: 1.6;
}

.quality-article strong {
    color: #ffeb3b;
    font-weight: 600;
}

/* 脚注样式 */
.footnote {
    margin-top: 30px;
    padding: 20px;
    background: rgba(52, 73, 94, 0.2);
    border-radius: 8px;
    text-align: center;
}

.footnote p {
    margin-bottom: 15px;
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footnote ul {
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}

.footnote li {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #bbb;
}

.footnote a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footnote a:hover {
    color: #2ecc71;
    text-decoration: underline;
}

/* 测试结果区域 */
.test-results {
    margin-top: 20px;
    padding: 20px;
    background: rgba(41, 128, 185, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(52, 152, 219, 0.3);
    text-align: center;
    /* 新增：确保测试结果内容也居中对齐 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.test-results p {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    /* 新增：确保段落文本居中对齐 */
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.test-results strong {
    color: #3498db;
}

/* 图片和媒体样式 - 优化居中 */
.image-group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 0;
}

.image-item {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* 新增：确保自身在父容器中居中 */
    margin: 0 auto;
}

.content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    transition: transform 0.3s ease;
}

.content-image:hover {
    transform: scale(1.02);
}

.image-caption {
    color: #aaa;
    font-style: italic;
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* 结论区域 */
.conclusion {
    margin-top: 40px;
    padding: 30px;
    background: rgba(46, 204, 113, 0.1);
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    text-align: center;
}

.conclusion p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ddd;
}

/* 导航链接区域 */
.navigation-links {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #333;
    text-align: center;
}

.nav-container {
    max-width: 800px;
    margin: 0 auto;
}

.nav-description {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

@media (min-width: 768px) {
    .nav-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }
}

.nav-btn {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 220px;
}

.angfa-connect-btn {
    background: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
    border: 2px solid #2ecc71;
}

.quality-control-btn {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    border: 2px solid #3498db;
}

.angfa-connect-btn:hover {
    background: #2ecc71;
    color: #0a0a0a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

.quality-control-btn:hover {
    background: #3498db;
    color: #0a0a0a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .quality-article {
        padding: 20px 15px;
    }
    
    .quality-article h1 {
        font-size: 2.2rem;
    }
    
    .quality-article h2 {
        font-size: 1.8rem;
        margin: 30px 0 15px;
    }
    
    .quality-article h3 {
        font-size: 1.5rem;
    }
    
    .content-section {
        padding: 20px;
        margin-bottom: 40px;
    }
    
    .image-group {
        flex-direction: column;
        gap: 20px;
    }
    
    .image-item {
        min-width: 100%;
        max-width: 100%;
    }
    
    .nav-buttons {
        flex-direction: column;
    }
    
    .nav-btn {
        min-width: 100%;
    }
}

/* 平板设备优化 */
@media (max-width: 1024px) and (min-width: 769px) {
    .quality-article {
        padding: 30px;
    }
    
    .quality-article h1 {
        font-size: 2.5rem;
    }
    
    .quality-article h2 {
        font-size: 2rem;
    }
    
    .image-group {
        gap: 20px;
    }
}

/* 高亮样式类（可选） */
.highlight {
    color: #ffeb3b;
    font-weight: 600;
}

.highlight-blue {
    color: #3498db;
    font-weight: 600;
}

.highlight-green {
    color: #2ecc71;
    font-weight: 600;
}/* End custom CSS */