.img-list[data-v-6121ce7e] {
  display: flex;
  flex-wrap: wrap;
}
.img-list .img[data-v-6121ce7e] {
  width: 5.20833vw;
  height: 5.20833vw;
  border-radius: 0.3125vw;
  margin: 0 1.04167vw 1.04167vw 0;
  position: relative;
}
.img-list .img:hover .close[data-v-6121ce7e] {
  display: block;
}
.img-list .img .close[data-v-6121ce7e] {
  position: absolute;
  right: -0.26042vw;
  top: 0.15625vw;
  background: #fa5151;
  color: #fff;
  width: 0.83333vw;
  height: 0.83333vw;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  display: none;
  transition: all 0.3s;
  line-height: 0.83333vw;
}
.img-list .img img[data-v-6121ce7e] {
  width: 100%;
  height: 100%;
}
