.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;
}
.products_list h1 {
  color: #000;
  text-indent: 5px;
}
.products_list .cate-desc-top {
  word-wrap: break-word;
}
.products_list .pro-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.products_list .figure {
  margin: 10px 0;
  padding: 5px;
  border-top: 1px solid #da2820;
}
.products_list .figure:hover {
  box-shadow: 2px 2px 3px 1px #ddd;
  background-color: #fcfcfc;
}
.products_list .figure .image {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0;
}
.products_list .figure .image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.products_list .figure .image a img {
  max-width: 100%;
  max-height: 100%;
}
.products_list .figure .desc {
  float: left;
}
.products_list .figure .desc h4 {
  font-family: Arial;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_list .figure .desc h4 a {
  width: 100%;
  height: 100%;
}
.products_list .figure .desc h4 a:hover {
  text-decoration: underline;
}
.products_list .figure .desc div.pro-mode {
  color: #777777;
}
.products_list .figure .desc span {
  word-wrap: break-word;
  color: #666666;
  white-space: pre-line;
}
.products_list .cate-desc-bottom {
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .products_list h1 {
    font-size: 20px;
  }
  .products_list .figure .image {
    height: 150px;
    text-align: center;
  }
  .products_list .figure .image a {
    display: inline-block;
    width: auto;
  }
  .products_list .figure .image a img {
    width: auto;
  }
  .products_list .figure .desc {
    margin-bottom: 10px;
  }
  .products_list .figure .desc h4 {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  .products_list .figure .desc div.pro-mode {
    font-size: 13px;
  }
  .products_list .figure .desc span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .products_list h1 {
    font-size: 20px;
  }
  .products_list .figure .image {
    height: 263px;
  }
  .products_list .figure .desc h4 {
    font-size: 14px;
    height: 45px;
  }
  .products_list .figure .desc h4 a {
    line-height: 20px;
  }
  .products_list .figure .desc div.pro-mode {
    font-size: 13px;
    height: 16px;
    text-align:center;
  }

  .products_list .figure .desc span {
    font-size: 14px;
  }
}
