  #image_slide_pane_1BF04695CF31F .home-slide-title {
    font-size: var(--large-title-size,58px);
  }
  #image_slide_pane_1BF04695CF31F .home-slide-subtitle {
    font-size: var(--large-subtitle-size,30px);
  }
  #image_slide_pane_1BF04695CF31F .home-slide-btn {
    font-size: var(--large-btn-size,30px);
    border-radius:var(--theme-border-radius);
  }
    #slide-image_slide_block_1BF04695CF61D {
      
      
      padding-bottom: 34.74%;
    }
    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1BF04695CF61D {
        
        
        padding-bottom: 34.74%;
      }
    }
    #slide-block1741248369782 {
      
      padding-bottom: 34.74%;
    }
    @media screen and (max-width: 767px) {
      #slide-block1741248369782 {
        
        padding-bottom: 34.74%;
      }
    }
    #slide-block1741248371700 {
      
      padding-bottom: 34.74%;
    }
    @media screen and (max-width: 767px) {
      #slide-block1741248371700 {
        
        padding-bottom: 34.74%;
      }
    }

/* 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-style="1"] .section-title {
		margin-bottom: calc( var(--section-title-bottom) + 25px );
		--section-title-align: left;
	}
	[data-section-style="1"] .section-sub-title {
		margin-top: -20px;
	}
	@media screen and (max-width: 767px) {
		[data-section-style="1"] .section-title {
			margin-bottom: var(--section-title-bottom);
		}
		[data-section-style="1"] .section-sub-title {
			margin-top: -5px;
		}
	}
	@keyframes spinAround {
		0% {
			transform: rotate(0);
		}
		100% {
			transform: rotate(360deg);
		}
	}
	@keyframes img-text-marque-vertical {
		0%{
			transform: translateY(0);
		}
		100%{
			transform: translateY(-100%);
		}
	}
	@keyframes img-text-marque {
		0% {
			transform: translate(0);
			visibility: visible;
		}
		100% {
			transform: translate(-100%);
		}
	}
	.list-more-button {
		font-size: 16.32px;
	}
	.swiper.j-newswiper {
		padding-left: 1px;
	}
	.imgtxt-background{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display:flex;
		overflow: hidden;
	}
	.imgtxt-background svg{
		animation: img-text-marque 2s linear infinite reverse;
		flex-shrink:0;
	}
	.imgtxt-background path {
		fill: var(--imgtxt-list-bg-color,var(--main-color-second));
	}
	@media screen and (max-width: 767px) {
		.imgtxt-background svg{
			width: 60px;
			height: 20px;
		}
	}

		[data-section-type="image_slide"] {
			--large-title-size: 113px;
			--large-subtitle-size: 16.32px;
			--large-btn-size: 18px;
		}
		.home-slide-content {
			max-width: 60%;
			white-space: initial;
		}
		.home-slide-title {
			text-shadow: 4px 8px 0px rgb(0,0,0), -3px -3px 0px rgb(0,0,0), -3px 3px 0px rgb(0,0,0), 3px -3px 0px rgb(0,0,0), 3px 3px 0px rgb(0,0,0);
			--home-slide-title-margin: 0 0 10px;
			line-height: 1.3;
		}
		.home-slide-subtitle {
			color: #000;
			line-height: 1.3;
		}
		.home-slide-btn {
			--home-slide-btn-top: 45px;
			--home-slide-btn-side-padding: 10px 34px;
			--btn-height: auto;
			--theme-border-radius: 60px;
			min-height: 70px;
			min-width: 220px;
			display: flex;
			align-items: center;
			justify-content: center;
			width: fit-content;
		}
		[data-section-type="image_slide"] .swiper-pagination {
			counter-reset: num;
		}
		[data-section-type="image_slide"] .swiper-pagination-clickable .swiper-pagination-bullet::before {
			counter-increment: num; 
			content: counter(num);
		}
		[data-section-type="image_slide"] .swiper-pagination-bullet {
			--swiper-pagination-bullet-width: 26px;
			--swiper-pagination-bullet-height: 26px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
			border: 1px solid #fff;
			--swiper-pagination-bullet-inactive-color: rgba(0,0,0,0);
		}
		[data-section-type="image_slide"] .swiper-bullet-active {
			color: #000;
			--swiper-bullet-active-color: #fff;
		}
		@media screen and (max-width: 1300px) {
			[data-section-type="image_slide"] {
				--large-title-size: 90.4px;
			}
			.home-slide-btn {
				--home-slide-btn-top: 35px;
			}
		}
		@media screen and (max-width: 1200px) {
			.home-slide-btn {
				min-height: 64px;
				min-width: 200px;
			}
		}
		@media screen and (max-width: 968px) {
			[data-section-type="image_slide"] {
				--large-title-size: 50px;
				--large-btn-size: 16px;
			}
			.home-slide-btn {
				--home-slide-btn-top: 25px;
			}
		}
		@media screen and (max-width: 767px) {
			.home-slide-btn {
				min-height: 46px;
				min-width: 140px;
				font-size: 14px;
				line-height: 1.3;
				margin: var(--home-slide-btn-top) auto 0;
			}
			.home-slide-content {
				width: 100%;
				padding: 0 15px;
				max-width: 100%;
				--home-slide-content-left-left: 0;
				--home-slide-content-top: 25%;
				--home-slide-content-left-transform: translate(0);
				--home-slide-content-left-textalign: center;
			}
		}
		@media screen and (min-width: 768px) {
			[data-section-type="image_slide"] .swiper-pagination {
				justify-content: end;
				padding-right: 30px;
			}
		}

  
    #imagetxt_slides_ex1744682751439 .imagetxt-slidesex-img{
      padding-bottom:var(--imagetxt-slidesex-aspect, 34.74%);
    }
    @media screen and (max-width: 767px){
      #imagetxt_slides_ex1744682751439{
        --imagetxt-slidesex-aspect: 34.74%;
      }
    }
   
  
      
          @media screen and (min-width: 768px){
            #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 .imagetxt-slidesex-content{
              position:absolute;
              left:calc(50% + 32px);top:calc(50% + 32px);transform:translate(-50%, -50%);
              text-align:center;
            }
            #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 .imagetxt-slidesex-btns{
              
                  justify-content:center;
              
            }
          }
         
        
              #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 #slidesex-ptext1709260688045{
                color:rgba(255, 255, 255, 1);
                font-weight:normal;
                margin-top:0px;
                font-size:var(--imagetxt-slidesex-p-size, 21px);
                line-height:calc(var(--imagetxt-slidesex-p-size, 21px) + 8px);
              }
              @media screen and (max-width: 900px){
                #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 #slidesex-ptext1709260688045{
                  --imagetxt-slidesex-p-size:16.5px;
                }
              }
        
              #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 #slidesex-ptext1709260690355{
                color:rgba(255, 253, 253, 1);
                font-weight:bold;
                margin-top:12px;
                font-size:var(--imagetxt-slidesex-p-size, 47.8px);
                line-height:calc(var(--imagetxt-slidesex-p-size, 47.8px) + 8px);
              }
              @media screen and (max-width: 900px){
                #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 #slidesex-ptext1709260690355{
                  --imagetxt-slidesex-p-size:28.1px;
                }
              }
        
              #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 #slidesex-ptext1709260694307{
                color:rgba(255, 255, 255, 1);
                font-weight:normal;
                margin-top:12px;
                font-size:var(--imagetxt-slidesex-p-size, 22.5px);
                line-height:calc(var(--imagetxt-slidesex-p-size, 22.5px) + 8px);
              }
              @media screen and (max-width: 900px){
                #imagetxt_slides_ex1744682751439 #imagetxt-slidesex1744682751439 #slidesex-ptext1709260694307{
                  --imagetxt-slidesex-p-size:17.5px;
                }
              }
        
              #imagetxt_slides_ex1744682751439 #slidesex-btnsbuttons1709260695825{
                margin-top:12px;
              }
              
                 #imagetxt_slides_ex1744682751439 #slidesex-pbutton1709260706312{
                  border-color:rgba(0, 0, 0, 1);
                  color:rgba(255, 255, 255, 1);
                  background-color:rgba(0, 0, 0, 1);
                  border-radius:0px;
                  font-weight:bold;
                  font-size:var(--imagetxt-slidesex-btn-size,14px);
                  --bg-color:rgba(0, 0, 0, 1);
                  --color:rgba(255, 255, 255, 1);
                  --border-color:rgba(255, 255, 255, 1);
                }
                @media screen and (max-width: 900px){
                  #imagetxt_slides_ex1744682751439 #slidesex-pbutton1709260706312 {
                    --imagetxt-slidesex-btn-size:13px;
                  }
                }
              
                 #imagetxt_slides_ex1744682751439 #slidesex-pbutton1709260868697{
                  border-color:rgba(0, 0, 0, 1);
                  color:rgba(255, 255, 255, 1);
                  background-color:rgba(0, 0, 0, 1);
                  border-radius:0px;
                  font-weight:bold;
                  font-size:var(--imagetxt-slidesex-btn-size,14px);
                  --bg-color:rgba(0, 0, 0, 1);
                  --color:rgba(255, 255, 255, 1);
                  --border-color:rgba(255, 255, 255, 1);
                }
                @media screen and (max-width: 900px){
                  #imagetxt_slides_ex1744682751439 #slidesex-pbutton1709260868697 {
                    --imagetxt-slidesex-btn-size:13px;
                  }
                }
              
        
      
  

  /* index_css imagetxt_slides_ex start */
  .imagetxt-slides-ex {
    --section-wrapper-padding: 0 var(--side-padding);
    margin-bottom: var(--section-space);
  }
  .imagetxt-ex-swiperbox{
    --prev-btn-left:10px;
    --next-btn-right:10px;
  }
  .imagetxt-slidesex-text {
    white-space: pre-wrap;
  }
  .imagetxt-slidesex-content {
    max-width:var(--imagetxt-slidesex-content-maxw, 50%);
    width: fit-content;
    padding: 5px 10px;
    z-index: 10;
  }
  .imagetxt-slidesex-img {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .imagetxt-slidesex-img>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .imagetxt-slidesex-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
  }
  .imagetxt-slidesex-btns>.button {
    white-space: nowrap;
    min-height: var(--btn-height);
    height: fit-content;
  }
  .imagetxt-slidesex-video {
    position: relative;
    padding-bottom: var(--imagetxt-slidesex-video-pb , calc(100vh - 180px));
  }
  .imagetxt-slidesex-video>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media screen and (min-width: 768px) {
    .imagetxt-slidesex-pagi{
      display: var(--imagetxt-slidesex-pagi-display, none);
    }
  }
  @media screen and (max-width: 1200px) {
    .imagetxt-slidesex-content{
      --imagetxt-slidesex-content-maxw: 70%;
    }
  }
  @media screen and (max-width: 1024px) {
    .imagetxt-slidesex-content {
      --imagetxt-slidesex-content-maxw: 85%;
      width: 85%;
    }
  }
  @media screen and (max-width: 767px) {
    .imagetxt-slidesex-content{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .imagetxt-slidesex-btns{
      justify-content:center;
    }
    .imagetxt-slidesex-prev:not(.swiper-button-lock),
    .imagetxt-slidesex-next:not(.swiper-button-lock){
      display: var(--imagetxt-slidesex-btn-display, none);
    }
  }
  /* index_css imagetxt_slides_ex end */


#product_sets1744697268781 .prod-sets-name{
  color: rgba(0, 0, 0, 1);
}
#product_sets1744697268781 .prod-set-cover .img-box{
  padding-bottom:34.74%;
}
@media screen and (min-width: 1200px) {
  #product_sets1744697268781 .prod-sets-name{
    font-size: 40px;
  }
}
@media screen and (max-width: 767px){
  #product_sets1744697268781 .prod-set-cover .img-box{
    padding-bottom:34.74%;
  }
}

  .prod-sets-main{
    --sets-side:84px;
    border:1px solid var(--theme-border-color);
    background:#FAFAFA;
    border-radius: var(--theme-border-radius);
    overflow: hidden;
  }
  .prod-sets-header{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding:20px var(--sets-side);
  }
  .sets-header-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: var(--main-color);
    opacity:.5;
    border-top-left-radius: var(--theme-border-radius);
    border-top-right-radius: var(--theme-border-radius);
  }
  .prod-sets-avater{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #707070;
    object-fit: cover;
  }
  .prod-sets-name{
    font-weight: 700;
  }
  .prod-set{
    display:flex;
    height:auto;
  }
  .set-list-wrapper{
    position: relative;
    flex: 1;
    overflow: auto;
  }
  .prod-set-swiper{
    margin: 20px var(--sets-side) 56px;
    background: #fff;
  }
  .prod-set-cover{
    width: 45%;
    margin-right:20px;
    height: fit-content;
    --img-box-object-fit:contain;
  }
  .prod-set-item{
    display:flex;
  }
  .prod-set-prodimg{
    --img-box-object-fit: contain;
    --img-box-padding-bottom:0;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .prod-set-action{
    --swiper-pagination-bottom:-30px;
    --prev-btn-left:20px;
    --next-btn-right:20px;
  }
  .prod-set-brand{
    margin-bottom:20px;
    font-size: 20px;
    font-weight:700;
    color:#333333;
  }
  .prod-set-title{
    color:#333333;
  }
  @media screen and (min-width: 768px){
    .prod-set-prodimg{
      --img-box-width: 160px;
      --img-box-height:160px;
    }
    .prod-set{
      padding: 20px;
    }
    .prod-set-list{
      position: absolute;
      z-index: 10;
      top: 0;
      left:0;
      bottom:0;
      width: 100%;
      padding-right: 20px;
      overflow: auto;
    }
    .prod-set-item{
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1200px){
    .prod-set-prodimg{
      --img-box-width: 85px;
      --img-box-height: 85px;
    }
    .prod-set-swiper{
      margin: 10px var(--sets-side) 30px;
    }
  }
  @media screen and (max-width: 767px){
     .prod-set-prodimg{
      --img-box-width: 100%;
      --img-box-height:0;
      --img-box-padding-bottom:100%;
      margin-right: 0;
    }
    .prod-sets-header{
      padding: 10px var(--sets-side);
    }
    .prod-sets-name{
      font-size:16px;
    }
    .prod-sets-avater{
      width: 40px;
      height: 40px;
    }
    .prod-sets-main{
      --sets-side:10px;
    }
    .prod-set{
      flex-direction: column;
    }
    .set-list-wrapper{
      margin: 10px;
    }
    .set-list-wrapper::-webkit-scrollbar{
      display:none;
    }
    .prod-set-action{
      --swiper-pagination-bottom: -20px;
      --prev-next-btn-top:calc((var(--mcover-aspect) - var(--side-padding) * 2) / 2);
    }
    .prod-set-list{
      display:flex;
    }
    .prod-set-brand{
      margin:8px 0 0;
      text-align:center;
      font-size: 14px;
    }
    .prod-set-title{
      display:none;
    }
    .prod-set-cover{
      width: 100%;
      margin:0 0 10px 0;
    }
    .prod-set-item{
      flex-direction: column;
      margin-right:10px;
      flex-shrink: 0;
      width: 27%;
    }
  }

#product_catelist1744600518782 .section-title{
  color:#333333;
}
#product_catelist1744600518782 .product-catelist-btn{
  color: #00B277;
  background-color: #ffffff;
  border-color: #ffffff;
  --color: #00B277;
  --bg-color: #ffffff;
  --border-color: #ffffff;
}

