.header-container {
    display: block;
    width: 100%;
}

.header-center {
    display: block;
    width: 70%;
    margin: 10px auto;
}

#logo {
    width: 399px;
    height: 63px;
    background: url("../image/forget-pwd/eiduo-logo.png");
}

#cvearthlogo {
    width: 157px;
    height: 33px;
    background: url("../image/index/cvearth_color_logo.png") no-repeat;
    background-size: 100% 100%;
}

#xbylogo {
    width: 159px;
    height: 58px;
    background: url("https://i.loli.net/2021/10/15/ka5ZSPWbiVqIOtQ.png") no-repeat;
    background-size: 100% 100%;
}

.nav {
    background: #3bafda;
}

.nav ul {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.nav ul li {
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 16px;
}

.nav ul li {
    *display: inline;
}

.nav ul li:hover {
    background-color: #6ccaee
}

.nav ul li.one {
    background: #1797c7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F7eb9e5, endColorstr=#7F7eb9e5);
}

.container {
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 95px;
}

.container .form-center {
    display: block;
    width: 1000px;
    height: 100%;
    margin: 50px auto;

}

.tabs a {
    width: 230px;
    height: 38px;
    display: inline-block;
    margin-right: 20px;

}

.tabs a.auth0 {
    background: url("../image/forget-pwd/createcode_normal.png") no-repeat;
}

.tabs a.auth0.active {
    background: url("../image/forget-pwd/createcode_selected.png") no-repeat;
}

.tabs a.auth {
    background: url("../image/forget-pwd/verification_normal.png") no-repeat;
}

.tabs a.auth.active {
    background: url("../image/forget-pwd/verification_selected.png") no-repeat;
}

.tabs a.setPwd {
    background: url("../image/forget-pwd/setpassword_normal.png") no-repeat;
}

.tabs a.setPwd.active {
    background: url("../image/forget-pwd/setpassword_selected.png") no-repeat;
}

.step0 ul li,.step1 ul li, .step2 ul li {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.step0 ul li label,.step1 ul li label, .step2 ul li label {
    text-align: right;
    display: inline-block;
    width: 90px;
    font-size: 14px;
    color: #898a8a;
    font-weight: 400;
    position: relative;
    left:208px;
}


.step0 ul li input[type="text"] {
    text-indent: 10px;
    border: 1px solid #e0e0e0;
    height: 35px;
    width: 450px;
    box-shadow: 1px 1px 1px 1px #f5f5f5 inset;
    position: relative;
    left:276px;
}
.step0 ul li img{
    position: absolute;
    right: 275px;
    height: 100%;
}
.step1 ul li input[type="text"] {
    text-indent: 10px;
    border: 1px solid #e0e0e0;
    height: 35px;
    width: 280px;
    box-shadow: 1px 1px 1px 1px #f5f5f5 inset;
    position: relative;
    left:276px;
}

.step2 ul li input[type="password"] {
    text-indent: 10px;
    border: 1px solid #e0e0e0;
    height: 35px;
    width: 350px;
    box-shadow: 1px 1px 1px 1px #f5f5f5 inset;
    position: relative;
    left:276px;
}

.code_btn {
    display: inline-block;
    width: 100px;
    height: 37px;
    background: #3bafda;
    color: #ffffff;
    font-size: 12px;
    line-height: 34px;
    cursor: pointer;
    margin-top:0px;
    margin-left:273px;
    text-align: center;
    border: none ;
    position: relative;
    top:-1px;
}

.code_btn:hover {
    background: #6ccaee;
}

.code_btn.disableClick {
    background: #dddddd;
}

.step1 p, .step2 p {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 20px 30px;
    font-size: 12px;
    color: red
}

.btn-container {
    width: 100%;
}

.btn-container .nextStep, .btn-container .confirmChange {
    display: block;
    width: 40%;
    height: 40px;
    line-height: 40px;
    margin: 50px auto;
    color: #ffffff;
    background: #3bafda;
    border-radius: 6px;
    text-align: center;
}

.btn-container .nextStep:hover, .btn-container .confirmChange:hover {
    background: #6ccaee;
}


.step0 .tempcode {
    font-size:20px;
    text-align:center;
    line-height: 35px;
    width:100px;
    height: 35px;
    display: inline-block;
    background: #6ccaee;
    cursor: pointer;
    position: absolute;
    left: 627px;
    border-radius: 6px;
}
