  #image_slide_pane_1C656E491FD12 .home-slide-title {
    font-size: var(--medium-title-size,36px);
  }
  #image_slide_pane_1C656E491FD12 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size,16px);
  }
  #image_slide_pane_1C656E491FD12 .home-slide-btn {
    font-size: var(--medium-btn-size,14px);
    border-radius:var(--theme-border-radius);
  }
    #slide-image_slide_block_1C656E491F81D {
      
      
      padding-bottom: 31.53%;
    }
    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1C656E491F81D {
        
        
        padding-bottom: 31.53%;
      }
    }

/* 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 */

    [data-section-type="image_slide"] {
      --medium-title-size:60px;
      --medium-subtitle-size:24px;
      --home-slide-title-margin:0;
    }
    .home-slide-subtitle {
      max-width: 520px;
    }
    
    .home-slide-content {
      white-space: normal;
    }

    @media screen and (max-width: 1200px) {
      [data-section-type="image_slide"] {
        --medium-title-size:36px;
        --medium-subtitle-size:16px;
        --home-slide-title-weight:400;
      }
      .home-slide-content {
          max-width: 100%;
          min-width: 90%;
      }
      .home-slide-title {
        line-height: 1;
        margin-bottom: 10px;
      }
    }

	#product_cate_pane_1C656E491FB18{
		--title-text-align: left;
	}
  #product_cate_pane_1C656E491FB18 .section-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FB18 .section-sub-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FB18 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
		#product_cate_pane_1C656E491FB18  .product-item{
			width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
		}
		@media screen and (min-width:768px){
			#product_cate_pane_1C656E491FB18 .product-item:nth-child(4n){
				margin-right: 0;
			}
		}
  @media screen and (min-width:1200px){
    #product_cate_pane_1C656E491FB18 .section-title{
      font-size:28px;
    }
    #product_cate_pane_1C656E491FB18 .section-sub-title{
      font-size:16px;
    }
    #product_cate_pane_1C656E491FB18 .product-list-btn{
      font-size:16px;
    }
  }
  	@media screen and (max-width: 767px){
			#product_cate_pane_1C656E491FB18  .product-item{
				width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
			}
			#product_cate_pane_1C656E491FB18  .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);
  }


    @media screen and (min-width: 768px) {
      #imgtxt_single_pane_1C656E491FB10 .imgtxt-single-image{
        order:  1 ;
      }
      #imgtxt_single_pane_1C656E491FB10 .imgtxt-single-text {
        order:  2 ;
      }
    }
  #imgtxt_single_pane_1C656E491FB10 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(100.00% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_pane_1C656E491FB10 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 100.00%;
    }
  }
  #imgtxt_single_pane_1C656E491FB10 .content-title{
    color: #121212;
    text-align:center;
  }
   #imgtxt_single_pane_1C656E491FB10 .imgtxt-single-content{
    text-align:center;
  }
  #imgtxt_single_pane_1C656E491FB10 .imgtxt-single-btn{
    text-align:center;
  }
  #imgtxt_single_pane_1C656E491FB10 .button{
    color: #000;
    background-color:#ffffff;
    border-color:#000;
    --color: #000;
    --bg-color:#ffffff;
    --border-color:#000;
  }
    [data-section-id="imgtxt_single_pane_1C656E491FB10"]{
      --imgtxt-list-bg-color:#dff464;
    }
    #imgtxt_single_pane_1C656E491FB10{
      background-color:var(--imgtxt-list-bg-custom,#dff464);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single_pane_1C656E491FB10 .content-title{
      font-size:36px;
    }
    #imgtxt_single_pane_1C656E491FB10 .imgtxt-single-content{
      font-size:18px;
    }
    #imgtxt_single_pane_1C656E491FB10 .button{
      font-size:16px;
    }
  }

   /* index_css imgtxt_single start */
  .imgtxt-single {
    display: flex;
    justify-content: space-between;
    align-items: var(--imgtxt-single-align-items, center);
  }

  .imgtxt-single-image {
    padding-bottom: var(--imgtxt-single-image-padding-bottom, 48%);
    width:var(--imgtxt-single-image-width, 50%);
  }

  .imgtxt-single-text {
    display: flex;
    flex-direction: column;
    justify-content: var(--imgtxt-single-body-justify-content, center);
    align-items: var(--imgtxt-single-body-align,flex-start);
    width:var(--imgtxt-single-text-width, 50%);
    padding : var(--imgtxt-single-body-slide-padding,0 80px);
    line-height:var(--imgtxt-single-text-line-height, 1.5);
  }

  .imgtxt-single-title {
    width: 100%;
    margin-bottom: var(--imgtxt-single-title-bottom,40px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size: var(--section-title-size);
    font-weight: var(--imgtxt-single-text-weight, 700);
  }

  .imgtxt-single-content {
    width: 100%;
    margin-bottom: var(--imgtxt-single-text-bottom,50px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size:var(--imgtxt-single-text-size, 14px);
    white-space: pre-wrap;
  }
  .imgtxt-single-btn {
    width:100%;
  }
  @media screen and (max-width: 1200px) {
    [data-section-type="imgtxt_single"] {
      --imgtxt-single-title-bottom: 10px;
      --imgtxt-single-text-bottom: 10px;
      --imgtxt-single-body-slide-padding: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    [data-section-type="imgtxt_single"]{
      --imgtxt-single-image-padding-bottom: 100%;
      --imgtxt-single-title-bottom: 15px;
      --imgtxt-single-text-bottom: 15px;
      --imgtxt-single-body-slide-padding: 10px;
      --imgtxt-single-body-align: center;
      --imgtxt-single-text-align: center;
    }
    .imgtxt-single {
      --imgtxt-single-text-width: 100%;
      --imgtxt-single-image-width: 100%;
      flex-direction: column;
    }
  }
  /* index_css imgtxt_single end */

    [data-section-type="imgtxt_single"] .wrapper {
      max-width:100%;
      padding: 0 0 var(--section-space);
      --imgtxt-single-text-align:center;
      --imgtxt-single-title-bottom:20px;
      --imgtxt-single-text-bottom:20px;
    }
    .imgtxt-single-text {
      align-items: center;
    }
    .imgtxt-single-content {
      max-width: 510px;
    }
    @media screen and (max-width: 767px) {
      [data-section-type="imgtxt_single"] {
        --imgtxt-single-body-slide-padding:30px 20px;
      }
    }

	#product_cate_pane_1C656E491FD1F{
		--title-text-align: left;
	}
  #product_cate_pane_1C656E491FD1F .section-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FD1F .section-sub-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FD1F .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
		#product_cate_pane_1C656E491FD1F  .product-item{
			width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
		}
		@media screen and (min-width:768px){
			#product_cate_pane_1C656E491FD1F .product-item:nth-child(4n){
				margin-right: 0;
			}
		}
  @media screen and (min-width:1200px){
    #product_cate_pane_1C656E491FD1F .section-title{
      font-size:28px;
    }
    #product_cate_pane_1C656E491FD1F .section-sub-title{
      font-size:16px;
    }
    #product_cate_pane_1C656E491FD1F .product-list-btn{
      font-size:16px;
    }
  }
  	@media screen and (max-width: 767px){
			#product_cate_pane_1C656E491FD1F  .product-item{
				width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
			}
			#product_cate_pane_1C656E491FD1F  .product-item:nth-child(2n){
				margin-right: 0;
			}
  	}

    @media screen and (min-width: 768px) {
      #imgtxt_single_pane_1C656E491FD1A .imgtxt-single-image{
        order:  1 ;
      }
      #imgtxt_single_pane_1C656E491FD1A .imgtxt-single-text {
        order:  2 ;
      }
    }
  #imgtxt_single_pane_1C656E491FD1A .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(100.00% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_pane_1C656E491FD1A .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 100.00%;
    }
  }
  #imgtxt_single_pane_1C656E491FD1A .content-title{
    color: #121212;
    text-align:center;
  }
   #imgtxt_single_pane_1C656E491FD1A .imgtxt-single-content{
    text-align:center;
  }
  #imgtxt_single_pane_1C656E491FD1A .imgtxt-single-btn{
    text-align:center;
  }
  #imgtxt_single_pane_1C656E491FD1A .button{
    color: #000;
    background-color:#ffffff;
    border-color:#000;
    --color: #000;
    --bg-color:#ffffff;
    --border-color:#000;
  }
    [data-section-id="imgtxt_single_pane_1C656E491FD1A"]{
      --imgtxt-list-bg-color:#dff464;
    }
    #imgtxt_single_pane_1C656E491FD1A{
      background-color:var(--imgtxt-list-bg-custom,#dff464);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single_pane_1C656E491FD1A .content-title{
      font-size:36px;
    }
    #imgtxt_single_pane_1C656E491FD1A .imgtxt-single-content{
      font-size:18px;
    }
    #imgtxt_single_pane_1C656E491FD1A .button{
      font-size:16px;
    }
  }

	#product_cate_pane_1C656E491FE1A{
		--title-text-align: left;
	}
  #product_cate_pane_1C656E491FE1A .section-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FE1A .section-sub-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FE1A .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
		#product_cate_pane_1C656E491FE1A  .product-item{
			width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
		}
		@media screen and (min-width:768px){
			#product_cate_pane_1C656E491FE1A .product-item:nth-child(4n){
				margin-right: 0;
			}
		}
  @media screen and (min-width:1200px){
    #product_cate_pane_1C656E491FE1A .section-title{
      font-size:28px;
    }
    #product_cate_pane_1C656E491FE1A .section-sub-title{
      font-size:16px;
    }
    #product_cate_pane_1C656E491FE1A .product-list-btn{
      font-size:16px;
    }
  }
  	@media screen and (max-width: 767px){
			#product_cate_pane_1C656E491FE1A  .product-item{
				width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
			}
			#product_cate_pane_1C656E491FE1A  .product-item:nth-child(2n){
				margin-right: 0;
			}
  	}

  @media screen and (min-width: 768px) {
    #video_text_pane_1C656E491F91A .video-text-item {
      order:  1 ;
    }
    #video_text_pane_1C656E491F91A .video-text-body {
      order:  2 ;
    }
  }
  #video_text_pane_1C656E491F91A .video-text-body{
    align-items: center;
    text-align: center;
  } 
  #video_text_pane_1C656E491F91A .video-text-title{
    color:#000000;
  }
  #video_text_pane_1C656E491F91A .video-text-btn{
    background-color:#ffffff;
    border-color:#000000;
    color:#000;
    --bg-color:#ffffff;
    --border-color:#000000;
    --color:#000;
  }
  @media screen and (min-width:1200px){
    #video_text_pane_1C656E491F91A .video-text-title{
      font-size:36px;
    }
    #video_text_pane_1C656E491F91A .video-text-subtext{
      font-size:18px;
    }
  }

  /* index_css video_text start */
  .video-text-content {
    display: flex;
    flex-direction: var(--video-text-content-flex-direction, row);
    border-radius: var(--theme-border-radius);
  }

  .video-text-body {
    width:var(--video-text-body-width, 50%);
  }

  .video-text-item {
    position: relative;
    width:var(--video-text-item-width, 50%);
    overflow: hidden;
  }

  .video-text-itembox {
    width: 100%;
    padding-bottom: var(--video-text-itembox-bottom, 56.25%);
  }

  .video-text-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
    border: 1px solid transparent;
    background-color: #000000;
  }

  .video-text-item iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border:1px solid var(--page-bg-color);
  }

  .video-text-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-text-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:2;
    cursor: pointer;
  }

  .video-text-play .video-text-txt {
    position: absolute;
    left:var(--video-text-txt-left, 40px);
    bottom: var(--video-text-txt-bottom,30px);
    font-size:var(--video-text-txt-size, 28px);
    color:var(--video-text-txt-color, #fff);
  }

  .video-text-txt::before {
    display: inline-block;
    height:var(--video-text-txt-icon-height, 60px);
    width: var(--video-text-txt-icon-width, 60px);
    border-radius: 50%;
    text-align: center;
    line-height:var(--video-text-txt-icon-lineheight, var(--video-text-txt-icon-height, 60px));
    opacity: var(--video-text-txt-icon-opacity,.4);
    background-color: var(--video-text-txt-icon-bgcolor, #fff);
    color: var(--video-text-txt-icon-color,#666);
  }

  .video-text-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:var(--video-text-body-padding,30px 50px);
  }

  .video-text-title {
    font-weight: 700;
    margin-bottom:var(--video-text-title-bottom, 10px);
  }

  .video-text-body .button {
    margin-top: var(--video-text-button-top, 10px);
    width: fit-content;
    color: #333;
    background-color: #fff;
  }

  .video-text-body .button:hover {
    color: #fff;
  }
  .video-text-subtext{
    white-space: pre-wrap;
    line-height:1.7;
  }
  @media screen and (max-width: 767px) {
    .video-text{
      --video-text-body-padding: 10px 15px;;
      --video-text-txt-left:20px;
      --video-text-txt-bottom:10px;
      --video-text-txt-size:22px;
      --video-text-txt-icon-width:40px;
      --video-text-txt-icon-height:40px;
      --video-text-content-flex-direction:column;
    }
    .video-text-item{
      --video-text-item-width: 100%;
    }
    .video-text-body{
      --video-text-body-width: 100%;
    }
    .video-text-title{
      font-size:var(--video-text-title-size,18px);
    }
    .video-text-subtext{
      margin-bottom: var(--video-text-subtext-bottom, 10px);
    }
  }
  /* index_css video_text end */

    [data-section-type="video_text"] .wrapper {
      max-width:100%;
      padding: 0 0 var(--section-space);
    }
    [data-section-type="video_text"] {
        --video-text-item-iframe:1.9;
        --rich-text-line-height:2;
    }
    .video-text-content {
        background-color: var(--video-text-bg);
    }
    .video-text-subtext {
        text-align: center;
        max-width: 500px;
        margin-bottom: 20px;
    }
    @media screen and (max-width: 767px) {
      .video-text-title {
          font-size: 24px;
      }
      .video-text-subtext {
          font-size: 16px;
      }
      .video-text-body {
          padding: 30px 10px;
      }
      [data-section-type="video_text"] {
          --rich-text-line-height: 1.5;
      }
    }

	#product_cate_pane_1C656E491FC14{
		--title-text-align: left;
	}
  #product_cate_pane_1C656E491FC14 .section-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FC14 .section-sub-title{
    text-align:left;
    color:#0d0d0d;
  }
  #product_cate_pane_1C656E491FC14 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
		#product_cate_pane_1C656E491FC14  .product-item{
			width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
		}
		@media screen and (min-width:768px){
			#product_cate_pane_1C656E491FC14 .product-item:nth-child(4n){
				margin-right: 0;
			}
		}
  @media screen and (min-width:1200px){
    #product_cate_pane_1C656E491FC14 .section-title{
      font-size:28px;
    }
    #product_cate_pane_1C656E491FC14 .section-sub-title{
      font-size:16px;
    }
    #product_cate_pane_1C656E491FC14 .product-list-btn{
      font-size:16px;
    }
  }
  	@media screen and (max-width: 767px){
			#product_cate_pane_1C656E491FC14  .product-item{
				width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
			}
			#product_cate_pane_1C656E491FC14  .product-item:nth-child(2n){
				margin-right: 0;
			}
  	}

