.body{
    background: #fff;
    margin-top:45px;
    padding:10px 0 162px;
}
.body-inner{
    padding-top: 63px;
    min-width: 550px;
}
.step{
    text-align: center;
    margin: 0 auto;
    height: 75px;
}
.step-num,
.step-line{
    display:inline-block;;
}
.step-num{
    width: 70px;
}
.step-line{
    margin-left: 6px;
    margin-right: 6px;
}
.step-line span{
    display: inline-block;
    width: 6px;
    height: 6px;
    background:rgba(238,238,238,1);
    border-radius: 50%;
    margin-top: 24px;
    margin-bottom: 22px;
}
.step-line span:nth-of-type(2){
    margin-left: 11px;
    margin-right: 11px;
}
.num{
    font-size: 24px;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border: 1px solid #1C9DDF;
    border-radius: 50%;
    color:rgba(153,153,153,1);
    text-align: center;
    line-height: 52px;
    cursor: pointer;
}
.step p{
    width: 100%;
    text-align: center;
    color:rgba(153,153,153,1);
    margin-top: 9px;
}

.step-active{
    background:#1C9DDF;
    color:#fff;
}
.step-active+p{
    color:#1C9DDF;
}
.forgetpassForm{
    width: 377px;
    margin: 0 auto;
    margin-top: 69px;
    color: #3F3F3F;
}
.item{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 40px;
    margin-bottom: 22px;
}
.item>label,
.item>div,
.item>input,
.item>span{
    float: left;
}
.item>label{
    color:rgba(63,63,63,1);
    font-size: 14px;
    height: 100%;
    line-height:40px;
    width: 20%;
}
.item>input{
    width: 80%;
    height: 100%;
}
.item-input{
    width: 187px;
    height: 100%;
    margin-right: 10px;
}
.captcha,
.msg-captcha{
    float: right;
    width: 97px;
    height: 100%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.item input{
    font-size:14px;
    color:rgba(153,153,153,1);
    height: 36px;
    line-height: 36px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){ 
    .item input{
        
        line-height:normal;
        height: 36px;
    }
}
.pass-btn{
    margin: 60px auto 0 auto;
    width: 240px;
    height: 50px;
    text-align: center;
    background:rgba(255,255,255,1);
    border-radius:25px;
    border: 1px solid #3ECADB;
}
.pass-btn input{
    width: 100%;
    background: rgba(255,255,255,1);
    height: 100%;
    line-height: 100%;
    border-radius:25px;
    font-size:16px;
    color:#1C9DDF;
    cursor: pointer;
}
.errorMsg{
    left: 400px;
    top: 13px;
}
.form-item{
    display: none;
}
.isShow{
    display: block;
}
.forgetpassForm .form-item:nth-of-type(2) .item>label{
    width: 28%;
    text-align: right;
    margin-right: 10px;
}
.forgetpassForm .form-item:nth-of-type(2) .item>input{
    width: 50%;
}
#type-content{
    line-height: 40px;
    color: #666;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 10px;
    font-size: 16px;
}
.forgetpassForm .form-item:nth-of-type(2) .item .item-input{
    width: 153px;
}
.forgetpassForm .form-item:nth-of-type(3) .item label{
    width: 26%;
}
.forgetpassForm .form-item:nth-of-type(3) .item input{
    width: 74%;
}
.success-modal{
    margin-top: 45px;
}
.success-modal div{
    font-size: 30px;
    color: #1C9DDF;
    line-height: 30px;
    text-align: center;
}
.success-modal .icon-zhengque{
    font-size: 30px;
    color: #1C9DDF;
    margin-right: 16px;
}
.success-modal p{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 40px;
}
#turnIndex{
    color:#1C9DDF;
}
.msg-captcha{
    background: #1C9DDF;
    color: #fff;
}
.check-type{
    position: relative;
    height: 100%;
}

.no-click{
    background: #eeeeee;
    cursor: none;
}
.header-inner .go-forget{
    display: none;
}

@media screen and (max-width: 1700px){
    .body{
        margin-top:15px;
        padding:0px 0 60px;
    }
    .forgetpassForm{
        margin-top: 30px;
        width: 324px;
    }
    .step p{
        font-size: 12px;
    }
    .num{
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
    .step-line{
        margin-left: 0;
        margin-right: 0;
    }
    .step-line span:nth-of-type(2){
        margin-left: 4px;
        margin-right: 4px;
    }
    .errorMsg{
        left: 340px;
        top:11px;
    }
    .item-input{
        width: 163px;
    }
    .captcha, .msg-captcha{
        width: 86px;
        line-height: 36px;
    }
    .item{
        height: 36px;
    }
    .item>label{
        line-height: 36px;
    }
    .pass-btn{
        width: 190px;
        height: 42px;
        margin: 40px auto 0 auto;
    }
    .pass-btn input{
        font-size: 14px;
    }
    .forgetpassForm .form-item:nth-of-type(2) .item .item-input{
        width: 127px;
    }
    .success-modal div{
        font-size: 24px;
    }
    .success-modal p{
        font-size: 13px;
        margin-top: 15px;
    }
    .footer-public div{
        width: 80px;
        height: 80px;
        margin-top: 16px;
    }
}
