.home {
  position: relative;
}
.home .banner {
  position: relative;
}
.home .banner .bg {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
}
.home .banner .text h1 {
  color: #FFF;
  font-size: 3.3333333333vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.12;
}
.home .banner .waterBox {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: -0.1041666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .banner .waterBox svg {
  width: 100%;
  height: 4.0625vw;
  max-height: 100vh;
  margin: 0;
  display: block;
}
.home .banner .waterBox .water .parallax > use {
  transition: fill 0.5s ease-in-out;
  animation: 5s linear 1s infinite move-forever;
}
.home .main {
  padding: 6.25vw 0;
}
.home .main .wrap {
  width: 72.9166666667vw;
  margin: 0 auto;
}
.home .main .wrap .after-sale-box {
  width: 100%;
  background: #F7F7F7;
  padding: 2.5vw 5.0520833333vw 2.3958333333vw;
  margin-bottom: 5.7291666667vw;
}
.home .main .wrap .after-sale-box .after-sale-box-title {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 2.5vw;
}
.home .main .wrap .after-sale-box .after-sale-box-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25vw;
}
.home .main .wrap .after-sale-box .after-sale-box-content .item {
  width: 100%;
  height: 13.5416666667vw;
  border-radius: 0.5208333333vw;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5vw 0 0;
}
.home .main .wrap .after-sale-box .after-sale-box-content .item .icon {
  width: 2.5vw;
  height: 2.5vw;
  transition: 1s;
}
.home .main .wrap .after-sale-box .after-sale-box-content .item .icon img {
  width: 100%;
}
.home .main .wrap .after-sale-box .after-sale-box-content .item h5 {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 100%;
  text-align: center;
  margin: 1.25vw 0;
  color: #000000;
}
.home .main .wrap .after-sale-box .after-sale-box-content .item .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.3333333333vw;
  height: 2.3958333333vw;
  border-radius: 1.0416666667vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  text-transform: capitalize;
  background: #17559C;
  color: #FCFDFD;
  border: 0.0520833333vw solid #17559C;
  cursor: pointer;
  transition: 0.6s;
}
.home .main .wrap .after-sale-box .after-sale-box-content .item .item-btn:hover {
  background: unset;
  color: #17559C;
}
.home .main .wrap .after-sale-box .after-sale-box-content .item:hover .icon {
  transform: rotateY(360deg);
}
.home .main .wrap .description-box {
  width: 66.6666666667vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25vw;
}
.home .main .wrap .description-box .item {
  width: 100%;
  height: 20.8333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.0416666667vw;
  position: relative;
  cursor: pointer;
}
.home .main .wrap .description-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.home .main .wrap .description-box .item p {
  font-weight: 500;
  font-size: 1.25vw;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  z-index: 3;
}
.home .main .wrap .description-box .item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .home .banner {
    margin-top: 60px;
  }
  .home .banner img {
    height: 200px;
  }
  .home .banner .text h1 {
    font-size: 32px;
  }
  .home .main {
    padding: 40px 0 60px;
  }
  .home .main .wrap {
    width: 90%;
  }
  .home .main .wrap .after-sale-box {
    padding: 30px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
  }
  .home .main .wrap .after-sale-box .after-sale-box-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .home .main .wrap .after-sale-box .after-sale-box-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .home .main .wrap .after-sale-box .after-sale-box-content .item {
    height: unset;
    padding: 60px 0;
    border-radius: 6px;
  }
  .home .main .wrap .after-sale-box .after-sale-box-content .item .icon {
    width: 40px;
    height: 40px;
  }
  .home .main .wrap .after-sale-box .after-sale-box-content .item h5 {
    font-size: 16px;
    margin: 20px 0;
  }
  .home .main .wrap .after-sale-box .after-sale-box-content .item .item-btn {
    width: 120px;
    height: 40px;
    border-radius: 18px;
    font-size: 14px;
  }
  .home .main .wrap .description-box {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .home .main .wrap .description-box .item {
    height: 52vw;
    border-radius: 6px;
  }
  .home .main .wrap .description-box .item p {
    font-size: 16px;
  }
}