﻿body {
    background: url(qulg/login_back.png) repeat-x;
}

.login-body {
    width: 412px;
    height: 331px;
    background: url(qulg/login_back_box.png);
    position: absolute;
    margin-left: 490px;
    margin-top: 220px;
}

    .login-body .login-title {
        color: #fff;
        font-size: 20px;
        font-family: Arial;
        font-weight: bold;
        text-align: center;
        margin-top: 5px;
        padding-top: 15px;
        letter-spacing:2px;
    }

    .login-body .login-content {
        padding: 5px;
        margin-top: 50px;
    }

.login-content .loginfo .fieldlabel {
    display: none;
}

.login-content .loginfo .fieldvalue {
    float: left;
    width: 323px;
    height: 42px;
    line-height: 42px;
    padding: 3px 6px;
    margin-bottom: 5px;
    background: #f4f7fc;
    border: none;
    display: inline-block;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    padding-left: 55px;
    margin-left: 35px;
}

.login-content .loginfo input.fieldvalue.user {
    background: url(qulg/login_box_user.png) no-repeat;
}

.login-content .loginfo input.fieldvalue.pwd {
    background: url(qulg/login_box_pwd.png) no-repeat;
}

.login-content .loginfo .urole {
    width: 358px;
    height: 42px;
    overflow: hidden;
}

.login-content .loginfo select.fieldvalue {
    width: 348px;
    height: 42px;
    line-height: 42px;
    background: url(qulg/login_box_type.png) no-repeat; /* scroll right center transparent;*/
    padding-left: 55px;
    /*-moz-appearance: none;
    -webkit-appearance: none;*/
}

.login-content .loginfo .buttons {
    margin-left: 35px;
    margin-top: 25px;
}

    .login-content .loginfo .buttons input.button {
        border: none;
        background: #04be5b;
        width: 323px;
        height: 42px;
        color: #fff;
        font-size: 20px;
        font-family: Arial;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        border: 1px solid #04be5b;
    }

.login-copy {
    color: #909090;
    width: 1200px;
    padding: 5px;
    margin: 0 auto;
    margin-top: 10px;
}

    .login-copy .copy {
        margin-left: 310px;
    }

    .login-copy .nme {
        margin-left: 60px;
    }

    .login-copy .tel {
        margin-left: 15px;
    }

.login-wx {
    width: 258px;
    height: 331px;
    position: absolute;
    margin-left: 960px;
    margin-top: 220px;
}

    .login-wx .tip {
        color: #ffffff;
        font-size: 16px;
        text-align: left;
        margin-bottom: 15px;
        letter-spacing:1.8px;
    }

        .login-wx .tip a {
            text-decoration: underline;
            color: #00ff00;
            font-size: 18px;
        }

            .login-wx .tip a:hover {
                color: #ff0000;
            }

    .login-wx .ewm {
        background: url(qulg/gzh.jpg) no-repeat;
        background-size: 200px 200px;
        background-position: center center;
        width: 258px;
        height: 200px;
    }
