* {
    margin: 0;
    padding: 0;
}
body {
    /*background-image: url(bg.jpg);*/
}
.header-div {
    width: 100%;
    background-color: white;
}
.getBack .login-head{
    height: 79px;
    line-height: 79px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.getBack .login-head .login-head-content{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.getBack .login-head .login-head-left{
    float: left;
}
.getBack .login-head .login-head-left img{
    height: 60px;
    cursor: pointer;
}
.getBack .login-head .login-head-right{
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #0db5fb;
    margin-top: 19px;
    border: 1px solid #0db5fb;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.getBack .login-head .login-head-right .back-index{
    text-decoration: none;
    color: #0db5fb;
}
.header-div p {
    width: 1170px;
    margin: 0 auto;
    line-height: 30px;
    color: #646464;
}
.getBack {
    box-sizing: border-box;
    /*padding-top: 140px;*/
    /*background-color: #f5f5f5;*/
}
.web-logotype {
    width: 1170px;
    margin: 0 auto;
    padding: 30px;
}
.getBack-logo {
    width: 100px;
    height: 100px;
    margin-left: 230px;
    margin-bottom: 10px;
}
.trademark-copywriting {
    display: inline-block;
}
.web-name {
    font-size: 37px;
    color: #000;
    line-height: 30px;
}
.web-purpose {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}
.getBack-main-div {
    width: 552px;
    margin: 30px auto 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.25);
    height: 480px;
    position: relative;
    box-sizing: border-box;
    padding-top: 70px;
    border-radius: 5px;
}
.getBack-step {
    position: relative;
    top: 22px;
}
.getBack-step-line {
    width: 360px;
    margin-left: 90px;
    border-bottom: 1px dashed #dcdcdc;
}
.getBack-step-list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 371px;
    top: -30px;
    left: 90px;
}
.getBack-step-list li {
    text-align: center;
    display: inline-block;
    color: #777777;
}
.getBack-step-list li span {
    color: #ffffff;
    font-size: 26px;
    background-color: #dcdcdc;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 15px solid #ffffff;
    text-align: center;
    line-height: 28px;
}
.getBack-step-list li p {
    /* width: 70px;
    text-align: center; */
}
.getBack-step-list li.active span {
    background-color: #0db5fb;
}
.getBack-step-list li.active p {
    color: #0db5fb;
}
.getBack-form {
    margin-top: 105px;
}
.getBack-form-div {
    width: 371px;
    padding-left: 100px;
    height: 361px;
}
.form-input {
    width: 370px;
    height: 50px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    padding-left: 50px;
    font-size: 14px;
}
.form-input:focus {
    border: none;
}
.getBack-form-input,.verification-input {
    /*width: 370px;
    height: 51px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;*/
    width: 370px;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 50px;
    /*margin-left: 100px;*/
}
.verification-input .verification {
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    font-size: 14px;
    margin-right: 30px;
    vertical-align: top;
    padding-left: 12px;
    border-radius: 5px;
}
.icon-style:before {
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 28px;
    color: #dcdcdc;
}
.getBack-next-step {
    width: 370px;
    line-height: 50px;
    color: #ffffff;
    background-color: #0db5fb;
    box-shadow: 0px 0px 5px 0px #646464;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.getBack-submit-btn {
    width: 370px;
    line-height: 50px;
    color: #ffffff;
    background-color: #0db5fb;
    box-shadow: 0px 0px 5px 0px #646464;
    font-size: 20px;
    text-align: center;
    display: none;
    cursor: pointer;
}
.get-validate-btn {
    display: inline-block;
    width: 94px;
    text-align: center;
    background-color: #dcdcdc;
    line-height: 51px;
}
.get-back-btn {
    width: 69px;
    height: 113px;
    box-shadow: 0 0 5px 0 #646464;
    background-color: #0db5fb;
    position: absolute;
    top: 0;
    right: -100px;
    color: #ffffff;
    cursor: pointer;
}
.get-back-btn p {
    width: 44px;
    font-size: 18px;
    margin: 0 auto;
    padding: 25px 0px;
    letter-spacing: 4px;
    line-height: 35px;
}
.getBack-footer-div {
    width: 1170px;
    margin: 0 auto;
}
.login-bottom{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}
.footer-list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 25px 0 15px;
    font-size: 18px;
    color: #333333;
}
.footer-list li {
    display: inline-block;
}
.footer-list li i:before{
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 7px;
    color: #333333;
}
.footer-list li a {
    cursor: pointer;
    color: #818181;
    text-decoration: none;
}
.copyright {
    text-align: center;
    font-size: 14px;
    color: #818181;
}
#captcha-img {
    cursor: pointer;
}
.user-password {
    display: none;
}
.getBack-success {
    width: 1170px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px
    rgba(100, 100, 100, 0.25);
    height: 632px;
    position: relative;
    box-sizing: border-box;
    padding-top: 56px;
    padding-left: 320px;
    display: none;
}
.getBack-success .success-mark {
    padding-top: 210px;
    width: 530px;
    text-align: center;
}
.getBack-success .success-mark i:before {
    font-size: 60px;
    color: #0db5fb;
}
.getBack-success>p {
    width: 530px;
    text-align: center;
}
.address-title{
    width: 1170px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #646464;
    margin: 0 auto;
}
.address-title .to-link {
    color: #646464;
}
.to-link:hover {
    color: #114b2b;
}
#verification-code-input{
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    font-size: 14px;
    margin-right: 30px;
    vertical-align: top;
    padding-left: 12px;
    border-radius: 5px;
}
.send-verification{
    height: 34px;
    line-height: 34px;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: white;
    outline: none;
    background-color: #0db5fb;
}
.verificationCode{
    display: none;
}
.no-send-code{
    display: none;
}