.topHeader {
  width: 100%;
  height: 80px;
  background: #fff;
  padding: 0px 15%;
  box-sizing: border-box;
  overflow: hidden;
}
.topHeader .icon {
  margin-top: 15px;
}
.topHeader .call {
  float: right;
  height: 80px;
  line-height: 80px;
}
.topHeader .call img {
  position: relative;
  top: 4px;
  left: -3px;
}

body, .footer {
  background: #eeeeee !important;
}

.centerContainer {
  width: 100%;
  box-sizing: border-box;
  padding: 26px 15% 0px;
}
.centerContainer .formBox {
  width: 100%;
  background: #FFFFFF;
  padding: 20px 30px;
}
.centerContainer .titleBox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #E5E5E5;
}
.centerContainer .form {
  width: 60%;
  margin: 50px auto;
}
.centerContainer .form .statesBar {
  width: 100%;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  position: relative;
}
.centerContainer .form .statesBar .bagde {
  position: absolute;
  display: inline-block;
  z-index: 3;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #ccc;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #FFFFFF;
  transform: translateY(-40%);
  left: 20%;
}
.centerContainer .form .statesBar .bagdeTwo,
.centerContainer .form .statesBar .statusTextTwo {
  left: 48%;
}
.centerContainer .form .statesBar .bagdeThree,
.centerContainer .form .statesBar .statusTextThree {
  left: 75%;
}
.centerContainer .form .statesBar .statusTextOne {
  left: 20%;
}
.centerContainer .form .statesBar .badgeActive {
  background: #cc0000;
  left: 20%;
}
.centerContainer .form .statesBar .statusText {
  display: block;
  text-align: center;
  position: absolute;
  top: 30px;
  font-size: 14px;
  color: #999;
  transform: translateX(-25%);
}
.centerContainer .form .statesBar .statesNow {
  width: 32%;
  background: #CC0000;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  transition: all 1s;
}
.centerContainer .form .step2 .statesNow {
  width: 64%;
}
.centerContainer .form .step2 .statusTextTwo {
  color: #CC0000;
}
.centerContainer .form .step2 .bagdeTwo {
  background: #CC0000;
}
.centerContainer .form .step3 .statesNow {
  width: 100%;
}
.centerContainer .form .step3 .statusTextThree,
.centerContainer .form .step3 .statusTextTwo {
  color: #CC0000;
}
.centerContainer .form .step3 .bagdeThree,
.centerContainer .form .step3 .bagdeTwo {
  background: #CC0000;
}
.centerContainer .form .formBox {
  width: 340px;
  margin: 80px auto 10px;
}
.centerContainer .form .formBox .single {
  margin-bottom: 18px;
  position: relative;
}
.centerContainer .form .formBox .single .confirmIcon {
  position: absolute;
  right: -65px;
  top: 35px;
  display: none;
}
.centerContainer .form .formBox label {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}
.centerContainer .form .formBox input {
  width: 100%;
  height: 45px;
  border: 1px solid #E5E5E5;
  text-indent: 12px;
  border-radius: 5px;
}
.centerContainer .form .formBox .inputBox {
  width: 100%;
  height: 45px;
  display: flex;
}
.centerContainer .form .formBox .inputBox input {
  flex-basis: 190px;
}
.centerContainer .form .formBox .inputBox .codeBox {
  flex-grow: 1;
  width: 0;
}
.centerContainer .form .formBox .inputBox .codeBox .code {
  width: 120px;
  height: 45px;
  border: 1px solid #e5e5e5;
  float: right;
}
.centerContainer .form .formBox .inputBox .codeBox .getPhoneCode {
  border: 1px solid #b20e01;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #b20e01;
  border-radius: 5px;
  cursor: pointer;
  background: #FFFFFF;
  outline: none;
}
.centerContainer .form .formBox .next {
  width: 140px;
  margin-top: 10px;
}
.centerContainer .form .formBox .next .myBtn {
  background: #CC0000;
}
.centerContainer .form .formBox .tipsBox {
  width: 100%;
  text-align: center;
}
.centerContainer .form .formBox .tipsBox .successTips {
  font-size: 24px;
}
.centerContainer .form .formBox .tipsBox .jump {
  font-size: 14px;
  margin-top: 20px;
}
.centerContainer .form .formBox .tipsBox .jump a {
  text-decoration: underline;
}
.centerContainer .form .stateTwo,
.centerContainer .form .stateThree {
  display: none;
}

/*# sourceMappingURL=findBackPsw.css.map */
