.input-box {
  padding: 18px 0px;
}
.input-box label.error {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 30px;
  vertical-align: middle;
  color: #e4393c;
  background: url(/static/pc/client/images/error-ico.png) 8px 4px no-repeat #ffffff;
}
.input-box .info-label {
  margin-right: 10px;
}
.input-box .chose1 {
  display: inline-block;
  margin-right: 55px;
  position: relative;
}
.input-box .chose1 input[type="radio"] {
  margin-right: 10px;
}
.input-box .chose1 label:before {
  content: '';
  background: url(/static/enterprise/client/images/cent1.jpg) center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.input-box .chose1 .item-check:checked + label:before {
  content: '';
  background: url(/static/enterprise/client/images/cent2.jpg) center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.input-box input[type="text"] {
  padding: 8px 15px;
}
input[name="peopleUserNickName"],
input[name="peopleUserRealName"] {
  width: 340px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  background: #f2f5f7;
  border: none;
}
input[type="radio"] {
  display: none;
}
input[name="Year"],
input[name="Month"],
input[name="Day"] {
  width: 88px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  background: #f2f5f7;
  border: none;
  text-align: center;
}
.form-footer {
  margin-top: 48px;
  margin-left: 65px;
}
.form-footer a {
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.form-footer a:hover {
  color: #fff;
}
.form-footer .btn-summit {
  background: #ffa401;
  margin-right: 30px;
}
.form-footer .btn-cancel {
  background: #505762;
}
