@charset "utf-8";
/* CSS Document */

.login-two{
    background-color: #4186f7;

}
.login-two .login-logo{
    width: 1200px;
    margin: auto;

}
.login-two .login-logo .logo{
    margin-left: 52px;
    height: 46px;
    background-image: url("../images/new-logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 192px;
    
}
html,body {
    height:100%;
    padding:0;
    margin:0;
    font-family: "微软雅黑",'Microsoft YaHei';
}
.login-con{
    height: -moz-calc(100% - 116px);
    height: -webkit-calc(100% - 116px);
    height: calc(100% - 116px);
    /* height: calc(100%); */
    background-color: #396ecf;
    position: relative;
    min-height: 580px;
}
.login-con .login-grid{
    height: 100%;
    width: 1200px;
    margin: auto;
}
.login-con .clearfloat:after{
    display:block;clear:both;content:"";visibility:hidden;height:0
} 
.login-con .clearfloat{
    zoom:1
} 
.login-con .login-left{
    position: relative;
}
.login-con .login-left-title{
    font-size:22px;
    color:#fff;
    margin-left: 53px;
    padding-top: 115px;
}
.login-con .login-left-info{
    width: 548px;
    font-size:12px;
    color:#fff;
    line-height: 22px;
    margin-left: 53px;
    margin-top: 22px;
}
.login-con .data-img{
    background-image: url("../images/data-all.png");
    background-repeat: no-repeat;
    background-size: 270px 260px;
    background-position: left top;
    width: 600px;
    height: 260px;
    margin-left: 170px;
    margin-top: 35px;
    line-height: 26px;
    font-size: 14px;
    color:#fff;
    position: relative;

}
.login-con .data-img .data-one{
    position: absolute;
    right: 610px;
    top:4px;
    text-align: right;
    min-width: 200px;
}
.login-con .data-img .data-two{
    position: absolute;
    left: 280px;
    top:10px;
    text-align: left;
    
}
.login-con .data-img .data-three{
    position: absolute;
    left: 280px;
    top:234px;
    text-align: left;
    width: 168px;
    
}
.login-con .login-right{
    position: absolute;
    right: 50px;
    top: 140px;
    -webkit-border-radius:6px;  
    -moz-border-radius:6px;  
    -ms-border-radius:6px;  
    -o-border-radius:6px;  
    border-radius: 6px;
    background-color: #f2f7fd;
}
.login-con .code-img-login{
    display: none;
}
.login-name{
    color:#808080;
    font-size: 16px;
    height: 39px;
    line-height: 40px;
    border-bottom:1px solid #cccccc;
    text-align: center;
}
.group{
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 24px;

}
.group input::-webkit-input-placeholder{
    color:#cfcfcf;
}
.group input::-moz-placeholder{
    color:#cfcfcf;
}
.group input:-moz-placeholder{
    color:#cfcfcf;
}
.group input:-ms-input-placeholder{
    color:#cfcfcf;
}
.user-name{
    width: 260px;
    margin-top: 22px;
}
.user-name input{
    color: #333;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border:1px solid #a9a9a9;
    height: 32px;
    width: 100%;
    padding-left: 9px;
    box-sizing: border-box;
}
.user-pass{
    width: 260px;
    margin-top: 18px;
}
.user-pass input{
    color: #333;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border:1px solid #a9a9a9;
    height: 32px;
    width: 100%;
    padding-left: 9px;
    box-sizing: border-box;
}
.user-code{
    width: 260px;
}
.user-code input{
    color: #333;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border:1px solid #a9a9a9;
    height: 32px;
    width: 118px;
    padding-left: 9px;
    box-sizing: border-box;
    margin-right: 9px;
    float: left;
}
.user-code .get-code{
    display: inline-block;
    width: 132px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #4186f7;
    text-align: center;
    cursor: pointer;
    border: none;
    float: left;
}
.user-code .wait{
    cursor: pointer;
}
.user-code .code-img{
    float: left;
    width: 78px;
    height: 30px;
    border: 1px solid #a9a9a9;
    color: #666666;
    line-height: 32px;
    background-color: #cfcfcf;
    text-align: center;
}
.user-code .code-fresh{
    float: left;
    height: 30px;
    color: #4186f7;
    line-height: 34px;
    margin-left: 14px;
    cursor: pointer;
}
.phone{
    color: #666666;
    font-size: 14px;
    margin-top: 18px;
    padding-left: 15px;
}
.phone .phone-num{
    margin-bottom: 14px;
    display: none;
}
.remember{
    margin-top: 10px;
}
.remember .re-select{
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #a9a9a9;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display:inline-block;

}
.remember .select {
    background-image: url("../images/select.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display:inline-block;
}
.remember .re-pwd{
    color: #808080;
    font-size: 14px;
}
.to-login{
    display: inline-block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #4186f7;
    text-align: center;
    cursor: pointer;
    margin-top: 32px;
    -webkit-border-radius:6px;  
    -moz-border-radius:6px;  
    -ms-border-radius:6px;  
    -o-border-radius:6px;  
    border-radius: 6px;
}
.err{
    
    text-align: center;
}
.err .err-con{
    display: inline-block;
    padding-left: 25px;
    height: 18px;
    line-height: 18px;
    color:#ff5731;
    font-size: 12px;
    margin-top: 17px;
    background: url("../images/err.png") no-repeat;
    background-position: left center;
}
.code-login{
    top: 500px!important;

}
.footer{
    height: 70px;
    line-height: 70px;
    color:#535b6c;
    font-size: 14px;
    background-color: #f5f5f5;
}
.footer .footer-con{
    width: 1200px;
    margin: auto;
}
.footer .footer-left{
    margin-left: 53px;

}
.footer .footer-right{
    margin-left: 36px;
}
.icheck_square-blue,.icheck_square-blue.hover {
    width: 18px;
    height: 18px;
    background: url("../images/login_icheck.png") 0 0 no-repeat;
}
.icheck_square-blue.checked {
    background-position: -23px 0;
}
.left{
	float:left;
}