﻿*html {
    overflow: hidden;
}

*body {
    height: 100%;
    overflow: auto;
}

body {
    margin: 0;
    font-size: 12px;
    background: url(images/bg.jpg) center center no-repeat;
    font-family: "雅黑","Microsoft Yahei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    font-size: 12px;
    color: #fff;
}

#loginbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#login {
    width: 400px;
    min-height: 320px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(PIE.htc);
}

    #login li {
        height: 70px;
        width: 346px;
        margin: 0 auto;
        color: #333;
        font-size: 14px;
    }

    #login .title {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 32px 0 20px 0;
    }

.username, .userpwd {
    text-indent: 5px;
    color: #565656;
    font-size: 14px;
    border: 1px solid #ddd !important;
    height: 34px !important;
    width: 70.8%;
    font-family: "雅黑","Microsoft Yahei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti !important;
}

    .username:hover, .userpwd:hover {
        border: 1px solid #1e5ebf !important;
    }

    .username:focus, .userpwd:focus {
        border: 1px solid #1e5ebf !important;
        box-shadow: 0 0 5px 0 rgba(30,94,191,0.5);
        -moz-box-shadow: 0 0 5px 0 rgba(30,94,191,0.5);
        -webkit-box-shadow: 0 0 5px 0 rgba(30,94,191,0.5);
    }

.fieldValidate {
    line-height: 22px;
    color: #fff;
}

.slt {
    font-family: "雅黑","Microsoft Yahei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti !important;
    font-size: 12px;
}

    .slt option {
        height: 30px;
        min-height: 30px;
        line-height: 30px;
    }

#login a {
    color: #333;
    line-height: 30px;
    text-decoration: none;
    padding-left: 40%;
}

.loginslt {
    width: 76.8%;
    height: 36px;
    line-height: 36px;
    color: #565656;
    border: solid 1px #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../../scripts/input/images/form-select-arrow-down.png") no-repeat scroll right 4px center transparent;
    padding-left: 4px;
    behavior: url(PIE.htc);
}

    .loginslt:hover {
        border: solid 1px #1e5ebf;
        background: url("../../scripts/input/images/form-select-arrow-down-on.png") no-repeat scroll right 4px center transparent;
    }

    .loginslt:focus {
        border: solid 1px #1e5ebf;
        box-shadow: 0 0 5px 0 rgba(30,94,191,0.5);
        -moz-box-shadow: 0 0 5px 0 rgba(30,94,191,0.5);
        -webkit-box-shadow: 0 0 5px 0 rgba(30,94,191,0.5);
        background: url("../../scripts/input/images/form-select-arrow-down-on.png") no-repeat scroll right 4px center transparent;
    }

    .loginslt::-ms-expand {
        display: none;
    }

.pt8 {
    padding-top: 5%;
}

.m_t {
    width: 100%;
    height: 48px;
    overflow: hidden;
    background-image: url(images/header_bg.jpg);
    background-color: #105cb0;
}

#foot {
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #666;
}

.jbtn0 {
    margin-top: 20px;
    height: 38px;
    line-height: 36px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #009688;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -webkit-appearance: none;
    transition: all .3s;
    outline: none;
    width: 90%;
    font-family: "雅黑","Microsoft Yahei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti !important;
}

.jbtn0 {
    background-color: #3675B8;
    border-color: #2588d8;
}

    .jbtn0:hover {
        background-color: #105CAA;
        border-color: #1671bb;
    }

.li_m4 {
    height: 50px !important;
}

.li_m5 {
    margin-top: 5px;
}
