/*************** 产品分类一行3个 ***************/
.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 {
  position: relative;
}
.home-product .figure .image {
  padding: 0;
}
.home-product .figure .image a {
  display: flex;
  justify-content: center;
  align-items: Center;
  width: 100%;
  height: 100%;
}
.home-product .figure .image a img {
  max-width: 100%;
  max-height: 100%;
}
.home-product .figure .text {
  text-align: left;
  background-color: transparent;
}
.home-product .figure .text .pro-group-name {
  text-align: left;
}
.home-product .figure .text .btn {
  border-radius: 4px;
  border: none;
}
.home-product .figure .text .btn:hover {
  background-color: #fdb91a;
}
@media (max-width: 767px) {
  .home-product .figure {
    height: auto;
  }
  .home-product .figure .image {
    height: 250px;
  }
  .home-product .figure .text {
    position: static;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-product .figure .text .pro-group-info {
    height: auto;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px;
    text-align: center;
    max-height: 57px;
    color: #000;
  }
  .home-product .figure .text .btn {
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .home-product .figure {
    height: 260px;
  }
  .home-product .figure .image {
    width: 100%;
    height: 100%;
  }
  .home-product .figure .text {
    top: 0%;
    padding: 0 8%;
  }
  .home-product .figure .text .pro-group-info {
    height: 66%;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    font-size: 36px;
    line-height: 42px;
    padding: 0;
    padding-top: 40px;
    height: auto;
  }
  .home-product .figure .text .btn {
    padding: 10px 20px;
  }
}
