body{
    background: #fff;

}
.container {
    margin: auto;
    width: 899px;
    font-size: 12px;
    color: #333;
    height: auto;
    padding: 20px;
    background-color: #ffffff;
}
.container .register-title {
    width: 660px;
    height: 40px;
    margin: 0 auto;
}

.register-title .pross {
    position: relative;
    background: #ddd;
    float: left;
    width: 220px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.register-title .pross-ok {
    background: #0099e2;
    color: #fff;
}
.register-title .pross .index {
    background: #999;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.register-title .pross-ok .index {
    background: #fff;
    color: #0099e2;
}
.register-title .pross .pross-dir {
    background: #ddd;
    position: absolute;
    top: -17px;
    right: -19px;
}
.register-title .pross-ok .pross-dir {
    background: #ddd;
}
.register-title .pross .pross-dir .outside {
    border-color: transparent transparent transparent #f8f8f8;
}
.register-title .pross-ok .pross-dir .outside {
    border-color: transparent transparent transparent #f8f8f8;
}

.register-title .pross .pross-dir .outside, .register-title .pross .pross-dir .inside {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 22px;
}
.register-title .pross .pross-dir .inside {
    border-color: transparent transparent transparent #ddd;
    margin-left: -53px;
}
.register-title .pross-ok .pross-dir .inside {
    border-color: transparent transparent transparent #0099e2;
}

hr {
    height: 0;
    margin: 15px auto;
    margin: 1.5rem auto;
    overflow: hidden;
    clear: both;
    display: block;
    padding: 0;
    border: 0;
    border-top: 1px solid #dddddd;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
/*内容部分*/
.container-main {
    width: 460px;
    margin: 0 auto;
}
.container-main .main-block {
    margin-bottom: 1.5rem;
    position: relative;
}
.container-main label {
    font-size: 16px !important;
    color: #333;
    font-weight: bold !important;
    line-height: 20px !important;
    margin-bottom: 10px;
    display: block;
    text-align: left;

}
.container-main .main-block .wideInput {
    width: 250px;
    float: left;
    height: 38px;
    line-height: 38px;
}
.container-main input, .container-main select {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    height: 38px;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
}
.container-main .main-block .right-img {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1rem;
    color: #333;
    width: 175px;
    margin-left: 20px;
    margin-bottom: 10px;
    float: left;
    background: #e6e6e6;
}
.container-main .main-block .right-img:hover{
    background-color: #dddddd;
}
.nextStepBox .next-btn {
    width: 49%;
    background: #0e90d2;
    color: #fff;
    height: 38px;
    cursor: pointer;
}
.nextStepBox .back-btn {
    width: 49%;
    margin-left: 1%;
    background: #d0cfcf;
    height: 38px;
    cursor: pointer;
}
/*修改密码*/
.confirm-ways {
    margin-top: 20px;
}
.primary-register form {
    width: 460px;
    margin: 0 auto;
}
.confirm-ways h5 {
    font-size: 12px;
    color: #ff8b00;
    display: inline-block;
    margin-left: 250px;
}
.confirm-ways h5 span {
    color: red;
}
/*完成*/
.finish-block {
    width: 460px;
    height: 545px;
    margin: 0 auto;
    padding-top: 80px;
}
.finish-text {
    background: url(../img/finish-icon.png) no-repeat left center;
    padding-left: 40px;
    margin-top: 50px;
    min-height: 71px;
    padding-left: 60px;
}
.finish-pic {
    background: url(../img/finish-icon.png) no-repeat left center;
    padding-left: 40px;
    margin-top: 50px;
    min-height: 40px;
    padding-left: 0;
}
.finish-text p {
    font-size: 18px;
    line-height: 36px;
}
.finish-pic p {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: center;
}
.finish-title {
    width: 460px;
    height: 60px;
    margin: 0 auto;
}
.finish-textarea p {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: center;
}
.finish-textarea {
    padding-left: 40px;
    margin-top: 40px;
    min-height: 40px;
}
.finish-textarea textarea {
    width: 100%;
    min-height: 150px;
    resize: none;
    border: 0;
}
.container-main .wl{
    color: red;
    line-height: 48px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    float: none;
}
.container-main .wl a{
    color: #6c3a9b;
}
.confirm-pl {
    margin: auto;
    width: 600px;
    margin-top: 20px;
}

/*注册*/
.container-main .agree-checkbox {
    height: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.container-main .agree-checkbox input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    display: inline-block;
    margin-top: 2px;
    vertical-align: middle;

}
.container-main .agree-checkbox a {
    font-weight: normal;
    color: #0e90d2;
}
.container-main .agree-checkbox p{
    font-size: 16px;
    font-weight: bold;
}
.container-main .agree-checkbox a,p{
    float: left;
}
.container-main .agree-checkbox a:hover{
    color: #095f8a;
}
.container-main .register-btn input {
    width: 457px;
    background: #0e90d2;
    color: #fff;
    border: 1px solid #0e90d2;
    margin-top: 10px;
}
.container-main .register-btn input:hover{
    background-color: #0c79b1;
}
/*注册-实名认证*/
.ways-u{
    width: 560px;
    margin: auto;
}
.ways-pink{
    height: 50px;
    background-color: #faccca;
    border: 1px solid #e98d89;
    font-size: 14px;
    line-height:24px;
    padding: 6px;
    margin-bottom: 20px;
}
a.ways-chu{
    width: 90px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: white;
    border-radius: 20px;
    background-color: #1492ff;
}


/*完成*/
.finish-block .finish-text p.text-p{
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: center;
    margin-left: 70px;
    font-size: 18px;
}
.finish-block .finish-pic p.text-p{
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: center;
    margin-left: 70px;
    font-size: 18px;
}
.finish-block .finish-pic span.ind{
    font-size: 14px;
    color: #666666;
    position: absolute;
    margin-top: 30px;
    margin-left: -216px;
}
.finish-block .finish-text span.ind{
    font-size: 14px;
    color: #666666;
    position: absolute;
    margin-top: 30px;
    margin-left: -216px;
}
.finish-block .finish-text span.dex{
    font-size: 14px;
    color: #666666;
    position: absolute;
    margin-top: 102px;
    margin-left: -446px;
}
.finish-block .finish-text span a{
    color: #0e90d2;
}
.finish-block .finish-pic span a{
    color: #0e90d2;
}
.register-btt input{
    width: 457px;
    background-color: #e6e6e6;
}
.register-btt input:hover{
    background-color: #dddddd;
}
.prove_disable{
    color: #bbb!important;
    cursor: default;
}
.prove_disable:hover{
    background-color: #e6e6e6!important;
}
/*法人注册*/
.wr{
    float: left;
    padding-top: 2px;
    margin-left: 40px;
}
input.sex{
    float: left;
    width: 16px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
}
.find_ph{
    margin-bottom: 20px;
}

.find_ph .wd{
    line-height: 35px;
    margin-right: 40px;
    float: left;
    font-size: 0.8rem;
    font-weight: normal;
}
.sug p{
    float: none;
    line-height: 24px;
    margin-bottom: 20px;
}
/*忘记密码*/
.container-main .find_ph span.tips {
    color: #ee7411;
    font-size: 12px;
    position: absolute;
    margin-top: -74px;
    margin-left: 108px;
}
/*人工注册*/
.container p.new{
    margin: auto;
    width: 780px;
    background: #d5eaff;
    font-size: 15px;
    height: 40px;
    color: #1e5f98;
    line-height: 40px;
    font-weight: bold;
    margin-left: -168px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
}
.upload-box {
    /*border: 1px solid #ccc;*/
    width: 100px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
    box-sizing: border-box;
    background: url(../img/upload-pic.png) no-repeat center 35px #f5f5f5;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.upload-box .upload-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 2px 8px;
    box-sizing: border-box;
    background-color: #fff;
}
.upload-box .upload-pic img{
    border-style: none;
}
.upload-box .upload-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    opacity: 0;
    z-index: 4;
    cursor: pointer;
}
.find_ph .txt-tip {
    vertical-align: top;
    width: 240px;
    min-height: 20px;
    display: inline-block;
    font: normal 12px/16px "Microsoft YaHei";
    color: #ff0000;
    text-align: left;
    margin-left: 8px;
}

#local_dept label{
    float: left;
    margin-right: 20px;
}
#local_dept h6{
    font-weight: bold;
    margin: 20px 0;
}