.center-flex[data-v-f2a09ed0] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-item-wrapper[data-v-f2a09ed0] {
  border: 1px solid #E7EEF0;
  border-radius: 8px;
}
.img-item-wrapper .item-wrapper[data-v-f2a09ed0] {
  position: relative;
  height: 100%;
}
.img-item-wrapper .item[data-v-f2a09ed0] {
  box-sizing: border-box;
  width: 126px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  min-height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-item-wrapper .item-img[data-v-f2a09ed0] {
  width: 100%;
  max-height: 94px;
  border-radius: 8px;
  overflow: hidden;
}
.img-item-wrapper .item-img[data-v-f2a09ed0] .van-image__img {
  max-width: 100% !important;
  border-radius: 8px;
}
.img-item-wrapper .item[data-v-f2a09ed0] .playAudio {
  width: 28px;
  height: 24px;
}
.img-item-wrapper .item-circle[data-v-f2a09ed0] {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: -6px;
  z-index: 2;
  transform: translateY(-50%);
  border: 1px solid #CFD2D5;
  background-color: #fff;
}
.img-item-wrapper .item-circle.isTrue[data-v-f2a09ed0] {
  width: 18px;
  height: 18px;
  right: -9px;
}
.img-item-wrapper .item-circle-img[data-v-f2a09ed0] {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-item-wrapper .item-circle-img.isTrue[data-v-f2a09ed0] {
  width: 12px;
}
