/* ========================================
   公共背景样式 - 适用于所有用户页面
   ======================================== */

/* 统一背景样式 */
body.common-bg-body {
    background-image: url('../images/register/background.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    min-height: 100vh;
}

/* 统一字体 - 黑体 */
body.common-bg-body,
body.common-bg-body * {
    font-family: "SimHei", "Microsoft YaHei", "STHeiti", sans-serif !important;
}
