.time {
  margin-bottom: 0.28rem;
  font-size: 0.24rem;
  font-weight: 400;
  text-align: left;
  color: #8c9198;
}

.file-box {
  padding: 0.32rem;
  box-sizing: border-box;
}

.file-item {
  width: 100%;
  border-bottom: 0.01rem solid #eeeeee;
}

.file-item-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.28rem;
  font-weight: 500;
  text-align: left;
  color: #06121e;
}

.file_item_img {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  margin: 0 0.2rem 0 0;
}

.file-item-bottom img {
  width: 100%;
}

.pic {
  width:100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.file_item_icon {
  width: 1.44rem;
  height: 1.44rem;
  margin: 0 0.2rem 0.2rem 0;
  overflow: hidden;
}

.file_item_icon:nth-child(4n) {
  margin-right: 0;
}

.file_item_icon img {
  width: 100%;
}

.video {
  display: flex;
  align-items: center;
  position: relative;
  width: 1.44rem;
  height: 1.44rem;
   margin-right: 0.28rem;
}

.file-item-bottom .video .videoImg {
  width: 1.44rem;
  height: 1.44rem
}

.blackPop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
}

.blackPop img {
  width: 0.5rem;
  height: 0.5rem;
}