  #image_slide_pane_1C1D5E9C9D21F .home-slide-title {
    font-size: var(--medium-title-size,36px);
  }
  #image_slide_pane_1C1D5E9C9D21F .home-slide-subtitle {
    font-size: var(--medium-subtitle-size,16px);
  }
  #image_slide_pane_1C1D5E9C9D21F .home-slide-btn {
    font-size: var(--medium-btn-size,14px);
    border-radius:var(--theme-border-radius);
  }
    #slide-image_slide_block_1C1D5E9C9D713 {
      
      
      padding-bottom: 40.40%;
    }
    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1C1D5E9C9D713 {
        
        
        padding-bottom: 93.33%;
      }
    }

/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin:var(--list-more-margin, calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space));
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */

  /* index_css slide start */
  [data-section-type="image_slide"] {
    --large-title-size: 58px;
    --large-subtitle-size: 30px;
    --large-btn-size: 30px;
    --medium-title-size: 36px;
    --medium-subtitle-size: 14px;
    --medium-btn-size: 16px;
    --small-title-size: 35px;
    --small-subtitle-size: 15px;
    --small-btn-size: 15px;
    --prev-btn-left: 40px;
    --next-btn-right: 40px;
  }

  [data-section-type="image_slide"] .swiper-pagination {
    --swiper-pagination-bottom:  var(--slide-pagination-bottom);
  }

  .home-image-slide.image-slide {
    margin-bottom:var(--home-image-slide-bottom,var(--section-space) );
    padding-bottom: 0;
    --prev-btn-left:10px;
    --next-btn-right:10px;
  }
  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-slide-content {
    white-space: nowrap;
  }
  .home-slide-title {
    margin:var(--home-slide-title-margin, 0 0 20px) ;
    font-weight:var(--home-slide-title-weight, 700);
  }

  .home-slide-subtitle {
    margin:var(--home-slide-subtitle-margin, 0);
    font-weight:var(--home-slide-subtitle-weight, 400);
  }

  .home-slide-btn {
    margin-top:var(--home-slide-btn-top, 16px) ;
    padding: var(--home-slide-btn-side-padding, 0 25px);
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="image_slide"] {
      --large-title-size: 33px;
      --large-subtitle-size: 20px;
      --large-btn-size: 18px;
      --medium-title-size: 22px;
      --medium-subtitle-size: 14px;
      --medium-btn-size: 16px;
      --small-title-size: 25px;
      --small-subtitle-size: 14px;
      --small-btn-size: 14px;
      --prev-btn-left: 10px;
      --next-btn-right: 10px;
      --home-slide-btn-top:14px;
      --home-slide-title-margin:0 0 10px;
    }
    .home-slide-content{
      white-space: normal;
      max-width: 85%;
      min-width: 60%;
    }
  
  }

  @media screen and (max-width: 767px) {
  .home-image-slide .prev-btn,
    .home-image-slide .next-btn {
      display:var(--home-image-slide-btb-display, none);
    }
  }
  /* index_css slide end */

		.home-image-slide .prev-btn.iconfont, 
		.home-image-slide .next-btn.iconfont {
			--arrow-btn-width: 88px;
			--arrow-btn-height: 88px;
			--arrow-btn-size: 50px;
			--arrow-btn-opacity: 1;
		}

		.home-image-slide .prev-btn.iconfont { 
			border-radius: 0px 6px 6px 0px;
			--prev-btn-left: 0;
		}

		.home-image-slide .next-btn.iconfont {
			border-radius: 6px 0px 0px 6px;
			--next-btn-right: 0;
		}

 #product_slide1744276992426 .swiper-slide {
    width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
  }
@media screen and (min-width:768px){
  #product_slide1744276992426 .swiper-slide {
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
}
#product-product_slide1744276992426{
	--title-text-align: center;
}
#product-product_slide1744276992426 .section-title{
  text-align:center;
  color:#333333; 
}
#product-product_slide1744276992426 .section-sub-title{
  color:#333333;
  text-align:center;
}
#product-product_slide1744276992426 .product-slide-btn{
  color:#ffffff;
  border-color:#333333;
  background-color:#333333;
  --bg-color:#333333;
  --border-color:#333333;
  --color:#ffffff;
}
@media screen and (min-width: 1200px){
  #product-product_slide1744276992426 .section-title{
    font-size:32px;
  }
  #product-product_slide1744276992426 .section-sub-title{
    font-size:16px;
  }
}

  /* index_css product_slide start */
	.product-slide {
		display: flex;
		flex-direction: column;
	}

  .product-slide .swiper-slide {
    height: auto;
    margin-right: var(--v-space);
  }

  .product-slide  .product-item {
    --product-item-width: 100%;
    --h-space: 0;
    --v-space: 0;
    height: 100%;
  }

	.product-slide .more-button {
		order: 3;
	}

  @media screen and (min-width: 768px) {
    .product-slide .swiper-pagination {
      display:var(--product-slide-pagination-display, none);
    }
  }

  @media screen and (max-width: 767px) {
    .product-slide .swiper-slide{
      width: calc(50% - var(--v-space) / 2);
    }
    .product-slide .prev-btn,
    .product-slide .next-btn {
      display:var(--product-slide-btn-display, none) ;
    }
  }
  /* index_css product_slide end */


 #product_slide1744277008659 .swiper-slide {
    width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
  }
@media screen and (min-width:768px){
  #product_slide1744277008659 .swiper-slide {
    width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3) ;
  }
}
#product-product_slide1744277008659{
	--title-text-align: center;
}
#product-product_slide1744277008659 .section-title{
  text-align:center;
  color:#333333; 
}
#product-product_slide1744277008659 .section-sub-title{
  color:#333333;
  text-align:center;
}
#product-product_slide1744277008659 .product-slide-btn{
  color:#ffffff;
  border-color:#333333;
  background-color:#333333;
  --bg-color:#333333;
  --border-color:#333333;
  --color:#ffffff;
}
@media screen and (min-width: 1200px){
  #product-product_slide1744277008659 .section-title{
    font-size:32px;
  }
  #product-product_slide1744277008659 .section-sub-title{
    font-size:16px;
  }
}

 #product_slide1744277157115 .swiper-slide {
    width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
  }
@media screen and (min-width:768px){
  #product_slide1744277157115 .swiper-slide {
    width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3) ;
  }
}
#product-product_slide1744277157115{
	--title-text-align: center;
}
#product-product_slide1744277157115 .section-title{
  text-align:center;
  color:#333333; 
}
#product-product_slide1744277157115 .section-sub-title{
  color:#333333;
  text-align:center;
}
#product-product_slide1744277157115 .product-slide-btn{
  color:#ffffff;
  border-color:#333333;
  background-color:#333333;
  --bg-color:#333333;
  --border-color:#333333;
  --color:#ffffff;
}
@media screen and (min-width: 1200px){
  #product-product_slide1744277157115 .section-title{
    font-size:32px;
  }
  #product-product_slide1744277157115 .section-sub-title{
    font-size:16px;
  }
}

