a {
    TEXT-DECORATION: none;
    color: inherit;
}
.m-reg {
    padding-bottom: 90px;
}
.u-bg {
    background: rgba(109,198,200, .05);
}
.u-crumbs-box {
    padding: 20px 0;
}
.bd {
    padding: 100px 0 120px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.m-crumbs {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}
.m-crumbs li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
}
.m-crumbs li .href-name{
    color: #6DC6C8;
}
.m-crumbs li .separator {
    margin: 0 10px;
}

.bd .step-box{
    margin: 0 50px;
}

.bd .form {
    margin: 90px auto;
    width: 460px;
}
.bd .btn {
    user-select: none;
    cursor: pointer;
    text-align: center;
    border: none;
    width: 100%;
    height: 46px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
}
.bd .ivu-input-large {
    height: 46px;
    padding: 0px 20px;
    font-size: 14px;
}
.steps .step {
    position: relative;
    display: inline-block;
    text-align: center;
}
.steps .step.start::before {
    background: none;
}
.steps .circle {
    position: relative;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    line-height: 85px;
    font-size: 40px;
    color: #3c8977;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}
.steps .text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #3c8977;
}
.steps .step::after {
    right: 0;
}
.steps .step::after, .steps .step::before {
    position: absolute;
    display: block;
    content: "";
    top: 43px;
    width: 50%;
    height: 2px;
    background: #3c8977;
}
.steps .step.disable {
    opacity: 0.5;
}
.steps .step {
    position: relative;
    display: inline-block;
    text-align: center;
}
.steps .step.end::after {
    background: none;
}
.u-success {
    padding: 200px 0;
}

.ivu-form .ivu-form-item-label {
    line-height: 2;
}
.c-success{
    background: rgba(109, 198, 200, 0.05);
    background-image: url(/static/mall/images/reset_success.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 50px;
}
.u-success h4 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 10px 0;
    font-weight: bold;
}
.u-success .btn {
    line-height: 32px;
}

@media(max-width: 992px) {
    .footer .footer__right1 .imgflex p {
        position: relative;
    }
    .footer .footer__right1 .imgflex p span {
        color: #fff;
        position: absolute;
        width: 80px;
        bottom: -32px;
        left: 0;
    }
    .header, .header__top, .g-container, .h5, .navbar-expand-lg,
    .container-fluid, .m-reg, .m-crumbs, .step-box, .footer,
    .footer_conter, body {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .bd .step-box {
         margin: 24px 0 0 0 !important;
        text-align: center;
    }
    * {
        box-sizing: border-box;
    }
    .g-container {
        padding: 0 !important;
    }
    .m-reg .m-crumbs {
        height: 40px;
        padding-left: 12px;
        margin-top: 26px;
    }
    .steps .step::before, .steps .end::after {
        display: none;
    }
    .steps .step::after {
        left: 156px;
        top: 26px;
        width: 50px;
    }
    .header__welcome {
        margin-left: 10px;
    }
    .header__member {
        margin-right: 10px;
    }
    .steps .circle {
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 26px;
    }
    .steps .text {
        margin-top: 20px;
    }
    .steps .step {
        width: 175px !important;
    }
    .collapse .navbar-nav li:nth-child(1)::after {
        top: -77px !important;
    }
}
@media(max-width: 768px) {
    .steps .step {
        width: 90px !important;
    }
    .steps .step::after {
        left: 79px;
        top: 26px;
        width: 26px;
    }
    .steps .text {
        font-size: 16px;
    }
    #phone {
        width: 328px;
    }
    #imgCode {
        width: 200px;
    }
    #s-canvas {
        width: 112px;
    }
    .bd .btn.u-green1 {
        width: 328px;
    }

}
@media(max-width: 576px) {
    .ivu-form-item-required, .ivu-form-item-content, .ivu-input-inner-container, .ivu-input-wrapper {
        width: auto !important;
    }
    .steps .text {
        font-size: 14px;
    }
    #navBarLogin {
        margin-top: 5px !important;
    }
    .header__member {
         margin-right: 0;
    }
    .steps .circle {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .bd .form {
        width: auto;
        margin-left: 5vw;
    }
    .steps .step {
        width: 70px !important;
    }
    .steps .step::after {
        left: 65px;
        top: 17px;
        width: 18px;
    }
    .site-logo {
        width: 90px;
        height: 35px;
    }
    .ivu-form-item-label {
        width: 91px !important
    }
    .ivu-form-item-content {
        margin-left: 92px !important;
    }
    #phone {
        width: 64vw;
    }
    #imgCode {
        width: 38vw;
    }
    .u-green1 {
        width: 64vw !important;
    }
    #s-canvas {
        margin-left: 10px;
        width: 20vw !important;
    }
    #step2 .u-green1 {
        width: 200px !important;
    }
    #step3 .u-green1 {
        width: 200px !important;
    }
    .collapse .navbar-nav li:nth-child(1)::after {
        top: -72px !important;
    }
}
