@charset "utf-8";
/*****通用样式******/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button, b, s {
    padding: 0;
    margin: 0;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, strong, em, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content:"";
}

img {
    vertical-align: middle;
}

button {
    border: none;
    font-size: 12px;
    cursor: pointer;
}

select {
    font-size: 12px;
    color: #444;
    vertical-align: middle;
}

body {
    text-align: left;
    font: 12px/1.4em 'Tahoma', 'simsun';
    margin: 0 auto;
    color: #666;
    position: relative;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #b30000;
}

ul, li {
    list-style: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.top {
    width: 100%;
}

.top_left {
    float: left;
    width: 50%;
    background: #000000;
    height: 4px;
}

.top_right {
    float: right;
    width: 50%;
    background: #60adc1;
    height: 4px;
}

.logo {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}
.logo span{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 11px;
    color: #52567D;
    font-family: "微软雅黑";
}

.main {
    width: 1009px;
    margin: 0 auto;
    margin-top: 50px;
}

.main_left {
    float: left;
}

.main_right {
    float: right;
}

.left {
    margin-left: 54px;
    padding-top: 10px;
}

.right_top {
    width: 492px;
    height: 86px;
    background: url(images/left_pic01.png) no-repeat 0 0 #ebeaf0;
}

.right_middle {
    background: url(images/left_pic02.png) repeat-y;
}

.right_down {
    width: 492px;
    height: 19px;
}
.login_code_input {
    height: 35px;
    width: 150px;
    background:  #ebeaf0;
    border-radius: 2px;
    padding-left: 35px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #a8a7ac;
    line-height: 35px;
}
.login_user_input {
    height: 35px;
    width: 330px;
    background: url(images/name.png) no-repeat 8px 7px #ebeaf0;
    border-radius: 2px;
    padding-left: 35px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #a8a7ac;
    line-height: 35px;
}

.login_user_pwd {
    background: url(images/password.png) no-repeat 8px 7px #ebeaf0;
}

.login_submit_btn {
    background: url(images/login_icon.png) no-repeat 0 0 #ebeaf0;
    width: 247px;
    height: 44px;
    cursor: pointer;
}

.login_err_input {
    border: 1px solid red;
}

.options {
    background: #fff;
    width: 365px;
    height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #d1d1d1;
    padding-left: 5px;
}

.rp {
    color: #3a97e5;
}

.bottom {
    width: 100%;
    margin: 0 auto;
}

.bottom_line {
    margin-top: 60px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
}

.bottom_text {
    text-align: center;
    font-family: "宋体";
    font-size: 12px;
    line-height: 24px;
    height: 30px;
    padding-top: 10px;
    color: #919191;
}