.img-list[data-v-3488ed6a] {
  display: flex;
  flex-wrap: wrap;
}
.img-list .img[data-v-3488ed6a] {
  width: 5.20833vw;
  height: 5.20833vw;
  border-radius: 0.3125vw;
  overflow: hidden;
  margin: 0 1.5625vw 1.04167vw 0;
  position: relative;
}
.img-list .img:hover .close[data-v-3488ed6a] {
  display: block;
}
.img-list .img .close[data-v-3488ed6a] {
  display: none;
  position: absolute;
  right: 0.15625vw;
  top: 0.15625vw;
  line-height: 0.83333vw;
  color: #fff;
  cursor: pointer;
}
.img-list .img img[data-v-3488ed6a] {
  width: 100%;
  height: 100%;
}
