.header {
    background: #426374;
    color: #fff;
    font-size: 35px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    letter-spacing: 5px;
    font-family: "宋体";
    font-weight: 700;
}

.forgetPassword {
    float: right;
    margin-right: 23px;
    margin-top: 12px;
    color: #06c;
}

.listA {
    display: block;
    width: 100%;
    height: 100%;
}

.listA:hover {
    text-decoration: none;
    color: #333;
}

.loginWraper {
    background: url(../img/loginbg.jpg) no-repeat center;
}