body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif"Microsoft Yahei";
    background: #4d9ed3;
    font-size: 12px;
    background: url(../Images/body.jpg) no-repeat center;
    width: 100%;
    height: 950px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    width: 1000px;
    margin: 0 auto;
    padding-top: 148px;
}

.bg {
    width: 400px;
}

.bg2 {
    width: 100%;
    height: 91px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    clear: both;
    padding-top: 330px;
}

.page-title {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 400px;
    margin-left: -493px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.page-title1 {
    position: absolute;
    left: 50%;
    top: 45px;
    width: 400px;
    margin-left: -478px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}

.login {
    width: 328px;
    margin-right: 10px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-top: 65px;
    padding-bottom: 10px;
    box-shadow: 0px 2px 4px #9cbde0;
}

.login_t {
    height: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 10px;
    font-size: 23px;
    color: #333;
    padding-top: 30px;
}

.login_c {
    position: relative;
}

.input_box {
    z-index: 999;
    clear: both;
    overflow: hidden;
    padding: 10px 15px;
    border-left: 5px solid #fff;
}

    .input_box input {
        float: left;
        width: 290px;
        height: 38px;
        font-size: 14px;
        border: solid 1px #e9e9e9;
        text-indent: 32px;
        border-radius: 5px;
        outline: none;
        line-height: 38px;
    }

    .input_box button {
        width: 294px;
        height: 38px;
        background: #4fbd35;
        border: none;
        border-radius: 0px;
        outline: none;
        cursor: pointer;
        font-size: 16px;
        color: #FFF;
        text-align: center;
    }

    .input_box select {
        width: 294px;
        height: 38px;
        border-radius: 5px;
        border: solid 1px #e9e9e9;
        padding-left: 30px;
    }

    .input_box a {
        color: #7a8197;
    }

#error_box {
    height: 30px;
    width: 268px;
    padding-left: 30px;
    line-height: 30px;
    color: #fc4343;
}

.bd {
    border-left: 5px solid #3d82f5;
    background: #f2f6f9;
}

.i_01 {
    height: 38px;
    background: url(../Images/i_1.png) no-repeat 10px center #fff;
}

.i_02 {
    height: 38px;
    background: url(../Images/i_2.png) no-repeat 10px center #fff;
}

.i_03 {
    height: 38px;
    background: url(../Images/i_3.png) no-repeat 10px center #fff;
}

.i_04 {
    height: 38px;
    background: url(../Images/i_4.png) no-repeat 10px center #fff;
}

.input_box1 {
    clear: both;
    overflow: hidden;
    padding: 10px 15px;
    border-left: 5px solid #fff;
}

    .input_box1 button {
        width: 294px;
        height: 38px;
        background: #4fbd35;
        border: none;
        border-radius: 0px;
        outline: none;
        cursor: pointer;
        font-size: 16px;
        color: #FFF;
        text-align: center;
    }

    .input_box1 a {
        color: #7a8197;
    }

.input_box2 {
    clear: both;
    overflow: hidden;
    padding: 5px 15px 15px;
    border-left: 5px solid #fff;
}

    .input_box2 a {
        color: #7a8197;
    }

.eject-box {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 9999;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.loading {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
    z-index: 99999;
}
