@media (max-width: 510px) {
    .rc-content {
        margin-bottom: 40px;
        margin-top: 100px;
    }
    .rc-footer {
        white-space: normal;
    }
    .findPwd .form-find {
        width: 100%;
        margin: 0 auto;
    }
    .findPwd .form-find img {
        width: 90%;
    }
    .rc-progress {
        padding-right: 10px;
    }
    .rc-progress > div {
        width: 100%;
    }
    .findPwd .mb-36 input {
        width: 55% !important;
    }
    .findPwd .getcapcha {
        margin-left: 0;
        width: 45%;
    }
    .hr-rc {
        width: 100%;
    }
}
@media (min-width: 510px) {
    .rc-content {
        margin-bottom: 150px;
        width: 510px;
        margin-top: 188px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .rc-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: 150px;
        white-space: nowrap;
        color: #666666;
        font-size: 14px;
    }
    .findPwd .form-find {
        width: 480px;
        margin: 0 auto;
    }
    .rc-progress > div {
        width: 480px;
    }
    .hr-rc {
        margin-top: 30px;
        border-top: 1px solid #b7b5b5;
        width: 480px;
        opacity: 0.6;
    }
}
/* 找回密码 */
.findPwdBg {
    width: 100%;
    min-height: 100%;
    background: url("../../space/app/img/page/bg.png") no-repeat;
}
.findPwd .container {
    padding: 0;
    position: relative;
}
.findPwd .step {
    color: #2849B9;
    padding: 0;
    white-space: nowrap;
}
.findPwd .step.current p:last-child {
    color: #2849B9;
}
.findPwd .step:nth-last-of-type(2) p:first-child {
    margin: 0 auto 8px;
}
.findPwd .step.current p:first-child {
    background-color: #2849B9;
}
.findPwd .step:last-child p:first-child {
    margin-left: auto;
}
.findPwd .step.col-xs-4 {
    width: 160px;
}
.findPwd .step p:last-child {
    color: #b8b8b8;
    font-size: 16px;
}
.findPwd .step:first-child p:first-child {
    margin-right: auto;
}
.findPwd .step p:first-child {
    background-color: #b8b8b8;
    color: #ffffff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 16px;
    transition: all .25s;
    margin-bottom: 8px;
}
#step01,
#step02,
#step03 {
    margin-top: 29px;
}
.findPwd input {
    font-size: 16px;
    padding-left: 20px;
    transition: all .25s;
}
.findPwd input.complete {
    border: 1px solid #2849B9;
}
.findPwd input,
.findPwd input .findPwd button {
    height: 50px;
    border-radius: 4px;
}
.findPwd input:focus {
    border: 1px solid #2849B9;
}
.findPwd button {
    padding: 0;
    font-size: 16px;
    border: 1px solid #b8b8b8;
    background-color: #2849B9 !important;
}
.findPwd button:hover {
    border: none;
    background-color: #2849B9;
    color: #ffffff;
}
.findPwd .getcapcha {
    height: 50px;
}
.findPwd .getcapcha span {
    color: white;
}
.findPwd .form-group {
    margin-bottom: 0;
}
#step03 {
    margin-top: 19px;
    color: #8d8c8c;
}
#step03 p {
    margin-bottom: -1px;
    font-size: 26px;
    color: #000000;
}
#step03 div a {
    margin-left: 12px;
    color: #2849B9;
    text-decoration: underline;
}
.findPwd .submit button {
    background-color: #b8b8b8;
    height: 50px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.findPwd .submit button:focus {
    border: none;
}
.findPwd .submit button.complete {
    background-color: #2849B9;
}
.findPwd .submit button:active,
.findPwd .submit button .findPwd .submit button:link {
    background-color: #2849B9 !important;
}
.findPwd .mb-20 {
    margin-bottom: 20px;
}
.findPwd .mb-36 {
    margin-bottom: 36px;
}
.findPwd .mb-36 input {
    width: 320px;
}
.rclevel.setting .level {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}
.rclevel.setting .len {
    width: 30.3%;
    margin: 3px 1.5%;
}
.findPwd .form-find img {
    margin: 0 auto;
    margin-bottom: 32px;
}
.findPwd .form-find p {
    color: #2849B9;
    font-size: 30px;
}
.rc-progress .progress-bar {
    background-color: #2849B9;
}
.rc-progress .progress-content span {
    width: 30px;
}
.progress-number.rcprogress {
    position: relative;
}
.progress-number.rcprogress.bg-progress {
    background-color: #2849B9;
}
.text-rcprogress {
    color: #2849B9 !important;
}
.progress-content .progress-bar::after {
    border: 7px solid rgba(29, 166, 255, 0.2);
}
.progress-number.prg-gray::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid rgba(187, 201, 210, 0.2);
}
.progress-number.bg-progress::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid rgba(29, 166, 255, 0.2);
}
.progress-number {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 50%;
    z-index: 1;
    color: #fff !important;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.rc-progress .progress-content span {
    width: 30px;
}
.l-p0 {
    left: 0;
}
.prg-text-gray p{
    color: #bbc9d2;
}
.text-user {
    color: #2849B9;
}
.fs-16 {
    font-size: 16px;
}
.mb-lg {
    margin-bottom: 15px !important;
    margin-top: 10px;
}
.rc-progress .progress-content span {
    width: 30px;
}
.prg-gray {
    background-color: #bbc9d2;
}
.pr0 {
    padding-right: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pr-lg {
    padding-right: 15px !important;
}
.pl-lg {
    padding-left: 15px !important;
}
.rclevel.setting .level {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}
.setting .level {
    width: 63.5%;
    margin-left: 110px;
    border: 1px solid #dedede;
    border-radius: 10px;
}
.rclevel.setting .len {
    width: 30.3%;
    margin: 3px 1.5%;
}
.setting .len:first-of-type {
    border-radius: 5px 0 0 5px;
}
.setting .level div {
    float: left;
}
.setting .len {
    width: 97px;
    height: 8px;
    margin: 3px;
    background-color: #dedede;
}
.setting .len span.weak {
     border-radius: 5px 0 0 5px;
     width: 100%;
     background-color: red;
 }
.setting .len span {
    display: block;
    width: 0;
    height: 100%;
    transition: all .5s;
}
.setting .len span.medium {
    width: 100%;
    background-color: #fd7e01;
}
.setting .len span.strong {
    border-radius: 0 5px 5px 0;
    width: 100%;
    background-color: #0f0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}














