body {
    margin: 0;
    border: 0;
    padding: 0;
}

.header {
    background-color: #f5f5f5;
    width: 1920px;
    height: 79px;
}

.header img {
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 356px;
}

.header-title {
    width: 150px;
    border-left: 2px solid #cccccc;
    /* float: right; */
    display: inline-block;
    /*text-align: center;*/
    height: 40px;
    margin-left: 15px;
    line-height: 40px;
    font-size: 18px;
    color: #4d4d4d;
    padding-left: 25px;
}

.content {
    /*background-color: #92c7eb;*/
    width: 1920px;
    height: 542px;
    /*background: url(../img/new_login/banner2.png) #eef1f3 no-repeat;*/
}

.content-login {
    width: 383px;
    height: 425px;
    background-color: white;
    float: right;
    border: 1px solid #cccccc;
    margin-right: 457px;
    margin-top: 69px;
}

.login-title {
    width: 100%;
    margin-top: 25px;
    font-size: 17px;
    color: #4d4d4d;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.login-title .login-title-user {
    float: left;
    width: 47%;
    border-right: 2px solid #cccccc;
}

.login-title .login-title-user .user {
    margin-left: 25px;
    padding-bottom: 5px;
}

.login-title .login-title-user .user:hover {
    color: #0e93dc;
    border-bottom: 2px solid #0e93dc;
    cursor: pointer;
}

.on {
    color: #0e93dc;
    border-bottom: 2px solid #0e93dc;
}

.login-title .login-title-ca .ca {
    margin-right: 12px;
    padding-bottom: 5px;
}

.login-title .login-title-ca .ca:hover {
    color: #0e93dc;
    border-bottom: 2px solid #0e93dc;
    cursor: pointer;
}

.online {
    text-decoration: underline;
}

.login-content {
    margin: 25px;
}

.login-content .layui-input-inline {
    width: 100%;
}

.footer {
    width: 1920px;
}

.footer .footer-top {
    width: 100%;
    height: 59px;
}

.footer .footer-content {
    background-color: #0893db;
    width: 100%;
    height: 35px;
    color: white;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer .footer-footer {
    width: 100%;
    height: 107px;
    text-align: center;
}

.footer .footer-footer ul > li {
    margin-top: 10px;
}

.reg-a a {
    color: #0e93dc;
}

.reg-a a:hover {
    text-decoration: underline;
}

.login-content-ca {
    margin: 40px 25px;
}

.login-content-ca .layui-input-inline {
    width: 100%;
}

.forgetPwd:hover{
    color: #0e93dc;
    cursor: pointer;
}