.sn-home-container {
  position: relative;
}
.sn-home-container .banner {
  width: 100%;
  height: 7.3rem;
  background: url(../../assets/images/mark/mask-banner.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sn-home-container .banner .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sn-home-container .banner .banner-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sn-home-container .banner .banner-title p:first-child {
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.7rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
}
.sn-home-container .banner .banner-title p:last-child {
  width: 9.33rem;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  margin-top: 0.34rem;
}
.sn-home-container .example {
  position: relative;
  width: 12.8rem;
  height: auto;
  padding: 1.4rem 0;
  margin: 0 auto;
}
.sn-home-container .example .title {
  width: max-content;
  height: 0.7rem;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.7rem;
  color: #565656;
  background-image: linear-gradient(to bottom, #FFF 0%, #FFF 50%, rgba(218, 112, 62, 0.5) 50.01%, rgba(218, 112, 62, 0.5) 100%);
}
.sn-home-container .example .example-swiper {
  width: 100%;
  height: 6.5rem;
  margin-top: 0.9rem;
  overflow: hidden;
  cursor: pointer;
}
.sn-home-container .example .example-swiper img {
  width: 100%;
  min-height: 100%;
  object-fit: contain;
  transition: all 0.2s linear;
}
.sn-home-container .example .example-swiper img:hover {
  transform: scale(1.2);
}
.sn-home-container .example .example-swiper .swiper-slide {
  position: relative;
  width: 30%;
  height: 2.65rem;
  border-radius: 0.16rem;
  overflow: hidden;
  background-color: #fafafa;
}
.sn-home-container .example .example-swiper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  background-color: rgba(218, 112, 62, 0.7);
  text-align: center;
  line-height: 0.8rem;
  font-weight: 700;
  font-size: 0.1928rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
}
.sn-home-container .example .example-swiper .swiper-pagination-bullet {
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #8B94A5;
  opacity: 1;
  background: #f6f6f6;
  border-radius: 0.04rem;
}
.sn-home-container .example .example-swiper .swiper-pagination-bullet-active {
  color: #fff;
  background: #DA703E;
}
.sn-home-container .example .example-swiper .swiper-pagination {
  bottom: 1.4rem;
}
.sn-home-container .example .example-swiper .swiper-button-next,
.sn-home-container .example .example-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d9d9d9;
}
.sn-home-container .example .example-swiper .swiper-button-next::after,
.sn-home-container .example .example-swiper .swiper-button-prev::after {
  font-size: 0.28rem;
  color: #FFF;
}
.sn-home-container .example .example-swiper .swiper-button-next:hover,
.sn-home-container .example .example-swiper .swiper-button-prev:hover {
  background: #ffffff;
  border: 0.03rem solid #DA703E;
}
.sn-home-container .example .example-swiper .swiper-button-next:hover::after,
.sn-home-container .example .example-swiper .swiper-button-prev:hover::after {
  color: #da703e;
}
.sn-home-container .example .example-swiper .swiper-button-next {
  right: -0.88rem;
}
.sn-home-container .example .example-swiper .swiper-button-prev {
  left: -0.88rem;
}
.sn-home-container .sale-net-wrap {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0.88rem;
  box-sizing: border-box;
}
.sn-home-container .sale-net-wrap .sale-net {
  width: 12.8rem;
  margin: 0 auto;
}
.sn-home-container .sale-net-wrap .sale-net .content-title {
  width: max-content;
  height: 0.7rem;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.7rem;
  color: #565656;
  background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 50%, rgba(218, 112, 62, 0.5) 50.01%, rgba(218, 112, 62, 0.5) 100%);
}
.sn-home-container .sale-net-wrap .sale-net .sale-illus {
  width: 11.25rem;
  height: 5.68rem;
  background: url(../../assets/images/mark/sale-net.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0.4rem auto 1.1rem;
}
.sn-home-container .advantage {
  width: 100%;
  height: 7rem;
  background: url(../../assets/images/mark/pic1.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sn-home-container .advantage .advantage-wrap {
  width: 12.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sn-home-container .advantage .advantage-wrap .item {
  width: 48%;
  height: 2.3rem;
  background: rgba(255, 255, 255, 0.01);
  border: 0.04rem solid #FFFFFF;
  backdrop-filter: blur(0.24rem);
  border-radius: 0.16rem;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sn-home-container .advantage .advantage-wrap .item:nth-child(3) {
  margin-top: 0.48rem;
  font-size: 0.34rem;
}
.sn-home-container .advantage .advantage-wrap .item:nth-child(4) {
  margin-top: 0.48rem;
  font-size: 0.34rem;
}
@media (max-width: 768px) {
  .sn-home-container {
    padding-top: 48px !important;
  }
  .sn-home-container .banner {
    height: 200px !important;
  }
  .sn-home-container .banner .banner-title p {
    width: 100% !important;
    padding: 0 50px !important;
    font-size: 14px !important;
    line-height: initial !important;
  }
  .sn-home-container .banner .banner-title p:first-child {
    font-size: 16px !important;
    text-align: center !important;
  }
  .sn-home-container .banner .banner-title p:last-child {
    margin-top: 0px;
  }
  .sn-home-container .example {
    width: 100% !important;
    padding: 24px !important;
    height: 700px !important;
  }
  .sn-home-container .example .title {
    font-size: 18px !important;
    height: auto !important;
    line-height: initial !important;
  }
  .sn-home-container .example .example-swiper {
    height: 600px !important;
    margin-top: 10px !important;
  }
  .sn-home-container .example .example-swiper .swiper-wrapper {
    width: 100% !important;
  }
  .sn-home-container .example .example-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 30% !important;
    margin-top: 10px !important;
  }
  .sn-home-container .example .example-swiper .swiper-wrapper .swiper-slide .desc {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important;
  }
  .sn-home-container .example .example-swiper .swiper-pagination {
    height: 30px !important;
    bottom: 20px !important;
  }
  .sn-home-container .example .example-swiper .swiper-pagination span {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .sn-home-container .example .example-swiper .swiper-button-next,
  .sn-home-container .example .example-swiper .swiper-button-prev {
    top: initial !important;
    bottom: 25px !important;
    width: 92px !important;
    height: 30px !important;
    background: #DA703E;
    border-radius: 25px;
  }
  .sn-home-container .example .example-swiper .swiper-button-next {
    right: 20px !important;
  }
  .sn-home-container .example .example-swiper .swiper-button-prev {
    left: 20px !important;
  }
  .sn-home-container .sale-net-wrap {
    padding: 24px !important;
    height: 255px !important;
  }
  .sn-home-container .sale-net-wrap .sale-net {
    width: 100% !important;
  }
  .sn-home-container .sale-net-wrap .sale-net .content-title {
    font-size: 18px !important;
    height: auto !important;
    line-height: initial !important;
  }
  .sn-home-container .sale-net-wrap .sale-net .sale-illus {
    width: 100% !important;
    height: 165px !important;
    margin: 0 !important;
    margin-top: 20px !important;
  }
  .sn-home-container .advantage {
    height: 230px !important;
    padding: 24px !important;
  }
  .sn-home-container .advantage .advantage-wrap {
    width: 100% !important;
    height: 100% !important;
  }
  .sn-home-container .advantage .advantage-wrap .item {
    height: 45% !important;
    text-align: center;
  }
  .sn-home-container .advantage .advantage-wrap .item:nth-child(1) {
    font-size: 20px !important;
  }
  .sn-home-container .advantage .advantage-wrap .item:nth-child(2) {
    font-size: 20px !important;
  }
  .sn-home-container .advantage .advantage-wrap .item:nth-child(3) {
    font-size: 16px !important;
    margin-top: 0 !important;
  }
  .sn-home-container .advantage .advantage-wrap .item:nth-child(4) {
    font-size: 16px !important;
    margin-top: 0 !important;
  }
}
