.gk-question-wrapper {
  background-color: #fff;
  padding: 0px 44px 0px 57px;
  box-sizing: border-box;
}

.gk-question-wrapper .gk-question-item {
  line-height: 33px;
  letter-spacing: 0px;
  color: #131313;
  padding-bottom: 23px;
  box-sizing: border-box;
}

.gk-question-wrapper .gk-question-item .gk-question-item-answer-wrapper {
  margin-top: 20px;
}

.gk-question-wrapper .gk-question-item .gk-question-item-answer-wrapper-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.gk-question-wrapper .gk-question-item .gk-question-item-answer-wrapper-item-checked {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #525050;
  margin-right: 10px;
}

.gk-question-wrapper .gk-question-item .gk-question-item-answer-wrapper-item-active::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(https://zw.gwy.com/image/zhiwei/select.png) no-repeat 100%/100%;
  position: absolute;
  left: 3px;
}

.gk-question-wrapper .gk-answer-analysis-wrapper-answer {
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  cursor: pointer;
}

.gk-question-wrapper .gk-answer-analysis-wrapper-box {
  background-color: #ffffff;
  box-shadow: 3px 4px 24px 0px rgba(167, 160, 160, 0.23);
  padding-top: 34px;
  box-sizing: border-box;
  border-radius: 5px;
}

.gk-question-wrapper .gk-answer-analysis-wrapper-box .gk-answer-analysis {
  width: 704px;
  border: solid 1px #ff6600;
  padding: 30px 32px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0px auto;
}

.gk-question-wrapper .gk-answer-analysis-wrapper-box .gk-answer-analysis-item {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  margin-bottom: 50px;
  letter-spacing: 0px;
  color: #131313;
}

.gk-question-wrapper .gk-answer-analysis-wrapper-box .gk-answer-analysis-item-top {
  font-size: 18px;
  color: #ffffff;
  background-color: #ff6600;
  padding: 14px 13px 13px 16px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 13px;
}

.gk-question-wrapper .gk-answer-analysis-wrapper-box .gk-answer-analysis-item-content {
  font-stretch: normal;
  line-height: 30px;
  color: #131313;
}

.gk-question-wrapper .hide {
  display: none;
}

.gk-question-wrapper p{
  display: inline-block
}

.togegtClass{
    color: #F96203;
}
.tiku_options:hover{
    cursor: pointer;
}