.resetPwdBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg.png) no-repeat center center;
    background-size: cover;
}

.resetPwdContent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 600px;
}

.resetlogo {
    width: 127px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/logosm.png) no-repeat center center;
}

.resetPwdline {
    height: 1px;
    margin: 30px 0;
    background: url(../images/line.jpg) no-repeat center center;
}

#mobelNumber {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border-radius: 2px;
    margin-bottom: 30px;
    border: solid 1px #d4d4d4;
}

.resetPwdCodeBox,
.resetNewPwdBox {
    margin-bottom: 30px;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
    height: 30px;
    line-height: 30px;
}

.resetPwdCodeBox span {
    padding-left: 5px;
    margin-right: auto;
}

.resetPwdCodeBox button {
    margin-left: 10px;
    position: relative;
    border: 0;
    width: 15px;
    height: 15px;
    background: url(../images/erweima.png) no-repeat center center;
    margin: 7px;
    position: relative;
}

.mobelNumberTip {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.resetPwdCodeBox button::before,
.resetNewPwdBox button:before {
    content: '';
    width: 1px;
    background: #d4d4d4;
    position: absolute;
    left: -7px;
    height: 100%;
    top: 0;
}

.resetPwdCodeBox.success {
    background-color: #e7ffe5;
    border: solid 1px #5cb85c;
}

.codesuccess {
    color: #5cb85c;
    margin-right: auto;
    padding-left: 25px;
    background: url(../images/selected.png) no-repeat 5px center;
}

.codefaile {
    color: #fe4343;
    margin-right: auto;
    padding-left: 25px;
    background: url(../images/error.png) no-repeat 5px center;
}

.wxCodeBox {
    position: absolute;
    top: -40px;
    right: -210px;
    width: 175px;
    height: 175px;
    box-shadow: 0 3px 7px 3px #625f5f40;
    padding: 10px;
}

.codelogo {
    position: absolute;
    top: 75px;
    left: 75px;
}

#resetNewPwd {
    border: 0;
    flex: 1;
    padding-left: 5px;
    box-sizing: border-box;
    margin-right: auto;
}

.resetNewPwdBox button {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    border: 0;
    width: 15px;
    height: 15px;
    background: url(../images/yanjing1.png) no-repeat center center;
    margin: 7px;
    padding-left: 5px;
    position: relative;
    box-sizing: border-box;
}

.resetNewPwdBox button.on {
    background: url(../images/yanjing.png) no-repeat center center;
}

.resetPwdTip {
    position: absolute;
    top: -40px;
    right: -165px;
    width: 150px;
    height: 120px;
    background: white;
    box-shadow: 0 3px 7px 3px #625f5f40;
    padding: 10px 0;
    border-radius: 2px;
}

.resetPwdTip h3 {
    padding: 0 10px;
}

.resetPwdTip div {
    padding-left: 36px;
    background: url(../images/noselected.png) no-repeat 10px center;
    background-size: 16px;
}

.resetPwdTip div.on {
    background: url(../images/selected.png) no-repeat 10px center;
    background-size: 16px;
}

.resetPwdSybmitBtn {
    width: 100%;
    border: 0;
    height: 32px;
    line-height: 32px;
    background: #2a90fc;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.resetPwdSybmitBtn:hoevr {
    background: #6bb3ff;
}

.resetPwdSybmitBtn:active {
    background: #247cd8;
}

.goToLogin {
    color: #2a90fc;
}

.goToLogin:hover {
    color: #6bb3ff;
}

.goToLogin:active {
    color: #247cd8;
}

.notAllowClick {
    border: 0 !important;
    color: white !important;
    cursor: no-drop !important;
    background-color: #c3c3c3 !important;
}

.notAllowCheck {
    cursor: no-drop !important;
    color: #908f8f !important;
    background-color: #f7f7f7 !important;
}