.section-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.qianhe-goods-pricing tr:first-child {
    background: var(--color-primary);
    color: #fff;
}
.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;
  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;
      width: auto;
}
.qianhe-goods-pricing th,
.qianhe-goods-pricing td {
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  width: auto;
}

.qianhe-goods-pricing table tr:first-child td:nth-child(1){
  width: 160px;
} 

.qianhe-goods-pricing table tr:first-child td:nth-child(2){
  width: 180px;
} 


.qianhe-goods-pricing td img{
  width: 140px;
}

.qianhe-goods-pricing th {
  color: #303030;
  border-top: 1px solid #ddd;
}
.qianhe-goods-pricing tr td:last-child {
    font-size: 13px;
}
.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: 30px;
  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;
  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%!important;
  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: 991px) {
  .section-wrap {
    padding: 40px 0;
  }

  .qianhe-goods-pricing .main-href{
    margin-top: 30px;
  }

  .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; */
        margin-top: 20px;
  }
  .qianhe-goods-pricing th,
  .qianhe-goods-pricing td {
    height: auto;
    padding: 15px 10px;
        width: 200px!important;
  }
}
