.bobo_goods_type {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width:1440px) {
  .bobo_goods_type {
    padding: 50px 0;
  }
}

@media screen and (max-width:991px) {
  .bobo_goods_type {
    padding: 30px 0;
  }
}

.bobo_goods_type .container {
  padding-left: 0;
  padding-right: 0;
}


.bobo_goods_type  .t h2 {
  margin-bottom: 25px;
  font-size: clamp(24px, 1.9vw, 36px);
  color: var(--title-text-color);
  font-weight: 700;
  text-align:center
}
.bobo_goods_type  .t p {
  font-size: 18px;
  line-height: 2;
  margin:0 auto;
  text-align:center;
}
.bobo_goods_type .tit .more {
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--title-text-color);
  display: block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}


.bobo_goods_type .tit .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.bobo_goods_type ul {
  margin: 20px -20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo_goods_type ul li {
  margin: 20px 0 0;
  box-sizing: border-box;
  text-align: center
}

.bobo_goods_type ul li .box {
  cursor: pointer
}

.bobo_goods_type ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box
}
.bobo_goods_type ul li .txt{
  padding: 25px;
  box-shadow:0 0 20px 0 rgba(0,0,0,.25)
}
.bobo_goods_type ul li .pic img {
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bobo_goods_type ul li h5 {
  line-height: 30px;
  overflow: hidden;
  color: var(--title-text-color);
  font-size: 18px;
}
.bobo_goods_type ul li .txt p{
   margin-top: 20px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:3;
   overflow: hidden;
   text-overflow: ellipsis;

}
.bobo_goods_type ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo_goods_type ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}



@media screen and (max-width: 1280px) {
  .bobo_goods_type .tit .t h2 {
    font-size: 32px;
  }
  .bobo_goods_type .tit .t em {
    font-size: 14px;
  }

  .bobo_goods_type .t p {
    font-size: 14px;
    line-height: 24px;
  }

}

@media screen and (max-width: 1200px) {
  .bobo_goods_type ul li .txt {
    padding: 20px;
  }

  .bobo_goods_type ul li h5 {
    height: 60px;
  }
}

@media screen and (max-width: 992px) {
  .bobo_goods_type .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bobo_goods_type ul li h5 {
    font-size: 16px;
  }

  .bobo_goods_type  .t p {
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.4;
  }


}

@media screen and (max-width: 991px) {
  .bobo_goods_type {
    background-size: cover;
  }

  .bobo_goods_type .t h2 {
    margin-bottom: 0px;
  }

  .bobo_goods_type  .t p {
    font-size: 14px;
  }

  .bobo_goods_type .tit .t em {
    font-size: 14px
  }

  .bobo_goods_type .tit .t h2 {
    margin: 10px 0 0;
    font-size: 28px
  }

  .bobo_goods_type .tit .more {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 14px
  }

  .bobo_goods_type ul {
    margin: 15px -10px 0
  }

  .bobo_goods_type ul li {
    width: 50%;
    margin: 15px 0 0
  }

  .bobo_goods_type ul li h5 {
    margin: 0;
    line-height: 24px;
    height: auto;
  }
  .bobo_goods_type ul li .txt p{font-size: 14px; margin-top: 10px;}
}

@media screen and (max-width: 576px) {
  .bobo_goods_type .tit .t h2 {
    font-size: 24px
  }



  .bobo_goods_type .tit .more {
    width: 140px;
  }
}