.lyear-wrapper {
    width: 100%;
    height: 100%;
    min-height: 600px;
}
.login-logo-box{
    position: absolute;
    left: 40px;
    margin-top: 32px;
    height: 72px;
}
.login-logo-box img{
    height: 100%;
}
.lyear-login {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.login-ad{
    width: 400px;
    height: 500px;
    float: left;
}
.login-code{
    width: 400px;
    height: 500px;
    float: left;
    position: relative;
}
.login-code h4{
    font-size: 24px;
    text-align: center;
    margin-top: 66px;
    font-weight: bold;
    color: #000000;
}
.login-code p{
    text-align: center;
}
.login-code img{
    height: 100%;
    width: 100%;
}
.login-user{
    width: 400px;
    height: 500px;
    float: left;
    position: relative;
}
.login-user .login_tr,.login-code .login_tr{
    position: absolute;
    width: 100px;
    height: 100px;
    top:0;
    right: 0;
    cursor: pointer;
}
.login-user-box{
    margin-left: 40px;
    width: 320px;
}
.login-user-box h4{
    font-size: 24px;
    text-align: center;
    margin-top: 66px;
    font-weight: bold;
    color: #000000;
}
.login-center {
    background: #fff;
    width: 800px;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
}
.login-center h5{
    margin-top:20px;
    font-size: 14px;
    font-weight: bold;
}
.login-center .has-feedback{
    margin-top:2px;
}
.login-center .login-btn-box{
    margin-top:30px;
}
.login-center .has-feedback .form-control {
    padding-left: 12px;
    padding-right: 12px;
}

.form-control{
    height:38px;
}
.copyright{
    clear: both;
    position: absolute;
    width:100%;
    text-align: center;
    bottom: 20px;
}
#wxlogn{
    width:200px;
    margin-left: 100px;
    margin-top:20px;
}
#wxlogn iframe{ width: 200px !important; height: 300px !important;}