.registered{
    background: #eee;
    /*padding: 30px 0;*/
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
}
.registered_info{
    margin: 0 auto;
    width: 670px;
    height: auto;
    overflow: hidden;
    /*border-top: 4px solid #ea5b14;*/
    background: #fff;
    /*float: left;*/
    padding: 20px 5px;
}
.registered_info h3{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    color: #ea5b14;
}

.registered_info .registered_group{
    height: auto;
    overflow: hidden;
    margin:10px 0 10px 0;
}
.registered_info .registered_group .registered_label{
    width: 200px;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
    float: left;
}
.registered_info .registered_group .registered_input{
    width: 240px;
    height: 40px;
    float: left;
    margin-left: 14px;
    position: relative;
}
.registered_info .registered_group .registered_input input.user_input{
    height: 38px;
    width: 238px;
    border: 1px solid #ddd;
    outline-style: none;
    text-indent: 1em;
}
.registered_info .registered_group .error_tips{
    max-width: 460px;
    margin-left: 216px;
    overflow: hidden;
    font-size: 12px;
    clear: both;
    line-height:30px;
    /*color: #666;*/
    display: none;
    color: red;
}
.registered_info .registered_group .error_red{
    color: red;
}
.registered_info .group_bj1{
    background: #f5f9fc;
    margin-bottom: 0;
    padding-bottom: 6px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.registered_info .group_bj1 .registered_label{
    line-height: 30px;
}
.registered_info .group_bj1 .registered_input{
    height: 30px;
}
.registered_info .group_bj1 .registered_input input.user_input{
    height: 28px;
}
.registered_info .group_bj1 p{
    display: block;
    font-size: 12px;
    color: #666;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.registered_info .group_bj2{
    margin-top: 0;
    background: #f5f9fc;
    padding-bottom: 6px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.registered_info .group_bj2 .registered_label{
    line-height: 30px;
}
.registered_info .group_bj2 .registered_input{
    height: 30px;
}
.registered_info .group_bj2 .registered_input input.user_input{
    height: 28px;
}

.registered_info .registered_group .registered_input input.yzm_input{
    height: 38px;
    width: 110px;
    border: 1px solid #ddd;
    outline-style: none;
    text-indent: 1em;
    float: left;
}
.registered_info .registered_group .registered_input .yzm_pic{
    width: 115px;
    height: 40px;
    float: left;
    margin-left: 10px;
}
.registered_info .registered_group .registered_input .yzm_pic img{
    width: 115px;
    height: 40px;
}
.registered_info .registered_group .registered_input input.check_input{
    height: 12px;
    width: 12px;
    border: 1px solid #bbb;
    float: left;
    margin-top: 4px;
}
.registered_info .registered_group .registered_input p.xy{
    float: left;
    font-size: 12px;
    margin-left: 5px;
}
.registered_info .registered_group .registered_input p.xy a{
    color: #2683d1;
    text-decoration: underline;
}
.registered_info .registered_group .registered_input a.sub{
    background: #bc7dbc;
    width: 240px;
    height: 40px;
    cursor: pointer;
    display: block;
    text-indent: -999px;
    overflow: hidden;
}
.registered_info .tips_true{
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/icon_tipOk.png) no-repeat center;
}
.tips_true{
    display:none;
}
.registered .login_window{
    width: 295px;
    height: 225px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 3px;
    float: right;
}
.registered .login_window .info{
    background: #fafafa;
    height: 100%;
    overflow: hidden;
}
.registered .login_window .info .title{
    height: 39px;
    line-height: 30px;
    margin-top: 6px;
    padding: 0 16px;
}
.registered .login_window .info .title span{
    display: block;
    float: left;
    font-size: 16px;
}
.registered .login_window .info .title a{
    display: block;
    float: right;
    color: #0078cd;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}
.registered .login_window .info .box{
    padding: 0 16px;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}
.registered .login_window .info .box .user_input{
    border: 1px solid #c6cbce;
    height:34px;
    width: 100%;
    background: url(../images/icon_26.png) no-repeat 5px center;
    margin-bottom: 10px;
    text-indent: 2em;
}
.registered .login_window .info .box .pass_input{
    border: 1px solid #c6cbce;
    height:34px;
    width: 100%;
    background: url(../images/icon_27.png) no-repeat 5px center;
    margin-bottom: 10px;
    text-indent: 2em;
}
.registered .login_window .info .box .check_input{
    vertical-align: middle;
    height: 12px;
    width: 12px;
    border: 1px solid #ddd;
    margin-right: 4px;
}
.registered .login_window .info .box a.sub{
    background: url(../images/sub4.jpg) no-repeat;
    width: 120px;
    height: 36px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    margin: 10px auto 0 auto;
    cursor: pointer;
}


.login-btn{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    background: #bc7dbc;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.error-info {
    max-width: 460px;
    margin-left: 216px;
    overflow: hidden;
    font-size: 12px;
    clear: both;
    line-height: 30px;
    color: #666;
    display: block;
}


