@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 16px;
    text-decoration: none;
}

a {
    outline: none;
}

a:focus {
    outline: none;
}

a {
    font-family: "微软雅黑";
    color: #5e616d;
    text-decoration: none;
}

a:link {
    font-family: "微软雅黑";
    color: #5e616d;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑";
    color: #1477a2;
    text-decoration: none;
    cursor: pointer;
}

/*登录页面2css*/
.login_header {
    width: 100%;
    height: 70px;
    display: block;
    text-align: right;
    padding-right: 50px;
    padding-top: 30px;
    background-image: url(../images/login_logo.jpg);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    background-color: #fff;
}

.body_bg2 {
    width: 100%;
    height: 100%;
    background-image: url(../images/login_container2_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px 70px;
    background-color: #fff;
    background-size: 100% auto;
}

.login_content {
    height: 80vh;
    width: 100%;
}

.login_container2 {
    width: 395px;
    min-height: 200px;
    display: block;
    z-index: 99;
    float: right;
    margin-top: 50px;
    margin-right: 20%;
    background-color: #fff;
    border-radius: 10px;
    filter: alpha(Opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
}

.login_container2 .title {
    width: 100%;
    height: 82px;
    display: block;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #76b3dc;
    padding-left: 30px;
    padding-top: 25px;
    text-align: center;
}

.login_container2 .input_box {
    width: 85%;
    min-height: 50px;
    margin: 0px auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 40px;
}

.login_container2 .input_box li {
    list-style-type: none;
    width: 100%;
    padding: 10px 0 0px 0;
    display: block;
}

.login_container2 .input_box input[type="text"] {
    height: 44px;
}

.login_container2 .input_box select {
    height: 42px;
}

.login_container2 .input_box li span {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 0px 0;
}

.login_container2 .input_box li span img {
    margin-left: 15px;
    margin-right: 15px;
}

.login_footer {
    width: 100%;
    height: 30px;
    z-index: 1;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #000;
}
