.form-title {
  font-size: 24px;
  border-bottom: 4px solid #333;
  padding: 20px;
}
.l-form-title {
  font-size: 24px;
  padding: 16px;
  color: #0084bf;
  background: #f8f8f8;
}
.field-content {
  padding: 20px 20px 40px 70px;
}
.field-content .filed-row {
  overflow: hidden;
  margin-top: 10px;
}
.field-content .filed-row .filed-input {
  float: left;
}
.field-content .filed-row .filed-input ~ .filed-input {
  margin-left: 90px;
}
.field-content .filed-row .filed-input .field-name {
  width: 115px;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 16px;
  text-align: right;
}
.field-content .filed-row .filed-input input {
  margin-left: 10px;
  padding-left: 10px;
  width: 350px;
  height: 50px;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  outline: none;
  vertical-align: middle;
}
.field-content .filed-row .filed-input input.middle {
  width: 670px;
}
.field-content .filed-row .filed-input input.large {
  width: 904px;
}
.btns-content {
  margin-top: 0px;
}
.btns-content.btn-center {
  text-align: center;
}
.btns-content.btn-left {
  padding-left: 200px;
}
.btns-content button {
  color: #fff;
  background-color: #1668C7;
  min-width: 170px;
  font-size: 16px;
  border-radius: 0;
  padding: 12px;
  border-color: transparent;
  outline: none;
}
.step-content {
  margin-top: 34px;
  overflow: hidden;
}
.step-content .step-fields {
  float: left;
  width: 100px;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  text-align: right;
}
.step-content .step-list {
  margin-left: 50px;
  float: left;
}
.step-content .step-list > ul > li {
  position: relative;
  display: flex;
  align-content: space-between;
}
.step-content .step-list > ul > li + li {
  margin-top: 30px;
}
.step-content .step-list > ul > li + li:before {
  position: absolute;
  left: 13px;
  top: -56px;
  content: '';
  width: 1px;
  height: 60px;
  background: #666666;
}
.step-content .step-list > ul > li.active .num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #3084c2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.step-content .step-list > ul > li.active:before {
  background: #3084c2;
}
.step-content .step-list > ul > li.active .step-info .step-name {
  font-size: 16px;
  color: #3084c2;
}
.step-content .step-list > ul > li .num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #666666;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.step-content .step-list > ul > li .step-info {
  margin-left: 14px;
}
.step-content .step-list > ul > li .step-info .step-name {
  font-size: 16px;
  color: #666666;
}
.step-content .step-list > ul > li .step-info .time-content {
  margin-top: 6px;
  color: #666666;
  font-size: 14px;
}
/*# sourceMappingURL=bianmin_search.css.map */