#product_catelist1744600518782 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1744600518782 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  
    #product_catelist1744600518782 .section-title{
      font-size:40px;
    }
  
  #product_catelist1744600518782 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1744600518782 .product-item{
    width: calc((100%  - var(--v-space) * (3 - 1)) / 3 );
  }
  #product_catelist1744600518782 .product-item:nth-child(3n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1744600518782 [data-id='block1744600518782'] {
      font-size:37px;
    }
  }
  #product_catelist1744600518782 [data-id='block1744600518782']{
      color:#333333;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1744600518782 [data-id='block1744600518783'] {
      font-size:37px;
    }
  }
  #product_catelist1744600518782 [data-id='block1744600518783']{
      color:#333333;
  }

  /* index_css category_list start */
  [data-section-type="product_catelist"] {
    --product-item-4n-right:var(--v-space);
    --product-item-2n-right:var(--v-space);
  }
  .catelist-labels-wrapper{
    display:flex;
    justify-content: center;
    overflow-x: auto;
  }
  .product-catelist-labels {
    display: flex;
    margin:var(--product-catelist-labels-margin, -4px 0 25px);
  }

  .product-catelist-label {
    margin: var(--product-catelist-label-margin, 0 20px);
    font-size:var(--product-catelist-label-size, 20px);
    font-weight:var(--product-catelist-label-weight, 700);
    opacity: var(--product-catelist-label-inactive-opacity, 1);
    cursor: pointer;
  }
  .product-catelist-label:first-child{
    margin-left:0;
  }
  .product-catelist-label:last-child{
    margin-right:0;
  }
  .product-catelist-label.active {
    opacity: var(--product-catelist-label-active-opacity, 1);
    border-bottom:var(--product-catelist-label-border-bottom, 2px solid var(--highlight-font-color));
  }

  .product-catelist-tab {
    display: none;
    position: relative;
  }

  .product-catelist-tab.active {
    display: block;
  }

  @media screen and (max-width: 767px) {
    [data-section-type="product_catelist"]{
      --product-catelist-labels-margin:-2px 0 14px;
      --product-catelist-label-size:16px;
      --product-catelist-label-margin:0 10px;
    }
    .product-catelist-labels {
      overflow-x: scroll;
    }

    .product-catelist-labels::-webkit-scrollbar {
      display: none;
    }
    .product-catelist-label {
      white-space: nowrap;
    }

  }
  /* index_css category_list end */

  #imgtxt_list_b_pane_1BF04695CF21A .imgtxt-list-item{
    width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3);
  }
  #imgtxt_list_b_pane_1BF04695CF21A .section-title{
    text-align:center;
    color:#000;
  }
  #imgtxt_list_b_pane_1BF04695CF21A .section-sub-title{
    text-align:center;
    color:#2e2e2e;
  }
  @media screen and (min-width: 768px){
    #imgtxt_list_b_pane_1BF04695CF21A .imgtxt-list-item:nth-child(3n){
      margin-right: 0 ;
    }
  }
  @media screen and (min-width: 1200px){
    #imgtxt_list_b_pane_1BF04695CF21A .section-title{
      font-size:54px;
    }
    #imgtxt_list_b_pane_1BF04695CF21A .section-sub-title{
    font-size:16px;
    }
  }
  @media screen and (max-width: 767px){
    #imgtxt_list_b_pane_1BF04695CF21A .imgtxt-list-item{
      width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3);
    }
    #imgtxt_list_b_pane_1BF04695CF21A .imgtxt-list-item:nth-child(3n){
      margin-right: 0 ;
    }
  }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-content{
      text-align: center;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 {
      align-items: center;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-title{
      color: #000;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-text{
      color: #2e2e2e;
    }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 {
        --imgtxt-list-item-border-color:;
      }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #169bd5;
      border-color: #169bd5;
      --color: #ffffff;
      --bg-color: #169bd5;
      --border-color: #169bd5;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-title{
			  font-size: 17px;
      }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-text{
        font-size: 14px;
      }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-btn{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 767px){
         #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF517 .imgtxt-list-image {
          padding-bottom: 100%;
        }
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-content{
      text-align: center;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 {
      align-items: center;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-title{
      color: #000;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-text{
      color: #2e2e2e;
    }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 {
        --imgtxt-list-item-border-color:;
      }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #169bd5;
      border-color: #169bd5;
      --color: #ffffff;
      --bg-color: #169bd5;
      --border-color: #169bd5;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-title{
			  font-size: 17px;
      }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-text{
        font-size: 14px;
      }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-btn{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 767px){
         #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF715 .imgtxt-list-image {
          padding-bottom: 100%;
        }
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-content{
      text-align: center;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 {
      align-items: center;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-title{
      color: #000;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-text{
      color: #2e2e2e;
    }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 {
        --imgtxt-list-item-border-color:;
      }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #169bd5;
      border-color: #169bd5;
      --color: #ffffff;
      --bg-color: #169bd5;
      --border-color: #169bd5;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-title{
			  font-size: 17px;
      }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-text{
        font-size: 14px;
      }
      #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-btn{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 767px){
         #imgtxt_list_itemimgtxt_list_b_block_1BF04695CF319 .imgtxt-list-image {
          padding-bottom: 100%;
        }
    }
  #imgtxt_list_b_pane_1BF04695CF21A .imgtxt-list-more{
    background-color:#ffffff;
    color:#333333;
    border-color:#333333;
  }

  /* index_css image_text_list start */
  .imgtxt-list {
    --more-button-top: 0;
  }

  .imgtxt-list-body {
    display: flex;
    flex-wrap:var(--imgtxt-list-body-wrap, wrap);
  }

  .imgtxt-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: var(--h-space);
    margin-right: var(--v-space);
  }

  .imgtxt-list-top {
    width: 100%;
  }

  .imgtxt-list-image {
    margin-bottom: var(--imgtxt-list-image-margin-bottom,10px);
  }

  .imgtxt-list-title {
    display: block;
    font-weight:var(--imgtxt-list-title-weight, 600) ;
  }

  .imgtxt-list-title {
    margin-bottom:var(--imgtxt-list-title-margin-bottom, 10px);
  }

  .imgtxt-list-text {
    margin-bottom: var(--imgtxt-list-text-margin-bottom, 8px);
    line-height: 1.3;
    white-space: pre-wrap;
  }

  .imgtxt-list-btn {
    width: fit-content;
    max-width: 100%;
  }

  @media screen and (max-width: 1200px) {
    .imgtxt-list{
      --imgtxt-list-text-margin-bottom:5px;
    }
  }
  /* index_css image_text_list end */

		[data-section-type="imgtxt_list_b"] {
			background-color: var(--main-color);
		}
		[type="imgtxt_list_b"]{
			margin-bottom: var(--section-space);
			--list-section-wrapper-padding: var(--section-space) var(--side-padding) 0;
		}
		[type="imgtxt_list_b"] .imgtxt-list-body {
			justify-content: center;
			--v-space: 70px;
			--h-space: 40px;
			padding: 45px 0;
		}
		[type="imgtxt_list_b"] .imgtxt-list-item {
			margin-right: 0;
			padding: 0 calc( var(--v-space) / 2 );
		}
		[type="imgtxt_list_b"] .imgtxt-list-image {
			position:relative;
			padding-bottom: 100% !important;
			border: 5px solid var(--imgtxt-list-item-border-color);
			border-radius:50%;
			overflow:visible;
		}
		[type="imgtxt_list_b"] .imgtxt-list-image img {
			transform: scale(.93);
			border-radius: 50%;
		}
		[type="imgtxt_list_b"] .imgtxt-list-image:hover {
			border-color: rgba(0, 0, 0, 0) !important;
			--theme-img-transform:scale(.94);
		}
		[type="imgtxt_list_b"] .imgtxt-list-image::after {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			top: -5px;
			left: -5px;
			border: 5px dashed var(--imgtxt-list-item-border-color);
			opacity:0;
		}
		[type="imgtxt_list_b"] .imgtxt-list-image:hover::after {
			animation: spinAround 20s linear infinite;
			opacity:1;
		}
	
		[type="imgtxt_list_b"] .imgtxt-list-btn {
			text-align: center;
		}
		[type="imgtxt_list_b"] .imgtxt-list-title {
			font-size: 21.8px;
		}
		@media screen and (min-width: 1440px) {
			[type="imgtxt_list_b"] .imgtxt-list-body {
				padding: 0 6%;
			}
		}
		@media screen and (max-width: 1200px) {
			[type="imgtxt_list_b"] .imgtxt-list-item {
				padding: 0 5px;
				--v-space: 5px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_list_b"] .imgtxt-list-body {
				padding: 40px 0 0;
			}
			[type="imgtxt_list_b"] {
				--list-section-wrapper-padding: calc(var(--section-space) + 15px) calc(var(--side-padding) - 10px) 0
			}
			[type="imgtxt_list_b"] .imgtxt-list-image::after{
				display:none;
			}
				[type="imgtxt_list_b"] .imgtxt-list-image{
				border-width: 4px;
			}
		}
		[type="imgtxt_list_c"] .imgtxt-list-item {
			--v-space: 50px;
			padding: 14px 14px 0;
			border-radius: var(--theme-border-radius);
			border: 9px solid var(--imgtxt-list-item-border-color);
		}
		[type="imgtxt_list_c"] .imgtxt-list-image {
			--imgtxt-list-image-margin-bottom: 30px;
		}
		[type="imgtxt_list_c"] .imgtxt-list-body {
			padding-top: 20px;
		}
		[type="imgtxt_list_c"] .imgtxt-list-title {
			line-height: 1.3;
			--imgtxt-list-title-margin-bottom: 30px;
			padding: 0 15px;
		}
		[type="imgtxt_list_c"] .imgtxt-list-btn {
			margin-bottom: 30px;
		}
		@media screen and (max-width: 1200px) {
			[type="imgtxt_list_c"] .imgtxt-list-item{
				border-width:5px;
			}
			[type="imgtxt_list_c"] .imgtxt-list-image {
				--imgtxt-list-image-margin-bottom: 20px;
			}
			[type="imgtxt_list_c"] .imgtxt-list-title {
				--imgtxt-list-title-margin-bottom: 20px;
				font-size: 21.8px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_list_c"] .imgtxt-list-body {
				padding-top: 15px;
			}
		}
		[type="imgtxt_list_d"] .imgtxt-list-top {
			position: relative;
			--imgtxt-list-image-margin-bottom: 0;
		}
		[type="imgtxt_list_d"] .imgtxt-list-top:hover .imgtxt-list-marque {
			opacity: 1;
		}
		[type="imgtxt_list_d"] .imgtxt-list-content {
			position: absolute;
			top: 15px;
			width: 100%;
			max-width: 90%;
			max-height: 90%;
			left: 50%;
			transform: translate(-50%);
			--imgtxt-list-title-margin-bottom: 0px;
			padding: 20px;
		}
		[type="imgtxt_list_d"] .imgtxt-list-image {
			border-radius: var(--theme-border-radius);
			overflow: hidden;
		}
		[type="imgtxt_list_d"] .imgtxt-list-title {
			padding: 20px;
			line-height: 1.3;
		}
		.imgtxt-list-marque {
			display: flex;
			overflow: hidden;
			position: absolute;
			opacity: 0;
		}
		.imgtxt-list-marque .imgtxt-list-swiper {
			font-size: 14.3px;
			padding: 5px 10px;
			color: #fff;
		}
		.imgtxt-list-marque.top-marque {
			top: 0;
			left: 30px;
			max-width: calc( 100% - 60px);
		}
		.imgtxt-list-marque.bottom-marque {
			bottom: 0;
			left: 30px;
			max-width: calc( 100% - 60px);
		}
		.imgtxt-list-marque.left-marque {
			left: 0;
			top: 0;
			flex-direction: column;
		}
		.imgtxt-list-marque.left-marque .imgtxt-list-swiper {
			writing-mode: vertical-lr;
		}
		.imgtxt-list-marque.right-marque {
			right: 0;
			top: 0;
			flex-direction: column;
		}
		.imgtxt-list-marque.right-marque .imgtxt-list-swiper {
			writing-mode: vertical-lr;
		}
		.top-marque .imgtxt-list-swiper,
		.bottom-marque .imgtxt-list-swiper {
			animation: img-text-marque 10s linear infinite;
			white-space: nowrap;
		}
		.left-marque .imgtxt-list-swiper,
		.right-marque .imgtxt-list-swiper {
			animation: img-text-marque-vertical 10s linear infinite;
			padding: 10px 5px;
		}
		@media screen and (max-width: 1200px) {
			[type="imgtxt_list_d"] .imgtxt-list-title {
				font-size: 38.15px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_list_d"] .imgtxt-list-title {
				font-size: 30.52px;
			}
		}

	#product_cate1744680738013{
		--title-text-align: center;
	}
  #product_cate1744680738013 .section-title{
    text-align:center;
    color:#000;
  }
  #product_cate1744680738013 .section-sub-title{
    text-align:center;
    color:#1d1d1d;
  }
  #product_cate1744680738013 .product-list-btn{
    color: #696969;
    background-color: #fff;
    border-color: #fff;
    --color: #696969;
    --bg-color: #fff;
    --border-color: #fff;
  }
		#product_cate1744680738013  .product-item{
			width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
		}
		@media screen and (min-width:768px){
			#product_cate1744680738013 .product-item:nth-child(4n){
				margin-right: 0;
			}
		}
  @media screen and (min-width:1200px){
    #product_cate1744680738013 .section-title{
      font-size:38px;
    }
    #product_cate1744680738013 .section-sub-title{
      font-size:16px;
    }
    #product_cate1744680738013 .product-list-btn{
      font-size:14px;
    }
  }
  	@media screen and (max-width: 767px){
			#product_cate1744680738013  .product-item{
				width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
			}
			#product_cate1744680738013  .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);
  }

		.list-more-button .product-list-btn {
			line-height: 1.3;
			height: auto;
			padding: 0;
		}
		@media screen and (min-width: 768px) {
			[data-section-type="product_cate"] .list-more-button {
				position: absolute;
				top: 20px;
				right: 80px;
				--list-more-top: 0;
			}
			.list-more-button .product-list-btn { 
				padding: 10px 20px;
			}
		}
		
		@media screen and (max-width: 767px) {
			[data-section-type="product_cate"] .list-more-button .product-catelist-btn {
				text-decoration: underline;
			}
			[data-section-type="product_cate"] .list-more-button {
				margin: 0 0 var(--h-space);
			}
		}

 #product_slide1744601548351 .swiper-slide {
    width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3) ;
  }
