  #image_slide1724314862844 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide1724314862844 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide1724314862844 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1724314862845 {
      
      
      padding-bottom: 36.46%;
    }

    @media screen and (max-width: 767px) {
      #slide-1724314862845 {
        
        
        padding-bottom: 36.46%;
      }
    }
    #slide-1724657775048 {
      
      padding-bottom: 36.46%;
    }

    @media screen and (max-width: 767px) {
      #slide-1724657775048 {
        
        padding-bottom: 36.46%;
      }
    }


/* 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: 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;
  }

  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }

  .home-image-slide img {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .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 {
    display: inline-block;
    margin-top:var(--home-slide-btn-top, 16px) ;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - 2px);
    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 */


  #product_cate1724315116331 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724315116331 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724315116331 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1724315116331  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1724315116331 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1724315116331 .section-title{
      font-size:40px;
    }
    #product_cate1724315116331 .section-sub-title{
      font-size:16px;
    }
    #product_cate1724315116331 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1724315116331  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1724315116331  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  [data-section-type="product_cate"] {
    --product-item-4n-right:var(--v-space);
    --product-item-2n-right: var(--v-space);
  }

  #product_cate1724314874996 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314874996 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314874996 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1724314874996  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1724314874996 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1724314874996 .section-title{
      font-size:40px;
    }
    #product_cate1724314874996 .section-sub-title{
      font-size:16px;
    }
    #product_cate1724314874996 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1724314874996  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1724314874996  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1724314877179 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314877179 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314877179 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1724314877179  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1724314877179 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1724314877179 .section-title{
      font-size:40px;
    }
    #product_cate1724314877179 .section-sub-title{
      font-size:16px;
    }
    #product_cate1724314877179 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1724314877179  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1724314877179  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1724314879188 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314879188 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314879188 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1724314879188  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1724314879188 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1724314879188 .section-title{
      font-size:40px;
    }
    #product_cate1724314879188 .section-sub-title{
      font-size:16px;
    }
    #product_cate1724314879188 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1724314879188  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1724314879188  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1724314881036 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314881036 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1724314881036 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1724314881036  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1724314881036 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1724314881036 .section-title{
      font-size:40px;
    }
    #product_cate1724314881036 .section-sub-title{
      font-size:16px;
    }
    #product_cate1724314881036 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1724314881036  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1724314881036  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #image_slide1724315174755 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide1724315174755 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide1724315174755 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1724315174755 {
      
      
      padding-bottom: 24.90%;
    }

    @media screen and (max-width: 767px) {
      #slide-1724315174755 {
        
        
        padding-bottom: 24.90%;
      }
    }


