*{margin: 0;padding: 0;}
a{
    color: inherit;
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
button{
    border: none;
}
html{height: 100%;}
body{
    background-color: #eaeaea;
}
.top{
    padding: 20px 25px;
}
.content{
    background: url("../img/money.png") #002060 center center no-repeat;
    padding: 150px;
}
.login{
    font-size: 14px;
    width: 290px;
    background-color: #fff;
    padding: 35px 35px 50px;
    margin: 0 auto;
    transform: translateX(215px);
}
.login h3{
    border-left: 5px solid #002060;
    color: #002060;
    font-size: 16px;
    padding-left: 15px;
}
.login .item{
    position: relative;
    margin-top: 25px;
}
.login i{
    position: absolute;
    width: 32px;
    height: 40px;
    left: 0;
    top: 1px;
    background: no-repeat center center;
}
.login i.user{
    background-image: url("../img/i-user.png");
}
.login i.pwd{
    background-image: url("../img/i-pwd.png");
}
.login input[type=text], input[type=password]{
    color: #666;
    background-color: #f5fafe;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    width: 135px;
    text-indent: 10px;
}
.login input.long-input{
    width: 288px;
    text-indent: 32px;
}
.login .codepic{
    width: 85px;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.login .renew{
    margin-left: 5px;
    cursor: pointer;
}
.login .other{
    overflow: hidden;
    margin-top: 15px;
}
.login .forget{
    float: right;
}
.login .submit{
    display: block;
    background-color: #002060;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    cursor: pointer;
}