.goods-list-page-wrap > section {
  padding: 30px 0;
}
.goods-list-page-wrap h3 {
  color: #000009;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: var(--font-family1);
}
.goods-list-page-wrap p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}
.goods-list-page-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.goods-list-page-wrap .main-href {
  margin-top: 50px;
  text-align: center
}

.goods-list-page-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family1);
  background: var(--btn-bg);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px
}

.goods-list-page-wrap .main-href a:hover {
  background: var(--btn-bg-hover);
}

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

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

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

.goods-list-page-wrap .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 100;
  color: var(--text-color-active);
  font-size: 17px;
  font-family: var(--font-family2);
  letter-spacing: 0
}

.goods-list-page-wrap .title p {
  margin-top: 20px
}


.goods-list-page-wrap .videos {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
  overflow: hidden
}

.goods-list-page-wrap .videos #video {
  position: fixed;
  left: 10%;
  top: 10vh;
  width: 80%;
  height: 80vh;
  background: #000;
  z-index: 999
}

.goods-list-page-wrap .vclose {
  position: absolute;
  right: 3%;
  top: 5%;
  width: auto;
  cursor: pointer
}

.footer {
  padding-top: 80px;
  padding-bottom: 55px;
  background: #191919
}

.goods-list-page-wrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.goods-list-page-wrap .swiper-container {
  width: 100%;
  overflow: hidden
}

.goods-list-page-wrap .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform
}

.goods-list-page-wrap .swiper-pagination {
  text-align: center;
  margin-top: 50px;
  margin-left: 6px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1
}

.goods-list-page-wrap .swiper-pagination-progressbar {
  display: inline-block;
  width: 282px;
  height: 4px;
  background: #eeeeef;
  border-radius: 16px;
  overflow: hidden
}

.goods-list-page-wrap .swiper-pagination-progressbar-fill {
  background: var(--bg-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-radius: 16px
}


.foot-other {
  padding: 90px 0;
  background: url('../images/foot-bg.jpg') no-repeat;
  background-size: 100% 100%
}

.footother-fl .contact-listnameone {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.footother-fl .contact-listnameone div {
  width: 45%;
  padding-top: 25px;
  border-top: 1px solid #cbcbcb
}

.footother-fl .contact-listnameone p a {
  color: #fff
}

.footother-fl .contact-listnameone p a:hover {
  color: #fff;
  text-decoration: underline
}

.footother-fl .contact-listnameone h3 {
  margin-bottom: 20px;
  font-family: var(--font-family2);
  font-size: 19px;
}

.footother-fl .contact-listnameone p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font-family2);
}

.footother-top p {
  margin-top: 30px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 1px
}

.footother-top img {
  max-height: 66px;
}

.footother-fl .contact-listnameone div {
  margin-top: 46px;
  padding-top: 30px
}

.footother-fl .contact-listnameone h3,
.footother-fl .contact-listnameone p {
  color: #fff
}

.foot-other .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.footother-fl {
  width: 43%;
  margin-top: 30px
}

.footother-fr {
  width: 44%
}

.div_infoa {
  width: 100%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.div_infoa h3 {
  padding-bottom: 20px;
  font-size: 30px;
  color: #333;
  line-height: 24px;
  letter-spacing: 1px
}

.div_infoa .input-position {
  position: relative;
}

.div_infoa input,
.div_infoa textarea {
  display: block;
  width: 100%;
  height: 49px;
  margin: 20px auto 0;
  padding-left: 30px;
  font-size: 15px;
  border: none;
  background: #fafafa;
  border: 1px solid #efefef;
  outline: none
}

.div_infoa button {
  width: 100%;
  height: 61px;
  font-size: 18px;
  color: #fff;
  background: var(--btn-bg);
  margin-top: 36px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  font-family: var(--font-family2);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all
}

.div_infoa button:hover {
  background: var(--btn-bg-hover);
  cursor: pointer
}

.div_infoa textarea {
  height: 142px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  line-height: 30px
}

.goods-txt {
  background: #f8f8f8
}

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

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

.goods-roasted .container {
  position: relative
}

.goods-roasted .container::before {
  /* content: ''; */
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 70px;
  background: url('../images/ico14.png') no-repeat
}

.goods-cp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px
}

.goods-cp ul li {
  width: 23%;
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  margin-left: 2.66%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all
}

.goods-cp ul li:nth-child(4n + 1) {
  margin-left: 0
}

.goods-cp ul li img {
  width: 100%
}

.goods-cp ul li:hover {
  transform: translate(0, -8px);
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px)
}

.goods-cp ul li h3 {
  padding: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.goods-cp ul li h3 a {
  font-family: var(--font-family);
}
.goods-cp ul li h3 a:hover {
  color: var(--link-color-hover);
}

.goods-cp .page {
  margin-top: 40px
}

.roasted-video {
  background-image: url('../images/bg08.jpg');
  background-attachment: fixed
}

.roasted-video .title h3,
.roasted-video .title p,
.roasted-video .title b {
  color: #fff
}

.roasted-bofang {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer
}

.roasted-bofang img {
  margin-left: 3px
}

.roasted-bofang span::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  animation: scale2 2s linear infinite
}
@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.roasted-video:hover .roasted-bofang span::after {
  display: block
}

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

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

.goods-pricing .main-href {
  margin-top: 60px
}

.goods-advanced {
  background-attachment: fixed;
  background-image: url('../images/bg09.jpg')
}

.goods-advanced .title h3,
.goods-advanced .title p,
.goods-advanced .title b {
  color: #fff
}

