
.question {
  position: relative
}

.question .index {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 16px;
  left: 20px;
  top: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #3EA5F5 0%, #108DEF 100%);
  border-radius: 0px 4px 4px 4px;
}

.questionslist>.question {
  padding: 16px;
  padding-left: 45px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(45, 91, 127, 0.06);
  border-radius: 4px;
}

.question+.question {
  margin-top: 20px;
}

.question .question {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 25px;
  border-top: 1px solid rgba(238, 238, 238, 1);
}

.question .question .index {
  left: 0;
  top: 24px;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  color: rgba(16, 141, 239, 1);
}

.questionname {
  font-size: 16px;
  font-weight: 700;
}

.chooselist {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.submitmaterial {
  display: none;
}

.boxtip {
margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 506px;
  height: 30px;
  line-height: 28px;
  color: rgba(16, 141, 239, 1);
  background: rgba(16, 141, 239, 0.08);
  border: 1px solid rgba(16, 141, 239, 0.12);
  border-radius: 2px;
}

.tools {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}


.tools .btn {
  display: inline-block;
  width: 112px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #108DEF;
  border-radius: 4px;
  font-size: 16px;
  color: #108DEF;
}

.tools .btn:hover {
  opacity: 0.8;
}

.tools .btn.return {
  width: 120px;
  color: #fff;
  background: #108DEF;
  border: 1px solid #108DEF;
  border-radius: 4px;
}
.tools .btn.submit {
  width: 120px;
  color: #fff;
  background: #108DEF;
  border: 1px solid #108DEF;
  border-radius: 4px;
}