﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
    font-family: Arial, sans-serif;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

body {
    margin: 0;
    text-align: center;
    background: #FFF url(/images/login_bg.png) repeat-x top;
}

#login {
    /*display: block;
    width: 950px;
    margin: 0 auto;
    text-align: left;*/
}

#login_header {
    display: block;
    padding-top: 40px;
    height: 80px;
}

.login_logo {
    float: left;
    margin-top: 10px;
}

.login_info {
    float: left;
    margin-left: 10px;
    line-height: 80px;
    font-size: 18px;
    color: #0088cc;
    font-weight: bold;
}

.login_headerContent {
    float: right;
    display: block;
    width: 280px;
    height: 80px;
    padding: 0 40px;
    background: url(/images/login_header_bg.png) no-repeat top right;
}

.navList {
    display: block;
    overflow: hidden;
    height: 20px;
    padding-left: 28px;
}

    .navList ul {
        float: left;
        display: block;
        overflow: hidden;
    }

    .navList li {
        float: left;
        display: block;
        margin-left: -1px;
        padding: 0 10px;
        background: url(/images/login_list.png) no-repeat 0 5px;
    }

    .navList a {
        display: block;
        white-space: nowrap;
        line-height: 21px;
        color: #000;
        text-decoration: none;
    }

        .navList a:hover {
            text-decoration: underline;
        }

#login_content {
    display: block;
    position: relative;
}

.login_title {
    display: block;
    padding: 25px 0 0 38px;
}

.loginForm {
    border: 0px solid #fff;
    width: 384px;
    height: 307.19px;
    display: block;
    position: absolute;
    left: 35%;
    top: 20%;
    background: rgba(192,192,192,0.4);
}

    .loginForm p {
        margin: 15px 0;
    }

    .loginForm label {
        float: left;
        line-height: 25px;
        color: #4c4c4c;
        font-size: 14px;
    }

    .loginForm input {
        padding: 9px 20px;
        border: 1px solid #ddd;
        width: 280px;
        border-radius: 0;
    }

    .loginForm .login_input {
    }

    .loginForm .code {
        /*margin-right: 5px;*/
        width: 194px;
    }

.login_bar {
    width: 88%;
    margin-left: 2%;
}

    .login_bar .sub {
        display: block;
        height: 40px;
        line-height: 20px;
        width: 100%;
        border: none;
        background: #009688;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 15px;
        font-family: 'Microsoft YaHei';
        letter-spacing: 2px;
        text-align: center;
        font-weight: 600;
    }

        .login_bar .sub:hover {
            background: #009688ad;
        }

.login_banner {
    display: block;
    height: 270px;
}

.login_main {
    display: block;
    height: 200px;
    padding-right: 40px;
    background: url(/images/login_content_bg.png) no-repeat top;
}

.helpList {
    float: right;
    width: 200px;
}

    .helpList li {
        display: block;
        padding-left: 10px;
        background: url(/images/login_list.png) no-repeat 0 -40px;
    }

    .helpList a {
        line-height: 21px;
        color: #333;
        text-decoration: none;
    }

        .helpList a:hover {
            text-decoration: underline;
        }

.login_inner {
    display: block;
    width: 560px;
    padding: 30px 20px 0 20px;
}

    .login_inner p {
        margin: 10px 0;
        line-height: 150%;
        font-size: 14px;
        color: #666;
    }

#login_footer {
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border-top: solid 1px #fff;
    color: #fff;
    text-align: center;
    top: 500px;
    left: 35%;
    position: absolute;
}

.codeImages {
    position: relative;
    top: 10px;
}

.tits {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.applyService {
    float: right;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 15px;
    color: #fff;
    font-family: 黑体;
}

span img {
    width: 2vw;
}
