.content {
  border: 0;
  border-top: 2px solid #efefef;
  padding: 30px 0 0;
}

.title-item {
  line-height: 60px;
  padding: 0 16px;
  font-size: 30px;
  margin-bottom: 30px;
}

.m-top {
  margin-top: 50px;
}

.form-item {
  padding-left: 160px;
  margin-bottom: 20px;
}

.form-item-label {
  width: 163px;
  font-size: 30px;
  line-height: 62px;
}

.form-item-val {
  height: 62px;
  line-height: 62px;
  font-size: 24px;
}

.m-100 {
  width: 100%;
}

.fileUploadBtn {
  background: none;
  border: 1px solid #a9a9a9;
  line-height: 64px;
  font-size: 29px;
  width: 180px;
  height: 64px;
  border-radius: 5px;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.file-upload-tip {
  font-size: 20px;
}

.btn-wrap {
  margin-bottom: 40px;
}

.btn {
  font-size: 29px;
  line-height: 64px;
  width: 180px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.required:before {
  font-size: 24px;
}