.goods-advancedcon {
  margin-top: 40px
}

.goods-advancedcon .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.goods-advancedcon li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center
}

.goods-advancedcon li span {
  display: block;
  overflow: hidden
}

.goods-advancedcon li img {
  width: 100%
}

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

.goods-advancedcon li h3 a {
  font-family: var(--font-family2);
  font-size: 16px;
  color: #000
}

.goods-advancedcon li h3 a:hover {
  color: var(--link-color-hover);
}

.goods-advancedcon li div {
  padding: 20px
}

.goods-advancedcon li p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px
}

.goods-advancedbt {
  margin-top: 10px;
  text-align: center
}

.goods-qualitylist {
  margin-top: 40px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd
}

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

.goods-qualitylist ul li {
  width: 31%
}

.goods-qualitylistfour ul li {
  width: 24%
}

.goods-qualitylistoth ul li {
  width: 48%
}

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

.goods-qualitylist ul li span img {
  width: 100%
}

.goods-qualitylist 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-qualitylist ul li h3 {
  margin-top: 15px
}

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

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

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

.goods-packingpic {
  width: 47.6%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.goods-packingpic span {
  display: block;
  width: 48%;
  overflow: hidden
}

.goods-packingpic span img {
  width: 100%;
  border-radius: 20px
}

.goos-packing .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods-packingcon {
  width: 47.2%;
  margin-top: 20px
}

.goods-packingcon .title {
  margin-bottom: 30px;
  text-align: left
}

.goods-list .container {
  display: flex;
  justify-content: space-between
}

.page {
  margin-top: 40px;
  text-align: center
}

@media screen and (min-width: 1921px) {
  .goods-roasted .swiper-container {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 10px
  }
}

@media screen and (max-width: 1580px) {
  .goods-list-page-wrap .title h3 {
    font-size: 34px
  }

  .goods-roasted .swiper-container {
    margin-left: 8.5%
  }

  .goods-packingcon {
    margin-top: 0
  }
}

@media screen and (max-width: 1400px) {
  .goods-list-page-wrap .href a {
    padding: 13px 18px;
    font-size: 12px
  }

  .goods-list-page-wrap .main-href a {
    padding: 15px 50px
  }

  .footother-fl {
    margin-top: 0
  }

  .goods-list-page-wrap .title h1,
  .goods-list-page-wrap .title h1 a,
  .goods-list-page-wrap .title h3,
  .goods-list-page-wrap .title h3 a {
    font-size: 32px
  }

  .goods-list-page-wrap .main-href a {
    font-size: 14px
  }
}

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

  .div_infoa h3 {
    font-size: 24px
  }

  .footother-top p {
    font-size: 18px
  }

  .foot-other {
    background-size: 100% 100%
  }

  .footother-fl .contact-listnameone div {
    margin-top: 20px
  }

  .goos-packing .container {
    display: block
  }

  .goods-packingpic {
    float: left;
    margin-right: 40px;
  }

  .goods-packingcon {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .footother-fl {
    width: 35%;
  }
  .footother-fl .contact-listnameone div {
    width: 100%;
  }
  .footother-fr {
    width: 55%;
  }
  .footother-fr .div_infoa {
    padding: 40px;
  }
}

@media screen and (max-width: 960px) {
  .goods-list-page-wrap .main-href a {
    font-size: 14px
  }

  .goods-list-page-wrap .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px
  }


  .goods-list-page-wrap .title {
    width: 100%
  }

  .goods-list-page-wrap > section {
    padding: 40px 0
  }

  .goods-list-page-wrap .title h1,
  .goods-list-page-wrap .title h1 a,
  .goods-list-page-wrap .title h3,
  .goods-list-page-wrap .title h3 a {
    font-size: 30px
  }

  .goods-list-page-wrap p {
    font-size: 15px;
    line-height: 24px
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 80px
  }

  .goods-list-page-wrap .main-href a {
    padding: 15px 40px
  }

  .goods-txt .main-href a:nth-child(2) {
    padding: 15px 48px
  }

  .goods-roasted .swiper-container {
    margin-top: 20px
  }

  .goods-list-page-wrap .swiper-pagination-progress {
    width: 110px
  }

  .roasted-video {
    background-image: url('../images/m-bg08.jpg');
    background-size: auto 100%
  }

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

  .goods-list-page-wrap .swiper-pagination {
    margin-top: 40px
  }

  .goods-qualitylist {
    margin-top: 0
  }

  .goods-qualitylist ul,
  .goos-packing .container,
  .goods-list .container,
  .product-detail .container {
    flex-wrap: wrap
  }

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

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

  .goods-packingpic,
  .goods-packingcon {
    width: 100%
  }

  .goods-packingcon {
    margin-top: 30px
  }

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

  .goods-roasted .swiper-container {
    margin-left: 5%
  }

  .goods-cp ul li {
    width: 100% !important;
    margin-left: 0
  }

  .footother-fl,
  .footother-fr {
    margin-top: 20px;
    width: 100%
  }

  .div_infoa {
    padding: 40px 30px
  }

  .footother-fl .contact-listnameone div {
    width: 100%
  }

  .about-categories {
    margin-top: 0
  }

  .goods-packingpic,
  .home-aboutfl {
    float: none;
    margin-right: 0
  }

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

@media screen and (max-width: 320px) {
  .goods-flei a {
    width: 100%;
    margin-left: 0
  }
}
    
    @media screen and (max-width:480px){
        .goods-list-page-wrap p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px !important;
    }
    .goods-txt .main-href{
    margin-top:20px !important;
    }
      
    }