body {
    margin: 0;
    padding: 0;
    background: #e7ebee;
    min-width: 1245px;
}

.outerBox {
    margin-top: 128px;
}

.content {
    height: 367px;
    background-size: 100%;
    background: url(../../images/login/bg.png) center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.content-nj {
    height: 367px;
    background-size: 100%;
    background: url(../../images/login/bg-nj.png) center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.login {
    height: 367px;
    float: left;
    position: relative;
    left: 61%;
}

.code {
    float: left;
    width: 60%;
}

.code-icon {
    width: 100%;
}

.login-box {
    float: left;
    width: 330px;
    height: 300px;
    background: url(../../images/login/login.png);
}

.logo {
    margin-left: 30%;
    margin-bottom: 15px;
}

.login-title,
.login-input {
    margin: 0 auto;
    width: 262px;
}

.login-title {
    margin-top: 32px;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #2f558f;
    border-bottom: 1px solid #BBCDE7;
}

.user-input {
    width: 262px;
    height: 32px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}

.login-img {
    float: left;
}

.login-icon {
    margin: 8px 0px 0px 5px;
}

.login-input input {
    height: 30px;
    width: 234px;
    padding: 0 5px;
    border: 0;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}

#msgcontent,
#forgetPwd {
    margin-top: 10px;
    color: #f00;
    font-size: 14px;
}

#msgcontent {
    float: left;
}

#forgetPwd {
    float: right;
    color: #4e7dc5;
    cursor: pointer;
}

.loginBtn {
    outline: none;
    cursor: pointer;
    border: none;
    width: 262px;
    height: 34px;
    color: #505050;
    font-size: 14px;
    margin-top: 22px;
    background: url(../../images/login/login-btn.png);
    cursor: pointer;
}

.loginBtn:hover {
    background: url(../../images/login/login-btn-hover.png);
    border: none;
    color: #fff;
}

.identCode {
    display: none;
}

#passDiv {
    text-align: right;
}

#downLoadChrome {
    float: right;
    margin-top: 10px;
}


/* 底部footer */

footer {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    /* position: absolute;
    bottom: 20px; */
}