.section-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.section-wrap .title h1,
.section-wrap .title h1 a,
.section-wrap .title h2,
.section-wrap .title h2 a,
.section-wrap .title h3,
.section-wrap .title h3 a,
.section-wrap .title h4,
.section-wrap .title h4 a,
.section-wrap .title h5,
.section-wrap .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
}

.section-wrap .title b {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 16px;
  font-family: var(--font-family);
  letter-spacing: 0;
}

.section-wrap .title p {
  margin-top: 20px;
}

.section-wrap {
  padding: 100px 0;
}

.qianhe-goods-pricing {
  position: relative;
}
.qianhe-goods-pricing table {
  margin-top: 40px;
}
.qianhe-goods-pricing th,
.qianhe-goods-pricing td {
  padding: 18px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.qianhe-goods-pricing th {
  color: #000000;
  border-top: 1px solid #ddd;
}
.qianhe-goods-pricing td {
  color: #000000;
}

/* .qianhe-goods-pricing::after {
  content: "";
  position: absolute;
  right: 13.5%;
  bottom: 90px;
  width: 72px;
  height: 70px;
  background: url("./pics/ico14.png") no-repeat;
} */

.qianhe-goods-pricing .main-href {
  margin-top: 20px;
  text-align: center;
  /* display: none; */
}

.section-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: var(--button-radius);
}

.section-wrap .main-href a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.section-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.section-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

@media screen and (max-width: 1280px) {
  .section-wrap {
    padding: 60px 0;
  }
}

@media screen and (max-width: 960px) {
  .section-wrap {
    padding: 40px 0;
  }

  .qianhe-goods-pricing .main-href a {
    padding: 15px 35px;
  }

  .qianhe-goods-pricing::after {
    display: none;
  }

  .qianhe-goods-pricing .goods-table {
    width: 100%;
    overflow-x: scroll;
  }
  .qianhe-goods-pricing table {
    width: 844px;
  }
  .qianhe-goods-pricing th,
  .qianhe-goods-pricing td {
    height: auto;
    padding: 15px 10px;
  }
}





.table-container {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    table {
      min-width: 600px;
      border-collapse: collapse;
      width: 100%;
      font-family: var(--font-family);
      font-size: 14px;
    }
    th, td {
      padding: 8px 12px;
      text-align: left;
      border: 1px solid #ddd;
    }
    th {
      background-color: #f2f2f2;
      font-weight: bold;
    }
    tr:nth-child(even) {
      background-color: #fafafa;
    }
    @media (max-width: 768px) {
      table {
        font-size: 12px;
      }
      th, td {
        padding: 6px 8px;
      }
    }

/* 默认（移动端） */
.desc-content-zy {
  padding-left: 10px;
}

/* 电脑端（>= 768px，可按需要调整） */
@media (min-width: 768px) {
  .desc-content-zy {
    padding-left: 36px;
    padding-top: 15px;
  }
}
/* 针对手机端（屏幕小于 767px） */
@media (max-width: 767px) {
  .qianhe-goods-pricing th, .qianhe-goods-pricing td {
    font-size: 13px;
  }
}



@media only screen and (max-width: 767px) {
    .section-wrap .title h1, .section-wrap .title h1 a, .section-wrap .title h2, .section-wrap .title h2 a, .section-wrap .title h3, .section-wrap .title h3 a, .section-wrap .title h4, .section-wrap .title h4 a, .section-wrap .title h5, .section-wrap .title h5 a {
    font-size: 16px;
}
}