.product-classify {
  padding: 40px 0 20px;
  border-bottom: 1px dotted #c5c7c7;
}
.product-classify .product-title {
  text-align: center;
  margin-bottom: 60px;
}
.product-classify .product-list li {
  float: left;
  width: 180px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  margin-left: 24px;
  margin-bottom: 20px;
  border: 1px solid #bc9f60;
  border-radius: 7px;
  font-size: 18px;
  color: #040812;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.38s;
  transition: all 0.38s;
}
.product-classify .product-list li:nth-child(6n + 1) {
  margin-left: 0;
}
.product-classify .product-list li:hover {
  -webkit-transition: all 0.38s;
  transition: all 0.38s;
  background: #bc9f60;
  color: #fff;
}
.product-classify .product-list li.active {
  background: #bc9f60;
  color: #fff;
}
.product-center {
  padding: 50px 0;
}
.product-center .product-title {
  text-align: center;
  margin-bottom: 60px;
}
.product-center .product-list li {
  float: left;
  width: 380px;
  height: 480px;
  padding: 20px;
  margin-left: 30px;
  margin-bottom: 30px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
}
.product-center .product-list li:hover {
  border: 1px solid #bc9f60;
}
.product-center .product-list li:nth-child(3n + 1) {
  margin-left: 0;
}
.product-center .product-list li .img {
  width: 100%;
  height: 220px;
}
.product-center .product-list li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-center .product-list li .title {
  margin-top: 15px;
  line-height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #b7b7b7;
  color: #040812;
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-center .product-list li .name {
  color: #445881;
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-center .product-list li .btn {
  width: 84px;
  height: 30px;
  opacity: 1;
  background: -webkit-gradient(linear, right top, left top, from(#f96a0e), to(#f9a90e));
  background: linear-gradient(-90deg, #f96a0e 0%, #f9a90e 100%);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.product-center .page {
  text-align: center;
}
