.forget-container {
  background: #F8F9FD;
  padding: 48px 0;
}
.forget-container .forget-content {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  height: 696px;
  padding-top: 50px;
}
.forget-container .forget-content .fp-step {
  width: 750px;
  height: 84px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.forget-container .forget-content .fp-step .step-item {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.forget-container .forget-content .fp-step .step-item img {
  display: block;
}
.forget-container .forget-content .fp-step .step-item.active {
  background: #E8F2F9;
}
.forget-container .forget-content .fp-step .step-item .text {
  position: absolute;
  width: 100px;
  height: 24px;
  top: 100px;
  left: -10px;
  font-size: 16px;
  color: #576C85;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-container .forget-content .fp-step .step-item .text span {
  font-size: 22px;
  font-style: italic;
  margin-right: 9px;
}
.forget-container .forget-content .fp-step .step-line {
  width: 249px;
  border-bottom: 1px solid #E2E4E7;
  height: 0;
}
.forget-container .forget-content .btn-forget-submit, .forget-container .forget-content .btn-forget-home {
  display: block;
  width: 365px;
  height: 48px;
  background: #4860D3;
  color: #FFF;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
}
.forget-container .forget-content .btn-forget-submit:hover, .forget-container .forget-content .btn-forget-home:hover {
  background: #354cbc;
  color: #fff;
}
.forget-container .forget-content .btn-forget-home {
  background: #91a0e5;
}
.forget-container .forget-content .btn-forget-home:hover {
  background: #8292de;
  color: #fff;
}

.forget-form {
  width: 450px;
  margin: 0 auto;
  padding-top: 90px;
}
.forget-form .form-item {
  display: flex;
}
.forget-form .form-item .form-item-left {
  width: 85px;
  font-size: 16px;
  line-height: 48px;
  text-align: right;
  padding-right: 20px;
}
.forget-form .form-item .form-item-right {
  width: 365px;
  min-height: 78px;
}
.forget-form .form-item .form-item-right .forget-input {
  width: 365px;
  height: 48px;
}
.forget-form .form-item .form-item-right .forget-err-message {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 12px;
  color: #F96239;
}
.forget-form .form-item .form-item-right .forget-err-message i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/member/icon_message.png);
  margin-right: 5px;
}
.forget-form .form-item .form-item-right .forget-check {
  display: flex;
  height: 48px;
  justify-content: space-between;
}
.forget-form .form-item .form-item-right .forget-check .forget-input {
  width: 216px;
}
.forget-form .form-item .form-item-right .forget-check .check-img {
  width: 137px;
  height: 48px;
}
.forget-form .form-item .form-item-right .forget-check .check-img img {
  width: 137px;
  height: 48px;
}
.forget-form .form-item .form-item-right .forget-check .forget-btn-code {
  display: block;
  width: 137px;
  height: 48px;
  background: rgba(72, 96, 211, 0.6);
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
}
.forget-form .forget-type {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.forget-form .forget-type .type-item {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.forget-form .forget-type .type-item i {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #BAC3D5;
  border-radius: 50%;
  margin-right: 10px;
}
.forget-form .forget-type .type-item i.cur {
  border: 5px solid #4860D3;
}

.forget-submit {
  padding-left: 85px;
}

.forget-success {
  width: 365px;
  margin: 0 auto;
  padding-top: 120px;
}
.forget-success aside {
  font-size: 18px;
  color: #FF4F51;
  font-weight: bold;
  line-height: 36px;
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
.forget-success aside i {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/member/fp_success.png);
  margin-right: 10px;
}

.to-member {
  padding: 15px 0;
}
