.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: 48px;
  color: #ffff;
}

.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 {
  margin-top: 20px;
  color: #fff;
}

.section-wrap1 {
  padding: 80px 0;
  background: #010f1c;
}

.goods-qualitylist1 {
  margin-top: 40px;
}

.goods-qualitylist1 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.goods-qualitylist1 ul li {
  width: 31%;
}

.goods-qualitylist1four ul li {
  width: 24%;
}

.goods-qualitylist1oth ul li {
  width: 48%;
}

.goods-qualitylist1 ul li span {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.goods-qualitylist1 ul li span img {
  width: 100%;
  aspect-ratio: 1 / 1 ;
}

.goods-qualitylist1 ul li span img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.goods-qualitylist1 ul li h3 {
  margin-top: 15px;
  text-align: center;
}

.goods-qualitylist1 ul li h3 a {
  font-size: 20px;
  font-family: var(--font-family);
  color: #fff;
}

.goods-qualitylist1 ul li h3 a:hover {
  color: var(--color-primary);
}

.goods-qualitylist1 ul li p {
  margin-top: 15px;
  font-size: 15px;
}

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

  .goods-qualitylist1 ul li h3 {
    font-size: 18px;
  }
  
}

@media screen and (max-width: 1280px) {
  .section-wrap1 {
    padding: 60px 0;
  }
  .goods-qualitylist1 ul li h3 a {
    font-size: 19px;
  }
}

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

  .goods-qualitylist1 {
    margin-top: 0;
  }

  .goods-qualitylist1 ul,
  .goods-list .container,
  .product-detail .container {
    flex-wrap: wrap;
  }

 .section-wrap1 .title h3 {
    font-size: 30px;
  }  

  .goods-qualitylist1 ul li {
    width: 100% !important;
    margin-top: 30px;
  }

  .goods-qualitylist1 ul li p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .section-wrap1 .title h3 {
    font-size: 24px;
  }  
  .goods-qualitylist1 ul li h3 a {
    font-size: 17px;
  }
}
