html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
body{
    position: relative;
    background: url(../img/login.png) no-repeat;
    background-size: 100% 100%;
}
.login-box{
    position: relative;
    top:50%;
    margin: -115px auto 0;
    width: 385px;
    height: 230px;
    text-align: center;
    background-color: #55657e;
    border-radius: 10px;
}
.login-title{
    margin-top: 10px;
    background: url(../img/login-title.png) no-repeat;
}
.login-box>div>div{
    display: inline-block;
    width: 236px;
    height: 30px;
    margin-bottom: 10px;
}
.login-box div input{
    width: 220px;
    height: 27px;
    padding-left: 20px;
    outline: none;
}
.login-box .code input{
    width: 100px;
    margin-right: 7px;
}
.login-box .code img{
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    height: 30px;
}
.login-btn{
    width: 90px;
    height: 40px;
    color:#fff;
    border:0;
    outline: none;
    background: url(../img/login-btn.png) no-repeat;
}

.login-foot{
    position: fixed;
    bottom: 8%;
    width: 100%;
    color: #fff;
    font-family: SimSun;
    text-align: center;
}
.login-foot2{
    position: fixed;
    bottom: 5%;
    width: 100%;
    color: #fff;
    font-family: SimSun;
    text-align: center;
}