.login_header {
    height: 70px;
}

    .login_header .header_inner {
        width: 1200px;
        margin: 0 auto;
    }

        .login_header .header_inner .logo_box {
            float: left;
        }

            .login_header .header_inner .logo_box img {
                margin-top: 26px;
            }

        .login_header .header_inner .title_box {
            color: #666;
            font-size: 18px;
            float: left;
            margin: 34px 0 auto 20px;
        }

        .login_header .header_inner .menu_box {
            float: right;
            margin-top: 40px;
        }

            .login_header .header_inner .menu_box a, .login_header .header_inner .menu_box span {
                color: #999;
                font-size: 14px;
            }

.wrapper {
    min-width: 1200px;
    min-height: 500px;
    background: #1A4A62;
    padding-top: 60px;
    padding-bottom: 20px;
}

.inWrapper {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.loginLeft {
    float: left;
    padding: 0px 0 0 65px;
}

.loginRight {
    float: left;
    margin: 70px 30px 0 100px;
    width: 280px;
    height: 300px;
    background: #fff;
    padding: 15px;
}

    .loginRight .loginTitle {
        font-size: 16px;
        color: #1A4A62;
        line-height: 42px;
        border-bottom: 1px solid #d8d8d8;
    }

.loginForm li {
    margin-top: 15px;
}

    .loginForm li.loginButton {
        margin-top: 25px;
    }

    .loginForm li label {
        display: block;
        float: left;
        border: 1px solid #d8d8d8;
        border-right: none;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        border-radius: 4px 0 0 4px;
        background: url(../image/loginIcon.png) no-repeat;
    }

    .loginForm li input {
        width: 226px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #d8d8d8;
        border-radius: 0 4px 4px 0;
        padding-left: 10px;
        font-size: 14px;
        float: left;
        outline: none;
    }

        .loginForm li input.minInput {
            width: 110px;
        }

    .loginForm li.userName label {
        background-position: 0 10px;
    }

    .loginForm li.passWord label {
        background-position: -40px 10px;
    }

    .loginForm li.checkCode label {
        background-position: -80px 10px;
    }

    .loginForm li.checkCode img {
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        float: right;
    }

    .loginForm li.forgetWord input {
        width: 14px;
        float: left;
        background: transparent;
        border: 0;
    }

    .loginForm li.forgetWord span {
        line-height: 40px;
        color: #999;
        float: left;
    }

    .loginForm li.forgetWord a {
        float: right;
        line-height: 40px;
        color: #ff5c00;
    }

    .loginForm li.loginButton input {
        font-size: 16px;
        border-radius: 4px;
        border: none;
        width: 280px;
        height: 42px;
        background: #1A4A62;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }

.loginFoot {
    height: 52px;
    min-width: 1200px;
    position: relative;
}

    .loginFoot p {
        text-align: center;
        margin-top: 10px;
        color: #ddd;
    }

        .loginFoot p a {
            color: #333;
        }

    .loginFoot .bottom-code li {
        float: left;
        position: absolute;
        left: 70%;
        top: 0;
    }

        .loginFoot .bottom-code li span {
            text-align: center;
            display: block;
        }

        .loginFoot .bottom-code li.weixin {
            left: 76%;
        }

        .loginFoot .bottom-code li img {
            width: 60px;
            height: 60px;
            display: block;
        }