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

.section-wrap1 .title h1,
.section-wrap1 .title h1 a,
.section-wrap1 .title h2,
.section-wrap1 .title h2 a,
.section-wrap1 .title h3,
.section-wrap1 .title h3 a,
.section-wrap1 .title h4,
.section-wrap1 .title h4 a,
.section-wrap1 .title h5,
.section-wrap1 .title h5 a {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 2px;
  color: #000009;
}
h3{
  text-align: center!important;
  margin-top: 20px!important;
}
.section-wrap1 .title b {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 17px;
  font-family: var(--font-family);
  letter-spacing: 0;
}

.section-wrap1 .title p {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.section-wrap1 {
  padding: 0px 0 80px;
}

.qianhe-goods-txt {
  background: #f8f8f8;
}

.qianhe-goods-txt .title,
.goods-roasted .title {
  width: 100%;
  text-align: left;
}

.qianhe-txt-left {
  width: 100% !important;
  text-align: left !important;
}

.qianhe-goods-txt .main-href {
  text-align: left;
}

/* .section-wrap .main-href {
  margin-top: 50px;
  text-align: center!important;
} */
/**/
.learn-more-link {
  margin-top: 20px;
  /* text-align: left; */
}

.learn-more-link a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
 text-decoration: none;
  border-bottom: 3px solid #000;
  padding-bottom: 10px; /* 下划线往下移 */
}

.learn-more-link a:hover {
  text-decoration: underline;
  color: #000;
}
/**/
/*
.section-wrap .main-href a {
  display: inline-block;
  padding: 12px 50px;
  font-family: var(--font-family);
  background: #000009; 
  border: 1px solid #000009;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 3px;
  text-decoration: none;
  transition: none;
}*/

/* .section-wrap .main-href a:hover {

  background: #000009;
  color: #fff;
  border: 1px solid #000009;
} */

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

@media screen and (max-width: 1280px) {
  .section-wrap1 .title h3{
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  .section-wrap1 {
    padding: 0px 0 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .section-wrap1 .title h3{
    font-size: 24px;
  }
  .section-wrap1 .title p{
    font-size: 14px;
  }
}