﻿body {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

.div_All {
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: 14px;
    overflow-y: auto;
    background-color:#CCCCCC;
    background-image: url("/Images/Manages/login/loginBack.jpg");
    background-size: 100% 100%;
}

.div_top {
    height: 80px;
}

.tb_top {
    width: 100%;
    height: 100%;
}

.td_topRight {
    width: 280px;
    font-size: 16px;
    text-align: right;
    padding-right: 50px;
}

/*.btn_com {
    border: 1px solid #3296FB;
    color: #3296FB;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
}*/

#span_Login {
    color: #337AB7;
}

    #span_Login:hover {
        cursor: pointer;
        color: #55d1f8;
    }

.btn_com:hover {
    cursor: pointer;
}

.div_main {
    height: auto;
    /*background-color: #f1f2f3;*/
    padding-top: 30px;
    background-image: url(../Images/LoginBack.png);
    /*border:1px solid #c4c4c4;*/
    border-bottom: 1px solid #999999;
    background-size: 100% 100%;
}

.div_userRegInfo {
    width: 460px;
    /*height: 530px;*/
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    /*border-bottom:1px solid #ff6a00;*/
}

.tb_userRegInfo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-top: 20px;
}

    /*.tb_userRegInfo td {
        height: 55px;
    }

    .tb_userRegInfo input[type='text'], input[type='password'], select {
        width: 100%;
        height: 32px;
        border: 1px solid #999999;
        border-radius: 3px;
    }

    .tb_userRegInfo input[type='button'] {
        width: 100%;
        height: 35px;
        background-color: #3296FB;
        border: none;
        color: white;
        border-radius: 3px;
    }*/

    .tb_userRegInfo td {
        height: 56px;
    }

    .tb_userRegInfo input[type='text'], input[type='password'], select {
        width: 100%;
        height: 38px;
        /*border: 1px solid #999999;*/
        /*#DCDEE2*/
        border-radius: 3px;
    }

    .tb_userRegInfo input[type='button'] {
        width: 100%;
        height: 38px;
        /*background-color: #3296FB;*/
        background-color: #3D5E83;
        border: none;
        color: white;
        border-radius: 3px;
    }
    .tb_userRegInfo input[type='button']:hover {
        width: 100%;
        height: 38px;
        /*background-color: #3296FB;*/
        background-color: #6a889c;
        border: none;
        color: white;
        border-radius: 3px;
    }

    .tb_userRegInfo label {
        color: red;
        display: none;
    }

.td_title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}


.div_getYZM {
    border-left: 1px solid #CCCCCC;
    width: 120px;
    height: 20px;
    line-height: 20px;
    color: #59afe8;
    text-align: center;
    position: absolute;
    margin-top: -30px;
    margin-left: 243px;
    cursor: pointer;
}

.div_btnAdd {
    width: 120px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /*border: 1px solid #C0C0C0;
    background-color: #dbd5d5;*/
    color: #CCCCCC;
    pointer-events: none;
    /*float:right;*/
    position: absolute;
    margin-top: -30px;
    margin-left: 243px;
    border-left: 1px solid #CCCCCC;
}

/*.div_getYZM {
            width: 36%;
            line-height: 38px;
            text-align: center;
            border: 1px solid #42e9b6;
            background-color: #67b4ce;
            color: white;
            cursor: pointer;
            float:right;
        }*/

/*.div_btnAdd {
            width: 36%;
            line-height: 38px;
            text-align: center;
            border: 1px solid #C0C0C0;
            background-color: #dbd5d5;
            color: black;
            pointer-events: none;
            float:right;
        }*/

.notClick {
    pointer-events: none;
}

.SysName_Chinese {
    padding-left: 20px;
    letter-spacing: 5px;
    /*font-weight: bolder;
    font-size: 32px;
    color: #164D7A;*/
    font-size: 28px;
    color: #1b9bf6;
}

.SysName_English {
    padding-left: 20px;
    font-size: 26px;
    font-weight: bolder;
    color: #164D7A;
}

.chk_fwtk{float:left;}
/*.lab_wyyd{display: block; color: black; font-weight: 500; float:left; padding-left:1vw;}*/
.a_fwtk{ float:left; padding-left:3px; cursor:pointer; text-decoration:none;}
.lab_qgx{ float:left; padding-left:3px;color:red; display:none;}

