
body {
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    min-height: 100%;
}

.bg {
    background: url("../img/bg.jpeg") no-repeat 50% 30%/100%;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forget-contain {
    width: 60%;
    min-height: 600px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 10px 10px 10px 10px rgba(196, 196, 196, 0.24);
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 10px;
    text-align: center;
}

footer a {
    text-decoration: auto;
    color: black;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
}

.tab {
    margin: 30px 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.tab-text {
    padding-bottom: 20px;
    border-bottom: 1px solid #2C7EED;
    color: #2C7EED;
    font-size: 18px;
    font-weight: bold;
}

.step-contain {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}

.step-box {
    flex: 1;
}

.step-top {
    position: relative;
}

.step-line {
    width: 100%;
    height: 6px;
    background: #96C3EB;
    position: absolute;
    top: 16px;
    left: 0;
}

.step-line-active {
    background: #2C7EED;
}

.step-num {
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #96C3EB;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.step-num-active {
    background: #2C7EED;
}

.step-text {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    color: #96C3EB;
}

.step-text-active {
    color: #409EFF;
}

.step-block {
    display: none;
    margin: 60px auto;
    width: 400px !important;
}

.form {
    padding: 0 40px 0;
    position: relative;
}

.item-contain {
    margin-bottom: 16px;
    position: relative;
}

.item-contain .item-select {
    flex: 1;
    height: 38px;
    line-height: 38px;
    border: none;
    border-bottom: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 0;
}

.item-contain .item-select:focus-visible {
    outline: none;
}

.item-contain .item-input {
    display: flex;
    align-items: center;
}

.item-contain .item-label {
    width: 80px;
    font-size: 14px;
    color: #333333;
}

.item-contain .input {
    width: 55%;
    flex: 1;
    background-color: #ffffff;
    outline: none;
    height: 38px;
    line-height: 38px;
    /*background-position: 12px;*/
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E1E1E1;
}

.item-contain .input:focus {
    border-bottom: 1px solid #2C7EED;
    outline: none;
}

.item-contain .waring {
    visibility: hidden;
    font-size: 12px;
    font-weight: 400;
    color: #FF0000;
    padding: 6px 0 0;
}

.item-contain .waring img {
    width: 13px;
    vertical-align: middle;
}

.button {
    color: #FFF !important;
    background-color: #2C7EED;
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.button:hover {
    color: #FFF;
    background-color: #2C7EED;
}

.login-btn {
    width: 100%;
}

.step-item {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
}

.step-label {
    width: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 0 18px;
}

.step-value {
    color: #999999;
    position: relative;
}

/*.step-value img {*/
/*    width: 200px;*/
/*    height: 120px;*/
/*}*/

.step-back {
    /*width: 200px;*/
    /*margin-left: 98px;*/
    text-align: center;
    color: #2C7EED;
    margin-bottom: 20px;
    cursor: pointer;
}

.step-back-two {
    width: 300px;
    margin-left: 0;
}

.three-contain {
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-success {
    display: none;
}

.three-success1 {
    width: 80px;
    margin-right: 10px;
}

.three-text div:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #2C7EED;
}

.three-text div:last-child {
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

.back-login {
    font-size: 16px;
    color: #F43030;
    padding-left: 16px;
    cursor: pointer;
    text-decoration: none;
}

.tips-contain {
    width: 320px;
    height: 200px;
    position: absolute;
    display: flex;
    align-items: end;
    top: -160px;
    right: -300px;
}

.tips-img:hover + .tips-box {
    display: block;
}

.tips-box {
    display: none;
    border: 1px dashed #dadada;
    background: #FFFFFF;
    padding: 16px;
    font-size: 12px;
    line-height: 20px;
    width: 250px;
    margin-left: 10px;
}

.tips-box .tips-title {
    width: 250px;
    color: #f40305;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.tips-title img {
    width: 12px;
    margin-right: 4px;
}

.tips-box .danger {
    color: #f40305;
    width: 30px;
    text-align: right;
}

.tips-box .success {
    color: #85ce60;
    width: 30px;
    text-align: right;
}

.tips-box .number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}

.tips-box .number .condition {
    flex: 1;
}

input::-webkit-input-placeholder { /* 使用webkit内核的浏览器 */
    color: #999999;
}

input:-moz-placeholder { /* Firefox版本4-18 */
    color: #999999;
}

input::-moz-placeholder { /* Firefox版本19+ */
    color: #999999;
}

input:-ms-input-placeholder { /* IE浏览器 */
    color: #999999;
}

.tishi {
    background: #FFFFFF;
    line-height: 0px;
    width: 150%;
}

.eye-icon.off {
    display: none;
}

.eye-icon {
    width: 17px;
    position: absolute;
    right: 16px;
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media only screen and (max-width: 700px) {

    .tishi {
        display: none;
    }

    header {
        position: initial;
        width: 100%;
    }

    .bg {
        background: url("../img/bg_forget.png") no-repeat 50% 30%/100%;
        background-size: cover;
        /*overflow: hidden;*/
        height: 100vh;
        position: static;
        display: block;
    }

    .tab {
        display: none;
    }

    .forget-contain {
        width: 100%;
        height: auto;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 40px 16px;
        box-sizing: border-box;
    }

    .step-contain {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    .step-top {
        position: relative;
    }

    .step-line {
        width: 100%;
        height: 6px;
        background: #DBDBDB;
        position: absolute;
        top: 16px;
        left: 0;
    }

    .step-line-active {
        background: #ffffff;
    }

    .step-box:last-child {
        flex: none;
        width: 40px;
    }

    .step-box:last-child .step-top .step-line {
        display: none;
    }

    .step-num {
        color: #ffffff;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        background: #DBDBDB;
        border-radius: 50%;
        position: relative;
        margin: 0;
    }

    .step-num-active {
        background: #ffffff;
        color: #2C7EED;
    }

    .step-text-active {
        color: #ffffff;
    }

    .step-block {
        display: none;
        width: 100% !important;
        background: #ffffff;
        border-radius: 20px;
        margin: 40px auto;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .form {
        padding: 0;
        background: #ffffff;
    }

    .step-back {
        width: 100%;
        margin-left: 0;
    }

    .step-label {
        margin: 0;
    }

    .three-contain {
        flex-direction: column;
        align-items: center;
    }

    .three-success1 {
        display: none;
    }

    .three-success {
        display: block;
        width: 110px;
        margin: 40px auto 20px;
    }

    .three-text {
        text-align: center;
        width: 100%;
    }

    .remember {
        display: none;
    }

    .three-text div:first-child {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 40px;
    }

    .three-text div:last-child {
        font-size: 16px;
        color: #333333;
        margin-top: 8px;
    }

    .back-login {
        width: 100%;
        text-decoration: none;
        display: block;
        margin-bottom: 40px;
        color: #ffffff;
        background-color: #2C7EED;
        border: none;
        box-sizing: border-box;
        outline: 0;
        padding: 12px 20px;
        font-size: 14px;
        white-space: nowrap;
        border-radius: 5px;
    }

    .tips-contain {
        display: none;
    }

    footer {
        width: 80%;
        line-height: 1.5;
        text-align: center;
        margin: 0 auto;
        position: unset;
    }

    footer a {
        text-decoration: auto;
        color: black;
    }
}
