/*************** 产品展示4个x2行 ***************/
.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;
}
.index-products .figure .image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.index-products .figure .image img {
  max-width: 100%;
  max-height: 100%;
}
.index-products .figure .mode {
  color: #BCAAA8;
}
.index-products .figure .title {
  display: flex;
  align-items: center;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.index-products .figure .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.index-products .figure .summary {
  word-wrap: break-word;
  padding: 3px 15px;
}
@media (max-width: 767px) {
  .index-products .figure {
    height: auto;
    padding-bottom: 10px;
  }
  .index-products .figure .image {
    height: 260px;
  }
  .index-products .figure .mode {
    text-align: center;
    margin: 5px 0;
  }
  .index-products .figure .title {
    font-size: 15px;
    justify-content: center;
    padding: 0 10px;
  }
  .index-products .figure .title a {
    line-height: 18px;
    max-height: 37px;
  }
}
@media (min-width: 768px) {
  .index-products .figure {
    height: auto;
    background-color: #fff;
    padding: 0px;
    padding-bottom: 10px;
  }
  .index-products .figure .image {
    height: 260px;
  }
  .index-products .figure .mode {
    height: 20px;
    padding: 0 10px;
    margin: 5px 0;
  }
  .index-products .figure .title {
    font-size: 15px;
    text-align: left;
    padding: 0 10px;
    height: 37px;
    justify-content: center;
  }
  .index-products .figure .title a {
    line-height: 18px;
    max-height: 37px;
  }
}
