.showMask {
    display: none;
    background-color: rgba(55,55,55,.6);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    height: 100%;
    z-index: 1000;
}
@font-face {
font-family: 'iconfont';  /* project id 26997 */
src: url('../font/font_tu8v1w7mt2hs38fr.eot');
src: url('../font/font_tu8v1w7mt2hs38fr.eot') format('embedded-opentype'),
url('../font/font_tu8v1w7mt2hs38fr.woff') format('woff'),
url('../font/font_tu8v1w7mt2hs38fr.ttf') format('truetype'),
url('../font/font_tu8v1w7mt2hs38fr.svg') format('svg');
}
a{
    cursor:pointer;
}
.xubox_layer {
    display: none;
    width: 900px;
    height: 505px;
    margin-left: -450px;
    /* top: 99.5px; */
    margin-top: -252.5px;
    left: 50%;
    top: 50%;
    z-index: 10000;
    position: fixed;
    transition: all .3s;
}
.n_global_login {
    width: 900px;
    height: 505px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.n_login_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    background: #f5f5f5;
    background: rgba(0,0,0,.04);
    text-align: center;
    line-height: 40px;
}
.n_global_login .p_left {
    background-color: #fff;
    width: 550px;
    padding: 0 50px 0 30px;
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.5s;
    -moz-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    box-sizing: border-box;
}
.n_login_close i {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0;
}
.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    background: none;
}
.n_global_login .login_nav {
    line-height: 50px;
    font-size: 24px;
    color: #c5d2df;
    border-bottom: 1px solid #f3f6fa;
    margin-top: 38px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.n_global_login .login_nav .active a {
    border-bottom: 2px solid #0bcbbc;
    text-decoration: none;
    color: #31445c;
}
.n_global_login .login_nav a {
    color: #c5d2df;
    line-height: 50px;
    font-size: 24px;
    width: auto;
    padding: 0px 20px;
    cursor: pointer;
}
.n_global_login .login_nav a {
    width: 115px;
    float: left;
    text-align: center;
    margin-bottom: -1px;
    color: #c5d2df;
}
.login_div {
    margin-top: 25px;
    position: relative;
}
#msgdemo1, #msgdemo2 {
    color: #ff5244;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
}
.login_div li {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    text-align: left;
}
.login_div li i.i1, .login_div li i.i2, .login_div li i.i3 {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #b6bbc2;
    font-size: 20px;
    font-weight: normal;
    margin-top: -5px;
    width: 20px;
    height: 24px;
}
.login_div li i img{
    width: 100%;
}
.login_div li input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #f0f0f0;
    padding-left: 50px;
    box-shadow: none;
    padding-right: 0px;
    border: none;
    font-weight: normal;
    box-sizing: border-box;
    font-size: 12px;
}
input {
    outline: none;
}
.login_div li .prompt {
    position: absolute;
    color: #ff5244;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    bottom: -22px;
    left: 0;
    margin-left: 50px;
    margin-bottom: 0;
}
.login_div li i.verification-code {
    position: absolute;
    left: 18px;
    top: 18px;
    color: #b6bbc2;
    font-size: 20px;
    font-weight: normal;
    margin-top: -5px;
}
i.verification-code {
    width: 24px;
    height: 24px;
    background: url(../image/icon-yz.png) no-repeat;
    background-size: auto 24px;
}
.yzm_left {
    float: left;
}
.yzm_right {
    float: right;
    position: relative;
    width: 180px;
}
.yzm_right img {
    height: 50px;
    width: 100px;
    border: 1px solid #f5f7f9;
}
.kanbuqing {
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 0px;
    top: 15px;
}
.denglu2 {
    margin-top: 30px;
}
.login_div li .save_btn {
    width: 150px;
    height: 50px;
    background: #0058a8;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    /*background: -webkit-linear-gradient(45deg, #021a4b,#063390);
    background: -o-linear-gradient(45deg, #021a4b,#063390);
    background: -moz-linear-gradient(45deg, #021a4b,#063390);
    background: linear-gradient(45deg, #021a4b,#063390);*/
}
.login_div li .save_btn:hover {
    box-shadow: 0 6px 12px rgba(6,51,44,.4);
}
.login_div li.g_btn {
    padding-top: 30px;
}
.n_global_login .p_right {
    width: 350px;
    min-height: 364px;
    height: 100%;
    background: #0058a8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: table;
    text-align: center;
    transition: right 0.5s;
    -moz-transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
}
.n_global_login .p_right dl {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.n_global_login .p_right .c1 {
    display: block;
}
.n_global_login .p_right dd {
    margin-top: 45px;
}
.n_global_login .p_right dd a {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    background: #fff;
    border: solid 1px #fff;
    color: #063390;
    line-height: 50px;
}
.n_global_login .p_right .c2 {
    display: none;
}
.n_global_login .p_right dd {
    margin-top: 45px;
}
.login_div li i.id_Card {
    position: absolute;
    left: 11px;
    top: 16px;
    color: #b6bbc2;
    font-size: 20px;
    font-weight: normal;
    margin-top: -5px;
    width: 30px;
    height: 28px;
    background: url(../image/id_Card.png) no-repeat;
    background-size: auto 28px;
}
