#content {
  width: 1200px;
  margin: 0 auto 110px;
}

.main-title {
  margin-top: 30px;
  width: 232px;
  font-size: 24px;
  font-weight: 700;
  color: #314659;
}

.form-content>.inner-top>div {
  float: left;
  margin: 0 10px 0 0;
}

.form-content>.inner-top .input {
  padding-left: 5px;
  margin: 10px 0 32px;
  width: 500px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.form-content>.inner-top select.input {
  padding-left: 5px;
  margin: 10px 0 32px;
  width: 500px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.label {
  font-size: 14px;
  font-weight: 700;
}

.require::before {
  content: '* ';
  color: #fd553a;
}

select.area {
  padding-left: 5px;
  margin: 10px 0 32px;
  width: 250px;
  height: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.upload {
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #999;
}

.upload-input {
  position: absolute;
  opacity: 0;
  outline: 0;
}

.goodness {
  margin-top: 10px;
  width: 1024px;
  height: 210px;
  padding: 5px;
  resize: none;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.submit-btn {
  margin: 40px auto 0;
}

.submit-btn.disabled {
  background: #999;
}

.submit-btn.disabled:hover {
  cursor: not-allowed;
}

.submit-btn:hover {
  cursor: pointer;
}

.msg.error {
  display: none;
}

input.error,
label.error,
select.error,
textarea.error {
  border: red 1px solid!important;
  outline: 0;
}

p.error {
  color: red;
}

.clear-float {
  clear: both;
}