.wj-fillBlank .box {
  border: 1px solid #ededed;
  border-radius: 4px;
}
.wj-nps {
  padding-bottom: 0.25rem;
  font-size: 14px;
}
.wj-nps .score-list {
  width: 88%;
  margin: 0 auto;
}
.wj-nps .nps_item {
  border-radius: 0.02rem;
  background: #f4f4f4;
  display: inline-block;
  width: 8%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin-right: 0.03rem;
  color: #666;
}
.wj-nps .nps_item:hover {
  background: #1890ff;
  color: #fff;
}
.wj-nps .active {
  background: #1890ff;
  color: #fff;
}
.wj-nps .left_text {
  float: left;
  color: #999;
  margin-top: 0.1rem;
}
.wj-nps .right_text {
  float: right;
  color: #999;
  margin-right: 6%;
  margin-top: 0.1rem;
}
.wj-star {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.wj-star .text_group {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0;
  display: flex;
}
.wj-star .text_group .text_item_left {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  width: 15%;
}
.wj-star .text_group .text_item_right {
  text-align: left;
  white-space: nowrap;
  width: 15%;
}
.wj-required {
  color: red;
  margin-right: 3px;
}
.wj-question-title {
  color: rgb(102 102 102);
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
  line-height: 24px;
}
.wj-single .single_item {
  line-height: 30px;
  padding: 5px 20px;
  border: 0.01rem solid #f3f3f3;
  margin-bottom: 15px;
  border-radius: 4px;
  vertical-align: middle;
  color: #666;
}
.wj-single .single_item_active {
  background: #1890ff;
  border: 1px solid #7c9bb8;
  color: #fff;
}
.wj-multi .multi_item {
  line-height: 30px;
  padding: 5px 20px;
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
  color: #666;
}
.wj-multi .multi_item_active {
  background: #1890ff;
  border: 1px solid #1890ff;
  color: #fff;
}
.wj-multi .item_disable {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
