@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
}

.head {
    width: 100%;
    height: 89px;
    /*background-color: rgba(7, 79, 160, 0.46);*/
    position: absolute;
    top: 0px;
    background: url(../images/loginHead.png) no-repeat rgba(7, 79, 160, 0.46);
}

.box {
    /*position: fixed;
    right: 16%;
    top: 32%;
    box-sizing: border-box;*/
    width: 500px;
    height: 520px;
    float: right;
    margin-right: 13%;
    margin-top: 10%;
    background: url("../images/dlk.png")no-repeat center top;
}

.wjmm{
    float: right;
    margin-right: 13%;
    color: #bda26d;
    text-decoration: none;
}

.down{
    position: fixed;
    bottom: 0;
    height: 130px;
    width: 100%;
    background: #f2f2f2;
}

.jg {
    color: #333;
    height: 65px;
    padding-top: 15px;
    font-size: 14px;
    margin-left: 14%;
}

.nr_txtbox1 {
    width: 320px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    -webkit-appearance: none;
    font-size: 13px;
}

.nr_txtbox2 {
    width: 320px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    -webkit-appearance: none;
    font-size: 13px;
}

.nr_txtbox1:focus, .nr_txtbox2:focus {
    border-color: #92AFED;
    box-shadow: 0 0 5px #92AFEC, inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.no_code {
    font-size: 14px;
    display: block;
    float: right;
    color: #0c6dca;
    line-height: 11px;
    margin-right: 10px;
}

.button {
    margin-top: 20px;
    border: 0px;
    display: block;
    height: 55px;
    width: 365px;
    background: url(../images/btn.png);
}

.bg {
    width: 100%;
    height: 100vh;
    background: url("../images/login.png")no-repeat center top;
    background-size: cover;
    background-repeat:repeat;
}


td span {
    /*color: white;*/
}

.down tr td{
    padding: 0 10px 0 10px;
}

.bottom-td td{
    padding-top: 20px;
    padding-right: 50px;
}