﻿* {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
    text-decoration: none;
    outline: none;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: none;
    height: 100%;
}

.logo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 260px;
    height: 80px;
    background: url(../../Content/images/login/logo.png) center no-repeat;
}

.logo_line {
    height: 1px;
    width: 260px;
    background: #fff;
    position: absolute;
    top: 13%;
    left: 5%;
}

.logo_str {
    color: #fff;
    position: absolute;
    font-size: 40px;
    text-align: center;
}

.login {
    width: 680px;
    height: 481px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -345px;
    margin-top: -200px;
    background: url(../../Content/images/login/login.png) center no-repeat;
    opacity: 1;
}

    .login .user_login {
        position: absolute;
        left: 230px;
        top: 40px;
        /*font-family: "楷体";*/
        /*font-weight:bold;*/
        color: #4c58a5;
        font-size: 24px;
    }
    .login .login_ico {
        position: absolute;
        left: 590px;
        top: 20px;
        cursor: pointer;
    }
    .login .line {
        position: absolute;
        width: 430px;
        height: 4px;
        left: 130px;
        top: 90px;
        background: url(../../Content/images/login/line.png) center no-repeat;
    }

    .login .dl_class {
        position: absolute;
        left: 185px;
        top: 120px;
    }

    .login .d1 {
        height: 45px;
        margin-top: 28px;
        line-height: 45px;
    }

        .login .d1 .input-txt {
            width: 245px;
            height: 44px;
            line-height: 45px;
            border: none;
            color: #808080;
            background: #fff;
            font-size: 16px;
            border: 1px solid #ccc;
        }

    .login .icon-box {
        float: left;
        width: 46px;
        height: 46px;
        background: #4c58a5;
    }

    .login .loginbutton {
        width: 295px;
        height: 40px;
        line-height: 40px;
        background: url(../../Content/images/login/button.png) center no-repeat;
        text-align: center;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
    }

.copyright {
    z-index: 9999;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #666;
    border-top: 1px solid #ccc;
    background-color: #ffffff;
    opacity: 0.8;
}

    .copyright .gs {
        position: absolute;
        margin-left: 130px;
        color: #00719E;
    }

        .copyright .gs span {
            color: #00719E;
            font-weight: bold;
        }

    .copyright .sj {
        color: #00719E;
    }

.icon-img {
    width: 23px;
    height: 23px;
    margin-left: 12px;
    padding-right: 16px;
    margin-top: 10px;
}

.login_tips {
    text-indent: 3px;
    margin-bottom: 16px;
    height: 30px;
    line-height: 33px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
    border-radius: 5px;
    position: absolute;
    top: -20px;
}

    .login_tips i {
        position: relative;
        top: 1px;
        font-size: 14px;
        padding-right: 5px;
    }

.login_tips-succeed {
    text-indent: 3px;
    margin-bottom: 16px;
    height: 30px;
    line-height: 33px;
    border: 1px solid #5e8800;
    color: #fff;
    background-color: #62b600;
    border-radius: 5px;
    position: absolute;
    top: -20px;
}

    .login_tips-succeed i {
        position: relative;
        top: 1px;
        font-size: 14px;
        padding-right: 5px;
    }
