.product li .cover {
  text-align: center;
  position: relative;
  top: -30px;
  height: auto;
  width: auto;
  margin-left: 0;
  padding: 0;
  margin-top: 0;
}

.product li .cover p {
  color: #666666;
}

.product li .cover .p1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #3cc781;
  box-sizing: border-box;
  padding: 0 15px;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
  display: inline-block;
}

.product li .cover .p2 {
  line-height: 25px;
  height: 200px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: none;
}

.product li .cover .p3 {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  font-size: 18px;
  position: relative;
  top: -10px;
  display: none;
}

.product li:hover img {
  filter: brightness(0.8);
}

.product li:hover .cover {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
  box-shadow: none;
  margin-left: 0;
}

.product li:hover .cover p {
  color: #fff;
}

.product li:hover .cover .p1 {
  overflow: hidden;
  text-overflow: initial;
  display: inline-block;
  -webkit-line-clamp: 1;
  text-align: center;
  max-height: 60px;
  height: auto;
}
/*# sourceMappingURL=pro2.css.map */
