.user_info {
  background-color: #fff;
}
.user_info .form-box {
  padding: 20px 48px;
  min-height: 530px;
}
.user_info .form-box .form-item .form-label {
  text-align: justify;
}
.user_info .head-photo-box {
  padding: 20px 0px;
}
.user_info .head-photo-box .upload-head-photo {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: 100px;
  background: #fcfcfc;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #aaa;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.user_info .head-photo-box input {
  display: none;
}
.user_info .head-photo-box .progress {
  display: none;
  position: absolute;
  top: 0px;
  text-align: center;
  line-height: 115px;
  width: 100%;
}
