body {
  background: #F5F7FA;
}
.product-list {
  margin-bottom: 0.32rem;
  padding-top: 0.63rem;
  display: flex;
  flex-wrap: wrap;
}
.product-list .product-list-item {
  flex: none;
  width: 2.8rem;
  height: 4.86rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.11);
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 0.36rem;
  margin-right: 0.24rem;
  display: inline-block;
}
.product-list .product-list-item:nth-child(5n) {
  margin-right: 0;
}
.product-list .product-list-item .product-list-item-img {
  width: 2.8rem;
  height: 3.28rem;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  display: block;
}
.product-list .product-list-item .product-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  transition: all 0.5s ease;
}
.product-list .product-list-item:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.18);
}
.product-list .product-list-item:hover .product-list-item-img img {
  transform: scale(1.05);
}
.product-list .product-list-item .product-list-item-text {
  padding: 0.13rem 0.2rem;
}
.product-list .product-list-item .product-list-item-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .product-list-item .product-list-item-text .font18 {
  color: #282828;
  margin-bottom: 0.06rem;
  transition: all 0.3s ease;
}
.product-list .product-list-item .product-list-item-text .font14 {
  color: rgba(40, 40, 40, 0.56);
  margin-bottom: 0.15rem;
}
.product-list .product-list-item .product-list-item-text > div {
  border-top: 1px dashed #C4C4C4;
  padding-top: 0.14rem;
}
.product-list .product-list-item .product-list-item-text > div div p {
  padding-left: 0.11rem;
  position: relative;
}
.product-list .product-list-item .product-list-item-text > div div p::after {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #0F294D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-list .product-list-item .product-list-item-text > div div p:nth-child(1) {
  color: rgba(15, 41, 77, 0.79);
}
.product-list .product-list-item .product-list-item-text > div div p:nth-child(2) {
  color: rgba(0, 73, 174, 0.79);
  margin-top: 0.07rem;
}
.product-list .product-list-item .product-list-item-text > div button {
  width: 0.95rem;
  height: 0.33rem;
  background: #3892E8;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
}
.page_con {
  text-align: center;
  margin: auto ;
  box-sizing: border-box;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #3892E8 !important;
}
.page_con nav ul li:hover a {
  color: #fff;
  background: #3892E8;
}
.page_con nav ul li a {
  border: none !important;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  width: 0.31rem;
  line-height: 0.33rem;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 0.12rem;
  margin: 0 0.03rem;
}
.page_con .pagination > li:first-child > a,
.page_con .pagination > li:last-child > a {
  width: 0.82rem;
  letter-spacing: 2px;
  background: #3892E8;
  color: #fff;
}
