﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, li {
    list-style-type: none;
}

img {
    border: none;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

body {
    background: #fff url(images/loginbg.jpg) repeat-x left top;
    color: #333;
    font: 12px '宋体', Arial, Helvetica, sans-serif;
}

a {
    color: #999;
    text-decoration: none;
}

    a:hover {
        color: #cc0000;
        text-decoration: none;
    }

.clear {
    clear: both;
}

.wrapper {
    width: 800px;
    margin: 30px auto 0;
    padding: 0px;
}

.wrapper2 {
    width: 708px;
    position: absolute;
    left: 50%;
    margin-left: -354px;
    padding: 0px;
    top: 166px;
    border-bottom: 1px solid #ddd;
    z-index: 2;
    padding-bottom: 5px;
}

.wrapper-box {
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.3;
    width: 100%;
    height: 84%;
    position: absolute;
}

.login-boxbg {
    background-color: #fff;
    width: 96%;
    height: 77%;
    position: absolute;
    margin: 15px;
    border-radius: 5px;
}

#header {
    overflow: hidden;
}

#logo {
    width: 300px;
    height: 132px;
    /*--position: absolute--*/
    z-index: 2;
    margin-top: -24px;
  margin:0 auto;
}

.top_tool {
    float: right;
    width: 300px;
    height: 24px;
    line-height: 24px;
    margin-top:40px;
    text-align: right;
}

    .top_tool a {
        padding: 0px 5px;
    }

.user_login_contant {
    margin-top: 10px;
    height: 480px;
    position: relative;
}

#user_main {
    position: absolute;
    top: 140px;
    left: 198px;
}

    #user_main li {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 10px 0px;
    }

        #user_main li input {
            padding: 3px 0px 3px 5px;
            height: 22px;
            border: 1px solid #8dd6f4;
            color: #0c99d3;
            width: 220px;
            float: left;
        }

        #user_main li.user_pic input {
            width: 50px;
            margin-right: 7px;
            height: 12px;
            font-size: 12px;
        }

        #user_main li.login {
            height: 40px;
            line-height: 40px;
        }

            #user_main li.login input {
                width: 150px;
                height: 32px;
                margin-left: 115px;
                padding: 0px;
                margin-top: 6px;
                border: none;
                background-color: #068bd7;
                color: #fff;
                font-family: "微软雅黑";
                font-size: 16px;
                line-height: 32px;
                border-radius: 3px;
                cursor: pointer;
            }

        #user_main li.user-verify .yzm {
            width: 64px;
            margin: 0 0 0 -64px;
            height: 28px;
            border: 1px solid #8dd6f4;
        }

        #user_main li.login input:hover {
            background-color: #0679bb;
        }

        #user_main li select {
            font-size: 12px;
            width: 227px;
            height: 22px;
            line-height: 22px;
            border: 1px solid #ddd;
        }

        #user_main li.user_password input {
            padding: 5px 0px 1px 5px;
        }

        #user_main li.user_password a {
            font-size: 12px;
            color: #8a8d8c;
            margin-left: 5px;
        }

        #user_main li label {
            width: 80px;
            height: 30px;
            line-height: 30px;
            text-align: right;
            float: left;
        }

.user_login_info {
    position: absolute;
    left: 300px;
    width: 275px;
    top: 41px;
    height: 31px;
    line-height: 31px;
    color: #a0a0a0;
    z-index: 3;
}

    .user_login_info a, #user_main li.user_password a:hover {
        color: #cc0000;
        text-decoration: underline;
    }

        .user_login_info a:hover {
            color: #333;
        }

.wrong-prompt {
    background: url(images/login_wrong.png) no-repeat 5px 7px;
    color: red;
    float: left;
    line-height: 27px;
    font-size: 12px;
    padding-left: 20px;
}

#logo img {
    margin-top: 40px;
}
