.home_lighting {
  max-width: 256rem;
  overflow: hidden;
  position: relative;
  background-color: #000;
  margin: 0 auto;
}
.home_lighting .swiper-slide {
  background: url(../img/lightimg.jpg) no-repeat center / cover;
}
.home_lighting .swiper-slide .flex {
  padding: 16rem 0;
  min-height: 106.8rem;
}
.home_lighting .swiper-slide .head {
  padding-bottom: 4.9rem;
}
.home_lighting .swiper-slide .bigtext {
  font-size: 21rem;
  color: rgba(255, 255, 255, 0.08);
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  line-height: 1;
  text-wrap: nowrap;
  font-weight: 700;
  text-transform: uppercase;
}
.home_lighting .swiper-slide h2,
.home_lighting .swiper-slide .h2 {
  margin-top: 3.8rem;
  color: #fff;
}
.home_lighting .lighting_nav_box {
  position: absolute;
  bottom: 20.6rem;
  right: 0;
  z-index: 2;
}
.home_lighting .lighting_nav_box .nav_item {
  background-color: rgba(30, 30, 30, 0.68);
  overflow: hidden;
  margin-bottom: 0.7rem;
  width: 38.7rem;
  padding: 2.2rem 3.4rem 2rem;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: auto;
  display: block;
}
.home_lighting .lighting_nav_box .nav_item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
  background: url(../img/navbg.svg) no-repeat right center / cover;
}
.home_lighting .lighting_nav_box .nav_item.active {
  width: 44.2rem;
}
.home_lighting .lighting_nav_box .nav_item.active::before {
  transform: translateX(0);
  opacity: 1;
}
.home_lighting .lighting_nav_box .nav_item.active p {
  color: #fff;
}
.home_lighting .lighting_nav_box .nav_item:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.home_lighting .lighting_nav_box .nav_item:hover p {
  color: #fff;
}
.home_lighting .lighting_nav_box .nav_item .num {
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}
.home_lighting .lighting_nav_box .nav_item p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.35px;
  margin-top: 1.2rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  text-transform: uppercase;
}
.home_popular {
  padding: 4.7rem 0 8.2rem;
}
.home_popular .flex {
  flex-direction: row-reverse;
  gap: 10.41666%;
}
.home_popular .left {
  min-width: 72.22222222%;
}
.home_popular .home_popular_img_swiper {
  overflow: hidden;
  background-color: #000;
}
.home_popular .home_popular_img_swiper a {
  display: flex;
  aspect-ratio: 1040/984;
  position: relative;
}
.home_popular .home_popular_img_swiper a:hover img {
  transform: scale(1.02);
}
.home_popular .home_popular_img_swiper a .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home_popular .home_popular_img_swiper a .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 22.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.63;
  pointer-events: none;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.home_popular .home_popular_img_swiper a .text {
  position: relative;
  z-index: 2;
  margin-top: auto;
  text-align: center;
  width: 100%;
  padding-bottom: 5.4rem;
}
.home_popular .home_popular_img_swiper a .text strong {
  font-size: 6.1rem;
  color: #fff;
  text-transform: uppercase;
}
.home_popular .home_popular_img_swiper a .text .btn {
  margin: 0 auto;
  margin-top: 2.7rem;
}
.home_popular .right {
  min-width: 39.7222222%;
  margin-right: -12.4rem;
}
.home_popular .right .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 48.2rem;
  margin-top: 5rem;
}
.home_popular .right .swiper-pagination {
  position: static;
  width: fit-content;
  font-size: 2rem;
  color: #424242;
}
.home_popular .right .swiper-pagination span {
  font-weight: 900;
}
.home_popular .right .swiper-pagination .swiper-pagination-current {
  font-size: 3.8rem;
  color: #161616;
}
.home_popular .head {
  padding-top: 9.5rem;
}
.home_popular .head .more_btn {
  margin-top: 6.2rem;
  text-transform: uppercase;
}
.home_popular .home_popular_pd_swiper {
  background-color: #f4f4f4;
  margin-top: 3.6rem;
  max-width: 48.2rem;
  overflow: hidden;
}
.home_popular .home_popular_pd_swiper .swiper-slide a {
  padding: 4rem 8.44529% 2.3rem;
}
.home_popular .home_popular_pd_swiper .product_item .img {
  aspect-ratio: 1;
  width: 100%;
  max-width: 33.7rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 4.8rem;
}
.home_popular .home_popular_pd_swiper .product_item .info strong {
  font-size: 4.2rem;
  color: var(--theme_color);
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}
.home_popular .home_popular_pd_swiper .product_item .info p {
  font-size: 1.8rem;
  color: #424242;
  line-height: 2.5rem;
  margin-top: 0.8rem;
  max-width: 40rem;
}