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

.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: 17px;
  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: 14px;
  border-bottom: 1px solid #ddd;
}
.qianhe-goods-pricing th {
  color: #303030;
  border-top: 1px solid #ddd;
}
.qianhe-goods-pricing td {
  color: #666;
}

/*.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: 60px;
  text-align: center;
}

.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;
  }
}
