.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;
}
.tag-desc {
  word-wrap: break-word;
  margin-bottom: 30px;
}
.pro-list .figure {
  margin-bottom: 30px;
  padding: 15px 5px;
}
.pro-list .figure:hover {
  box-shadow: 2px 6px 8px -2px;
}
.pro-list .figure .image {
  overflow: hidden;
}
.pro-list .figure .image a {
  width: 100%;
  height: 100%;
}
.pro-list .figure .image a img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.pro-list .figure .desc {
  float: left;
}
.pro-list .figure .desc h4 {
  font-weight: 600;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Arial;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tag-desc {
    font-size: 12px;
  }
  .pro-list .figure .image {
    height: 150px;
    text-align: center;
  }
  .pro-list .figure .image a {
    display: inline-block;
    width: auto;
  }
  .pro-list .figure .image a img {
    width: 150px;
  }
  .pro-list .figure .desc {
    margin-bottom: 10px;
  }
  .pro-list .figure .desc h4 {
    margin-top: 10px;
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .tag-desc {
    font-size: 14px;
  }
  .pro-list .figure .image {
    height: 150px;
  }
  .pro-list .figure .desc h4 {
    margin-top: 24px;
    font-size: 21px;
  }
}
