﻿
        * {
            padding: 0;
            margin: 0;
            font-family: "微软雅黑";
        }

        header {
            width: 100%;
            margin: 0 auto;
            height: 110px;
            box-shadow: 0px 0px 6px 0px #888;
            min-width: 1200px;
            behavior: url(~/scripts/ie-css3.htc);
        }

        .head {
            position: relative;
            top: 25px;
            height: 59px;
            margin: 0 auto;
            width: 500px;
            text-align: center;
        }

        .logo {
            display: inline-block;
            border-right: 1px solid #aeaeae;
            padding-right: 20px;
            height: 80px;
            box-sizing: border-box;
            position: relative;
            top: -10px;
        }

        .welcome {
            display: inline-block;
            height: 59px;
            line-height: 59px;
            font-size: 24px;
            position: relative;
            top: -44px;
            left: 20px;
            letter-spacing: 4px;
        }

        .user {
            float: right;
            margin-top: -24px;
            margin-right: 120px;
        }

            .user .username {
                color: #999;
                padding-right: 10px;
            }

            .user a {
                text-decoration: none;
                cursor: pointer;
                color: #000;
            }

        .content {
            width: 400px;
            text-align: center;
            margin: 50px auto;
        }

            .content input[type=text] {
                width: 400px;
                height: 42px;
                border: 1px solid #ddd;
                padding-left: 20px;
                outline: none;
                box-sizing: border-box;
                padding-top: 10px\9;
            }

            .content input[type=password] {
                width: 400px;
                height: 42px;
                border: 1px solid #ddd;
                padding-left: 20px;
                outline: none;
                box-sizing: border-box;
                padding-top: 10px\9;
            }

        .top-distance {
            margin-top: 16px;
        }

        input::-webkit-input-placeholder {
            color: #555;
        }

        input:-moz-placeholder {
            color: #555;
        }

        #agree {
            font-size: 12px;
            margin: 10px auto;
            width: 400px;
            text-align: left;
        }

        .agree a {
            text-decoration: none;
        }

        #agree .agree {
            position: relative;
            top: -2px;
            display: inline-block;
            height: 20px;
            line-height: 20px;
        }

        #agree input {
            margin-right: 10px;
        }

        .register {
            margin: 32px auto;
        }

            .register input {
                height: 42px;
                width: 400px;
                background: #023463;
                border: none;
                font-size: 18px;
                color: #fff;
            }

        .news {
            position: relative;
        }

        #code {
            display: inline-block;
            position: absolute;
            width: 98px;
            height: 36px;
            line-height: 36px;
            font-size: 12px;
            color: #333;
            background: #ecebeb;
            top: 3px;
            right: 3px;
            border: none;
        }

        .secret {
            position: relative;
            width: 550px;
            text-align: left;
        }

            .secret .power {
                position: absolute;
                top: 3px;
                right: 26px;
                text-align: center;
            }

                .secret .power span {
                    display: inline-block;
                    background: #ecebeb;
                    line-height: 36px;
                    height: 36px;
                    width: 36px;
                }

        .error {
            text-align: left;
            padding-left: 20px;
            font-size: 12px;
            padding-top: 6px;
            display: none;
        }

        .success {
            text-align: left;
            padding-left: 20px;
            font-size: 12px;
            padding-top: 6px;
            display: none;
        }

        .chongfu {
            text-align: left;
            padding-left: 20px;
            font-size: 12px;
            padding-top: 6px;
            display: none;
        }

        .falure {
            text-align: left;
            padding-left: 20px;
            font-size: 12px;
            padding-top: 6px;
            display: none;
        }

        .error span {
            position: relative;
            top: -4px;
            left: 4px;
            color: #e22;
            background: #fff;
        }

        .success span {
            position: relative;
            top: -4px;
            left: 4px;
            color: #e22;
            background: #fff;
        }

        .chongfu span {
            position: relative;
            top: -4px;
            left: 4px;
            color: #e22;
            background: #fff;
        }

        .falure span {
            position: relative;
            top: -4px;
            left: 4px;
            color: #e22;
            background: #fff;
        }

        .imgbuzou {
            margin: 0px auto;
        }

        .phone {
            background: url(/images/User/pnone.png) no-repeat 18px center;
        }

        .vilicode {
            background: url(/images/User/code.png) no-repeat 18px center;
        }

        .secret {
            background: url(/images/User/setpsw.png) no-repeat 18px center;
        }

        .confirm {
            background: url(/images/User/conpsw.png) no-repeat 18px center;
        }
