.wrapper .el-breadcrumb {
  font-size: 1rem;
  line-height: 1.375;
  padding: 1.875rem 0 1.125rem;
}
.wrapper .el-breadcrumb .el-breadcrumb__inner {
  color: #fff;
}
.wrapper .el-breadcrumb .el-breadcrumb__inner a {
  color: #E3E3E3;
}
.download_box {
  padding: 35px 40px 35px;
  background-color: #F5FAFF;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 500px;
}
.download_box .download_box_title {
  font-size: 20px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 28px;
  padding: 0 10px 15px;
  text-align: left;
}
.download_table {
  border-collapse: collapse;
  border: 1px solid #CBCDD0;
}
.download_table td {
  text-align: center;
  color: #616B85;
  min-height: 40px;
  border: 1px solid #CBCDD0;
}
.download_table thead tr {
  background: #E4EFFE;
}
.download_table thead tr td {
  height: 40px;
}
.download_table tbody td div {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, SimSun;
  color: #333333;
  line-height: 23px;
}
.download_table tbody .time {
  color: #9B9B9B;
}
.download_table tbody .operation {
  text-align: center;
}
.download_table tbody .operation a {
  font-weight: 600;
  color: #3A5998;
}
.download_table tbody .operation .underline {
  text-decoration: underline;
}
.download_table tbody .operation .underline:hover {
  text-decoration: underline;
}
