﻿   *
        {
            margin: 0;
            padding: 0;
        }
        *html
        {
            _background-image: url(about:blank);
            _background-attachment: fixed;
        }
        body
        {
            margin: 0 auto;
            font-size: 12px;
            font-family: "宋体";
        }
        img
        {
            border: none;
        }
        a
        {
            color: #666;
            text-decoration: none;
        }
        a:hover
        {
            color: #f60;
        }
        ul
        {
            list-style-type: none;
        }
        em
        {
            font-style: normal;
        }
        *.bold
        {
            font-weight: bold;
        }
        *.flog
        {
            display: none;
        }
        input.sub, label
        {
            border: none;
            cursor: pointer;
        }
        div.clear
        {
            font: 0px Arial;
            line-height: 0;
            height: 0;
            overflow: hidden;
            clear: both;
        }
        div.container
        {
            width: 980px;
            min-width: 980px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }
        
        body
        {
            background: #f6f6f6;
        }
        .login
        {
            width: 620px;
            height: 360px;
            border: 1px solid #ddd;
            margin: 130px auto 0 auto;
            position: relative;
        }
        .login .go_back
        {
            color: #666;
            padding-left: 18px;
            position: absolute;
            right: 15px;
            bottom: 20px;
        }
        .login h1
        {
            width: 340px;
            height: 70px;
            line-height: 70px;
            border-bottom: 1px solid #ddd;
            font-family: "微软雅黑";
            font-weight: bold;
            font-size: 20px;
            color: #5d83aa;
            margin: 45px 0 20px 145px;
        }
        .login .in
        {
            height: 30px;
            clear: both;
            padding-left: 145px;
            margin-top: 15px;
        }
        .login .in span
        {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            float: left;
            margin-right: 10px;
        }
        .login .in .text
        {
            width: 278px;
            height: 28px;
            line-height: 28px;
            border: 1px solid #ddd;
            float: left;
        }
        .login .in em
        {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            margin-left: 10px;
            color: #f00;
        }
        .login .sub
        {
            width: 122px;
            height: 32px;
            line-height: 32px;
            background: url("/img/login_sub.jpg") no-repeat left center;
            font-family: "微软雅黑";
            font-size: 16px;
            margin-left: 188px;
            margin-top: 15px;
        }
        
        .login .ntips
        {
            width: 330px;
            height: 250px;
            position: absolute;
            top: 35px;
            left: 130px;
        }
        .login .ntips h2
        {
            font-family: "微软雅黑";
            font-weight: normal;
            font-size: 30px;
            color: #5d83aa;
            height: 50px;
            line-height: 50px;
        }
        .login .ntips .info
        {
            color: #666;
            line-height: 180%;
            text-indent: 2em;
        }
        .login .ntips .info a
        {
            color: #357cd4;
            text-decoration: underline;
        }
        .login .ntips .type
        {
            color: #999;
            padding: 15px 0;
            border-bottom: 1px solid #ddd;
        }
        .login .ntips .type a
        {
            color: #333;
        }
        .login .ntips .write
        {
            color: #666;
            margin-top: 15px;
        }
        .login .ntips .write a
        {
            color: #357cd4;
            text-decoration: underline;
        }
        .ftCon
        {
            font-size: 14px;
            height: 50px;
            position: absolute;
            bottom: 44px;
            text-align: center;
            width: 100%;
            margin: 0 auto;
            z-index: 0;
            overflow: hidden;
        }