* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    text-align: center;
    font-size: 12px;
    height: 100%;
    margin: 0;
    background: url(../images/loginbg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.root {
    width: 100%;
    height: 100%;
}

.login_main {
    height: 100%;
    max-height: 745px;
    max-width: 1324px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

#login_pic {
    background-image: url(../images/box_mz.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.input_main, #login_pic {
    vertical-align: middle;
}

.input_main {
    width: 25%;
    margin: 0 auto;
    height: 50%;
    top: 39%;
    left: 55%;
    position: absolute;
}

.dantiao {
    text-align: left;
    width: 80%;
    height: 35px;
    line-height: 35px;
    float: right;
    margin-right: 0;
}

.input-label {
    width: 25%;
    float: left;
    font-family: "microsoft yahei", "sans-serif", "Arial Narrow";
    color: #000000;
    font-weight: bold;
}

.yanzhengma {
    top: 6px;
    width: 68px;
    position: relative;
}

.yanzhengma_input {
    width: 25%;
    height: 26px;
    line-height: 25px;
    margin-top: 5px;
    padding-left: 5px;
    font-size: 14px;
    border: none;
}

.inputclass {
    width: 63%;
    height: 26px;
    line-height: 25px;
    margin-top: 5px;
    padding-left: 5px;
    font-size: 14px;
    border: none;
}

.tijiao {
    margin-top: 28px;
    width: 90%;
    height: 42px;
    margin-left: 0;
    color: #0a98a2;
    font-weight: bold;
    font-size: 16px;
    font-family: "microsoft yahei", "sans-serif", "Arial Narrow";
    border: 0;
}

.eye-container {
    width: 8%;
    height: 23px;
    position: relative;
    float: right;
    right: 14%;
    bottom: -20%;
    cursor: pointer;
}

.eye {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.eyeopen {
    display: none;
}

/*login end*/
.mytable {
    width: 100%;
    background-color: #0a98a2;
    margin: auto auto;
    border: 1px solid #0a98a2;
    *border: 0;
}

.mytable caption {
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    color: #f5f5f5;
    text-align: left;
}

.mytable th {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    background-color: #eef4f9;
    color: #000000;
    border: 1px solid #0a98a2;
    *border: 0;
}

.mytable td {
    background-color: #e5eef6;
    color: #000000;
    border: 1px solid #0a98a2;
    *border: 0;
}

.mytable input {
    background-color: #FFFFFF;
    color: #808080;
    border: 1px solid #A7ABB8;
}

.mytableinner {
    width: 96%;
    background-color: #ffffff;
    margin: auto auto;
}

.mytableinner caption {
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    color: #000000;
}

.mytableinner th {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    background-color: #eef4f9;
    color: #000000;
}

.mytableinner td {
    background-color: #cfe2e3;
    color: #000000;
}

.mytableinner input {
    background-color: #FFFFFF;
    color: #808080;
    border: 1px solid #A7ABB8;
}

.mytableinner .erro {
    color: #FF0000;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

#errInfo {
    color: red;
    text-align: left;
    font-size: 16px;
    width: 300px;
    position: fixed;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
}