body {
    color: #fff;
    min-width: 1104px;
    background-color: #f5f5f5;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}
/*header*/
.loginbox {
    height: 70px;
    background: url(../images/Login/hbj.png) no-repeat bottom center;
    background-size: 100% auto;
}

.login_header {
    height: 60px;
    background-color: #0b5ed7;
}

    .login_header .h_left .logo {
        background: url(../images/Login/logo.png) no-repeat center center;
        display: inline-block;
        width: 188px;
        height: 34px;
        margin-top: 13px;
    }

.login_left {
    padding-left: 18px;
}

    .login_left img {
        width: 565px;
        height: 396px;
    }

.login_right {
    width: 400px;
    height: 396px;
    background-color: #f6f6f6;
    padding: 30px 40px;
    -moz-box-shadow: 0 0 5px #508de6; /* 老的 Firefox */
    box-shadow: 0 0 5px #508de6;
}

.login_title {
    color: #323232;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 22px;
}

    .login_title span {
        color: #646464;
        line-height: 32px;
        font-size: 14px;
        vertical-align: 4px;
    }

.login_right .form_list {
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    padding: 2px;
}

    .login_right .form_list input {
        border: none;
        display: inline-block;
        height: 39px;
        background-color: #f6f6f6;
        color: #969696;
        width: 84.3%;
        padding-top: 10px\0;
        height: 29px\0;
    }

    .login_right .form_list label {
        width: 39px;
        display: inline-block;
        height: 39px;
        float: left;
        margin-right: 10px;
    }

.l_user {
    background: #c8c8c8 url(../images/Login/l_user.png) no-repeat center center;
}

.l_word {
    background: #c8c8c8 url(../images/Login/l_word.png) no-repeat center center;
}

.l_type {
    background: #c8c8c8 url(../images/Login/l_type.png) no-repeat center center;
}

.login_right .form-controlbox .login_form-control {
    width: 255px;
    height: 39px;
    line-height: 20px;
    padding-left: 10px;
}

.login_right .form_list .selectbox {
    width: 268px;
    margin-left: 41px;
    color: #969696;
    position: absolute;
    background-color: #fff;
}

.selectbox li {
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
    word-break: keep-all;
    overflow: hidden;
    padding-left: 10px;
}

.selectbox .selected {
    background-color: #0b5ed7;
    color: #fff;
}

.login_right .form-controlbox .select_input {
    width: 225px;
    height: 39px;
    height: 29px\0;
    padding-top: 10px\0;
}

.select_img {
    height: 30px;
    cursor: pointer;
    padding-left: 6px;
    vertical-align: -9px;
}

.login_links .forget {
    color: #0b5ed7;
    float: right;
    line-height: 14px;
    margin-top: -5px;
}

.login_right .form_btn .login {
    background-color: #0b5ed7;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: none;
    display: inline-block;
    height: 43px;
    margin-top: 10px;
}