@media screen and (min-width:768px){
  #product_slide1744601548351 .swiper-slide {
    width: calc(100% / 5 - var(--v-space) * (5 - 1) / 5) ;
  }
}
#product-product_slide1744601548351{
	--title-text-align: center;
}
#product-product_slide1744601548351 .section-title{
  text-align:center;
  color:#000; 
}
#product-product_slide1744601548351 .section-sub-title{
  color:#000;
  text-align:center;
}
#product-product_slide1744601548351 .product-slide-btn{
  color:#696969;
  border-color:#fff;
  background-color:#fff;
  --bg-color:#fff;
  --border-color:#fff;
  --color:#696969;
}
@media screen and (min-width: 1200px){
  #product-product_slide1744601548351 .section-title{
    font-size:44px;
  }
  #product-product_slide1744601548351 .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 */

		@media screen and (min-width: 768px) {
			[data-section-type="product_slide"] .more-button {
				position: absolute;
				top: 0px;
				right: 80px;
			}
			[data-section-type="product_slide"] .button--default {
				font-size: 14px;
				line-height: 1.3;
				padding: 10px 20px;
				--btn-height: auto;
			}
		}
		@media screen and (max-width: 1200px) {
			[data-section-type="product_slide"] .more-button {
				right: 60px;
				top: -5px;
			}
		}
		
		@media screen and (max-width: 767px) {
			[data-section-type="product_slide"] .button--default {
				font-size: 16.32px;
				line-height: 1.3;
				--btn-height: auto;
				text-decoration: underline;
			}
		}
		

  #imgtxt_single_c_pane_1BF04695CF61F .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(34.74% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_c_pane_1BF04695CF61F .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 34.74%;
    }
  }
  #imgtxt_single_c_pane_1BF04695CF61F .content-title{
    color: #facc36;
    text-align:left;
  }
   #imgtxt_single_c_pane_1BF04695CF61F .imgtxt-single-content{
    color: #fff;
    text-align:left;
  }
  #imgtxt_single_c_pane_1BF04695CF61F .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single_c_pane_1BF04695CF61F .button{
    color: #ffffff;
    background-color:#169bd5;
    border-color:#169bd5;
    --color: #ffffff;
    --bg-color:#169bd5;
    --border-color:#169bd5;
  }
    [data-section-id="imgtxt_single_c_pane_1BF04695CF61F"]{
      --imgtxt-list-bg-color:#32A861;
    }
    #imgtxt_single_c_pane_1BF04695CF61F{
      background-color:var(--imgtxt-list-bg-custom,#32A861);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single_c_pane_1BF04695CF61F .content-title{
      font-size:130px;
    }
    #imgtxt_single_c_pane_1BF04695CF61F .imgtxt-single-content{
      font-size:74px;
    }
    #imgtxt_single_c_pane_1BF04695CF61F .button{
      font-size:13px;
    }
  }

   /* 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);
  }
  .imgtxt-single-text .imgtxt-single-norich {
    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 */

		[type="imgtxt_single_b"] {
			--section-wrapper-padding: 0;
			--max-width: 100%;
			display: flex;
			margin-bottom: var(--section-space);
			background-color:var(--imgtxt-list-bg-color);
			overflow: hidden;
		}
		[type="imgtxt_single_b"] .imgtxt-single {
			justify-content: left;
			padding: 10px 0 15px;
			animation: img-text-marque 20s linear infinite;
		}
		[type="imgtxt_single_b"] .imgtxt-single-image {
			--imgtxt-single-image-width: 70px;
			--imgtxt-single-img-ratio: 0;
			--img-box-height: 70px;
			--imgtxt-single-image-padding-bottom: 0;
		}
		[type="imgtxt_single_b"] .content-title {
			white-space: nowrap;
		}
		[type="imgtxt_single_b"] .imgtxt-single-text {
			flex-direction: row;
			--imgtxt-single-title-bottom: 0;
			--imgtxt-single-text-bottom: 0;
			--imgtxt-single-body-slide-padding: 0 70px 0 70px;
			--imgtxt-single-text-width: auto;
			--imgtxt-single-text-line-height: 1.2;
		}
		[type="imgtxt_single_b"] .imgtxt-single-conten,[type="imgtxt_single_b"] .button--default  {
			display: none;
		}
		[type="imgtxt_single_b"]+[data-section-type="footer"] {
			margin-top: var(--section-space);
		}		
		@media screen and (max-width: 1200px) {
			[type="imgtxt_single_b"] .imgtxt-single-title {
				--section-title-size: 56px;
			}
			[type="imgtxt_single_b"] .imgtxt-single-image {
				--imgtxt-single-image-width: 56px;
				--img-box-height: 56px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_single_b"] .imgtxt-single {
				flex-direction: row-reverse;
				margin-bottom: 0;
			}
			[type="imgtxt_single_b"] .imgtxt-single-text .content-title {
				--section-title-size: 40px;
			}
			[type="imgtxt_single_b"] .imgtxt-single-image {
				--imgtxt-single-image-width: 40px;
				--img-box-height: 40px;
				padding-bottom: initial !important;
			}
		}
		[data-section-type="imgtxt_single_c"]{
			position:relative;
			--side-padding: 0;
			--max-width: auto;
			padding-top:40px;
		}
		[type="imgtxt_single_c"] .imgtxt-single {
			position: relative;
			overflow: hidden;
			padding-top: 40px;
			--imgtxt-single-image-width: 100%;
			--imgtxt-single-img-ratio: 1;
			--theme-img-transform: scale(1);
		}
		[type="imgtxt_single_c"] .imgtxt-single-text {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%) rotate(-2deg);
			--imgtxt-single-text-width: 100%;
			--imgtxt-single-text-line-height: 1.2;
			--imgtxt-single-body-slide-padding: 30px 0;
			overflow: hidden;
			--imgtxt-list-bg-custom: none;
		}

		[type="imgtxt_single_c"] .imgtxt-single-title{
			display: flex;
			justify-content: center;
			white-space: nowrap;
			--text-shadow-color: 72 57 9;
			text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
		}

		[type="imgtxt_single_c"] .imgtxt-single-title span {
			display: inline-block;
			padding-right: 40px;
			animation: img-text-marque 16s linear infinite;
		}

		[type="imgtxt_single_c"] .imgtxt-single-content{
			display: flex;
			justify-content: center;
			--text-shadow-color: 22 124 63;
			text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
			--imgtxt-single-text-bottom:0;
		}

		[type="imgtxt_single_c"] .imgtxt-single-content div {
			padding-right: 40px;
			white-space: nowrap;
			animation: img-text-marque 16s linear infinite reverse;
		}
		
		@media screen and (max-width: 1200px) {
			[data-section-type="imgtxt_single_c"] .imgtxt-single-title {
				font-size: 104px;
			}
			[data-section-type="imgtxt_single_c"] .imgtxt-single-content {
				font-size: 59px;
			}
		}
		@media screen and (max-width: 767px) {
			[data-section-type="imgtxt_single_c"]{
				padding-top: 19px;
			}
			[data-section-type="imgtxt_single_c"] .imgtxt-single-title {
				font-size: 40px;
				margin-bottom: 0;
				line-height: 1.4;
				text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
			}
			[data-section-type="imgtxt_single_c"] .imgtxt-single-title span {
				animation: img-text-marque 15s linear infinite;
			}
			[type="imgtxt_single_c"] .imgtxt-single-content {
				font-size: 40px;
				text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
			}

			[type="imgtxt_single_c"] .imgtxt-single-content div{ 
				animation: img-text-marque 15s linear infinite reverse;
			}
		}
		[type="imgtxt_single_d"]{
			--imgtxt-single-img-ratio:1;
			--section-wrapper-padding: 0 0 var(--section-space);
			--max-width: 100%;
		}
		[type="imgtxt_single_d"] .imgtxt-single {
			position: relative;
		}
		[type="imgtxt_single_d"] .imgtxt-single-image {
			--imgtxt-single-image-width: 100%;
		}
		[type="imgtxt_single_d"] .imgtxt-single-text {
			position: absolute;
			--imgtxt-single-text-width: 45%;
			right: 5%;
			top: 50%;
			transform: translateY(-50%);
			--imgtxt-single-body-slide-padding: 30px;
		}
		[type="imgtxt_single_d"] .img-box:hover img:not(.product-icon-img) {
			transform: scale(1);
		}
		[type="imgtxt_single_d"] .imgtxt-single-text .imgtxt-single-content {
			--imgtxt-single-text-bottom: 0;
		}
		[type="imgtxt_single_d"] .button {
			border-radius: 80px;
			font-size: 16px;
			line-height: 1.3;
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 46px;
			min-width: 140px;
		}
		
		@media screen and (min-width: 768px) {
			[data-section-type="imgtxt_single_d"] .button {
				min-width: 170px;
				min-height: 54px;
			}
		}
		@media screen and (min-width: 1200px) {
			[data-section-type="imgtxt_single_d"] .button {
				min-width: 180px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_single_d"] .imgtxt-single-text {
				--imgtxt-single-text-width: 100%;
				--imgtxt-single-body-slide-padding: 0 15px;
				right: 0;
				top: 320px;
				transform: translateY(0);
			}
			[type="imgtxt_single_d"] .imgtxt-single-content {
				overflow: initial;
				display: block;
			}
		}

