
.regeister-con{
    max-width: 1024px;
    min-width: 960px;
    margin: 0 auto;
}
.regeister-con .nav{
    display: flex;
    justify-content: center;
}
.regeister-con .nav .nav-con{
    display: flex;
    padding: 40px 0;
}
.nav .nav-con .step{
    display: flex;
    font-size: 16px;
    line-height: 32px;
}
.nav .nav-con .step .number{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #DAE0E6;
}
.nav .nav-con .step .txt{
    color: #999;
}
.nav .nav-con .step .line{
    height: 2px;
    width: 100px;
    margin: 13px 20px 0;
    background-color: #DAE0E6;
}
.nav .nav-con .active .number{
    background-color: #09f;
}
.nav .nav-con .active .txt{
    color: #09f;
}
.regeister-con .type-show{
    padding: 60px;
    background-color: #fff;
}

.type-show .input-info input{
    text-indent: 10px;
    padding-right: 10px;
}
.type-show .input-info .tel,.verify,.image-verify{
    display: flex;
    margin-bottom: 20px;
}
.type-show .input-info .tel-con,.verify-con,.image-verify-con{
    position: relative;
    width: 41.6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.type-show .input-info .tel-con .change-pass{
    display: block;
    height: 45px;
    line-height: 45px;
}
.type-show .input-info .image-verify img{
    position: absolute;
    right: 35px;
    top: 10px;
    width: 70px;
    height: 25px;
    cursor: pointer;
}
.type-show .input-info .desc{
    width: 33.4%;
    padding-right: 10px;
    text-align: right;
    line-height: 45px;
}
.type-show .input-info .reg-tip-con{
    width: 41.6%;
    display: flex;
}
.type-show .input-info .reg-tip-con img{
    margin-top: -3px;
    margin-right: 10px;
}
.type-show .input-info .reg-tip-con p{
    color: #f60;
}

.type-show .input-info .must{
    color: #f30;
}
.type-show .input-info .next-agr{
    text-align: center;
}

.type-show .input-info .next-agr .agreement{
    width: 41.6%;
    margin-left: 33.4%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
}
.input-info .next-agr .agreement a{
    color: #09f;
}
.input-info .next-agr .agreement a:hover{
    color: #f60;
}
.input-info .next-agr button{
    width: 41.6%;
    height: 48px;
    margin-left: 8.4%;
    font-size: 16px;
    color: #fff;
    background-color: #09f;
    border-radius: 3px;
    cursor: pointer;
}
.input-info .next-agr button:hover{
    background-color: #008AE5;
}
.input-info .next-agr .to-login{
    width: 41.6%;
    margin-top: 20px;
    margin-left: 33.4%;
    text-align: left;
}
.input-info .next-agr .to-login a{
    color: #09f;
}
.input-info .next-agr .to-login a:hover{
    color: #f60;
}
.regeister-con .type-show .ts-right{
    position: relative;
    left: 107px;
    width: 305px;
    padding-left: 60px;
    border-left: 1px solid #EDF0F2;
}
.type-show .ts-right .des1{
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
}
.type-show .ts-right .des1:last-child{
    margin-bottom: 0;
}
.type-show .ts-right .des2{
    color: #999;
    font-size: 12px;
}
.type-show .ts-right .des3{
    color: #666;
    font-size: 12px;
    margin-bottom: 20px;
}
.type-show .ts-right .des3 a:hover{
    color: #f60;
}
.type-show .ts-right .title{
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.type-show .input-info .regsuc-con{
    display: flex;
    align-items: center;
    width: 454px;
    height: 260px;
}
.type-show .input-info .regsuc-con .regsuc-inner{
    display: flex;
}
.input-info .regsuc-con .con-left i{
    font-size: 48px;
    color: #13BF13;
    margin-right: 20px;
}
.input-info .regsuc-con .con-right .reg-success{
    font-size: 24px;
    color: #13BF13;
    margin-bottom: 10px;
}
.regsuc-con .con-right .regsuc-des{
    color: #999;
}
.regsuc-con .con-right .regsuc-des a:hover{
    color: #f60;
}
.regsuc-con .con-right .reg-tips{
    display: flex;
    margin-top: 10px;
}
.regsuc-con .con-right .reg-tips img{
    margin-top: -3px;
    margin-right: 10px;
}
.regsuc-con .con-right .reg-tips p{
    color: #f60;
}
.regsuc-con .con-right .to-other{
    display: flex;
    margin-top: 20px;
}
.regsuc-con .con-right .to-other div{
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin-right: 10px;
}
.regsuc-con .con-right .to-other div:hover{
    cursor: pointer;
}
.regsuc-con .con-right .to-other .to-confirm{
    background-color: #09f;
    color: #fff;
}
.regsuc-con .con-right .to-other .to-confirm:hover{
    background-color: #008ae5;
}
.regsuc-con .con-right .to-other .to-confirm a{
    color: #fff;
}
.regsuc-con .con-right .to-other .to-home{
    background-color: #F5F7FA;
    border: 1px solid #CED3D9;
}
.regsuc-con .con-right .to-other .to-home:hover{
    background-color: #EDF0F2;
    border-color: #B6BABF;
}
.con-right .regsuc-des a{
    color: #09f;
}
.success-log{
    display: flex;
    justify-content: center;
}
.forget-tel{
    display: block;
 }

.hideDiv{
    display: none;
}
.showDiv{
    display: block;
}
