.uploadBox {
  padding: .53rem 0 1.41rem;
  display: flex;
  flex-wrap: wrap;
}

.uploadItem {
  width: 3.1rem;
  margin-right: .12rem;
}

.uploadItem:nth-child(5n) {
  margin-right: 0;
}

.uploadImg {
  width: 100%;
  height: 2.17rem;
  overflow: hidden;
  margin-bottom: .32rem;
}

.uploadTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
}

.uploadList {
  background: #F8F8F8;
}

.uploadListBox {
  padding: .31rem 0 .56rem;
  box-sizing: border-box;
}

.uploadTab {
  display: flex;
}

.uploadTabItem {
  width: 2.27rem;
  height: 0.6rem;
  background: #E0E0E0;
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .2rem;
}

.uploadTabItem.active {
  background: #0A2F60;
  color: #fff;
}

.list {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.listItem {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .4rem 0 .46rem;
  box-sizing: border-box;
  transition: all .3s;
  border-bottom: 0.01rem solid #E0E0E0;
  box-sizing: border-box;
}

.listItem:hover {
  background: rgb(29, 91, 173, .07);
}

.listItem a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}

.listItem img {
  width: .32rem;
}

.page {
  margin-top: .43rem;
}

.fileBox {
  padding: .54rem 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.fileItem {
  width: 4.6rem;
  height: 2.7rem;
  position: relative;
  margin-right: 1.1rem;
}

.fileItem:nth-child(3n) {
  margin-right: 0;
}

.filTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  position: absolute;
  left: .6rem;
  top: 50%;
  transform: translateY(-50%);
}