.haoma_index li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6cab0;
}

.haoma_index li:last-child {
  border: none;
}

.haoma_index li .left {
  width: 80%;
}

.haoma_index li .left .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.haoma_index li a {
  padding: 0 5px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ff946d;
  border-radius: 3px;
  text-align: center;
  color: #ff946d;
}

.form_one {
  margin: 0 0 10px;
}

.form_one .selectBox select,
.form_one .selectBox select option {
  min-width: 50px;
  width: 50px;
}