.regster-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding-bottom: 60px;
}
#regster,.other-login,#login,.loginnav,.w320_,.step{
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.loginnav .active{
    color: #f2752e;
}
.input-item {
    position: relative;
}
.input-item .khbicon {
    position: absolute;
    left: 10px;
    top:10px;
    font-size: 20px;
}
.input-item .input{
    width: 100%;
    height: 46px;
    padding: 13px 10px 13px 35px;
    border: 1px solid #e9e9e9;
    border-radius: 1px 1px 0 0;
    outline: 0;
    
}

.input-item .input.inputfocus:focus{
    background-color: #f0fbfe;
    border-color: #a1eafd;
}
.input-item .input.error{
    background-color: #fff2ef;
    border-color: #ffaf9d;
}
.input-item .codebtn{
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2;
    height: calc( 100% - 2px );
    width: 100px;
    color: #f2752e;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    cursor: pointer;
}
.input-item .codebtn::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    left: -4px;
    background-color: #fff
}
.protocol a,.logo-title a{
    color: #f2752e;
}
.submit button,.submit a{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    font-size: 18px;
    background-color: #f2752e;
    border-color: #f2752e;
    color: #fff;
    cursor: pointer;
}
.other-login .title{
    position: relative;
}
.other-login .title .line{
    position: absolute;
    height: 1px;
    width: 100%;
    top: 10px;
    background-color: #e9e9e9;
}
.other-login .title p{
    background: #fff;
    position: relative;
    width: 120px;
    margin: 0 auto;
    text-align: center;
}
.other-login .other-login-type img{
    width: 40px;
}
#wechat-login .content{
    width: 400px;
    padding-bottom: 40px;
    border-radius: 5px;
}
#wechat-login #qrcode img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
}
.shuaxin{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.5);
}
.shuaxin button{
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: url('/images/shuaxin.png') no-repeat center / 32px #fff;;
}
.wxlogin{
    height:400px;
}

/* ============忘记密码=============== */
.step .stp{
    /* margin-right: 20px; */
}
.step .stp .til{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #999;
    color: #999;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.step .stp.active span{
    color: #f2752e;
}
.step .stp.active .til{
    color: #fff;
    border-color:#f2752e;
    background-color: #f2752e;
}