html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
a:hover{
    text-decoration: none;
    color: #ffffff;
}
.login{
    width: 100%;
    height: 100%;
    /*background: url("../images/login_new/login_bg.png") no-repeat 50% 50%;*/
    background: url("../images/xnkj/login.png") no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.login_title{
    font-size: 80px;
    font-family: "Microsoft YaHei UI";
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 8px;
    position: absolute;
    right: 10%;
    top: 10%;
}
.login_content{
    width: 528px;
    position: absolute;
    right: 0;
    left: 0;
    top: 15%;
    margin: auto;
}
.login_content>h3{
    font-size: 80px;
    font-family: "Microsoft YaHei UI";
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 8px;
}
.login_content_form{
    width: 440px;
    background: #ffffff;
    border-radius: 12px;
    padding: 48px 60px;
    margin: 72px auto 0 auto;
}
.login_content_title{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #4488e9;
    margin-bottom: 56px;
}

.login_content_row{
    width: 100%;
    position: relative;
    margin-bottom: 44px;
}
.login_content_row img{
    position: absolute;
    left: 0;
    top: 10px;
}
.login_content_row input{
    border: none!important;
    border-bottom: 1px solid #e6e9f4!important;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000000!important;

}
.login_content_yzm{
    border: none!important;
    border-bottom: 1px solid #e6e9f4!important;
    width: 100%;
    position: relative;
    margin-bottom: 44px;
}
.login_icon{
    position: absolute;
    left: 0;
    top: 3px;
}
.login_content_yzm input{
    width: 76%;
    border: none!important;
    padding-left: 24px;
    padding-bottom: 10px;
    vertical-align: bottom;
    outline: none;
    font-size: 16px;
    color: #000000!important;
}
.login_content_yzm img{
    vertical-align: bottom;
}
.login_btn{
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #4488E9;
}
.errorMsg{
    position: absolute;
    bottom: -24px;
}
@media (max-width: 1550px) {
    .login_content{
        width: 438px;
    }
    .login_content>h3{
        font-size: 65px;
    }
}
