@charset "UTF-8";
.wrapper-common-detail .container-1200 {
  padding: 0 20px;
  background: #fff;
}
.wrapper-wsdc-result {
  /* background-color: #f4f4f4; */
}
.wrapper-wsdc-result .container-1245 {
  padding: 0 20px 50px;
  background: #fff;
}
.hdjl {
}
.hd_zxdc {
  margin-bottom: 30px;
  padding: 10px 0;
}
.hd_zxdc li {
  padding: 0 10px;
}
.hd_zxdc li:nth-child(5),
.hd_zxdc li:nth-child(10) {
  border-bottom: 1px dashed #999;
}
.hd_zxdc li:hover a {
  color: #20528f;
}
.hd_zxdc li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 21px 10px 21px 16px;
  color: #333;
  font-size: 18px;
}
.hd_zxdc li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #2760b7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
}
.hd_zxdc li span {
  font-size: 16px;
  float: right;
  color: #777777;
  padding-top: 22px;
}
.text {
  float: left;
  width: 75%;
  margin: 0 2.5%;
}
.text p {
  color: #949494;
  font-size: 14px;
  padding-top: 3px;
}
.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;
  /* font-weight: 500; */
  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;
  text-align: center;
}
.hd_survey_time > span {
  margin-right: 20px;
}
.hd_survey_time p {
  text-indent: 2em;
  font-size: 16px;
  text-align: left;
}
.hd_form {
  overflow: auto;
}
.hd_form > div {
  margin-bottom: 20px;
}
.hd_form div h5 {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: normal;
  text-indent: 10px;
  padding: 3px 0;
  background: url(../images/hdjl/pageTitle1.gif) repeat;
}
.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;
}
.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 textarea {
  width: 40%;
  height: 160px;
  outline: none;
  resize: none;
  margin-left: 20px;
}

.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;
  }
}
