.reset-password {
  width: 860px;
  background-color: #fff;
  margin: 115px auto;
  padding: 41px 170px;
  box-sizing: border-box;
}
.reset-logo {
  width: 234px;
  height: 52px;
  display: block;
  margin: 0 auto 41px;
}
/* 验证手机 */
.mobile-validate {
  margin-bottom: 45px;
}
.reset-password h5 {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color: #1C1C1C;
  margin-bottom: 41px;
}
.reset-password .layui-btn {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
}
.reset-password .next-step {
  width: 100%;
  font-size: 16px;
  background-color: #D91900;
}
.reset-password .have-account {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #545454;
}
.reset-password .have-account span {
  cursor: pointer;
  color: #D91900;
}
.reset-password .password-label {
  font-size: 15px;
  line-height: 20px;
  color: #666;
  margin-bottom: 8px;
}
.reset-password .layui-form-item {
  background-color: #F5F5F5;
  border-radius: 6px;
  margin-bottom: 17px;
}
.reset-password .special-item {
  background-color: transparent;
}
.reset-password .layui-input {
  border: none;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
}
.reset-password .layui-col-md2 {
  height: 40px;
  line-height: 40px;
}
.reset-password .icon-eye {
  display: none;
  cursor: pointer;
}
.reset-password .icon-eye-close {
  cursor: pointer;
}
.reset-password .layui-form {
  margin-bottom: 24px;
}
.mobile-validate .mobile-label {
  font-size: 15px;
  line-height: 20px;
  color: #666;
  margin-bottom: 8px;
}
.mobile-validate .reset-code-btn {
  width: 100%;
  background-color: #333;
}
.mobile-validate .layui-form {
  margin-bottom: 46px;
}
.mobile-validate .layui-form-item {
  margin-bottom: 20px;
}
.mobile-validate .layui-input {
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 6px;
}
/* 修改成功 */
.reset-success {
  display: none;
  margin: 242px 0;
  text-align: center;
}
.reset-success .icon-success {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 22px;
}
.reset-success h5 {
  font-size: 24px;
  line-height: 33px;
  color: #253746;
  margin-bottom: 12px;
}
.reset-success p {
  font-size: 14px;
  line-height: 19px;
  color: #253746;
  margin-bottom: 28px;
}
.reset-success .layui-btn {

  width: 160px;
  height: 42px;
  line-height: 42px;
}

.reset-success .reset-login {
	  background-color: #D91900;
	
}