
.system_name{
    color: #ffffff;  /* 纯白色文字 */
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); /* 柔和的深色阴影 */
    font: bold normal 53px / 53px "Pingfang SC";
    text-align: center;
    padding-top: 160px;
    font-family: "汉仪综艺体简", sans-serif;
    /* 可选：添加轻微发光效果 */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/*登陆注册*/
.login {
    width: 100%;
    height: 1080px;
    background: url(/images/loginbg-rwl.jpg) no-repeat 0 0;
}

.login-logo
{
    position: absolute;
    top: 30px;
    left: 200px;
    display: flex;
    align-items: center;
    z-index: 3;
    width: 190px;
    height: 80px;
    padding-top: 30px;
    background: url(/images/rwl/logo.png) no-repeat center center;
    background-size: contain;
}
