body {
    background: #eceef5;
}

.w100 {
    width: 100%;
    height: 320px;
    background: url("../images/login_bg.png");
}

#main {
    width: 1280px;
}

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 100px;
    box-sizing: border-box;
    /*box-sizing 兼容*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;

}

.logo {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo img:first-child {
    margin-right: 15px;
}

.logo .logo_shl {
    margin-left: 20px;
}

.logo .logo_shl p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}

.buttons {
    display: flex;
    gap: 10px;
}

.home-button,
.login-button {
    padding: 8px 16px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    border: 1px solid #FFFFFF;
    /**鼠标略过颜色 和下划线颜色*/
    text-decoration: none;
    /*去掉下划线*/
    outline: none;
}
.home-button:hover {
    color: #fff;
}
.login-button:hover {
    color: #fff;
}

.reg-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.bottom-section {
    padding: 20px;
}

/*.login-form {*/
/*    max-width: 300px;*/
/*    margin: 0 auto;*/
/*}*/

/*.login-form input {*/
/*    width: 100%;*/
/*    margin-bottom: 10px;*/
/*    padding: 8px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*}*/

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.login_container {
    width: 900px;
    /*height: 967px;*/
    background: #FFFFFF;
    box-shadow: 0px 3px 4px 0px rgba(28, 74, 144, 0.14);
}

/* 步骤条
.form-step {
    width: 900px;
    height: 142px;
    border-bottom: 1px dotted #E6EFFB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.step-item {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.step-item-num {
    width: 50px;
    height: 50px;
    background: #E6EFFB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #909090;
}

.step-item.active {
}

.step-item.active .step-item-num {
    background: #0065EE;
    color: #fff;
}

.step-item-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    color: #303030;
}

.step-item.active .step-item-text {
    color: #0065EE;
}

.step-line {
    width: 215px;
    height: 1px;
    background: #E6EFFB;
}

.step-line-active {
    background: #0065EE;
}
*/
.register-form-content {
    padding: 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.layui-elem-quote {
    background: #fff;
    border-left: 3px solid #0065EE;
    color: #0065EE;
    font-size: 17px;
    padding: 0 0 0 10px;
}

.register-form {

}

.layui-form-item {
    margin-bottom: 0px;
}

.register-form-item-son {
    width: 55%;
}

.register-form-item-info {
    color: #909090;
    font-size: 14px;
}

.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: #0065EE;
}
/*
.layui-form-item .layui-form-label {
    width: 100px;
}


.layui-input-block {
    margin-left: 130px;
}*/
.layui-form-item .layui-form-label {
    padding: 9px 0px;
    width: 100px;
}
.layui-form-label > span{
    color: red;
}
.qr-code-son {
    width: 40%;
}
.qr-code-container {
    margin-left: 10px;
}
.qr-code-container img{
    cursor: pointer;
}
.next-img {
    color: #59ADFB;
    cursor: pointer;
}
.vip-agreement {
    width: 100%;
}
.register-form-submit-button {
    background: #0065EE;
    color: white;
}
/*密码强度*/
.password-strength {
    display: flex;
    height: 36px;
    justify-content: flex-start;
    align-items: center;
}

.strength-indicator {
    width: 30px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    margin-right: 5px;
}

.strength-indicator:last-child {
    margin-right: 0;
}

#password-strength {
    font-weight: bold;
}

/*显示第一个*/
.qr-code-container img{
    width: 120px;
    height: 40px;
}

/** 企业logo上传**/
.company-logo-preview {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #114491;
    color: #fff;
}
.company-logo-preview img {
    width: 100%;
    height: 100%;
}