.home_banner .home_banner_swiper {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .title {
  transform: translateY(0);
  transition: all 0.5s 0.5s;
  opacity: 1;
}
.home_banner .home_banner_swiper .swiper-slide-active .head p {
  transform: translateY(0);
  transition: all 0.5s 0.6s;
  opacity: 1;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transform: translateY(0);
  transition: all 0.5s 0.7s;
  opacity: 1;
}
.home_banner .flex {
  padding: 8rem 0;
  min-height: 74.5rem;
}
.home_banner .head {
  color: #fff;
  max-width: 61.8rem;
  padding-bottom: 3.678161%;
}
.home_banner .head .title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.4rem;
  transform: translateY(100px);
  transition: all 0.5s 0.5s;
  opacity: 0;
}
.home_banner .head p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.7rem;
  line-height: 2.7rem;
  max-width: 55.6rem;
  margin-top: 2.8rem;
  transform: translateY(100px);
  transition: all 0.5s 0.5s;
  opacity: 0;
}
.home_banner .head .more {
  transform: translateY(100px);
  transition: all 0.5s 0.5s;
  opacity: 0;
}
.home_banner .head .btn_w {
  margin-top: 3.6rem;
}
.home_banner .controls {
  gap: 2.8rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 6.2rem;
  z-index: 2;
}
.home_banner .controls .btn_prev,
.home_banner .controls .btn_next {
  width: 0.8rem;
  height: 1.4rem;
  cursor: pointer;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.home_banner .controls .btn_next {
  transform: rotate(180deg);
}
.home_banner div.swiper-pagination {
  width: auto;
  position: static;
  gap: 2rem;
  display: flex;
  align-items: center;
}
.home_banner div.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0;
  transform: scale(0.5);
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.6);
}
.home_banner div.swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1);
  border-color: #fff;
  background-color: transparent;
}
.home_products {
  overflow: hidden;
  padding: 12.6rem 0 9.8rem;
  border-radius: 3.4rem;
  background-color: #F6F6F8;
}
.home_products .svg {
  width: 11.781609%;
  position: absolute;
  right: -2.5rem;
  top: -3rem;
  overflow: hidden;
}
.home_products .svg img {
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home_products .left {
  flex: 1;
  max-width: 44rem;
  padding-top: 2.873563%;
}
.home_products .tabs {
  margin-top: 32.727273%;
}
.home_products .tabs li {
  color: #5A5A5B;
  font-size: 3.4rem;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 1.2rem 0;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.home_products .tabs li + li {
  margin-top: 1.6rem;
}
.home_products .tabs li.active,
.home_products .tabs li:hover {
  color: var(--primary);
  border-color: #D8D8D8;
}
.home_products .tabs li.active::after,
.home_products .tabs li:hover::after {
  opacity: 1;
}
.home_products .tabs li::after {
  content: '';
  display: block;
  width: 2.8rem;
  height: 1.8rem;
  transition: all 0.3s;
  opacity: 0;
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
.home_products .right {
  width: 66.321839%;
  align-self: center;
}
.home_products .home_products_swiper {
  overflow: hidden;
  border-radius: 2.6rem;
}
.home_products .home_products_swiper .swiper-slide {
  gap: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.home_products .home_products_swiper .img {
  --h: 110.542636%;
  width: 55.892548%;
  border-radius: 2.6rem;
}
.home_products .home_products_swiper .img:hover img {
  transform: scale(1.03);
}
.home_products .home_products_swiper .intro {
  flex: 1;
  max-width: 40rem;
  padding: 4.332756% 0;
}
.home_products .home_products_swiper .desc {
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
}
.home_products .home_products_swiper .list {
  margin-top: 4.2rem;
}
.home_products .home_products_swiper .list ul {
  gap: 1.4rem 20%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.home_products .home_products_swiper .list a {
  vertical-align: top;
  font-size: 1.8rem;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.home_products .home_products_swiper .list a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.home_products .home_products_swiper .btn {
  margin-top: 4.6rem;
}
.home_saying {
  overflow: hidden;
  padding: 17.6rem 0 21.8rem;
  background-color: #F5F6F8;
}
.home_saying .btns {
  gap: 5.2rem;
  display: flex;
  align-items: center;
}
.home_saying .btns .btn_prev,
.home_saying .btns .btn_next {
  cursor: pointer;
  width: 28px;
  height: 18px;
  transition: all 0.3s;
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
.home_saying .btns .btn_prev {
  transform: rotate(180deg);
}
.home_saying .btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home_saying .home_saying_swiper {
  margin-top: 5.6rem;
}
.home_saying .home_saying_swiper .swiper-slide {
  max-width: 46.8rem;
}
.home_saying .home_saying_swiper .item {
  padding: 10.683761% 8.547009% 15.811966%;
  border-radius: 0.8rem;
  background-color: #fff;
}
.home_saying .home_saying_swiper .stars {
  max-width: 10.8rem;
}
.home_saying .home_saying_swiper .comment {
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 2.2rem;
}
.home_saying .home_saying_swiper .name {
  color: var(--text);
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 4.3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DFDFDF;
}
.home_saying .home_saying_swiper .pd {
  gap: 2.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 10.2rem 1fr;
  margin-top: 1.6rem;
  overflow: hidden;
}
.home_saying .home_saying_swiper .pd:hover img {
  transform: scale(1.03);
}
.home_saying .home_saying_swiper .pd .img {
  padding-bottom: 100%;
}
.home_saying .home_saying_swiper .pd .info .cat {
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
}
.home_saying .home_saying_swiper .pd .info .title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-top: 2px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .home_banner .controls {
    padding: 0 3rem;
  }
  .home_products .svg {
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_products .tabs li {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_products .tabs li {
    font-size: 2.6rem;
  }
  .home_products .home_products_swiper .intro {
    padding: 2rem 0;
  }
  .home_products .home_products_swiper .list {
    margin-top: 3rem;
  }
  .home_products .home_products_swiper .list ul {
    gap: 1.2rem;
  }
  .home_products .home_products_swiper .btn {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_products .tabs li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .swiper-slide {
    position: relative;
    z-index: 2;
  }
  .home_banner .home_banner_swiper .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .home_banner .flex {
    padding: 50px 0 80px;
    min-height: unset;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .head p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_banner .head .btn_w {
    margin-top: 20px;
  }
  .home_banner .controls {
    padding: 0 30px;
    bottom: 30px;
    gap: 20px;
  }
  .home_banner div.swiper-pagination {
    gap: 15px;
  }
  .home_products {
    padding: 50px 0;
    border-radius: 20px;
  }
  .home_products .svg {
    right: 0;
  }
  .home_products .left {
    padding: 0;
  }
  .home_products .tabs {
    margin-top: 30px;
  }
  .home_products .tabs li {
    font-size: 17px;
    padding: 10px 0;
  }
  .home_products .tabs li + li {
    margin-top: 12px;
  }
  .home_products .tabs li::after {
    width: 18px;
    height: 14px;
  }
  .home_products .home_products_swiper {
    border-radius: 0;
  }
  .home_products .home_products_swiper .swiper-slide {
    gap: 20px;
    align-items: center;
  }
  .home_products .home_products_swiper .img {
    width: 50%;
    border-radius: 16px;
  }
  .home_products .home_products_swiper .intro {
    padding: 0;
  }
  .home_products .home_products_swiper .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_products .home_products_swiper .list {
    margin-top: 20px;
  }
  .home_products .home_products_swiper .list ul {
    gap: 10px;
  }
  .home_products .home_products_swiper .list a {
    font-size: 14px;
  }
  .home_products .home_products_swiper .btn {
    margin-top: 20px;
  }
  .home_saying {
    padding: 50px 0;
  }
  .home_saying .btns {
    gap: 30px;
  }
  .home_saying .home_saying_swiper {
    margin-top: 30px;
  }
  .home_saying .home_saying_swiper .swiper-slide {
    max-width: 260px;
  }
  .home_saying .home_saying_swiper .item {
    padding: 20px;
  }
  .home_saying .home_saying_swiper .stars {
    max-width: 80px;
  }
  .home_saying .home_saying_swiper .comment {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_saying .home_saying_swiper .name {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .home_saying .home_saying_swiper .pd {
    gap: 10px;
    grid-template-columns: 60px 1fr;
  }
  .home_saying .home_saying_swiper .pd .info .cat {
    font-size: 13px;
  }
  .home_saying .home_saying_swiper .pd .info .title {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .controls {
    padding: 0 20px;
  }
  .home_products .svg {
    width: 20%;
  }
  .home_products .flex {
    display: block;
  }
  .home_products .right {
    width: 100%;
  }
  .home_products .home_products_swiper {
    overflow: visible;
    margin-top: 30px;
  }
  .home_products .home_products_swiper .swiper-slide {
    display: block;
  }
  .home_products .home_products_swiper .img {
    width: 100%;
  }
  .home_products .home_products_swiper .intro {
    margin-top: 20px;
  }
}
