.login-box{
    display: block;
    position: absolute;
    background-color: white;
}
.register-posn{
    top: 50%;
    left: 50%;
    margin-top: -310px;
    margin-left: -230px;
}
.login-posn{
    bottom: 120px;
    right: 90px;
}
.login-box-all{
    width: 400px;
    padding: 10px;
}
.login-nav{
    border-bottom: #e4e4e4 solid 2px;
}
.login-nav a{
    width: 200px;
    text-align: center;
    line-height: 36px;
    float: left;
}
.login-uncur:hover{
    color: #ff6d4a;
}
.login-cur{
    background-color: #4da1ff;
    color: white;
}

.login-con{}
.login-con-pad{
    padding: 0 30px;
}
.login-con p{
    margin-top: 15px;
    text-align: center;
}
.errorinfo{
    height: 20px;
    margin-top: 2px;
    padding-left: 5px;
}
.errorinfo span{
    display: inline-block;
    line-height: 20px;
}
.errorinfo i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.errorinfo a{
    font-size: 12px;
    line-height: 20px;
    color: #f52626;
}
.login-con input[type="text"],.login-con input[type="password"]{
    height: 38px;
    line-height: 38px;
    outline: none;
    padding: 0 10px;
    margin-top: 6px;
}
.login-con input[type="text"].ng-pristine {
    border-bottom: 1px solid #cccccc!important;
}
.login-con input[type="text"].ng-invalid {
    border: 1px solid #f52626;
}
.login-con input[type="text"].ng-valid {
    border-bottom: 1px solid #4da1ff;
}
.login-con .ng-focused{
    border: 1px solid #f52626;
}
.getcodeBtn{
    height: 40px;
    outline: none;
    border: 1px solid #cccccc;
    background-color: white;
    color: #999999;
    width: 110px;
    float: right;
    border-radius: 5px;
    margin-top: 6px;
    cursor: pointer;
}
.getcodeBtn:hover{
    border: 1px solid #eee;
    background-color: #ff6d4a;
    color: #fafafa;
}
.login-center{
    text-align: center;
}
.shengming{
    display: inline-block;
    height: 20px;
    float: left;
    margin-left: 8px;
}
.register{
    width: 300px;
    height: 40px;
    outline: none;
    border: none;
    line-height: 40px;
    cursor: pointer;
}
.register-cur{
    background-color: #4da1ff;
    color: white;
}
.register-uncur:hover{
    color: #ff6d4a;
}
.login-con select{
    width: 335px;
    height: 40px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 6px;
}
.connn{
    float: right;
    width: 323px;
    border: 1px solid #cccccc;
    padding: 5px;
}
.connn img{
    width: 120px;
    height: 120px;
}
.fzuo{
    width: 75px;
    margin-top: 6px;
    line-height: 40px;
}
.weiinfo{
    width: 173px;
    text-align: center;
    line-height: 24px;
    padding: 15px;
    display: inline-block;
}

.quicreg{
    height: 40px;
    background-color: #f5f5f5;
}
.quicreg a{
    line-height: 40px;
    color: #333333;
}
.quicreg a:hover{
    color: #ff6d4a;
}
.quicreg span{
    right: 20px;
    position: absolute;
}
.quicreg img{
    margin-right: 8px;
}

/*注册成功页*/
.success-page{
    background-color: #f2f2f2;
    text-align: center;
    height: 630px;
    border: #f2f2f2 solid 1px;
    margin-top: 40px;
}
.success-con{
    width: 866px;
    padding: 150px 0 260px;
    margin: 20px auto;
    background-color: white;
    border: #797979 solid 1px;
}
.success-con span{
    display: block;
}
.success-con p{
    margin: 30px 0 50px;
}
.success-con a{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.layer_bac{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
    opacity: 0.86;
    z-index: 9;
}
.workWeixin a,.personWeixin a{
    display: block;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin: 0 auto;
    cursor: pointer;
}
.personWeixin,.workWeixin{
    display: none;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}
.workWeixin #workw_code,.personWeixin #weChat_code{
    width: 300px;
    height: 410px;
    margin: 0 auto;
}


