﻿@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    background: url(../image/login_ks/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;
}

img {
    border: 0;
}

.clear {
    clear: both;
    height: 1%;
    font-size: 0;
}
/************头部*************/
.login {
    text-align: center;
    width: 630px;
    margin: 230px auto 0;
}

    .login .logo {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        padding-top: 40px;
    }

.login_table {
    width: 358px;
    margin: 25px auto 0;
    color: #989898;
    font-size: 14px;
}

    .login_table .user, .login_table .password, .login_table .yanzhengma {
        font-size: 16px;
        text-indent: 40px;
        overflow: hidden;
        font-family: "微软雅黑";
        border: 1px solid #c3c3c3;
        color: #666;
        border-radius: 5px;
        height: 38px;
    }

    .login_table .user {
        background: #fff url(../image/login_ks/user.jpg) no-repeat 10px center;
        width: 356px;
    }

    .login_table .password {
        background: #fff url(../image/login_ks/password.jpg) no-repeat 10px center;
        width: 356px;
    }

    .login_table .yanzhengma {
        background: #fff url(../image/login_ks/yanzhengma.jpg) no-repeat 10px center;
        width: 250px;
    }

input::-webkit-input-placeholder {
    opacity: 0.5;
    font-size: 15px;
}

.login_but {
    background-image: linear-gradient(to right, #0bb3f2, #0cd8cf);
    width: 356px;
    height: 47px;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    text-align: center;
    box-shadow: 0 7px 15px #d9d9eb;
}

.login_table a:link, .login_table a:visited {
    color: #989898;
    text-decoration: none;
}
/*复选框（多选框）的美化CSS*/
span, label {
    vertical-align: middle;
}

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_ks/input-checkbox.png) no-repeat;
        background-position: 0 0;
    }

    label input[type="checkbox"]:checked + span {
        background-position: 0 -22px;
    }

.foot {
    width: 598px;
    margin: 140px auto 0;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    text-align: center;
}



/**引入字体**/
@font-face {
    font-family: "fzlt";
    src:  url("../../BaseInfo/fonts/fzlt.ttf");
}

.logo {
    width: 100%;
    margin: 100px auto 35px;
    height: 50px;
}

    .logo p {
        float: left;
    }

    .logo h1 {
        color: #187eae;
        font-size: 35px;
        font-family: "fzlt";
        font-weight: normal;
        margin-top: 16px;
        padding-left: 8px;
        float: left;
    }
