* {
  box-sizing: border-box;
}
.software-table {
  width:100%;
  font-size: 14px;
  color: #333333;
  border-radius: 4px;
  background-color: #dfe7f1;
  overflow: hidden;
margin-top:42px;
}
.software-table .bg {
  width: 100%;
  height: 10px;
  background-color: #eff6ff;
  border-radius: 3px 3px 0 0;
}
.software-table table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
.software-table table th,
.software-table table td {
  padding: 10px 12px;
  color: #333;
  text-align: center;
  font-weight: 400;
}
.software-table table thead th {
  height: 54px;
  border: 1px solid #dfe7f1;
  border-top: 0;
}

.software-table table td {
  min-width: 80px;
  max-width: 410px;
  border: 1px solid #dfe7f1;
}
.software-table table td:nth-child(2) {
  min-width: 150px;
}
.software-table table td:nth-child(3) {
  text-align: left;
}