@charset "UTF-8";
/**!
 * 问卷调查详情页
 * author: hhj
 * date:2021-11-17
 */
.main-content {
  margin-top: 10px;
  padding: 20px 60px 20px 60px;
  border: 1px solid #cecdcd;
  background-color: #fff;
}

.question-tt {
  text-align: center;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  color: #3f4450;
  font-weight: bold;
}

.ask-bar {
  margin-top: 27px;
  padding-bottom: 15px;
}

.ask-sel {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 5px;
}

.ask-tt {
  line-height: 28px;
  font-size: 20px;
  color: #333;
}

.ask-con {
  margin: 20px 0 0 34px;
}

.ask-text {
  display: inline-block;
  max-width: 100%;
  line-height: 27px;
  font-size: 20px;
  color: #333;
  padding-left: 27px;
  background: url("../images/radio.png") left center no-repeat;
  box-sizing: border-box;
  cursor: pointer;
}

.ask-con.active .ask-text {
  background-image: url("../images/radioh.png");
}

.btn-cont {
  margin-top: 35px;
  text-align: center;
  font-size: 0;
}

.result-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  line-height: 58px;
}

.result {
  font-size: 20px;
  color: #2097f8;
}

.reset {
  display: inline-block;
  vertical-align: top;
  width: 188px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 22px;
  margin: 10px 20px;
  background: #d3dae7;
  border-radius: 15px;
}

.submit {
  display: inline-block;
  vertical-align: top;
  width: 188px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 22px;
  margin: 10px 20px;
  border-radius: 15px;
  background: #76b0ff;
  background: -webkit-linear-gradient(top, #76b0ff 0%, #688ff3 100%);
}

.submit > i {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  background: url("../images/icon_submit.png") center center no-repeat;
  margin: 17px 9px 0 0;
}

@media (max-width: 768px) {
  .main-content {
    padding: 20px;
  }
}

@media (max-width: 620px) {
  .result-box {
    display: block;
    line-height: 30px;
    height: 30px;
  }
}
