.elementor-3144 .elementor-element.elementor-element-4af73db{--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-3144 .elementor-element.elementor-element-aa5ec47{--display:flex;}.elementor-3144 .elementor-element.elementor-element-b380859{text-align:center;}.elementor-3144 .elementor-element.elementor-element-b380859 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-3144 .elementor-element.elementor-element-ffb30ff{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-3144 .elementor-element.elementor-element-ffb30ff .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.96 * 100% );}.elementor-3144 .elementor-element.elementor-element-ffb30ff:after{content:"0.96";}.elementor-3144 .elementor-element.elementor-element-ffb30ff .elementor-post__thumbnail__link{width:100%;}.elementor-3144 .elementor-element.elementor-element-ffb30ff .elementor-post__meta-data span + span:before{content:"•";}.elementor-3144 .elementor-element.elementor-element-ffb30ff .elementor-post__text{margin-top:20px;}@media(max-width:767px){.elementor-3144 .elementor-element.elementor-element-ffb30ff .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-3144 .elementor-element.elementor-element-ffb30ff:after{content:"0.5";}.elementor-3144 .elementor-element.elementor-element-ffb30ff .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-154b486 *//* 主页面样式 */
* {
    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;
}

/* Header styles */
.page-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    position: relative;
}

.page-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;
}

.subtitle {
    color: #aaa;
    font-size: 1.1rem;
    margin-top: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Article styles */
.quality-article {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #f0f0f0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.quality-article header {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    text-align: center;
    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 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 20px;
    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 {
    color: #2ecc71;
    font-size: 2.2rem;
    margin: 50px 0 20px;
    padding-left: 15px;
    border-left: 5px solid #2ecc71;
}

.article-intro {
    color: #aaa;
    font-size: 1.1rem;
    margin-top: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.content-section {
    margin-bottom: 60px;
    padding: 30px;
    background: rgba(26, 42, 108, 0.1);
    border-radius: 10px;
    border-left: 5px solid #3498db;
}

.content-section p {
    margin-bottom: 20px;
}

.quality-article ul {
    margin-left: 30px;
    margin-bottom: 25px;
}

.quality-article li {
    margin-bottom: 12px;
    padding-left: 10px;
}

.quality-article strong {
    color: #ffeb3b;
    font-weight: 600;
}

/* Highlight styles */
.highlight {
    color: #ffeb3b;
    font-weight: 600;
}

.highlight-blue {
    color: #3498db;
    font-weight: 600;
}

.highlight-green {
    color: #2ecc71;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .quality-article {
        padding: 20px 15px;
    }
    
    .quality-article h1 {
        font-size: 2.2rem;
    }
    
    .quality-article h2 {
        font-size: 1.8rem;
    }
    
    .content-section {
        padding: 20px;
    }
}

/* Image styles */
.image-container {
    margin: 30px 0;
    text-align: center;
}

.report-image {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    transition: transform 0.3s ease;
}

.report-image:hover {
    transform: scale(1.02);
}

.image-caption {
    color: #aaa;
    font-style: italic;
    margin-top: 10px;
    font-size: 0.9rem;
}

/* 导航链接区域 */
.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: #aaa;
    font-size: 0.85rem;
    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);
}
    /* 图片居中样式 */
        .content-image {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 30px auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        /* 响应式调整 */
        @media (min-width: 768px) {
            .content-image {
                max-width: 80%;
            }
        }
        
        @media (min-width: 1200px) {
            .content-image {
                max-width: 70%;
            }
        }
        
        .image-caption {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin: 8px auto 30px auto;
    max-width: 800px;
    line-height: 1.4;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}/* End custom CSS */