﻿* {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

html {
    font-size: 16px;
}

body {
    font-size: 16px;
    font-family: "宋体";
    margin: 0px;
    padding: 0px;
    color: #696969;
    scroll: none;
    background: url(../Images/loginBacA.jpg) top center no-repeat;
    background-size: cover
}

div, ul, li {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #F30;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

img {
    border: 0px;
}

.login-top {
    background-color: #4851a8;
    position: absolute;
    background-color: rgba(72,81,168,0.5) !important;
    filter: Alpha(opacity=50);
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    width: 100%;
    text-align: left;
}

    .login-top img {
        margin-left: 20px;
        filter: Alpha(opacity=100) !important;
    }

.login-title {
    color: white;
    padding: 16px;
    border-bottom: groove 2px rgba(0,64,142,0.5);
}

    .login-title img {
        width: 420px;
        margin:0 auto;
        display:block;
    }

.login {
    width: 540px;
    top: 50%;
    left: 50%;
    background-color: rgba(0,64,142,0.7) !important;
    background-color: #001e3a;
    filter: Alpha(opacity=70);
    margin: -165px 0px 0px -270px;
    position: absolute;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.login-Content {
    margin: 10px auto;
    padding: 10px 80px 20px 80px;
    text-align: left;
}

    .login-Content ul li {
        margin: 8px auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .login-Content .txtLi {
        background-color: white;
        line-height: 16px;
        border: 1px solid #00408d;
        border-radius: 3px;
    }

    .login-Content input[type=text], input[type=password] {
        width: 88%;
        border: none;
        padding-left: 40px;
        /*padding: 3px;*/
    }

    .login-Content #txtValideCode {
        width: 61% !important;
    }

    .login-Content #btnLogin {
        height: 36px;
        width: 45%;
        color: white;
        background-color: #ff4800;
        border: 1px solid #ff4800;
        border-radius: 3px;
    }

    .login-Content button[type=button] {
        height: 36px;
        width: 45%;
        color: white;
        /*background-color: #1b923b;
        border: 1px solid #1b923b;*/
        border-radius: 3px;
    }

    .login-Content #btnLogin:hover {
         font-weight:bold;
        background-color: #ec4300;
        border-color: rgb(255, 255, 255);
    }

    .login-Content button[type=button]:hover {
        /*background-color: #1b923b;*/
        border-color: rgb(255, 255, 255);
    }

    .login-Content input:hover {
        border-color: #00fcff;
    }

    .login-Content ul li span {
        position: absolute;
        z-index: 1000;
        left: 88px;
        height: 25px;
        width: 25px;
        background-size: cover;
        /*display: block;*/
    }

    .login-Content ul li .s_user {
        /*top: 104px;*/
        background: url(../Images/icon13.png) no-repeat top center;
        margin-top: -2px !important;
    }

    .login-Content ul li .s_pwd {
        /*top: 152px;*/
        background: url(../Images/icon14.png) no-repeat top center;
        margin-top:-5px !important;
    }

    .login-Content ul li .s_ver {
        /*top: 200px;*/
        background: url(../Images/icon15.png) no-repeat top center;
        margin-top:8px;
    }

    .login-Content ul li .s_Msg {
        /*top: 300px;*/
        background: url(../Images/icon16.png) no-repeat top center;
        margin-top: 5px;
    }

    .login-Content ul li .s_Mob {
        /*top: 250px;*/
        background: url(../Images/icon17.png) no-repeat top center;
        margin-top:-4px;
    }

#imgcode, #F_imgcode {
    height: 36px;
    margin-top: 2px;
    vertical-align: top;
}

.login-Content #VC {
    padding: 0px !important;
}

    .login-Content #VC input[type=text] {
        width: 61% !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        line-height: 16px !important;
        border: 1px solid #00408d;
        border-radius: 3px;
    }

.login-info {
    padding-top: 20px !important;
    color: white;
}

.login-btn {
    padding-top: 0px !important;
}

.Juge_m {
    /*background-color: white;*/
    line-height: 16px;
    /*border: 1px solid #00408d;*/
    /*border-radius: 3px;*/
    padding-top:0 !important;
    padding-bottom:11px !important;
}

    .Juge_m input[type=text] {
        width: 61% !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        line-height: 16px !important;
        border: 1px solid #00408d;
        border-radius: 3px;
    }

    .Juge_m button {
        height: 40px !important;
        width:36%  !important;
        float:right;
    }

.Juge_mF li {
    padding: 45px 0px 5px 10px;
}

    .Juge_mF li input {
        height: 36px;
        width: 34% !important;
        font-size: 18px;
        margin-right: 12px;
        border: none !important;
        border-bottom: 1px solid #ccc !important;
    }

    .Juge_mF li button {
        height: 38px;
        width: 100px;
        cursor: pointer;
    }

.btn-juge {
    background-color: white;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin: 0 auto;
    width: 200px;
    border: 2px solid #3dc18f;
    color: #3dc18f;
    font-size: 24px;
    display: block;
}

.Juge_Red {
    color: orangered;
}

.Juge_Green {
    color: green;
}

.modal-footer {
    padding-top: 20px;
    border: none;
    text-align: center;
    padding-bottom: 35px !important;
}

.btn-juge:hover {
    border: 2px solid #ff4800;
    color: #ff4800;
}

.modal-title {
    color: #3dc18f;
    font-size: 24px;
}

#myModalForget {
    width: 850px !important;
    height: 620px !important;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -425px;
}

    #myModalForget .modal-dialog {
        width: 850px !important;
        height: 620px !important;
        margin: 0 auto !important;
    }

.main-Forget {
    padding: 25px !important;
    padding-bottom: 0px !important;
    vertical-align: top;
}

.progress {
    float: right;
    margin: 0px !important;
    width: 100% !important;
    display: none;
}

#myModal {
    width: 650px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -325px;
}

.modal-dialog {
    margin: 0 !important
}

.login-Content .Msg {
    clear: both;
    width: 100%;
    display: block;
    padding-top: 10px;
    /*padding-left: 120px;*/
    height: 25px !important;
    text-align: center;
}

    /*.login-Content .Msg span {
        display: initial !important;
        line-height: 16px;
        float: left;
    }

    .login-Content .Msg #tipMsg {
        padding-top: 2px;
        padding-left: 5px;
    }*/

.btn-danger {
    vertical-align: top;
}

.main-Forget table {
    width: 100%;
}

    .main-Forget table td {
        height: 52px;
        text-align: left;
    }

    .main-Forget table tr .td_l {
        width: 50%;
        vertical-align: top;
    }

    .main-Forget table .div_Li {
        background-color: white;
        width: 98%;
        padding: 8px 0 8px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        float: left;
    }

    .main-Forget table tr .div_Li_v {
        width: 60% !important;
        float: left;
    }

    .main-Forget table tr .span_Li_v {
        float: right;
        margin-right: 1%;
    }

        .main-Forget table tr .span_Li_v button {
            width: 138px !important;
        }

    .main-Forget table tr input[type=text], .main-Forget table tr input[type=password] {
        font-size: 16px;
        height: 20px;
        width: 97% !important;
        margin: 0 auto !important;
        padding-left: 1%;
        border: none;
    }

    .main-Forget table tr .m_td_btn {
        height: 30px !important;
        text-align: center;
        width: 100%;
        padding-bottom: 45px;
    }
