.identify-wrap{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  background: #fff;
  overflow: hidden;
}
.identify-head{
  position: relative;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  text-align: center;
}
.identify-head .return-icon{
  width: 16px;
  height: 16px;
  /* background-size: cover; */
  position: absolute;
  left: 15px;
  top: 50%;
  /* background: url('../images/i1.png') center no-repeat; */
  background-image: url('../images/i1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -8px;
}
.identify-head .head-title{
  font-weight:500;
}
.validate-tip{
  text-align: center;
  line-height: 32px;
  background: rgba(254,252,240,1);
  color: #F4A527;
}
.validate-tip.warnning{
  background: #FFF1F0;
  color: #EE4E46;
}
.display-none{
  display: none;
}
.validate-input-container{
  padding: 0 15px;
}
.validate-input-container.pwd-input-container{
  display: none;
}
.validate-input-container .validate-input{
  border-bottom: 1px solid #EBEBEB;
  line-height: 60px;
  display: flex;
}
.validate-input-container .validate-input .input-label{
  width: 80px;
  text-align: right;
  font-weight:400;
  color:rgba(17,17,17,1);
  margin-right: 10px;
}
.validate-input-container .validate-input .input{
  border: none;
  flex-grow: 1;
  font-size: 14px;
  outline: none;
  background: #fff;
}
.validate-input-container .validate-input.code {
  align-items: center;
}
.validate-input-container .validate-input.code img {
  height: 32px;
}
.input-error-tip{
  color: #f00;
  padding: 0 15px;
  margin-top: 10px;
}
.btn-container{
  margin-top: 20px;
  padding: 0 15px;
}
.btn-container .btn-next{
  display: block;
  background: #05C1AE;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.btn-container .btn-next.disabled{
  background: #B4ECE6;
}