.prod_64-head {
  text-align: center;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .prod_64-head {
    padding-bottom: 0.2rem;
  }
}
.prod_64-swiper {
  margin: -10px;
}
.prod_64-swiper > .swiper,
.prod_64-swiper > .swiper-container {
  padding: 10px;
}
.prod_64-swiper .swiper-slide {
  max-width: 25%;
}
@media screen and (max-width: 1439px) {
  .prod_64-swiper .swiper-slide {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 1259px) {
  .prod_64-swiper .swiper-slide {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .prod_64-swiper .swiper-slide {
    max-width: 100%;
  }
}
.prod_64-item {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  border-radius: 0.16rem;
  overflow: hidden;
}
.prod_64-item:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 1259px) {
  .prod_64-item:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .prod_64-item:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .prod_64-item:nth-child(2) {
    margin-top: 6px;
  }
}
.prod_64-item_img img {
  display: block;
  width: 100%;
}
.prod_64-item_content {
  padding: 0.1rem 0.15rem;
}
.prod_64-item_title {
  font-size: 18px;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.prod_64-item_desc {
  font-size: 16px;
  color: #666;
  height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}
.prod_64-item_button {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin-top: 0.2rem;
}
.prod_64-item_button-item {
  border-radius: 0.04rem;
  overflow: hidden;
  padding: 0.05rem 0.1rem;
  background: var(--site-color);
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.prod_64-bottom {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.prod_64-bottom_button {
  background: var(--site-color);
  color: #fff;
  border-radius: 0.04rem;
  overflow: hidden;
}
/*# sourceMappingURL=products-64.css.map */