.container{
    width:100%;
    max-width:1920px;
    margin:auto;
    background:url(../images/bg.jpg) no-repeat center top rgb(39,46,54);
    height: 680px;
    padding-top: 300px;
}

.reset-container {
    margin: auto;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    width: 340px;
    height: 496px;
    padding: 0 30px;
    position: relative;
}

.reset-container h3 {
    line-height: 58px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    text-align: center;
    margin-bottom: 65px;
    width: 100%;
}
.reset-container h3 a{
    position: relative;
    margin:0 16px;
    display: block;
    /* float:left; */
    cursor: pointer;
    letter-spacing: 2px;
    color: #3e3e3e;
    font-size: 16px;
}
.reset-container h3 a.active{
    font-weight: bold;
    color: #3e3e3e;
    font-size: 20px;
    /* display: inline; */
}
.reset-container h3 a.active:after {
    content: "";
    display: block;
    width: 41px;
    height: 10px;
    background-color: #3292ff;
    border-radius: 5px;
    bottom: -5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.reset-container h3:after {
    content: "";
    display: table;
    clear: both;
}

.reset-container .reset-li{
    display: none;
}
.reset-container .reset-li:first-child{
    display: block;
}
.reset-container .input-div {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 23px;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}

.reset-container .input-div input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #888888;
    float: left;
    background-color: #f6f6f6;
}

.reset-container .input-div-con .input-div input {
    width: 164px;
}
.reset-container .input-div-con .input-div a{
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #888888;
    float: right;
    background-color: #f6f6f6;
    width: 100px;
    margin-top: 10px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    text-align: left;
    cursor: pointer;
}
.reset-container .input-div span {
    float: left;
    width: 90px;
    text-indent: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    display: none;
}

.reset-container .input-div-warning {
    width: 100%;
    margin: 0 auto 1px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ff8787;
    clear: both;
    text-indent: 12px;
}

.reset-container .input-div-warning span {
    background: url(../images/jg.png) no-repeat 8px center;
    padding-left: 0;
    text-indent: 30px;
    display: none;
}

.reset-container .input-div-con {
    height: 75px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.reset-container .input-div-con .code-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 118px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #eeeeee;
    cursor: pointer;
}

.reset-container .input-div-con .code-img img {
    width: 100%;
    height: 100%;
}

.reset-container .input-div-con .input-div {
    width: 100%;
}

.reset-container .next-btn{
    width: 340px;
    height: 50px;
    background-color: #3292ff;
    border-radius: 25px;
    font-size: 20px;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 70px;
}

.reset-container .register-info {
    width: 300px;
    margin:0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #383838;
    text-align: center;
}
.reset-container .register-info a{
    color:#3292ff;
}

.reset-container.has-done h3{
    display: none;
}

.sucess-con{
    padding-top: 145px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.sucess-con img{
    display: inline;
}
