.file_type_box[data-v-7f04f2e2] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 25px;
}
.file_type_box .box[data-v-7f04f2e2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--bd-color-1);
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
}
.file_type_box .box .file_img[data-v-7f04f2e2] {
  margin-right: 10px;
  width: 120px;
  height: 84px;
}
.file_type_box .box .file_img img[data-v-7f04f2e2] {
  width: 100%;
  height: 100%;
}
.file_type_box .box .file_text .title[data-v-7f04f2e2] {
  color: var(--text-color9);
  font-weight: 600;
  padding-top: 8px;
}
.file_type_box .box .file_text .describe[data-v-7f04f2e2] {
  padding-top: 12px;
  color: var(--text-color10);
  display: flex;
  align-items: center;
}
.file_type_box .box .file_text .describe .count[data-v-7f04f2e2] {
  color: var(--text-color9);
}
.fall[data-v-7f04f2e2],
.goup[data-v-7f04f2e2] {
  height: 24px;
  line-height: 24px;
  padding: 5px 12px;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-left: 12px;
  border-radius: 39px;
}
.fall[data-v-7f04f2e2] {
  background-color: var(--fall-bg);
  color: var(--fall-color);
}
.goup[data-v-7f04f2e2] {
  background-color: var(--complete-bg);
  color: #1dbd4a;
}
.num[data-v-7f04f2e2] {
  padding-left: 6px;
}
