.supage_1412 .product-home {
  padding: 0.6rem 0 0.7rem;
}
@media screen and (max-width: 1024px) {
  .supage_1412 .product-home {
    padding: 0.4rem 0;
  }
}
.supage_1412 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_1412 .container {
    width: 81%;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1412 .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage_1412 .public-title {
  width: 100%;
  text-align: center;
}
.supage_1412 .public-title h3 {
  font-weight: bold;
  line-height: 0.71rem;
  font-size: 0.5rem;
  color: #050525;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 1024px) {
  .supage_1412 .public-title h3 {
    font-size: 0.32rem;
    line-height: normal;
  }
}
.supage_1412 .product-home-top {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .supage_1412 .product-home-top {
    margin-top: 0.3rem;
  }
}
.supage_1412 .product-home-top .right {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.supage_1412 .product-home-top .right .swiper-product-content {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper {
  display: flex;
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide {
  height: fit-content !important;
}
@media screen and (max-width: 1024px) {
  .supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide {
    height: fit-content !important;
  }
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item {
  width: 100%;
  padding: 0 0.03rem;
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item .item-all {
  display: block;
  width: 100%;
  height: 100%;
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item .back-img {
  width: 100%;
  height: 1.94rem;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.8rem;
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item .back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item .back-img {
    height: 1.7rem;
  }
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item .more {
  margin-top: 0.3rem;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.01rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item .more {
    font-size: 0.24rem;
  }
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item:hover .back-img img {
  transform: scale(1.05);
}
.supage_1412 .product-home-top .right .swiper-product-content .swiper-wrapper .swiper-slide .item:hover .more {
  color: #0099ff;
}
