.page[data-v-1b4f85c0] {
  width: 100%;
  height: 100vh;
  background: #f1f1f1;
  padding: 1rem 0.75rem;
  box-sizing: border-box;
}
.page .header[data-v-1b4f85c0] {
  width: 100%;
  height: 11.08rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .header .sign[data-v-1b4f85c0] {
  width: 6.67rem;
  height: 6.67rem;
  background: rgba(73, 185, 173, 0.5);
  box-shadow: 0rem 0rem 0.58rem 0rem rgba(0, 0, 0, 0.0916);
  border: 0.17rem solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .content[data-v-1b4f85c0] {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 1.42rem;
  box-sizing: border-box;
}
.page .content .list[data-v-1b4f85c0] {
  display: flex;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.page .content .list .left[data-v-1b4f85c0] {
  color: #92A2A2;
  width: 5rem;
}
.page .content .list .right[data-v-1b4f85c0] {
  color: #2B2B2B;
  flex: 1;
}
.page .content .list .right .img[data-v-1b4f85c0]:nth-child(even) {
  margin-left: 6px;
}
.page .content .fileList[data-v-1b4f85c0] {
  color: #4f4a4a;
  line-height: 1.3rem;
}
.page .content .fileList > span[data-v-1b4f85c0] {
  display: inline-block;
  text-decoration: underline;
  color: rgb(25, 137, 250);
}
