body{
    font-family:'Microsoft Yahei', 'HelveticaNeue-Light', 'HelveticaNeue', 'sans-serif';
    background: #f8f8f8;
    color: #666;
}
/*****
***注册页面
******/
#register{
    width: 1000px;
    margin: 0 auto;
}
.register-top{
    height: 89px;
    line-height: 89px;
}
.register-top a{
    display: inline-block;
    padding-right: 15px;
}
.register-top span{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.register-top  img{
    vertical-align:middle;
    width: 142px;
    height: 50px;
    line-height: 89px;
}
/*********/
.register-items,.register-items-form{
    width: 900px;
    margin: 0 auto;
    margin-top: 10px;
}
.register-items-title{
    background: #33cc33;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.register-items-form{
    background: #ffffff;
    padding: 50px 0;

}
.refreshCode{
    padding: 2px 10px;
    border: 1px solid #E6E6E6;
    display: block;
    width: 150px;
    height: 25px;
    margin-top: 5px;
    background: #f8f8f8;
    cursor: pointer;
}
.checkbox a{
    color: #33cc33;
    border-bottom:1px dashed #33cc33;
}
.btn{
    font-size: 18px;
}
.btn:focus, .btn:hover{
    color: #fff;
}
.btn-orange {
    color: #fff;
    background-color: #ff9933;
    border-color: #ff9933;
}
label.control-label{
    font-weight: normal;
}
/*****登录******/
.w880{
    width: 880px;
    margin: 0 auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}

.login-items{
    background: #efeded;
    padding: 30px;
}
.login-form{
    width: 350px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.login-form-title{
    height: 45px;
    line-height: 45px;
    padding-left: 45px;
    background: #ff8800;
    color: #fff;
    font-size: 18px;
}
.login-form-info{
    padding: 40px 40px 0 ;
}
.login-form-info .has-feedback i.fa{
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 6px 5px;
    color: #999;
    background-color: #fff;
}
.login-form-info .has-feedback input{
    padding-left: 25px;
}
/*.login-form-info .form-control{
    border-left: none;
}*/
/*****底部*****/
.loginRegister-footer{
    margin-top: 20px;
    text-align: center;
    color:#999;
    font-size: 12px;
}
.footer-link{
    padding-left: 0;
}
.footer-link li{
    display: inline-block;
}
.footer-link li a{
    color:#999999
}
.loginRegister-footer ul>li+li::before{
    padding: 0 10px;
    color: #CCCCCC;
    content: "|";
}





.alert {
    padding: 10px 0 1px 25px;
    background: url(../../images/icons_reg.png) no-repeat 5px -41px;
    color: #f76120;
    float: left;
    margin: 0 0 0 10px;
}
.success {
    padding: 10px 0 1px 25px;
    background: url(../../images/icons_reg.png) no-repeat 5px 9px;
    color: #489a57;
    float: left;
    margin: 0 0 0 10px;
}
.form-group .hint0, .form-group .hint1, .form-group .hint2, .form-group .hint3, .form-group .hint4, .form-group .error {

    padding: 10px 0 1px 25px;
    background: #fff url(../../images/icons_reg.png) no-repeat 5px -90px;
    
    color: #f76120;
    margin: 0 0 0 10px;
}