.queens-play-audio[data-v-33d63f98] {
  margin-bottom: 30px;
  padding-left: calc(50% - 22px);
}
.content[data-v-33d63f98] {
  display: block;
  counter-reset: sectioncounter;
}
.content li[data-v-33d63f98] {
  position: relative;
  float: left;
  width: 30%;
  margin: 0px 1.66% 12px;
}
.content li[data-v-33d63f98] img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0px !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.content li[data-v-33d63f98]::before {
  content: counter(sectioncounter);
  counter-increment: sectioncounter;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #7263FF;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
.content li[data-v-33d63f98]::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50% 50% 0% 50%;
}
.letter-fill-box[data-v-33d63f98] {
  clear: both;
  text-align: center;
  line-height: 45px;
  font-size: 31px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #21001C;
}
.letter-fill-box[data-v-33d63f98] .letterFill {
  width: 44px;
  height: 44px;
  margin: 0px 5px 10px;
  border-radius: 8px;
  border: 1px solid #CFD2D5;
  text-align: center;
}
.letter-fill-box[data-v-33d63f98] .letterFill:focus {
  color: #7263FF;
  border-color: #7263FF;
}
.letter-fill-box[data-v-33d63f98] .wrong:disabled {
  background-color: transparent;
  color: #FE6B00;
  border-color: #FE6B00;
  opacity: 1;
}
.letter-fill-box[data-v-33d63f98] .right:disabled {
  background-color: transparent;
  color: #67CF84;
  border-color: #67CF84;
  opacity: 1;
}
