
.img-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
}

.img-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

.img-item-pic {
  width: 100%;
  height: 100%;
}

.img-item-close {
  display: flex;
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
}

.hint-view {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hint-text {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: white;
  font-size: 14px;
}

.hint-view progress {
  position: absolute;
  bottom: 0px;
  width: 100%;
}


.default-item {
  background-color: #EEEEEE;
}

.default-item image {
  width: 28px;
  height: 28px;
  margin-top: 24px;
}

.default-hint-view {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px; 
  color: #C7C7C7;
  margin-top: 12px;
}
