body {
  letter-spacing: 0;
}
.table-nav {
  height: 72px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 59px;
}
.table-nav span {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-right: 80px;
}
.table-nav span:hover {
  color: #fe4066;
}
.table-nav span:last-of-type {
  margin-right: 0;
}
.table-nav .active {
  color: #fe4066;
  position: relative;
}
.table-nav .active:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #fe4066;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1px;
}
.table-content {
  font-size: 0;
}
.table-content li {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  min-width: 252px;
  width: calc((100% - 13%) / 3);
  height: 220px;
  font-size: 14px;
  line-height: 24px;
  color: #8c8889;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 0 32px;
  margin: 0 2% 4.3%;
  transition: 0.3s;
}
.table-content li:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.table-content li .list-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 28px;
}
.table-content .mock,
.table-content .ds,
.table-content .rp {
  display: none;
}
@media (max-width: 1680px) {
  .table .table-content {
    width: 92%;
  }
}
@media (max-width: 950px) {
  .table .table-content li {
    width: 46%;
  }
}
@media (max-width: 890px) {
  .table .table-content ul {
    text-align: center;
  }
  .table .table-content ul li {
    text-align: left;
  }
}
@media (max-width: 660px) {
  h1 {
    font-size: 32px;
  }
  .table-content li {
    padding: 0 4%;
  }
  .table-content li .list-title {
    font-size: 16px;
  }
}
@media (max-width: 612px) {
  .table-nav span {
    margin-right: 20px;
  }
  .table .table-content li {
    width: 100%;
    height: auto;
  }
  .table .table-nav {
    margin-bottom: 41px;
  }
  .table .table-nav span {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .table .table-content {
    width: 82%;
  }
}
@media (max-width: 420px) {
  .table-nav span {
    margin-right: 16px;
  }
  .table .table-content li {
    margin: 0 0 5%;
  }
  .table .table-nav {
    margin-bottom: 31px;
  }
  .table .table-nav span {
    font-size: 12px;
  }
}
