.bobo_goods_type {
  
  background-size: cover;
  background-repeat: no-repeat;
}

.bobo_goods_type .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo_goods_type .tit .t em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600
}

.bobo_goods_type .tit .t h3 {
  margin: 12px 0 0;
  font-size: 36px;
  line-height: 1;
  color: var(--title-text-color);
  font-weight: 700
}

.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: 17px -25px 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 .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.bobo_goods_type ul li .pic > img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.bobo_goods_type ul li .fun-btn {
  position: absolute;
  background: #334456;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.bobo_goods_type ul li .fun-btn::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9;

  display: block;
}
.bobo_goods_type ul li .fun-btn h6 {
  font-size: 22px;
  color: #fff;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  opacity: 0;
}

.bobo_goods_type ul li h5 {
  /*padding: 15px;*/
  /*box-sizing: border-box;*/

  /*font-size: 21px;*/
  /*color: #000;*/
  /*text-align: center;*/

  /*overflow: hidden;*/
  /*position: absolute;*/
  /*  bottom: 0;*/
}

.bobo_goods_type ul li h5 {
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background: linear-gradient(6deg, #3E3F47, 52%, #fff);
  width: 100%;
  text-align: center;
  opacity: 0.9;
   font-size: 22px;
    display: -webkit-box;  
  -webkit-line-clamp: 1;  
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  height: 47px;
    padding: 11px 0 10px 0;
}

.bobo_goods_type ul li h5 a:hover {
  color: var(--color-second, #ef8718);
}

.bobo_goods_type ul li:hover .pic > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.bobo_goods_type ul li:hover .pic > h5 {
  opacity: 0;
}
.bobo_goods_type ul li:hover .fun-btn {
  opacity: 1;
}
.bobo_goods_type ul li:hover .fun-btn h6 {
  color:#B09E6E
}
.bobo_goods_type ul li:hover .fun-btn h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.bobo_goods_type ul li:hover .fun-btn span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.bobo_goods_type ul li {
  width: 25%;
  padding: 0 10px;
  margin: 25px 0 0;
  box-sizing: border-box;
  text-align: center
}

.bobo_goods_type ul li .box {
  cursor: pointer;
  position: relative;
}

.bobo_goods_type ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box
}

.bobo_goods_type ul li .pic img {
  width: 100%;
  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 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: 1300px) {
  .bobo_goods_type .tit .t h3 {
    font-size: 34px
  }
}
@media screen and (max-width: 1499px){
  .bobo_goods_type ul li h5 {
    padding: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1279px){
  .bobo_goods_type ul li h5 {
    padding: 10px;
    font-size: 21px;
  }
}

@media screen and (max-width: 1199px){
  .bobo_goods_type ul li {
    width: 50%;
    padding: 0 10px;
    margin: 15px 0 0
  } 
}

@media screen and (max-width: 768px) {
  .bobo_goods_type {
    padding: 30px 0;
    background-size: cover
  }

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

  .bobo_goods_type .tit .t h3 {
    margin: 10px 0 0;
    font-size: 30px
  }

  .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 h5 {
    margin: 10px 0 0;
    line-height: 24px;
    height: 66px;
    font-size: 15px;
  }
}

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