@charset "utf-8";
.main_wrap {
    padding: 40px 0 20px;
}

.reginfo {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.flow_step {
    height: 76px;
    display: table;
    margin: 0 auto;
    padding: 38px 0 42px;
}

.flow_step li {
    display: inline-block;
    float: left;
    width: 51px;
    height: 50px;
    margin-left: 180px;
    position: relative;
}

.flow_step li:first-child {
    margin-left: 0;
}

.flow_step li:after {
    content: "";
    display: block;
    width: 181px;
    height: 4px;
    background: #ebebeb;
    position: absolute;
    left: -180px;
    top: 50%;
    margin-top: -2px;
}

.flow_step li:first-child:after {
    width: 0;
    height: 0;
}

.flow_step li.on:after {
    background: #f03333;
}

.flow_step li span {
    width: 150px;
    line-height: 22px;
    font-size: 14px;
    color: #4c4c4c;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}

.regist_bd {
    width: 336px;
    margin: 0 auto;
}

.regist_bd li {
    position: relative;
}

.regist_bd .inp {
    line-height: 22px;
    font-size: 14px;
    color: #999;
    padding: 8px 0 8px 36px;
    border: 1px solid #cdcdcd;
    width: 298px;
}

.regist_bd .inp01 {
    background: url(../images/register/user_icon.png) no-repeat 8px center;
}

.regist_bd .inp02 {
    background: url(../images/register/yanma_icon1.png) no-repeat 8px center;
}

.regist_bd .inp03 {
    background: url(../images/register/yanma_icon2.png) no-repeat 8px center;
}

.regist_bd .inp04 {
    background: url(../images/register/password_icon.png) no-repeat 8px center;
}

/*杈撳叆鎻愮ず*/
.regist_bd .tips {
    height: 30px;
}

.regist_bd .tips span {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 36px;
    font-size: 12px;
}

.regist_bd .tips span.success {
    color: #069B35;
    background: url(../images/register/reg_icon_correct.png) no-repeat 11px center;
}

.regist_bd .tips span.error {
    color: #f71d0d;
    background: url(../images/register/reg_icon_wrong.png) no-repeat 11px center;
}

.regist_bd .tips span.prompt-ts {
    margin-left: -28px;
}

.regist_bd .sms_code {
    position: relative;
}

.regist_bd .getsms {
    width: 132px;
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #cdcdcd;
    font-size: 14px;
    color: #1da1f2;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
}

.regist_bd .getCode {
    width: 98px;
    height: 38px;
    background: #EEEEEE;
    border: 1px solid #cdcdcd;
    position: absolute;
    top: 0;
    right: 0;
}

.regist_bd .getCode .mid {
    display: table-cell;
    width: 98px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.regist_bd .getCode .verify_img {
    max-width: 98px;
    max-height: 38px;
}

.regist_bd .agreen {
    position: relative;
    height: 20px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
}

.regist_bd .agreen_btn {
    position: absolute;
    top: 0;
    left: -30px;
}

.regist_bd .agreen label {
    width: 14px;
    height: 14px;
    background: url(../images/register/login_icon.png) no-repeat 0 -25px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: -2px;
    cursor: pointer;
}

.regist_bd .checked label {
    background-position: -14px -25px;
}

.regist_bd .agreen a {
    display: inline-block;
    color: #eb0c1c;
}

.regist_bd .nextbtn {
    width: 336px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #eb0c1c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

/*瀹屾垚娉ㄥ唽*/
.perform {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

.perform .p1 {
    padding-top: 72px;
    font-size: 16px;
    color: #4c4c4c;
}

.perform .success {
    background: url("../images/register/perform_success_icon.png") no-repeat top center;
}

.perform .p2 {
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}

.perform .p2 span {
    display: inline-block;
    color: #3274e2;
}

.perform .p3 {
    height: 40px;
    margin-top: 25px;
}

.perform .p3 a {
    float: left;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.perform .p3 .perfect {
    background: #1da1f2;
}

.perform .p3 .end {
    float: right;
    background: #c2c2c2;
}

.relevance_tit {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 38px 0 58px;
}

.relevance_tit .p1 {
    font-size: 20px;
    color: #4c4c4c;
    text-transform: uppercase;
}

.relevance_tit .p2 {
    font-size: 12px;
    color: #c7c7c7;
    text-transform: uppercase;
    margin-top: 6px;
}

.relevance_cont {
    height: 240px;
    padding-left: 600px;
    background: url("../images/register/mockup.png") no-repeat 93px -18px;
}

.relevance {
    padding-left: 70px;
    width: 240px;
    height: 100%;
    background: url("../images/register/line_left.png") no-repeat left center;
}

.relevance .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
    padding-top: 28px;
}

.relevance .p2 {
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 18px;
}

.relevance a {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
}

.relevance .has_btn {
    background: #fd1d1d;
}

.relevance .creat_btn {
    background: #1da1f2;
}