.login-box{
    display: flex;
    justify-content: space-between;
    padding: 18px 90px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 5px 5px 5px 5px;
    margin-left: 130px;
    margin-right: 130px;
    margin-top: 60px;
}

.weChat-box{
    width: 224px;
    height: 224px;
    text-align: center;
}
.weChat-img{
    width: 224px;
    height: 224px;
}

.user-box{
    border-left: 2px solid #C4CBD7;
    /*margin-left: 30px;*/
    padding-left: 67px;
    padding-top: 30px;
}
.user-box .reg-line .layui-input{
    width: 350px !important;
    border: none; /* 移除所有边框 */
    border-bottom: 1px solid #C4CBD7; /* 添加下边框 */
}

.user-title{
    color: #E2A215;
    font-size: 20px;
    font-weight: bolder;
}

.login-box .layui-input-block{
    margin-left: 0px !important;
}
.login-box .layui-form-label{
    padding: 9px 0px !important;
    width: 0px !important;
}

.login-box .reg-line .layui-btn {
    width: 350px;
}

.login-box .checkLogin {
    margin-bottom: 0px !important;
}

.login-box .loginDKM{
    margin-top: 40px;
}

.login-box .weChat-box{
    padding-top: 45px;
}
.login-box .weChat-box .title-1{
    font-size: 20px;
    color: #343436;
    font-weight: bolder;
}

.login-box .weChat-box .title-2{
    font-size: 14px;
    color: #888888;
}

.impowerBox .title {
    display: none;
}

.wrp_code .js_qrcode_img{
    width: 224px !important;
    height: 224px !important;
    margin-top: 0px !important;
}

.panelContent .info{
    display: none !important;
}

.web_qrcode_type_iframe{
    width: 224px !important;
    height: 224px !important;
}