.product-container {
  padding-top: 80px;
  min-height: 500px;
}
.product-container .product-banner {
  width: 100%;
  height: 330px;
  position: relative;
  padding: 90px 0 0 0;
  box-sizing: border-box;
}
.product-container .product-banner .banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.product-container .product-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-container .product-banner .banner-info-wrapper {
  width: 70%;
  text-align: left;
  margin: 0 auto;
  color: #ffffff;
}
.product-container .product-banner .banner-info-wrapper .banner-title {
  font-size: 40px;
  margin-bottom: 30px;
}
.product-container .product-banner .banner-info-wrapper .banner-desc {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  max-width: 700px;
}
.product-container .product-banner .banner-info-wrapper .banner-desc .tip-text {
  font-size: 14px;
}
.product-container .product-banner .banner-info-wrapper .banner-desc ul {
  padding-inline-start: 30px;
}
.product-container .product-content {
  height: fit-content;
  width: 100%;
}
.product-container .product-content .product-content-wrapper {
  width: 100%;
}
.product-container .product-content .product-content-wrapper .product-desc {
  margin: 0 auto;
  width: fit-content;
}
.product-container .product-content .product-content-wrapper .product-desc img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.product-container .product-content .product-content-wrapper .product-item-list {
  margin: 70px auto;
  width: 100%;
  max-width: 1266px;
  text-align: center;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 35px);
  min-width: 300px;
  max-width: 600px;
  height: 428px;
  margin: 15px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  background: #F3F2F2;
  color: #333333;
  text-align: left;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item.three-item {
  width: calc(33.3% - 35px);
  max-width: 390px;
  min-width: 300px;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item .product-item-content {
  position: relative;
  height: 100%;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item .product-item-content .product-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item .product-item-content .product-item-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 60%;
  height: auto;
  max-height: 60%;
  transition: all 0.3s;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item .product-item-content .product-item-title {
  font-size: 26px;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item .product-item-content .product-item-desc {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  z-index: 10;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item .product-item-content .product-item-desc ul {
  padding-inline-start: 26px;
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.product-container .product-content .product-content-wrapper .product-item-list .product-item:hover .product-item-img img {
  transform: scale(1.1);
}

/*# sourceMappingURL=product.css.map */
