.forget_wrap {
    background: #141E2C;
}

.forget_wrap .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
}

.forget_wrap .forget_box {
    background: #222e3d;
    border-radius: 5px;
    padding: 30px;
}

.forget_wrap .inner .has_account {
    margin-top: 20px;
    display: none;
}

.forget_wrap .forget_box .title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-bottom: 24px;
}

.forget_wrap .forget_box .tab_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #4e4e5d;
}

.forget_wrap .forget_box .item {
    margin: 16px 0;
    border: 1px solid #4e4e5d;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    min-width: 400px;
    border-radius: 5px;
    background: #1E2834;
}

.forget_wrap .forget_box .item .input_wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.forget_wrap .forget_box .item .input_wrap .hide_text01 {}

.forget_wrap .forget_box .item .input_wrap input {}

.forget_wrap .forget_box .item.selected {}



#pop_btn_phone {
    border: 1px solid #4e4e5d;
    height: 45px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background: #1E2834;
}

#pop_btn_phone span {
    line-height: 45px;
    display: block;
    height: 45px;
    color: #fff;
    padding: 0 15px;
}

#item02 .input_wrap {
    border: 1px solid #4e4e5d;
    border-radius: 5px;
    background: #1E2834;
}


#pop_btn_phone img {
    height: 12px;
    display: block;
    width: 12px;
}

#pop_btn_phone:hover {
    border-color: #fff;
}

.forget_wrap .forget_box .forget {
    text-align: right;
    display: none;
}

.forget_wrap .forget_box .submit_btn {
    /* text-align: right; */
    background-image: linear-gradient(to right, #6d9ef9, #1f5df4);
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.forget_wrap .forget_box .submit_btn a {}

.forget_wrap .inner .has_account span {
    color: #fff;
    font-size: 14px;
}

.forget_wrap .inner .has_account a {
    color: #797979;
    font-size: 14px;
}

.forget_wrap .inner .has_account a:hover {
    color: #fff;
}

.forget_wrap .forget_box .tab_wrap div {
    color: #797979;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 16px;
}

.forget_wrap .forget_box .tab_wrap div.selected {
    color: #495057;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#item01 {
    display: none;
}

#item01.selected {
    display: block;
}

.forget_wrap .forget_box .item .input_wrap span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    /* display: none; */
    color: #797979;
    z-index: 88;
}

.forget_wrap .forget_box .item .input_wrap input {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    padding: 0 12px;
}

.forget_wrap .forget_box .submit_btn span {}

#item02.selected {
    display: flex;

}

#item02 {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border: none;
    background: none;
    position: relative;
    overflow: visible;
}

.forget_wrap .forget_box .to_login {
    text-align: right;
    margin-top: 15px;
    display: none;
}

.forget_wrap .forget_box .to_login a {
    color: #797979;
    font-size: 14px;
}

.forget_wrap .forget_box .to_login a:hover {
    color: #fff;
}





.forget_box02 {
    background: #222e3d;
    border-radius: 5px;
    padding: 30px;
}

.forget_box02 .title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-bottom: 24px;
}

.forget_box02 .item {
    margin-bottom: 16px;
}

.forget_box02 .item .input_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: 45px;
    border: 1px solid #4e4e5d;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.forget_box02 .item .input_wrap span {
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    line-height: 45px;
    padding-left: 10px;
    color: #606266;
}

.forget_box02 .item .input_wrap input {
    color: #fff;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    border: none;
    background: none;
}

.forget_box02 .item03 {}

.forget_box02 .item04 {}

.forget_box02 .item03 .phone_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.forget_box02 .item03 .phone_wrap input {}

.forget_box02 .item03 .phone_wrap .hide_text {}

.forget_box02 .item03 .phone_wrap .send_code {
    border: 1px solid #007aff;
    height: 45px;
    color: #007aff;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    cursor: pointer;
    background: #141E2C;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    margin-left: -1px;
}

.forget_box02 .item03 .phone_wrap .send_code span {}

.forget_box02 .item04 .email_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.forget_box02 .item04 .email_wrap .input_wrap {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex: 1;
}

.forget_box02 .item04 .email_wrap .send_code {
    border: 1px solid #007aff;
    height: 45px;
    color: #007aff;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    cursor: pointer;
    background: #141E2C;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    margin-left: -1px;
}

.forget_box02 .item04 .email_wrap .send_code span {}

.forget_box02 .btn_wrap {
    background-image: linear-gradient(to right, #6d9ef9, #1f5df4);
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.forget_box02 .btn_wrap span {}

.forget_box02 .item04 .email_wrap .send_code:hover {
    background: #007aff;
    color: #fff;
}

.forget_box02 .item03 .phone_wrap .send_code:hover {
    background: #007aff;
    color: #fff;
}

.forget_box02 .item.item03 .input_wrap {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex: 1;
}
.forget_box02{
    display: none;
}