.login-box {
    min-height: 680px;
    background-image: url("/image/dl-pic.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.login{
    width: 350px;
    height: 400px;
    float: right;
    margin-top: 120px;
    background-color: #ffffff;
}
.login-title{
    margin-top: 30px;
    width: 100%;
}
.login-title dl dt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.login-title dl dd{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #999999;
}
.login-form{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 50px 20px;
}
