.h_Title {
  text-align: center;
  color: #111;
  font-size: 24px;
  font-family: 'Montserrat-Bold';
  position: relative;
}
.h_Title::after,
.h_Title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33%;
  height: 1px;
  background: var(--rgba2-bcolor);
}
.h_Title::before {
  left: 0;
}
.h_Title::after {
  right: 0;
}
.h_Box1 {
  padding: 48px 0;
  row-gap: 24px;
}
.h_Box1 .h_item {
  text-align: center;
}
.h_Box1 .h_item .h_p1 {
  font-size: 16px;
  color: #111111;
  font-family: 'Montserrat-Bold';
}
.h_Box1 .h_item .h_p2 {
  font-size: 16px;
  color: #7E7E7E;
  font-family: 'Montserrat-Regular';
  line-height: 1.75;
}
.h_Box2 {
  margin-top: 60px;
}
.h_Box2 .h_sub {
  margin-top: 32px;
  gap: 16px 57px;
}
.h_Box2 .h_sub .h_item {
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  color: #7E7E7E;
  cursor: pointer;
  position: relative;
}
.h_Box2 .h_sub .h_item::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 38px;
  height: 2px;
  background: #111;
  transition: transform 0.3s ease;
  transform: translateX(-50%) scaleX(0);
}
.h_Box2 .h_sub .h_item.h_active,
.h_Box2 .h_sub .h_item:hover {
  color: #111;
}
.h_Box2 .h_sub .h_item.h_active::after,
.h_Box2 .h_sub .h_item:hover::after {
  transform: translateX(-50%) scale(1);
}
.h_Box2 .h_List {
  margin-top: 118px;
}
.h_Box2 .h_List .h_Box {
  display: none;
}
.h_Box2 .h_List .h_Box:first-child {
  display: block;
}
.h_Box2 .h_List .h_list .h_item:nth-child(2) {
  margin-top: -50px;
}
.h_Box2 .h_List .h_list .h_item .h_img {
  aspect-ratio: 440/484;
}
.h_Box2 .h_List .h_list .h_item .h_text {
  text-align: center;
}
.h_Box2 .h_List .h_list .h_item .h_text .h_name {
  margin-top: 26px;
  font-size: 17px;
  color: #3D3D3D;
  font-family: 'Montserrat-Medium';
}
.h_Box2 .h_List .h_list .h_item .h_text .h_desc {
  margin-top: 26px;
  font-size: 17px;
  color: #415161;
  font-family: 'Montserrat-Regular';
}
.h_goodsList {
  overflow: hidden;
}
.h_goodsList .h_item .h_img {
  aspect-ratio: 320/352;
}
.h_goodsList .h_item .h_text {
  text-align: center;
}
.h_goodsList .h_item .h_text .h_name {
  margin-top: 26px;
  font-size: 17px;
  color: #111111;
}
.h_goodsList .h_item .h_text .h_desc {
  margin-top: 26px;
  font-size: 17px;
  color: #415161;
}
.h_Box3 {
  margin-top: 87px;
}
.h_Box3 .h_List {
  background: #F6F6F6;
  margin-top: 60px;
}
.h_Box4 .h_list .h_item .h_img {
  position: relative;
}
.h_Box4 .h_list .h_item .h_img::after {
  position: absolute;
  content: 'Sale!';
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #000000;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.h_Box5 {
  padding-bottom: 60px;
}
.h_Box5 .h_news .swiper .swiper-slide {
  background: #F6F6F6;
  width: 440px;
}
.h_Box5 .h_news .swiper .swiper-slide .h_img {
  aspect-ratio: 440/240;
}
.h_Box5 .h_news .swiper .swiper-slide .h_text {
  padding: 28px 24px;
}
.h_Box5 .h_news .swiper .swiper-slide .h_text .h_date {
  font-size: 16px;
  color: #7C7C7C;
}
.h_Box5 .h_news .swiper .swiper-slide .h_text .h_name {
  font-size: 24px;
  color: #111111;
  font-family: 'Montserrat-Medium';
  margin-top: 21px;
}
.h_Box5 .h_news .swiper .swiper-slide .h_text .h_desc {
  font-size: 14px;
  color: #415161;
  margin-top: 5px;
  line-height: 2;
}
.h_Box5 .h_news .swiper .swiper-slide .h_text .h_more {
  font-size: 14px;
  color: #111111;
  margin-top: 25px;
  font-family: 'Montserrat-Medium';
}
.h_Box5 .h_news .swiper .swiper-slide:hover .h_img img {
  transform: scale(1.05);
}
.h_Box5 .h_news .swiper .swiper-pagination {
  bottom: 0;
}
.h_Box5 .h_news .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #F0F0F0;
  opacity: 1;
}
.h_Box5 .h_news .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D8D8D8;
}
@media screen and (max-width: 1440px) {
  .h_Box2 {
    margin-top: 0;
  }
  .h_Title::after,
  .h_Title::before {
    width: 28%;
  }
  .h_Box2 .h_List {
    margin-top: 90px;
  }
  .h_Box5 .h_news .swiper .swiper-slide {
    width: 410px;
  }
  .h_Box5 .h_news .swiper .swiper-slide .h_text .h_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box3 {
    margin-top: 50px;
  }
  .h_Box3 .h_List {
    margin-top: 40px;
  }
  .h_Box2 .h_List .h_list,
  .h_main .h_goodsList {
    --c-gap: 30px;
    --r-gap: 30px;
  }
  .h_goodsList .h_item .h_text .h_name {
    margin-top: 20px;
  }
  .h_goodsList .h_item .h_text .h_desc {
    margin-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  .h_Box1 {
    padding: 20px 0;
  }
  .h_Title::after,
  .h_Title::before {
    display: none;
  }
  .h_Box1 {
    row-gap: 16px;
  }
  .h_Box1 .h_item {
    width: 49%;
  }
  .h_Box1 .h_item .h_p2 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
  }
  .h_Title {
    font-size: 20px;
  }
  .h_Box2 .h_sub {
    gap: 16px;
    margin-top: 16px;
  }
  .h_Box2 .h_sub .h_item {
    font-size: 16px;
  }
  .h_Box2 .h_sub .h_item::after {
    bottom: -6px;
  }
  .h_Box2 .h_List .h_list .h_item:nth-child(2) {
    margin-top: 0;
  }
  .h_goodsList .h_item .h_text .h_name,
  .h_Box2 .h_List .h_list .h_item .h_text .h_name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .h_Box2 .h_List {
    margin-top: 20px;
  }
  .h_goodsList .h_item .h_text .h_desc,
  .h_Box2 .h_List .h_list .h_item .h_text .h_desc {
    display: none;
  }
  .h_Box2 .h_List .h_list .h_item .h_img,
  .h_goodsList .h_item .h_img {
    aspect-ratio: 1/1;
  }
  .h_Box3 {
    margin-top: 20px;
  }
  .h_Box3 .h_List {
    margin-top: 20px;
  }
  .h_Box4 .h_list .h_item .h_img::after {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .h_Box5 {
    padding-bottom: 20px;
  }
  .h_Box5 .h_news .swiper .swiper-slide {
    width: 200px;
  }
  .h_Box5 .h_news .swiper .swiper-slide .h_text {
    padding: 10px 16px;
  }
  .h_Box5 .h_news .swiper .swiper-slide .h_text .h_more,
  .h_Box5 .h_news .swiper .swiper-slide .h_text .h_date,
  .h_Box5 .h_news .swiper .swiper-slide .h_text .h_desc {
    display: none;
  }
  .h_Box5 .h_news .swiper .swiper-slide .h_text .h_name {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .h_Box5 .h_news .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
