@charset "utf-8";
/* 公共部分GLOBAL STYLES
-------------------------------------------------- */
/*登录*/
.main_wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.flow {
  overflow: hidden;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  border-top: 1px solid #eee;
}
.flag-currentpage {
  float: left;
  width: 138px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding-left: 20px;
  background: url('../images/login/icon-flag.png') no-repeat;
  color: white;
}
.flow ul{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.flow ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
}
.flow .flowitem-icon {
  display: inline-block;
  width: 187px;
  height: 27px;
  line-height: 27px;
  color: white;
}
.doneitem .flowitem-icon {
  background: url('../images/login/flowitem-done.png') no-repeat;
}
.currentitem .flowitem-icon {
  background: url('../images/login/flowitem-current.png') no-repeat;
}
.nextitem .flowitem-icon {
  background: url('../images/login/flowitem-next.png') no-repeat;
}
.flow .flowitem-name{
  margin-top: 4px;
  line-height: 12px;
  font-size: 12px;
  color: #d7d7d7;
}
.doneitem .flowitem-name {
  opacity: 0.5;
  color: #16B6E6;
}
.currentitem .flowitem-name {
  color: #16B6E6;
}


.redcolor {
  color: #ff7878;
}
.forgetpwd-wrap {
  height: 532px;
  padding-top: 64px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.forgetpwd-title {
  padding: 50px 0px;
  text-align: center;
  font-size: 20px;
}

.stepcontent {
  /* margin: 0px auto 40px 272px;
  padding-left: 145px; */
  width: 666px;
  margin: auto;
  transform: translateX(160px);
}
#step2, #step3 {
  display: none;
}
.stepcontent .wrap-item {
  padding-bottom: 20px;
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.stepcontent .input-wrap {
  position: relative;
  padding: 10px 0px 10px 12px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #D7E1EB;
  display: flex;
  align-items: center;
}

.input-wrap.inputwrap-focus {
  border: 1px solid #16B6E6;
  box-shadow: 0 2px 4px 0 rgba(22,182,230,0.40);
}
.input-wrap.inputwrap-focus i:before {
  color: #16B6E6;
}

.forgetpwd-wrap .verfiycode {
  width: 100px;
  height: 40px!important;
  /*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: 14px;
  color: #afafaf;
  padding: 0px 12px;
  height: 100%;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.vcode-wrapitem {
  display: flex;
}
.stepcontent .vcode-wrap, .stepcontent .code-wrap {
  width: 280px;
  margin-right: 20px;
  position: relative;
  display: flex;
}
.vcode-wrap .input-wrap, .code-wrap .input-wrap {
  width: 172px;
  margin-right: 8px;
}
.stepcontent .vcode-wrap input, .stepcontent .code-wrap input {
  height: 38px;
  width: 123px;
  flex: none;
  font-size: 14px;
}
/*.vcode-wrap .input-wrap{
  padding: 0px;
  border: 0px;
}*/
.vcode-wrap input {
  /*width: 190px;
  margin-right: 20px;
  padding: 11px 20px;*/
  /*height: 40px;
  width: 100%;
  font-size: 14px;*/
  /*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-success {
  display: none;
  margin-left: 20px;
  content: url('../images/login/icon-success.png');
}
.icon-inputwarn {
  display: none;
  content: url('../images/login/icon-inputwarn.png');
  margin-left: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.icon-refresh {
  display: inline-block;
  content: url('../images/login/icon-refresh.png');
  width: 20px;
  height: 20px;
  cursor: pointer;
}

span.btn-getcode, span.code-second{
  /*position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -1px;*/
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
}
.forgetpwd-wrap span.btn-getcode {
  display: inline-block;
  background-image: linear-gradient(90deg, #1DDEE0 0%, #16B6E6 100%);
  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/login/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: 280px;
  line-height: 30px;
  font-size: 12px;
}
.forgetpwd-wrap .btn-next {
  display: inline-block;
  width: 280px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: white;
  background-image: linear-gradient(90deg, #1DDEE0 0%, #16B6E6 100%);
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  text-align: center;
}

#step3 {
  font-size: 16px;
  color: #646464;
  line-height: 24px;
}
.success-wrap {
  width: 280px;
  text-align: center;
}
.success-txt {
  margin-top: 16px;
}
#forgetpwd-login {
  background-image: linear-gradient(90deg, #1DDEE0 0%, #16B6E6 100%);
  border-radius: 2px;
}