html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-image: url("../file/1705997222868.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.登录主界面 {
    height: 100%;
    width: 100%;
    font-family: SourceHanSansCN-Regular;
}

.图标LGOGO-图标 {
    display: inline-block;
    margin: 17px auto auto 24px;
}

.图标LGOGO-文字 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    position: absolute;
    left: 67px;
    top: 10px;
}
.login-top {
    height: 117px;
    margin-left: -1.5px;
    margin-right: -1.5px;
    margin-top: -1.5px;
    background-color: #148be4;
    border-radius: 12px;
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    line-height: 117px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
 .bg1 {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .1;
    border-radius: 0 74px 0 0;
    position: absolute;
    left: 0;
    top: 43px;
}
 .bg2 {
    display: inline-block;
    width: 94px;
    height: 94px;
    background: #fff;
    opacity: .1;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px;
}

.登录容器 {
    width: 438px;
    height: 520px;
    border-radius: 12px;
    border: 1px solid rgba(121, 121, 121, 0);
    background-color: White;
    position: absolute;
    margin: auto;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
}

.登录容器-标题 {
    font-size: 28px;
    font-weight: 700;
    color: #1890ff;
    display: block;
    margin: 35px auto 12px auto;
    text-align: center;
}

.登录容器-提示 {
    font-size: 14px;
    font-weight: 400;
    color: #1890ff;
    display: block;
    margin: 20px auto 25px auto;
    text-align: center;
}

.登录表单容器-表单表项 {
    width: 335px;
    height: 38px;
    margin-left: 53px;
}

.记住密码与更换验证码 {
    margin-left: 53px;
}

.更换验证码 {
    font-size: 12px;
    color: #666666;
    position: relative;
    top: -10px;
    right: -120px;
}

.登录容器-登录按钮 {
    width: 335px;
    height: 38px;
    font-size: 16px;
    margin-left: 53px;
}

.登录容器-协议提示 {
    display: block;
    width: 100%;
    font-size: 11px;
    text-align: center;
    position: relative;
    top: -10px;
}

.登录容器-协议提示-协议按钮 {
    color: #077bfc;
    background-color: #ffffff;
    border: 0px none;
}

.登录容器-协议提示-协议按钮:hover {
    border: none;
    cursor: pointer;
}

.注册账号,
.忘记密码 {
    font-size: 14px;
    color: #1373cc;
    display: block;
    margin-left: 327px;
}

.备案号 {
    width: 100%;
    height: 15px;
    font-size: 13px;
    color: #1890ff;
    position: fixed;
    bottom: 23px;
    left: auto;
    text-align: center;
}