﻿body {
    min-width: 900px;
}

.login-header {
    padding: 15px 0;
}

.text-logo {
    width: 250px;
    height: 70px;
    background: url("../img/logo2.png") no-repeat 50% 50%;
    background-size: 100%;
}

.banner_wrap {
    position: relative;
    width: 100%;
    height: 554px;
    ;
    background: url("../img/bg2.jpg") no-repeat 50% 50%;
    background-size: cover;
    border-bottom: solid 2px #6992f0;
    border-top: solid 2px #6992f0;
}

.login-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -213px;
    margin-top: -221px;
    width: 426px;
    height: 442px;
    background-color: #fff;
    border: solid 1px #e4e4e4;
    border-radius: 8px;
}

.login-top {
    border-bottom: solid 1px #e4e4e4;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.login-form {
    width: 350px;
    margin: 30px 0 0 38px;
    padding-bottom: 20px;
}

.label-item .userInput {
    border: none;
    color: #333;
    background-color: #ececec;
    width: 318px;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    ;
    margin-bottom: 30px;
    border-radius: 4px;
}

.login-btn {
    display: block;
    width: 100%;
    line-height: 50px;
    background-color: #4384f0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.login-footer {
    width: 350px;
    margin-left: 38px;
}

    .login-footer ul {
        padding-top: 22px;
        width: 184px;
        margin: 0 auto;
    }

    .login-footer li {
        float: left;
        margin-right: 10px;
    }

.browser_list li a {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/browser_icon.png) no-repeat 0 0;
}

    .browser_list li a#firefox {
        background-position: -36px 0;
    }

    .browser_list li a#jisu360 {
        background-position: -72px 0;
    }

    .browser_list li a#browser360 {
        background-position: -108px 0;
    }
