/*流程*/
.psw_flowBlock{ width:600px; margin: 50px auto 0;}
.psw_flow dd{ float: left; text-align:center; width: 200px;}
.psw_flow span{ display: inline-block;}
.psw_flow_line{ height:2px; width:400px; margin: 0 auto; margin-bottom:-8px;*margin-bottom:-8px;  background-color:#73798f; z-index: -1; }
.psw_dot,.psw_dot_now{ border-color:#73798f; border-style:solid; border-radius:8px;margin-bottom:3px;*margin-bottom: 10px; }
.psw_dot{ border-width:2px; width:10px; height:10px; background-color:#ffffff;}
.psw_flow_now .psw_dot{ border-width:7px; width:0; height:0;}
.psw_flow_h2{ font-size: 17px; color:#8d93a6; text-shadow: 1px 0 1px #c2c5d0; transition: all 0.2s ease-out 0s;}
.psw_flow_now .psw_flow_h2{color:#73798f;text-shadow: 0 0 1px #c0c0c0;}

.password_box_tip {
    height: 17px;
    color: #be4646;
    font-size: 12px;
    margin-bottom: 8px;
}

.container {
    min-height: 100vh;
}
.container-header {
    padding: 20px 24px 12px 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,37,65,0.08);
}
.container-footer {
    height: 56px;
}
.container-content {
    max-width: 1360px;
    min-height: calc(100vh - 166px);
    margin: 30px auto 0 auto;
    padding: 26px 0 0 0;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
}
.content-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 27px;
    padding: 0 32px;
}
.container-content > form {
    max-width: 960px;
    margin: 60px auto 96px auto;
    border: 1px dashed #CBD3ED;
}
.form-block {
    max-width: 612px;
    width: auto;
    margin: 0 auto;
    padding: 64px 32px;
}
.form-block input {
    border: 1px solid rgba(0,0,0,0.15);
}
.block-label {
    color: rgba(0,0,0,0.65);
    line-height: 24px;
}
.block-password-label {
    color: rgba(0,0,0,0.65);
    line-height: 24px;
    min-width: 88px;
    display: inline-block;
}
.block-username .input_user {
    width: 280px;
    height: 32px;
    border-radius: 2px;
    margin-left: 30px;
    font-weight: bold;
}
.block-username .input_noBorder {
    border: none;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    padding-left: 0;
}
.block-btns {
    margin-top: 60px;
}
.block-btns .switch-tip {
    font-size: 12px;
    font-weight: 400;
    color: #0081E2;
    line-height: 18px;
    margin: 0;
}
.block-btns .switch-tip a {
    text-decoration: underline;
}
.block-btn {
    width: 88px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #0081E2;
    line-height: 22px;
    padding: 5px 0;
    border-radius: 2px;
}
.btnCancelFindPS {
    margin-right: 24px;
    border: 1px solid #0081E2;
    transition: all 0.1s linear;
}
.btnCancelFindPS:hover {
    color: #FFFFFF;
    background: rgba(0,129,226,0.8);
    border: 1px solid rgba(0,129,226,0.8);
}
#btnNext, #psw_confirmSent, #psw_ok {
    width: 88px;
    min-width: 88px;
    height: auto;
    padding: 5px 0;
    font-size: 14px;
    line-height: 22px;
    background: #0081E2;
}
#btnNext:hover,
#psw_confirmSent:hover,
#psw_ok:hover {
    background: rgba(0,129,226,0.8);
}
.form-block .input_auth, .form-block .input_mail_auth {
    width: 175px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.15);
    margin-right: 24px;
}
#sent_mail_auth {
    width: auto;
    height: auto;
}
.form-block .sso_button_blue {
    font-size: 14px;
    color: #0081E2;
    border: 1px solid #0081E2;
    background: #FFFFFF;
    padding: 9px 16px;
    line-height: 14px;
}
.form-block .sso_button_securitycode {
    font-size: 14px;
    padding: 9px 16px;
    line-height: 14px;
}
.block-password-help {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    line-height: 21px;
}
.sso-icon-hint {
    font-size: 20px;
    color: rgba(0,0,0,0.45);
    margin-right: 4px;
}
.form-block .input_psw {
    box-sizing: border-box;
    width: 280px;
    height: 40px;
}
.block-password .sso-icon-password-unvisible,
.block-password .sso-icon-password-visible {
    font-size: 16px;
    color: rgba(0,0,0,0.45);
    position: relative;
    right: 36px;
    cursor: pointer;
}
.block-password .sso-icon-password-unvisible:hover {
    color: #0081E2;
}
.block-password .sso-icon-password-visible {
    color: #0081E2;
}
.block-password .sso-icon-password-visible:hover {
    color: rgba(0,129,226,0.85);
}
.block-password-error,
.block-password-strength {
    padding-left: 88px;
}
.block-password-error {
    font-size: 12px;
    font-weight: 400;
    color: #DB4C48;
    line-height: 18px;
}
.password-strength-item {
    width: 60px;
    height: 4px;
    border-radius: 3px;
}
#password-strength-tip {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    line-height: 18px;
}
.password-low {
    background: #ffa24f;
    margin-right: 4px;
}
.password-mid {
    background: #54b9ff;
    margin-right: 4px;
}
.password-high {
    background: #40d6cc;
}
.password-gray {
    background: rgba(0,0,0,.15);
}
.submit-button_disable {
    background: #F5F5F5 !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    color: rgba(0,0,0,0.45) !important;
    cursor: not-allowed !important;
}
/* steps */
.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.steps-item {
    display: flex;
    align-items: center;
}
.steps-circle {
    width: 20px;
    height: 20px;
    border: 1px solid #0D99F9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.steps-circle-finish {
    display: none;
}
.steps-item-info {
    margin-left: 8px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    line-height: 24px;
    word-break: break-all;
}
.steps-line {
    width: 19.65%;;
    height: 1px;
    background: #0D99F9;
}
.steps-item-select .steps-circle:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 4px solid #0D99F9;
    border-radius: 50%;
}
.steps-item-select .steps-item-info {
    font-weight: bold;
    color: rgba(0,0,0,0.85);
}
.steps-item-finish .steps-circle {
    background: #0D99F9;
}
.steps-item-finish .steps-circle-finish {
    display: flex;
    color: #FFFFFF;
}
.steps-item-finish .steps-item-info {
    font-weight: 400;
    color: rgba(0,0,0,0.85);
}
html[lang='en'] .form-block {
    max-width: 712px;
}
html[lang='en'] .steps-line {
    width: 7.65%;
    margin: 0 4px;
}
html[lang='en'] .block-password-label {
    min-width: 158px;
}
html[lang='en'] .block-password-error,
html[lang='en'] .block-password-strength {
    padding-left: 158px;
}
@media only screen and (max-width: 1300px){
    body{
        background: #ffffff !important;
    }
    .container-content {
        margin: 0;
        border: none;
    }
    .container-content > form {
        margin: 60px auto 0 auto;
        border: 0;
    }
}