#joinApply {
  text-align: center;
  padding-top: 1.00rem;
  min-height: calc(100vh - 4rem);
  box-sizing: border-box;
  overflow: hidden;
}
#joinApply .title {
  position: relative;
  display: inline-block;
  font-size: .35rem;
  color: #333;
  text-align: center;
  letter-spacing: .10rem;
  margin-left: 0;
}
#joinApply .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -.75rem;
  width: .50rem;
  height: .01rem;
  background: #333;
  transform: translateY(-50%);
}
#joinApply .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -.75rem;
  width: .50rem;
  height: .01rem;
  background: #333;
  transform: translateY(-50%);
}

#joinApply .form-wrap {
  width: 6.00rem;
  margin: .90rem auto 1.00rem;
}
#joinApply .form-wrap .el-form-item__content {
  text-align: left;
}
#joinApply .form-wrap .el-form-item {
  text-align: center;
  margin-bottom: .40rem;
}
#joinApply .form-wrap .el-form-item__label {
  float: none;
  display: inline-block;
}
#joinApply .form-wrap .el-form-item__content {
  display: inline-block;
}
#joinApply .form-wrap .submit-button {
  width: 4.70rem;
  height: .43rem;
  line-height: .43rem;
  font-size: .16rem;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: .10rem;
  outline: none;
  padding: 0;
}