/* css/subpage.css - 子目录页面专用样式 */

/* 内容区特定样式 */
.faq-content {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.faq-content p {
    margin-bottom: 15px;
}

.faq-content a {
    color: #0066cc;
    text-decoration: none;
}

.faq-content a:hover {
    text-decoration: underline;
}

/* 版本标题样式 */
.version-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
}

/* 按钮样式 */
.download-btn {
    margin-bottom: 15px;
}

/* 图片样式 */
.content-image {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border: 1px solid #ddd;
    padding: 5px;
}

/* 表格样式 */
.contact-table {
    width: 100%;
    margin: 20px 0;
}

.contact-table img {
    max-width: 100%;
    height: auto;
}

/* 内容区域间距 */
.content-area {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* 标题样式 */
.page-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* 保留原有样式类 */
.STYLE5 {color: #FF0000; font-weight: bold; }
.STYLE9 {color: #FF0000}
.STYLE10 {
    color: #0000FF;
    font-weight: bold;
}
.STYLE13 {font-size: 18px;}