.right-content .download-content {
  padding-top: 25px;
  padding-bottom: 140px;
}
.right-content .download-content .table-list {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.right-content .download-content .table-list::-webkit-scrollbar {
  width: 0;
}
.right-content .download-content .table-content {
  min-width: 650px;
  position: relative;
}
.right-content .download-content .table-content .table-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.right-content .download-content .table-content .table-body {
  padding-top: 55px;
  max-height: 570px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.right-content .download-content .table-content .table-body::-webkit-scrollbar {
  width: 0;
}
.right-content .download-content table {
  width: 100%;
  border: 1px solid #d4d4d4;
}
.right-content .download-content table thead {
  background-color: #d9d9d9;
}
.right-content .download-content table thead tr {
  height: 55px;
}
.right-content .download-content table thead tr th {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e7e7e7;
}
.right-content .download-content table tr {
  height: 30px;
  padding-top: 10px;
}
.right-content .download-content table tbody tr {
  height: 45px;
}
.right-content .download-content table tbody tr td {
  text-align: center;
  font-size: 16px;
  color: #666;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e4e4e4;
}
.right-content .download-content table tbody tr td img {
  width: 30px;
}
.right-content .download-content table tbody tr td a {
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/icon/download.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: all 0.3s;
}
.right-content .download-content table tbody tr td a:hover {
  background-image: url('../images/icon/download-active.png');
}
@media (max-width: 1440px) {
  .right-content .download-content {
    padding-bottom: 120px;
  }
  .right-content .download-content table thead tr th {
    font-size: 16px;
  }
  .right-content .download-content table tbody tr td {
    font-size: 14px;
  }
  .right-content .download-content table tbody tr td img {
    width: 24px;
  }
  .right-content .download-content table tbody tr td a {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1080px) {
  .right-content .download-content {
    padding-bottom: 90px;
  }
}
