.login-header-center-con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 23px;
    height: 60px;
}
.login-logoRight{
    font-size: 21px;
    color: #333;
    line-height: 32px;
    margin-left: 20px;
}
.login-wrap{
    height: 600px;
}
.login-bg{
    width: 100%;
    height: 100%;
    background:#f7f7f7 url("../images/loginPage/login_bg.png") no-repeat center;
}
.login-bg2{
    width: 100%;
    height: 100%;
    background:#f7f7f7 url("../images/loginPage/login_bg2.jpg") no-repeat center;
}
.login-box{
    width: 310px;
    padding: 22px 40px 0;
    border:1px solid #e6e6e6;
    position: absolute;
    left: 50%;
    margin-left: 270px;
    top:138px;
    background: #fff;
}

.login-nav{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.login-nav li{
    float: left;
    width: 100.0%;
}
.login-nav li{float: left;line-height: 39px;font-size: 14px; color: #333;text-align: center;cursor: pointer;position: relative;height: 39px;}
.login-nav-line{width: 100%;height: 2px;background: #ce2222;position: absolute;bottom:-1px;left: 0px;display: none;}
.login-nav li.current{color: #ce2222;}
.login-nav li.current .login-nav-line{display: block;}
input.login-input{border:1px solid #e6e6e6;width: 228px;padding: 0 10px;line-height: 32px;height: 32px;font-size: 12px;color: #999;}
.login-check{line-height: 16px;font-size: 12px;color: #666;}
.login-check-input{vertical-align: -2px;background: #fff;}
.login-forget:hover{color: #ce2222;}
.login-btn{width: 100%;padding: 0;height: 36px;line-height: 36px;text-align: center;background: #ce2222;color: #fff;font-size: 14px;cursor: pointer;}
.register-tip1{line-height: 16px;text-align: center;font-size: 12px;color: #666;padding-top: 20px;padding-bottom: 27px;}
.register-btn{color: #ce2222;}

input.login-code-input{width: 128px;}
.login-get-input{width: 90px;text-align: center;padding: 0;line-height: 32px;font-size: 12px;color: #666;background: #fff;border:1px solid #e6e6e6;cursor: pointer;}
.login-qr-code{width: 160px;height: 160px;border:1px solid #e6e6e6;margin: 0 auto 10px;padding: 10px;}
.login-qr-code-img{width: 100%;height: 100%;display: block;}
.register-tip2{font-size: 12px;line-height: 16px;color: #333;text-align: center;margin-bottom: 2px;}

/*注册页面*/
.register-box{width: 310px;padding: 22px 40px 0;border:1px solid #e6e6e6;position: absolute;left: 50%;margin-left: 270px;top:60px;background: #fff;}
.register-top{line-height: 38px;border-bottom:2px solid #ce2222;font-size: 14px; color: #333;}
.register-tip3{line-height: 16px;font-size: 12px; color: #999;}
.register-pact{color: #1872DA;}