﻿        body {
            padding: 0;
            margin: 0;
            font-size: 14px;
            font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
            background: url(../images/login/bodybg.png);
            color: #999;
        }

        .invisible{
            display:none;
        }

        a {
            color: #999999;
            text-decoration: none;
        }

        .header-warp, .content-warp, .footer-warp {
            width: 960px;
            margin: 0 auto;
            position: relative;
        }

        .header {
            height: 100px;
        }

        .content {
            height: 600px;
            background: #55847e url(../images/login/loginbg.jpg) no-repeat center top;
        }

        .header-warp h1 {
            float: left;
            margin: 20px 0 0 0;
        }

        .header-warp .topbar {
            float: right;
            margin-top: 55px;
        }

        .login-banner {
            width: 620px;
            height: 600px;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/login/login_banner.png) no-repeat;
        }

        .login-box {
            width: 250px;
            padding: 25px;
            height: 340px;
            position: absolute;
            top: 80px;
            right: 0;
            border: 1px solid #dfdfdf;
            background: #fff;
        }

            .login-box h3 {
                font-size: 18px;
                font-weight: normal;
                margin: 5px 0 20px 0;
            }

            .login-box .input-text {
                width: 203px;
                height: 30px;
                line-height: 30px;
                padding: 0 3px 0 40px;
                border: 2px solid #e1e1e1;
                margin-bottom: 20px;
                position: relative;
                z-index: 2;
                background: none;
            }

             .login-box .input-vc {
                width: 128px;
            }

        .login-wrap {
            position: relative;
        }

            .login-wrap label, .input-icon {
                position: absolute;
                z-index: 1;
            }

            .login-wrap label {
                left: 43px;
                top: 6px;
                color: #666666;
            }

        .login-box .input-icon {
            position: absolute;
            z-index: 9;
            width: 18px;
            height: 18px;
            display: inline-block;
            left: 16px;
            top: 8px;
            background: url(../images/login/login-icon.png) no-repeat;
        }

        .login-box .glyphicon-asterisk {
            background-position: left bottom;
        }

        .remember-pwd, .login-help {
            margin-top: -10px;
            font-size: 12px;
            font-family:  ;
        }

        .remember-pwd {
            float: left;
            position: relative;
            z-index: 2;
        }

            .remember-pwd input {
                vertical-align: top;
            }

        .login-help {
            float: right;
            position: relative;
            z-index: 2;
        }

        .login-error {
            clear: both;
            background: #a90000;
            padding: 5px 10px;
            color: #fff;
            margin: 20px 0 -20px 0;
            font-size: 12px;
        }

        .btn {
            clear: both;
            background: #0177a9;
            width: 250px;
            height: 44px;
            line-height: 44px;
            border: none;
            font-size: 18px;
            color: #fff;
            font-family: “Microsoft Yahei”;
            letter-spacing: 0.2em;
            cursor: pointer;
            margin-top: 30px;
        }

            .btn:hover {
                background: #e6521a;
            }

        .login-box-bottom {
            border-top: 1px solid #dfdfdf;
            padding: 15px 25px 0 25px;
            clear: both;
            margin: 20px -25px;
        }

            .login-box-bottom p {
                margin: 0;
                font-size: 12px;
                line-height: 1.8;
            }

                .login-box-bottom p, .login-box-bottom p a {
                    color: #555555;
                }

        .footer-link {
            padding: 20px;
            text-align: center;
            *padding-left: 80px;
        }

            .footer-link li {
                display: inline-block;
                list-style: none;
                font-size: 14px;
                margin-right: 50px;
                font-weight: bold;
                *float: left;
            }

        .login-icon {
            display: inline-block;
            width: 30px;
            height: 24px;
            background: url(../images/login/v4img.png) no-repeat;
            vertical-align: top;
            margin-top: -2px;
            margin-right: 10px;
        }

        .icon1 {
            background-position: 0 0;
        }

        .icon2 {
            background-position: -40px 0;
        }

        .icon3 {
            background-position: -80px 0;
        }

        .icon4 {
            background-position: -120px 0;
        }

        .icon5 {
            background-position: -160px 0;
        }

        img {
            border: none;
        }

        /******************************/
        .login-authorize {
            font-size: 12px;
            color: #555;
            margin-top: 15px;
        }

        .login-authorize-icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(../images/login/authorize_icon_16x16.png) no-repeat;
            margin: 0 6px;
        }

        .login-sina {
            background-position: 0 0;
        }

        .login-qq {
            background-position: -31px 0;
        }