.question-switcher-wrapper[data-v-6a8f0572] {
  height: 44px;
  overflow: hidden;
}
.question-switcher-wrapper .scroll-wrapper[data-v-6a8f0572] {
  overflow-x: auto;
  overflow-y: hidden;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap[data-v-6a8f0572] {
  white-space: nowrap;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item[data-v-6a8f0572] {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #F3F7F8;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #CFD2D5;
  border: 1px solid #CFD2D5;
  transition-property: background-color, color, border-color;
  transition-duration: 0.2s, 0.2s, 0.2s;
  margin-bottom: 4px;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item-arrow[data-v-6a8f0572] {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-radius: 2px;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item-arrow.isChecked[data-v-6a8f0572] {
  border-top-color: #7263FF;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item.success[data-v-6a8f0572] {
  color: #67CF84;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item.cross[data-v-6a8f0572] {
  color: #F96D5F;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item.isChecked[data-v-6a8f0572] {
  background-color: #7263FF;
  color: #fff;
  border-color: #7263FF;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item.ellipse[data-v-6a8f0572] {
  width: 52px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item .result-icon[data-v-6a8f0572] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item .result-icon.success[data-v-6a8f0572] {
  background-color: #67CF84;
  font-size: 10px;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item .result-icon.cross[data-v-6a8f0572] {
  background-color: #F96D5F;
  font-size: 8px;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap .item .result-icon.isAlreadyFixed[data-v-6a8f0572] {
  width: auto;
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 12px;
  right: -24px;
  color: #fff;
}
.question-switcher-wrapper .scroll-wrapper .item-wrap li.item[data-v-6a8f0572]:not(:last-of-type) {
  margin-right: 28px;
}
.question-switcher-wrapper .scroll-wrapper[data-v-6a8f0572]::-webkit-scrollbar {
  display: none !important;
}
