/* 标题区（复用 zlb 标题样式） */
.zlb-header {
    padding: 10px 20px 5px;
}
.zlb-header h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 6px;
}
.zlb-header p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* 内容区 */
.sck-section {
    background: #fff;
    text-align: center;
    padding: 20px;
}
.sck-section img {
    max-width: 720px;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .sck-section {
        padding: 12px;
    }
}