#product_sets1744681164754 .prod-sets-name{
  color: #333333;
}
#product_sets1744681164754 .prod-set-cover .img-box{
  padding-bottom:100.00%;
}
@media screen and (min-width: 1200px) {
  #product_sets1744681164754 .prod-sets-name{
    font-size: 40px;
  }
}
@media screen and (max-width: 767px){
  #product_sets1744681164754 .prod-set-cover .img-box{
    padding-bottom:100.00%;
  }
}

	#product_cate1744602323953{
		--title-text-align: center;
	}
  #product_cate1744602323953 .section-title{
    text-align:center;
    color:rgba(74, 74, 74, 1);
  }
  #product_cate1744602323953 .section-sub-title{
    text-align:center;
    color:#1d1d1d;
  }
  #product_cate1744602323953 .product-list-btn{
    color: #696969;
    background-color: #fff;
    border-color: #fff;
    --color: #696969;
    --bg-color: #fff;
    --border-color: #fff;
  }
		#product_cate1744602323953  .product-item{
			width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
		}
		@media screen and (min-width:768px){
			#product_cate1744602323953 .product-item:nth-child(4n){
				margin-right: 0;
			}
		}
  @media screen and (min-width:1200px){
    #product_cate1744602323953 .section-title{
      font-size:32px;
    }
    #product_cate1744602323953 .section-sub-title{
      font-size:16px;
    }
    #product_cate1744602323953 .product-list-btn{
      font-size:14px;
    }
  }
  	@media screen and (max-width: 767px){
			#product_cate1744602323953  .product-item{
				width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
			}
			#product_cate1744602323953  .product-item:nth-child(2n){
				margin-right: 0;
			}
  	}

  #content_choicereview1744019882534{
    --section-title-align:left;
  }
  #content_choicereview1744019882534 .section-title {
    text-align:left;
    color:;
  }
  #content_choicereview1744019882534 .section-sub-title {
    text-align:left;
    color:#333333;
  }
  @media screen and (min-width: 768px) {
      #content_choicereview1744019882534 .section-sub-title{
        font-size:16px;
      }
    #content_choicereview1744019882534 .choicereview-item {
      width: calc((100% - 3 * var(--v-space)) / 4);
    }
    #content_choicereview1744019882534 .choicereview-item:nth-child(4n) {
      margin-right: 0;
    }
  }

  /* index_css review_gallery start */
  .choicereview-list {
    display: flex;
    flex-wrap:var(--choicereview-list-wrap, wrap);
  }

  .choicereview-item {
    display: flex;
    flex-direction: column;
    margin-bottom: var(--h-space);
  }
  .choicereview-item-top{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: var(--choicereview-body-top-padding, space-between);
  }
  .choicereview-info {
    margin:var(--choicereview-body-top-padding,14px) var(--choicereview-body-side-padding, 14px) var(--choicereview-info-bottom-padding, 14px);
    display: flex;
    align-items: center;
    justify-content:var(--choicereview-info-justify-content, space-between);
  }

  .choicereview-info-right {
    display: flex;
    align-items: center;
  }

  .choicereview-origin {
    font-weight: var(--choicereview-name-weight, 700);
    font-size: var(--choicereview-name-size, 16px);
  }

  .choicereview-stars {
    display: flex;
    justify-content: start;
    margin-right:var(--choicereview-stars-right, 6px);
  }

  .choicereview-stars li {
    margin-right: var(--choicereview-star-right, 4px);
    font-size: var(--choicereview-star-size, 14px);
  }

  .choicereview-time {
    padding-top: 2px;
    font-size: var(--choicereview-time-size, 14px);
    line-height:calc(var(--choicereview-time-size, 14px) + 8px);
    color: var(--theme-font-color-sub);
  }

  .choicereview-content {
    padding: 0 var(--choicereview-body-side-padding, 14px) ;
    margin-bottom: var(--choicereview-body-bottom-padding,10px);
    width: 100%;
    font-size: var(--choicereview-content-size, 14px);
  }

  .choicereview-bottom {
    display: flex;
    align-items: center;
    padding: var(--choicereview-product-padding, 6px);
    height: var(--choicereview-product-height, 60px);
    color: var(--theme-font-color);
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius);
    transition: .3s border-color ease;
    overflow: hidden;
  }

  .choicereview-item:hover .choicereview-bottom {
    border-color:var(--choicereview-hover-border-color, var(--highlight-font-color));
  }

  .choicereview-product-image {
    margin-right: 16px;
    height:100%;
  }

  .choicereview-product-image img {
    height: 100%;
    object-fit: contain;
    font-size: 0;
  }

  .choicereview-product-name {
    flex: 1;
    font-size: var(--choicereview-product-size, 16px);
  }

  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .choicereview-info{
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="content_choicereview"] {
      --choicereview-body-side-padding: 10px;
      --choicereview-body-top-padding: 10px;
      --choicereview-info-bottom-padding: 10px;
      --choicereview-product-height: 50px;
      --choicereview-product-padding: 5px;
      --choicereview-name-size: 14px;
      --choicereview-star-size: 12px;
      --choicereview-product-size: 14px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    [data-section-type="content_choicereview"] {
      --choicereview-body-bottom-padding: 8px;
      --choicereview-time-size: 12px;
      --choicereview-product-size: 12px;
    }
    .choicereview-stars li{
      margin-right: 2px;
    }
  }

  @media screen and (max-width: 767px) {
    .choicereview .prev-btn,.choicereview .next-btn{
      display:var(--choicereview-m-navigation-display, none) ;
    }
    .choicereview-list{
      --choicereview-list-wrap:nowrap ;
    }
    .choicereview-item {
      width: 100%;
    }

    .choicereview-more{
      margin-top:var(--choicereview-more-top, var(--h-space));
    }
  }

  @media screen and (min-width: 768px) {
    .choicereview-item {
      margin-right: var(--v-space);
    }

  }
  /* index_css review_gallery end */

