.erp_user_banner {
  height: 100px;
  padding-top: 50px;
}
.erp_user_banner h2 {
  font-size: 18px;
  border: 1px solid #fff;
  color: #fff;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
}
.user_info {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.user_info {
  text-align: center;
}
.user_info li {
  display: inline-block;
  margin-bottom: 28px;
  position: relative;
  padding-left: 54px;
  width: 70%;
}
.user_info li i {
  position: absolute;
  top: 0;
  left: 0;
}
.user_info li input {
  float: left;
  height: 54px;
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}
.user_info li.erp_user_icon_05 .get_code {
  display: block;
  width: 88px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 5px;
  background: #3386c8;
  font-size: 14px;
}
.user_info .apply_btn {
  display: block;
  width: 70%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #3386c8;
  font-size: 14px;
  margin: 0 auto;
}
.apply_pop {
  width: 80%;
  top: 26%;
  left: 10%;
  margin-left: 0;
  margin-top: 0;
  padding: 20px 0;
}
.apply_pop.apply_success p,.apply_pop p {
  width: 80%;
}