﻿@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    background: url(../image/login_yx/login_bg.jpg) no-repeat center top;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

div, form, ul, ol, li, dl, dt, h1, h2, h3, h4, dd, p, span, table {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 12px;
}

img {
    border: 0;
}

.clear {
    clear: both;
    height: 1%;
    font-size: 0;
}
/************头部*************/
.login {
    width: 1140px;
    margin: 0 auto;
    height: 625px;
}

.logo {
    float: left;
    margin-top: 50px;
}

.login_table {
    width: 445px;
    float: right;
    margin-top: 380px;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #888;
    margin-bottom: 220px;
}

    .login_table .user, .login_table .password, .login_table .yanzhengma {
        width: 325px;
        font-size: 18px;
        text-indent: 55px;
        height: 55px;
        overflow: hidden;
        color: #666;
        border: 0;
        font-family: "微软雅黑";
    }

    .login_table .user {
        background: #fff url(../image/login_yx/user.png) no-repeat 20px center;
        box-shadow: 0 0 15px #cddbe3;
    }

    .login_table .password {
        background: #fff url(../image/login_yx/password.png) no-repeat 20px center;
        box-shadow: 0 0 15px #cddbe3;
    }

    .login_table .yanzhengma {
        background: #fff url(../image/login_yx/yanzhengma.png) no-repeat 20px center;
        box-shadow: 0 0 15px #cddbe3;
    }

    .login_table a:link, .login_table a:visited {
        color: #1b7d90;
        text-decoration: none;
    }

    .login_table a:hover {
        text-decoration: underline;
    }

.login_but {
    background: #2f92a5;
    width: 325px;
    height: 54px;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 18px;
    border: 1px solid #238598;
}

    .login_but:hover {
        background: #24899d;
        border: 1px solid #238598;
    }

span, label {
    vertical-align: middle;
}
/*复选框（多选框）的美化CSS*/
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none
}

label {
    display: inline-block;
    cursor: pointer;
}

    label input[type="checkbox"] + span {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url(../image/login_yx/input-checkbox.png) no-repeat;
        background-position: 0 0;
    }

    label input[type="checkbox"]:checked + span {
        background-position: 0 -22px;
    }

.foot {
    width: 1050px;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    text-align: center;
}



/**引入字体**/
@font-face {
    font-family: "fzlt";
    src: url("../../BaseInfo/fonts/fzlt.ttf");
}

.logo {
    margin: 50px auto;
}

    .logo p {
        float: left;
        margin-left: 20px;
    }

    .logo h1 {
        color: #e8f5ff;
        font-size: 35px;
        font-family: "fzlt";
        font-weight: normal;
        margin-top: 28px;
        padding-left: 10px;
        float: left;
    }


