﻿
body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    background: url('../../BaseInfo/image/login/login_bg.jpg') no-repeat center -64px;
}

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 {
    width: 1050px;
    margin: 25px auto;
}

    .login .logo {
        margin-top: 49px;
    }

.login_table {
    width: 300px;
    margin: 170px auto 0;
    float: right;
    margin-right: 82px;
}

    .login_table .title {
        color: #676767;
        font-size: 24px;
    }

    .login_table input {
    }

    .login_table .user {
        background: #fff url('../../BaseInfo/image/login/user.jpg') no-repeat 10px center;
        width: 260px;
        height: 38px;
        font-size: 16px;
        overflow: hidden;
        font-family: "微软雅黑";
        border: 1px solid #c9c9c9;
        color: #666;
        border-radius: 4px;
        padding-left: 40px;
    }

    .login_table .password {
        background: #fff url('../../BaseInfo/image/login/password.jpg') no-repeat 10px center;
        width: 260px;
        height: 38px;
        padding-left: 40px;
        font-size: 16px;
        overflow: hidden;
        font-family: "微软雅黑";
        border: 1px solid #c9c9c9;
        color: #666;
        border-radius: 4px;
    }


    .login_table .yanzhengma {
        background: #fff url(../image/login_bg/yanzhengma.jpg) no-repeat 10px center;
        width: 160px;
        height: 38px;
        padding-left: 40px;
        font-size: 16px;
        overflow: hidden;
        font-family: "微软雅黑";
        border: 1px solid #c9c9c9;
        color: #666;
        border-radius: 4px;
    }

    .login_table .yzm {
        background: #fff url(../../Resource/BasicInfo/yanzhengma.jpg) no-repeat 10px center;
        width: 300px;
        height: 38px;
    }

.login_but {
    background: #22aaed;
    width: 300px;
    height: 42px;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    font-size: 16px;
    overflow: hidden;
    font-family: "微软雅黑";
    border: 1px solid #c9c9c9;
    border-radius: 4px;
}

    .login_but:hover {
        background: #46bbed;
    }

.login_table a:link, .login_table a:visited {
    color: #06b10d;
    text-decoration: none;
}
/*单选*/
em {
    font-style: normal;
}

.radio_box {
    display: inline-block;
    position: relative;
}

    .radio_box label {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: #e2e4e4;
        cursor: pointer;
    }

    .radio_box input:checked + label:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 4px;
        left: 4px;
        background: #f5af7a;
        border-radius: 50%;
    }

.check_box em {
    margin: 0 0 0 5px;
}

.foot {
    width: 1050px;
    margin: 100px auto 0;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    text-align: center;
}

.check {
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}
/**引入字体**/
@font-face {
    font-family: "fzltzh";
    src: url("../../BaseInfo/fonts/fzltzh.ttf");
}

.login .logo {
    margin-top: 75px;
    position: relative;
}

.logo p {
    float: left;
}

.logo h1 {
    background-image: linear-gradient(180deg, white, #cde8ff);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 36px;
    font-family: "fzltzh";
    font-weight: normal;
    margin-top: 22px;
    padding-left: 10px;
    float: left;
}

.login_table {
    width: 300px;
    margin: 116px auto 0;
    float: right;
    margin-right: 82px;
}

.biaoyu {
    position: absolute;
    top: 385px;
    left: 155px;
    font-size: 30px;
    color: #fff;
}
