/*************** 产品分类一行4个 ***************/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.home-product .figure {
  box-shadow: 0px 0px 5px 0px #ddd;
  border: 1px solid #e5e5e5;
}
.home-product .figure .text {
  position: static;
  background-color: transparent;
  color: #000;
}
.home-product .figure .text .pro-group-info .pro-group-name {
  color: #000;
  font-weight: 100;
}
.home-product .figure .text .pro-group-info .pro-group-name a:hover {
  text-decoration: underline!important;
}
@media (max-width: 767px) {
  .home-product .figure {
    height: auto;
  }
  .home-product .figure .image {
    max-width: 100%;
    height: auto;
    padding: 5px;
  }
  .home-product .figure .text {
    height: auto;
    padding: 0px;
  }
  .home-product .figure .text .pro-group-info {
    height: auto;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    font-size: 12px;
    line-height: 20px;
    height: auto;
    white-space: normal;
    padding: 5px 5%;
    display: flex;
    justify-content: center;
    align-items: Center;
  }
}
@media (min-width: 768px) {
  .home-product .figure .image {
    height: 260px;
    padding: 10px;
  }
  .home-product .figure .text .pro-group-info {
    height: 55px;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    align-items: Center;
    white-space: normal;
  }
  .home-product .figure .text .pro-group-info .pro-group-name a {
    width: 100%;
  }
  .home-product .figure .text .btn {
    bottom: 18.75px;
    font-size: 12px;
    padding: 5px 15px;
  }
}
