body .body-content {
  flex: 1;
  background: #FFF;
  padding-bottom: 20px;
}
h2 {
  line-height: 2.5em;
  padding-left: 20px !important;
  font-size: 28px;
  font-weight: normal;
}
.product-container table ul {
  padding: unset !important;
  background: unset !important;
}
.product-container table ul li {
  list-style: "";
}
.product-container table ul li:before {
  display: none !important;
}
.product-container .content p {
  margin: 0;
}
.product-container .content h2 {
  line-height: 2.5em;
  padding-left: 20px;
  font-size: 28px;
  font-weight: normal;
}
.product-container .content img {
  max-width: 100% !important;
}
.product-container .content ul {
  margin: 20px 0;
  border-radius: 12px;
  background: #f7f7f7;
  padding: 20px;
}
.product-container .content ul li {
  list-style: none;
  line-height: 28px;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.product-container .content ul li p {
  padding: 0;
  margin: 0;
}
.product-container .content ul li:before {
  margin-top: 11px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--base-color);
  vertical-align: middle;
  margin-right: 10px;
  flex-shrink: 0;
}
.product-container .content blockquote {
  border-radius: 12px;
  background: #f7f7f7;
  padding: 24px;
}
.product-container .content blockquote ul {
  padding: 0;
  margin: 0;
}
.product-container .content blockquote ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-container .content table {
  width: 100%;
  padding: 12px;
  border: 1px solid #b5b5b5;
  display: block;
  height: fit-content !important;
  overflow-x: auto;
  max-width: 100%;
}
.product-container .content table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* 固定布局 */
}
.product-container .content table tbody tr td {
  border: 3px solid #FFF;
  padding: 5px 10px;
  background: #e6e9f1;
  max-width: 300px;
}
.hc-table h3 {
  line-height: 2.5em;
  padding-left: 20px;
  font-size: 24px;
  font-weight: normal;
}
.hc-table.series .series-list {
  padding: 100px 24px 100px ;
  border-radius: 12px;
  background: #f7f7f7;
  font-size: 24px;
  color: #255ED9;
  text-decoration: underline;
  display: grid
    ;
  grid-template-columns: 1fr 1fr;
}
.hc-table.series .series-list .series-item {
  margin-left: 66px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hc-table.series .series-list .series-item:last-of-type {
  margin-bottom: unset;
}
.hc-table.series .series-list .series-item:hover {
  opacity: 0.8;
  transition: 0.1s all;
}
.hc-table.series .series-list .series-item:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--base-color);
  vertical-align: middle;
  flex-shrink: 0;
}
table#hc-table {
  padding: 12px;
  border: 1px solid #b5b5b5;
  display: block;
  height: fit-content !important;
  overflow-x: auto;
  max-width: 100%;
  table-layout: fixed;
  width: 100% !important;
}
table#hc-table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* 固定布局 */
}
table#hc-table tbody th,
table#hc-table tbody td {
  min-width: 100px;
  /* 根据需要设置 */
}
table#hc-table tbody tr td {
  border: 3px solid #FFF;
  padding: 5px 10px;
  background: #e6e9f1;
}
table#hc-table tr {
  height: 44px;
  vertical-align: middle;
  border: 1.5px solid #ffffff;
}
table#hc-table tr span {
  font-size: 16px;
}
table#hc-table tr td {
  font-size: 16px;
  height: 44px;
  min-width: 150px;
}
table#hc-table tr th {
  border: 1.5px solid #ffffff;
  background: #cad8f6;
  font-size: 16px;
  text-align: left;
  padding: 0 10px;
  height: 44px;
  min-width: 150px;
}
table#hc-table tr th span {
  font-weight: 500;
}
.xingneng-box .xingneng-item {
  margin-top: 24px;
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 12px;
  background: #f7f7f7;
  gap: 40px;
}
.xingneng-box .xingneng-item:nth-child(1) {
  margin-top: 0;
}
.xingneng-box .xingneng-item p {
  margin: unset;
}
.xingneng-box .xingneng-item .left {
  flex: 1;
  padding-left: 66px;
}
.xingneng-box .xingneng-item .left .title {
  color: #252525;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.xingneng-box .xingneng-item .left .title:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--base-color);
  vertical-align: middle;
  flex-shrink: 0;
}
.xingneng-box .xingneng-item .left .desc {
  color: #5f6464;
  font-size: 16px;
  padding-top: 10px;
  line-height: 28px;
}
.xingneng-box .xingneng-item .img {
  width: 228px;
  height: 228px;
}
.file-list .content {
  background: #f7f7f7;
  padding: 32px;
  width: fit-content;
}
.file-list .content .item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.file-list .content .item .name {
  width: 300px;
  font-size: 20px;
  color: #5f6464;
}
.file-list .content .item .btn {
  width: 75px;
  height: 34px;
  border-radius: 16px;
  background: #255ed9;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .hc-table {
    padding: 0 20px;
  }
  .product-container .content {
    padding: 20px;
  }
  .xingneng-box .xingneng-item .left {
    padding-left: 0;
  }
  .xingneng-box .xingneng-item .img {
    display: none;
  }
  .xingneng-box .xingneng-item .left .title {
    font-size: 18px;
  }
  .xingneng-box .xingneng-item .left .desc {
    font-size: 14px;
  }
  .hc-table.series .series-list .series-item:before,
  .xingneng-box .xingneng-item .left .title:before {
    width: 8px;
    height: 8px;
    margin-top: 2px;
  }
  .hc-table.series .series-list {
    padding: 24px;
  }
  .hc-table.series .series-list .series-item {
    font-size: 18px;
    margin-left: 0;
  }
}
/*# sourceMappingURL=product_detail.css.map */