/* ==========================================
   页面特有样式 - 从HTML内联样式提取
   ========================================== */

/* 通用标题样式 */
.section-title-center {
    text-align: center;
    margin-bottom: 1em;
    color: #333;
}

.section-title-center-lg {
    text-align: center;
    margin-bottom: 2em;
    color: #333;
}

.section-title-center-mt {
    text-align: center;
    margin: 3em 0 1em;
    color: #333;
}

.section-title-center-mt-lg {
    text-align: center;
    margin: 4em 0 2em;
    color: #333;
}

/* 粉色标题样式 */
.pink-title {
    color: #E91E63;
    margin-bottom: 0.5em;
}

/* 高亮框样式 */
.highlight-box-mt {
    margin: 3em 0;
}

.highlight-box-mt-lg {
    margin: 4em 0;
}

/* 返回顶部按钮样式 */
.scroll-visible {
    display: block;
}

.toTopHover-visible {
    opacity: 1;
}
