

.container{
    width: 1190px;
    margin: 0 auto;
}



#register_header{
    height: 60px;
    border-bottom: 1px solid #e7e5e5;
}
#register_header .logo{
    margin-top: 16px;
}
#register_header .logo a{
    display: inline-block;
}

#register_header .welcome{
    line-height: 54px;
    margin-top: 6px;
    margin-left: 10px;

}

#register_header .back_home{
    float: right;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #c6c6c6;
    text-align: center;
    line-height: 30px;
    background: #f7f7f7;
    margin-top: 15px;
    cursor: pointer;
}


#register_gap{
    height: 10px;
    background: #eeeeee;
    border-bottom: 1px solid #e7e5e5;
}




.has_account{
    line-height: 60px;
    float: right;
    letter-spacing: 1px;
}
.has_account a{
    color: #e23333 ;
}


#main{
    padding: 50px 0 0 0;
    box-sizing: border-box;
    margin: 0 auto;
}
#main .left{
    float: left;
    width: 790px;
}



.left .box{
    width: 486px;
    margin: 0 auto;
}

#main .left .identity{
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}
.iden_list{
    text-align: center;
    width: 80%;
    margin: 20px auto 10px;
    font-size: 14px;
}

.iden_list li{
    float: left;
    width: 33.33%;
    text-align: center;

}
.iden_list li .icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    margin: 0 auto;
    cursor: pointer;
    background: #f8f8f8 url("../../images/cj/icon_roles.png") no-repeat;
}
.iden_list li:nth-child(1) .icon{
    background-position: 0 0;
}
.iden_list li:nth-child(2) .icon{
    background-position: -80px 0;
}
.iden_list li:nth-child(3) .icon{
    background-position: -160px 0;
}

.iden_list li.choose .icon{
    background-color: #f9f9f9;
}
.iden_list li:nth-child(1).choose .icon{
    background-position: 0 -80px;
}
.iden_list li:nth-child(2).choose .icon{
    background-position: -80px -80px;
}
.iden_list li:nth-child(3).choose .icon{
    background-position: -160px -80px;
}

.iden_list li .text{
    line-height: 50px;
    color: #222;
    cursor: pointer;
}
.iden_list li.choose .icon{
    border: 1px solid #e23333 ;
}
.iden_list li.choose .text{
    color: #e23333 ;
}


#changeBox{
    min-height: 531px;
}


.input_box{
    border: 1px solid #efefef;
    padding:0 20px 20px 20px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 16px;
}

.input_icon{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url("../../images/icons.png") no-repeat;
    background-position: 0 0;
}
.input_split{
    display: block;
    width: 1px;
    height: 24px;
    border-right: 1px solid #e7e7e7;
    float: left;
    margin: 3px 20px;
}

.input_box input{
    float: left;
    box-sizing: border-box;
    height: 30px;
    line-height: 16px;
    padding: 7px 0;
    border: none;
    outline: none;
    font-size: 16px;
}
.input_box .input_span{
    width: 66px;
    text-align: left;
}

.input_box input{
    width: 300px;
}

.input_box .in_com2{
    border-bottom: 1px solid #e7e7e7;
}

.input_box .in_com1{
    padding: 24px 0 16px 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.input_box .in_com2 ul li{
    width: 50%;
    float: left;
    line-height: 60px;
    box-sizing: border-box;
    position: relative;
}
.input_box .in_com2 ul li input{
    width: 70%;
    height: 60px;
    line-height:16px;
    padding: 22px 0;
    margin: 0;
    box-sizing: border-box;
}

.input_box .in_com2{
    padding-left: 30px;
}
.input_box .in_com2 li:nth-child(1) span{
    text-align: center;
}
.input_box .in_com2 span{
    text-align: right;
    width: 30%;
    float: right;
}



#res_btn{
    width: 330px;
    height: 42px;
    border: 1px solid #cccccc;
    background: #e5e5e5;
    color: #999;
    line-height: 42px;
    margin:  0 auto;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 1px;
}
#res_btn.available{
    background: #e23333 ;
    border: 1px solid #e23333 ;
    color: #fff;
    cursor: pointer;
}



.normal_second{
    margin-top: 10px;
}
.normal_second li{
    padding: 24px 0 16px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}
.normal_second .uname .input_icon{
    background-position: -30px 0;
}
.normal_second .uphone .input_icon{
    background-position: -60px 0;
}
.normal_second .identifying .input_icon{
    background-position: -90px 0;
}
.normal_second .upwd .input_icon{
    background-position: -120px 0;
}

.normal_second .identifying input{
    width: 190px;
}
.identifying .btn{
    min-width: 100px;
    height: 38px;
    border: 1px solid #e23333 ;
    line-height: 38px;
    background: #e23333 ;
    position: absolute;
    right: 0;
    top: 19px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.identifying .btn.wait{
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
    color: #999999;
    cursor:default;
}



.normal_second li.rupwd{
    padding: 15px 0;
}
.normal_second li .input_pwd{
    padding-right: 30px;
    box-sizing: border-box;
}
.rupwd .input_icon{
    background:none;
}
.normal_second .is_seen{
    width: 22px;
    height: 13px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 24px;
    cursor: pointer;
    background: url("../../images/icons.png") no-repeat;
    background-position: 0 -30px;
}
.normal_second .is_seen.yes{
    background-position: 0 -50px;
}



.error_info{
    position: absolute;
    left: 400px;
    top: 13px;
    color: #e23333 ;
    line-height: 50px;
    border: 1px solid #e23333 ;
    white-space:nowrap;
    background: #fff;
    padding: 0 14px;
    z-index: 1000;
    display: none;
}
.error_info::before{
    content: '';
    display: block;
    width: 12px;
    height: 21px;
    position: absolute;
    left: -12px;
    top: 15px;
    background: url("../../images/cj/res_tri_left.png") no-repeat;
}
.rupwd .error_info{
    top: -28px;
}
.in_com1 .error_info{
    top: 44px;
}



/*.right*/
#main .right{
    float: left;
    width: 399px;
}
#feature_list{
    position: relative;
    height: 720px;
    padding:20px 0;
    background: url("../../images/cj/res_right.png") no-repeat;
}
#feature_list li{
    width: 180px;
    text-align: center;
    position: absolute;
}
#feature_list li .title{
    margin: 10px 0;
    font-size: 16px;
}
#feature_list .icon{
    width: 80px;
    height: 80px;
    background: url("../../images/cj/icon_roles.png") no-repeat;
    margin: 10px auto;
}
#feature_list li:nth-child(1) .icon{
    background-position: 0 -180px;
}
#feature_list li:nth-child(2) .icon{
    background-position: -80px -180px;
}
#feature_list li:nth-child(3) .icon{
    background-position: -160px -180px;
}
#feature_list li:nth-child(4) .icon{
    background-position: -240px -180px;
}
#feature_list p{
    line-height: 20px;
}
#feature_list li:nth-child(1){
    top: 40px;
    left: 20px;
}
#feature_list li:nth-child(2){
    top: 200px;
    right: 20px;
}
#feature_list li:nth-child(3){
    top: 380px;
    left: 20px;
}
#feature_list li:nth-child(4){
    top: 560px;
    right: 20px;
}



#normal .palceHoler{
    height: 80px;
}




