/* 
* @Author: Marte
* @Date:   2018-11-14 13:44:47
* @Last Modified by:   Marte
* @Last Modified time: 2018-11-14 16:30:35
*/
.loginHide{
    display: none;
}
.findpwdHeaader{
    padding:10px 0;
}
.logo {
    padding-right: 15px;
}
.line{
    width: 9px;
    height: 54px;
    background: url(../images/common/line.png) 0 0 no-repeat;
    margin-top: 7px;
    margin-right: 20px;
}
.slogan{
    font-size: 20px;
    color:#1a1a1a;
    padding-top: 10px;
}
.slogan>p{
    font-size: 12px;
}
.toIndex{
    color:#999;
    border: 1px solid #999;
    border-radius: 20px;
    padding:8px 25px;
    display:inline-block;
    margin-top: 15px;
}
.findpwdBg{
    width: 100%;
    min-height: 990px;
    background:#f6f6f6 url(../images/common/findpwdbg.jpg) center 0 no-repeat;
    padding-top: 35px;
}
.findContent{
    padding:35px 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    min-height: 715px;
}
.findContent>h4{
    font-size: 18px;
    color:#999;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    font-weight: normal;
}
.circle{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #f41111;
    font-size: 40px;
    color:#f41111;
    line-height: 54px;
    text-align: center;
    margin-bottom: 12px;
}
.progress>li{
    float: left;
    color:#666;
    text-align: center;
}
.progress{
    padding:55px 240px;
}
.progress>li+li{
    margin-left: 95px;
}
.division{
    padding-top: 20px;
}
.division>span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display:inline-block;
    background-color: #dbdbdb;
}
.progress>li.now .circle{
    background-color: #f41111;
    color:#fff;
}
.progress>li.now span{
    color:#f41111;
}
.chooseresetType{
    margin-bottom: 40px;
    margin-left: 85px;
}
.chooseresetType>span{
    font-size: 16px;
    color:#333;
    margin-right: 30px;
    padding:0 10px 5px;
    cursor: pointer;
}
.chooseresetType>span.active{
    border-bottom: 2px solid #f41111;
    color:#f41111;
}
.formContent{
    padding-left: 355px;
}
.formItem{
    margin-bottom: 32px;
}
.chooseItem{
    padding-left: 85px;
    padding-bottom: 15px;
}
input[name="type"],input[name="type1"]{
    /*margin-top: 5px;*/
    vertical-align: middle;

}
.chooseUser{
    display:inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius:3px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    position:absolute;
    left:-1px;
    top:4px;
    background-color: #fff;
}
.chooseR>label{
    color:#333;
    cursor: pointer;
}
.haschoose{
    border-color: #f41111;
    background:#fff url(../images/common/radio.png) center center no-repeat;
}
.chooseR>div{
    padding-right: 46px;
}
.itemLabel{
    width: 85px;
    text-align: right;
    color:#999;
}
.codeimg{
    position:absolute;
    right:0;
    top:-5px;
    cursor: pointer;
}
.getmsgCode{
    top:-15px;
    cursor: pointer;
}
.toResetpwdnext{
    background-color: #f41111;
    color:#fff;
    padding:15px 150px;
    border-radius: 30px;
    cursor: pointer;
}
.toRegister{
    padding-left: 85px;
}
.resetSucc>h4{
    font-size: 20px;
    color:#333;
    font-weight: normal;
    padding:15px 0 55px;
}