.redcolor {
  color: #ff7878;
}
.forgetpwd-wrap {
  height: 600px;
  margin-top: 80px;
  padding-bottom: 60px;
  background-color: white;
}
.forgetpwd-title {
  padding: 50px 0px;
  text-align: center;
  font-size: 20px;
}
.forgetpwd-wrap .flow {
  overflow: hidden;
  width: 100%;
}
.forgetpwd-wrap .flow ul{
  display: flex;
  justify-content: center;
  width: 700px;
  margin: 0 auto;
}
.forgetpwd-wrap .flow ul li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forgetpwd-wrap .flowitem span {
  display: inline-block;
  color: #cef4e3;
}
.forgetpwd-wrap .flowitem {
  width: 200px;
  flex: none;
  margin-left: 0;
}
.forgetpwd-wrap .item-line {
  height: 5px;
  background-color: #cef4e3;
  flex: 1;
}
.forgetpwd-wrap span.item-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #cef4e3;
  color: white;
  border-radius: 50%;
  font-size: 20px;
}
.ul1 .currentitem span, .ul1 .completeitem span {
  background-color: #3ed48f;
  color: white;
}
.forgetpwd-wrap .flowitem:first-child .leftline, .forgetpwd-wrap .currentitem .leftline{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.forgetpwd-wrap .flowitem:last-child .rightline, .forgetpwd-wrap .currentitem .rightline {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ul2 .item-name {
  line-height: 40px;
}
.forgetpwd-wrap .currentitem span.item-name {
  color: #3ed48f;
}

.stepcontent {
  margin: 40px auto 40px 272px;
  padding-left: 145px;
  /* width: 600px;
  margin: 40px auto 0; */
}
#step2, #step3 {
  display: none;
}
#step3 p {
  width: 310px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
}
.stepcontent .wrap-item {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.stepcontent .input-wrap {
  position: relative;
  padding: 0 12px 0 2px;
  width: 310px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #a0a0a0;
  border-radius: 22px;
  display: flex;
  align-items: center;
}
.forgetpwd-wrap .verfiycode {
  width: 100px;
  height: 44px;
  padding-right: 10px;
  box-sizing: border-box;
}
.input-wrap span:first-child {
  display: inline-block;
  /*margin-right: 12px;*/
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.input-wrap input {
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 16px;
  color: #282828;
  padding: 0px 12px;
  height: 100%;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.vcode-wrap .input-wrap{
  padding: 0px;
  border: 0px;
}
.vcode-wrap input {
  width: 190px;
  margin-right: 20px;
  padding: 11px 20px;
  height: 44px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 22px;
  border: 1px solid #a0a0a0;
  outline: none;
}
.vcode-wrap img {
  display: inline-block;
  height: 44px;
  width: 100px;
}
.vcode-wrap .icon-success {
  right: 126px;
}
.icon-phone {
  background-image: url('../../images/zwybuy-images/icon-phone.png');
}
.input-wrap .icon-phone:before{
  display: none;
}
.icon-pwd {
  background-image: url('../../images/zwybuy-images/icon-pwd.png');
}
.icon-success {
  display: none;
  margin-left: 20px;
  content: url('../../images/zwybuy-images/icon-success.png');
}
.icon-inputwarn {
  display: none;
  content: url('../../images/zwybuy-images/icon-inputwarn.png');
  margin-left: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.icon-refresh {
  display: inline-block;
  content: url('../../images/zwybuy-images/icon-refresh.png');
  width: 16px;
  height: 16px;
  cursor: pointer;
}

input.code {
    padding-left: 20px;
}
span.btn-getcode, span.code-second{
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -1px;
  height: 44px;
  width: 120px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
}
.forgetpwd-wrap span.btn-getcode {
  display: inline-block;
  background-color: #ff7878;
  color: white;
  cursor: pointer;
}
.forgetpwd-wrap span.code-second {
  display: none;
  background-color: gray;
  color: white;
}
.prompt-input {
  border-color: #ff7878;
  border-style: solid;
  border-width: 1px;
}
.input_prompttxt {
  display: none;
  margin-left: 18px;
  font-size: 12px;
  color: #ff7878;
}
.input_prompttxt:before{
  content: '';
  background: url('../../images/zwybuy-images/icon-inputwarn.png') no-repeat;
  background-size: contain;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  float: left;
}
.forgetpwd-wrap .btn-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.forgetpwd-wrap .forgetpwd-prompt {
  position: absolute;
  top: -30px;
  text-align: center;
  display: block;
  width: 310px;
  line-height: 30px;
  font-size: 12px;
}
.forgetpwd-wrap .btn-next {
  display: inline-block;
  width: 310px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: white;
  background-color: #1FADF6;
  border: 0;
  border-radius: 22px;
  cursor: pointer;
  text-align: center;
}
#forgetpwd-login {
  background: linear-gradient(to bottom,  #ff7346 0%,#ff2188 100%);
}