/* 全局样式 */
.xc-container {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}



/* SEO介绍卡片样式 */
.seo-intro {
    font-size: 30px;
    font-weight: 600;
    color: #007aff;
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: rgba(0, 122, 255, 0.15) 0px 4px 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    position: relative;
    overflow: hidden;
    border-left: 8px solid #007aff;
    text-align: center;
    letter-spacing: 1px;
}

.seo-intro p {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    word-spacing: 0px;
    white-space: normal;
    margin: 0;
}

/* 标题样式 */
.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #007aff;
    margin: 20px 0 14px;
    padding: 6px 0 6px 8px;
    border-left: 2px solid #007aff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 功能特性列表 */
.feature-list {
    margin-bottom: 20px;
}

.feature-item {
    margin: 8px 0;
    padding: 0;
}

/* 系统要求列表 */
.system-requirements {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
}

.req-item {
    position: relative;
    padding: 6px 0 6px 24px;
    line-height: 1.7;
    background: none;
    border: none;
}

.req-label {
    font-weight: 600;
    background: none;
    padding: 0;
}

.req-value {
    background: none;
    padding: 0;
}

/* 总结文本 */
.summary-text {
    margin: 0 0 20px;
    line-height: 1.7;
}

