body {
    width: 100%;
    min-width: 360px;
    margin: 0;
}
.login-corp {
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    background: red;
    color: #ffffff;
    margin-bottom: 25px;
}
.login-notice {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: red;
    margin-bottom: 8px;
}

.login-param-item {
    height: 30px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
.login-label {
    font-size: 14px;
    color: #292929;
    line-height: 24px;
    width: 70px;
    display: inline-block;
    text-align: right;
}
.login-input {
    margin-left: 3;
    width: 180px;
    height: 26px;
    border: 1px solid #000;
    font-size: 15px;
}
.btn-div {
    text-align: center;
}
.btn-login {
    width: 220px;
    height: 40px;
    background: #ee1b22;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.close {
    display: block;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #888;
}