* {
    margin: 0;
    padding: 0;
}

.retrievePW.container {
    width: 440px;
    height: 460px;
    background: #ffffff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.updatePin-container {
    height: 100%;
    width: 100%;
    display: flex;
    transition: all 0.5s ease-in-out;
}

.retrievePW-step__One h3,
.retrievePW-step__Two h3 {
    font-size: 20px;
    font-weight: 600;
    color: #242424;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

/* .retrievePW-step__One ,
.retrievePW-step__Two  {
	margin: 0 10px;
} */

.retrievePW-step__One .retrievePW-info,
.retrievePW-step__Two .retrievePW-info {
    font-size: 12px;
    font-weight: 400;
    color: #8c8c8c;
    text-align: center;
    margin-bottom: 40px;
}

.retrievePW-step__One .retrievePW_form-item,
.retrievePW-step__Two .retrievePW_form-item {
    margin-bottom: 35px;
    position: relative;
}

.retrievePW-step__One .retrievePW_form-item span:not(.cert_select span, .select_ele span),
.retrievePW-step__Two .retrievePW_form-item span:not(.cert_select span, .select_ele span)  {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.retrievePW-step__One .retrievePW_form-item label,
.retrievePW-step__Two .retrievePW_form-item label {
    font-size: 12px;
    font-weight: 500;
    color: #979797 ;
    margin-bottom: 5px;
    display: block;
}
.retrievePW-step__One .retrievePW_form-item input,
.retrievePW-step__Two .retrievePW_form-item input {
    width: 440px;
    height: 37px;
    border-radius: 4px;
    border: 1px solid #dee0e5;
    padding: 0 10px;
    box-sizing: border-box;
}

.retrievePW-step__One .retrievePW_form-item input::placeholder,
.retrievePW-step__Two .retrievePW_form-item input::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #d0d0d0;
    line-height: 17px;
}

.retrievePW_form-item.code-item div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.retrievePW_form-item.code-item div input {
    width: 300px;
}
.retrievePW_form-item.code-item div button {
    width: 115px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #dee0e5;
    font-size: 12px;
    font-weight: 400;
    color: #1467ed;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}
.retrievePW-step__One,
.retrievePW-step__Two {
    width: 100%;
}

.retrievePW-btn {
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, #6982C2, #384B8F);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    margin: auto;
    display: block;
    cursor: pointer;
}

/*header {*/
/*    height: 60px;*/
/*    width: 100%;*/

/*    background: -webkit-gradient(*/
/*            linear,*/
/*            0 0,*/
/*            0 bottom,*/
/*            from(#081949),*/
/*            to(#3754a4)*/
/*    );*/
/*    opacity: 0.85;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    padding-left: 20px;*/
/*    box-shadow: 0px 2px 4px 0px rgba(57, 63, 73, 0.1);*/
/*    box-sizing: border-box;*/
/*}*/

/*header ._logo {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
/*header ._logo h1 {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*header ._logo h1 a {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: block;*/
/*    background: url("../themes/default/images/logo.png") no-repeat center;*/
/*    background-size: cover;*/
/*    overflow: hidden;*/

/*    text-indent: 90px;*/
/*}*/
/*header h2 {*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    color: #ebedf0;*/
/*    line-height: 50px;*/
/*    margin-left: 20px;*/
/*}*/

button{
    border: 1px solid transparent;
    outline: none;
}
input{
    outline:none;
}

.previous-step {
    width: 64px;
    height: 33px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(10, 41, 92, 0.20);
    border-radius: 3px;
    font-size: 12px;font-weight: 400;
    color: #242424;
    margin: 13px;
    display: none;
    cursor: pointer;
}

.cert_select {
    height: 37px;
    margin: 0 auto 35px auto;
    overflow: hidden;
    white-space: nowrap;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select_show {
    max-width: 280px;
}

.cert_select .select_show {
    float: left;
    margin-left: 17px;
    line-height: 37px;
    font-size: 14px;
    overflow: hidden;
    background: #FFFFFF;
    color: #666666;
}

.select_eles {
    position: absolute;
    display: none;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    z-index: 100;
    top: 65px;
}

.select_ele {
    width: 438px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.select_ele:hover {
    background-color: #E2F2FF;
}

.select_ele span {
    float: left;
    margin-left: 17px;
    line-height: 48px;
    font-size: 14px;
    color: #666666;
}

.top-msg{
    width: 100%;
    height: 17px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 17px;
    margin-bottom: 40px;
}

/*页头样式*/
.toplogo {
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    position: unset;
}

.toplogo img{
    margin-top: 5px;
    width: 40px;
    height: 40px;
    margin-left: 100px;
    position: relative;
    top: 14%;
}

.sysinfo {
    margin-left: 20px;
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    color: #005BA5;
    line-height: 30px;
    letter-spacing: 3px;
    position: relative;
    top: -3%;
}

.sysname{
    margin-left: 9px;
    height: 30px;
    font-size: 21px;
    font-weight: 400;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-style: normal;
    color: #42515E;
    line-height: 30px;
}

.updatePin-container .retrievePW-step__Two .retrievePW_form-item .retrievePW_form-item span {
    padding-top: 5px;
}
