@charset "utf-8";

.hd_zxdc li {
  padding: 25px 0;
  border-bottom: 1px #e5e5e5 solid;
  overflow: hidden;
}

.text {
  float: left;
  width: 75%;
  margin: 0 2.5%;
}

.text h4 {
  margin-bottom: 10px;
  font-weight: 500;
}

.state {
  float: left;
  padding: 5px 13px;
  color: #fff;
  text-align: center;
  background-color: #3885c6;
}

.end {
  background-color: #c3c3c3;
}

.btn {
  display: block;
  float: right;
}

.btn a {
  display: inline-block;
  color: #fff;
  padding: 5px 25px;
  border-radius: 5px;
  background-color: #3885c6;
  margin-top: 5px;
}

.hd_survey_title {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.hd_survey_title h1 {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  text-align: center;
  word-wrap: break-word;
  margin: 20px 0;
}

.hd_survey_time {
  margin-top: 12px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 23px;
}

.hd_survey_time span {
  margin-right: 20px;
}

.hd_form {
  margin-bottom: 25px;
  overflow: auto;
}

.hd_form div h5 {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: normal;
  text-indent: 10px;
  padding: 3px 0;
}

.hd_form div h5 span {
  color: red;
}

.hd_form div p {
  overflow: hidden;
  padding: 8px 0;
}

.hd_form div p>input {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 5px 0 0 20px;
}

.hd_form div p label {
  display: block;
  float: left;
  font-size: 16px;
  color: #828282;
  margin-left: 10px;
}

.hd_forms div p label {
  width: 50%;
}

.hd_form div p label input {
  margin-left: 10px;
}

.hd_form div p label img {
  height: 103px;
  margin-left: 10px;
}

.hd_yzm {
  text-align: center;
  margin-top: 8px;
}

.hd_yzm p {
  display: inline-block;
}

.hd_yzm input {
  display: inline-block;
  width: 250px;
  height: 30px;
  margin-right: 20px;
  padding: 0 8px;
}

.hd_yzm div {
  display: inline-block;
  width: 100px;
  height: 30px;
}

.hd_btn {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}

.hd_btn input {
  width: 120px;
  height: 34px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  outline: none;
  border: 0;
  background-color: #0099ff;
}

.hd_form div p {
  overflow: hidden;
}

.hd_form div p textarea {
  width: 100%;
  height: 160px;
  outline: none;
  resize: none;
  overflow: hidden;
}

.hd_form div p span {
  display: block;
  float: left;
  width: 30%;
  height: 10px;
  background-color: #ccc;
  margin-top: 6px;
}

.hd_form div p span i {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1a4d99;
  transition: all 0.4s linear;
}

.hd_form div p b {
  float: left;
  margin: 1px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .hd_zxdc li {
    padding: 20px 0;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .hd_survey_time span {
    display: block;
    margin: 0 auto;
  }

  .hd_yzm,
  .hd_btn {
    width: 100%;
  }

  .hd_yzm p {
    display: block;
    float: left;
  }

  .hd_yzm input {
    width: 40%;
    margin-right: 5px;
  }

  .hd_btn input {
    width: 80%;
    height: 40px;
  }

  .hd_form p {
    float: none;
  }

  .hd_form div p>input {
    margin: 5px 0 0 9px;
  }

  .hd_forms div p label {
    width: 80%;
  }

  .hd_form div p span {
    width: 50%;
    margin-left: 10px;
  }

  .hd_form div p textarea {
    width: 100%;
    margin: 0 auto;
  }
}