    @media screen and (min-width: 768px) {
      #imgtxt_single_c1731564415155 .imgtxt-single-image{
        order:  2 ;
      }
      #imgtxt_single_c1731564415155 .imgtxt-single-text {
        order:  1 ;
      }
    }
  #imgtxt_single_c1731564415155 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(83.40% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_c1731564415155 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 56.35%;
    }
  }
  #imgtxt_single_c1731564415155 .content-title{
    color: #333333;
    text-align:left;
  }
   #imgtxt_single_c1731564415155 .imgtxt-single-content{
    color: #333333;
    text-align:left;
  }
  #imgtxt_single_c1731564415155 .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single_c1731564415155 .button{
    color: #414042;
    background-color:#fed30e;
    border-color:#fed30e;
    --color: #414042;
    --bg-color:#fed30e;
    --border-color:#fed30e;
  }
    [data-section-id="imgtxt_single_c1731564415155"]{
      --imgtxt-list-bg-color:#9a88f5;
    }
    #imgtxt_single_c1731564415155{
      background-color:var(--imgtxt-list-bg-color,#9a88f5);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single_c1731564415155 .content-title{
      font-size:40px;
    }
    #imgtxt_single_c1731564415155 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single_c1731564415155 .button{
      font-size:14px;
    }
  }

/* 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 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,60px 80px);
    line-height:var(--imgtxt-single-text-line-height, 1.5);
  }

  .imgtxt-single-text .content-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-text .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;
    }

    .imgtxt-single:not(:last-child) {
      margin-bottom: 32px;
    }
  }
  /* index_css imgtxt_single end */

.section-top {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 20px;
}
.section-top .section-title {
	line-height: 1.2;
	width: 60%;
}
.section-top .section-top-right { 
	flex: 1;
}
.section-top .section-sub-title {
	white-space: normal;
	flex: 1;
}
.section-top .button {
	display: flex;
	gap: 12px;
	width: fit-content;
	--btn-padding: 0;
	--font-size-body: 14px;
	--btn-line-height: 21px;
	--btn-height: 21px;
	--main-color: var(--main-color-three);
}
.section-top .button:hover {
	--main-color-second: #fff;
	color: var(--main-color-three) !important;
}
.prev-btn,.next-btn {
	--arrow-btn-border: 1px solid var(--arrow-btn-color);
}
@media screen and (max-width: 1200px) {
	.section-top .section-title {
		font-size: 32px;
	}
	
}
@media screen and (max-width: 767px) {
	.section-top {
		flex-direction: column;
		gap: 20px;
	}
	.section-top .section-title,
	.section-top .section-sub-title {
		width: 100%;
		--section-title-bottom: 0;
		--section-subtitle-bottom: 0px;
	}
}
.product-name {
	--animation-underline-bg: transparent;
}
.product-info-bottom {
	display: none;
}
.product-buy-btn {
	width: fit-content;
	--btn-height: 24px;
	color: #0E12FE;
	font-size: 14px;
	order: 3;
}
.product-buy-btn::after {
	content: '\e603';
	font-family: 'iconfont';
	font-size: 16px;
	margin-left: 12px;
}

[data-section-type="imgtxt_single"] .imgtxt-single-text .imgtxt-single-norich {
	white-space: normal;
}
@media screen and (max-width: 1200px) {
	[data-section-type="imgtxt_single"] .imgtxt-single-text .content-title {
		--section-title-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	[data-section-type="imgtxt_single"] .imgtxt-single-text {
		--imgtxt-single-body-slide-padding: 30px 0 0;
	}
	[data-section-type="imgtxt_single"] .imgtxt-single-text .content-title {
		--imgtxt-single-title-bottom: 10px;
		line-height: 1.2;
	}
	[data-section-type="imgtxt_single"] .imgtxt-single-text .imgtxt-single-norich {
		--imgtxt-single-text-bottom: 0;
	}
}
[data-section-type="imgtxt_single_b"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
}
[data-section-type="imgtxt_single_b"] .imgtxt-single {
	flex-direction: column-reverse;
}
[data-section-type="imgtxt_single_b"] .imgtxt-single-image {
	--imgtxt-single-img-ratio: 1;
	--imgtxt-single-image-width: 100%;
}
[data-section-type="imgtxt_single_b"] .imgtxt-single-text {
	gap: 24px;
	flex-direction: row;
	--imgtxt-single-text-width: 100%;
	--imgtxt-single-body-slide-padding: 0 0 40px;
}
[data-section-type="imgtxt_single_b"] .content-title {
	width: 60%;
	--imgtxt-single-title-bottom: 0;
	line-height: 1.2;
}
[data-section-type="imgtxt_single_b"] .imgtxt-single-text-content {
	flex: 1;
}
[data-section-type="imgtxt_single_b"] .imgtxt-single-text .imgtxt-single-content {
	--imgtxt-single-text-bottom: 20px;
}
[data-section-type="imgtxt_single_b"] .button {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 12px;
	--btn-height: 25px;
	--btn-padding: 0;
}
[data-section-type="imgtxt_single_b"]  .button:hover {
	--main-color-second: #fff;
	color: var(--main-color-three) !important;
}
[data-section-type="imgtxt_single_b"] + [data-section-type="image_slide_b"] {
	margin-top: calc(40px - var(--section-space));
}
@media screen and (max-width: 1200px) {
	[data-section-type="imgtxt_single_b"] .content-title {
		font-size: 32px;
	}
	[data-section-type="imgtxt_single_b"] + [data-section-type="image_slide_b"] {
		margin-top: calc(10px - var(--section-space));
	}
}
@media screen and (max-width: 767px) {
	[data-section-type="imgtxt_single_b"] .imgtxt-single-text {
		flex-direction: column;
		gap: 20px;
		--imgtxt-single-body-slide-padding: 0 0 20px;
	}
	[data-section-type="imgtxt_single_b"] .content-title {
		width: 100%;
	}
}


[data-section-type="imgtxt_single_c"] .imgtxt-single {
	border-radius: var(--theme-border-radius);
	overflow: hidden;
}
[data-section-type="imgtxt_single_c"] .imgtxt-single-text {
	--imgtxt-single-body-slide-padding: 20px 20px 20px 118px;
}

[data-section-type="imgtxt_single_c"] .imgtxt-single-text .imgtxt-single-content {
	--imgtxt-single-text-bottom: 20px;
}
[data-section-type="imgtxt_single_c"] .imgtxt-single-btn .button{
	--btn-padding: 0 16px;
	--btn-height: 42px;
	--theme-border-radius: 4px;
}

[data-section-type="imgtxt_single_c"] .imgtxt-single-btn .iconfont{
	margin-left: 60px;
}

@media screen and (max-width: 767px) {
	[data-section-type="imgtxt_single_c"] .section-wrapper {
		--section-wrapper-padding: 0 0 var(--section-space);
	}
	[data-template-type="15"] [data-section-type="imgtxt_single_c"] .section-wrapper {
		--section-wrapper-padding: 0 var(--side-padding) var(--section-space);
	}
	[data-section-type="imgtxt_single_c"] .imgtxt-single-text {
		--imgtxt-single-body-slide-padding: 18px 20px;
	}
	[data-section-type="imgtxt_single_c"] .imgtxt-single-text .imgtxt-single-content {
		--imgtxt-single-text-bottom: 5px;
	}
	[data-section-type="imgtxt_single_c"] .imgtxt-single-btn .button{
		--btn-padding: 0 8px;
		--btn-height: 20px;
		font-size: 10px;
	}
	[data-section-type="imgtxt_single_c"] .imgtxt-single-btn .iconfont{
		font-size: 10px;
	}
	[data-section-type="imgtxt_single_c"] .imgtxt-single-text-content {
		width: 100%;
	}
}

[data-section-type="imgtxt_single_d"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
}
[data-section-type="imgtxt_single_d"] .imgtxt-single {
	flex-direction: column-reverse;
}
[data-section-type="imgtxt_single_d"] .imgtxt-single-image {
	--imgtxt-single-img-ratio: 1;
	--imgtxt-single-image-width: 100%;
}
[data-section-type="imgtxt_single_d"] .imgtxt-single-text {
	gap: 24px;
	--imgtxt-single-text-width: 100%;
	--imgtxt-single-body-slide-padding: 0 0 40px;
}
[data-section-type="imgtxt_single_d"] .content-title {
	width: 100%;
	--imgtxt-single-title-bottom: 0;
	line-height: 1.2;
}
[data-section-type="imgtxt_single_d"] .imgtxt-single-text-content {
	width: 100%;
}
[data-section-type="imgtxt_single_d"] .imgtxt-single-text .imgtxt-single-content {
	--imgtxt-single-text-bottom: 0px;
}
@media screen and (max-width: 1200px) {
	[data-section-type="imgtxt_single_d"] .content-title {
		font-size: 30px;
	}
	[data-section-type="imgtxt_single_d"] .imgtxt-single-text .imgtxt-single-content {
		--imgtxt-single-text-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	[data-section-type="imgtxt_single_d"] .imgtxt-single {
		flex-direction: column;
	}
	[data-section-type="imgtxt_single_d"] .imgtxt-single-text {
		gap: 12px;
		--imgtxt-single-body-slide-padding: 16px 0 0;
	}
	[data-section-type="imgtxt_single_d"] .content-title {
		width: 100%;
	}
}

[data-section-type="imgtxt_single_e"] .imgtxt-single {
	border-radius: var(--theme-border-radius);
	overflow: hidden;
}
[data-section-type="imgtxt_single_e"] .imgtxt-single-text {
	--imgtxt-single-body-slide-padding: 20px 20px 20px 118px;
}

[data-section-type="imgtxt_single_e"] .imgtxt-single-text .imgtxt-single-content {
	--imgtxt-single-text-bottom: 20px;
}
[data-section-type="imgtxt_single_e"] .imgtxt-single-btn .button{
	--btn-padding: 9px 16px;
	--btn-height: fit-content;
	--theme-border-radius: 4px;
}

[data-section-type="imgtxt_single_e"] .imgtxt-single-btn .iconfont{
	margin-left: 60px;
}

@media screen and (max-width: 767px) {
	[data-section-type="imgtxt_single_e"] .section-wrapper {
		--section-wrapper-padding: 0 0 var(--section-space);
	}
	[data-section-type="imgtxt_single_e"] .imgtxt-single {
		position: relative;
		flex-direction: column-reverse;
		padding-bottom: 40px;
	}
	[data-section-type="imgtxt_single_e"] .imgtxt-single-text {
		--imgtxt-single-body-slide-padding: 18px 20px;
	}
	[data-section-type="imgtxt_single_e"] .imgtxt-single-text .imgtxt-single-content {
		--imgtxt-single-text-bottom: 5px;
	}
	[data-section-type="imgtxt_single_e"] .imgtxt-single-btn {
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		bottom: 20px;
		text-align: center !important;
	}
	[data-section-type="imgtxt_single_e"] .imgtxt-single-btn .button{
		--btn-padding: 4px 8px;
		font-size: 10px;
	}
	[data-section-type="imgtxt_single_e"] .imgtxt-single-btn .iconfont{
		font-size: 10px;
	}
	[data-section-type="imgtxt_single_e"] .imgtxt-single-text-content {
		width: 100%;
	}
}

  
    #imagetxt_slides_ex1731548101914 .imagetxt-slidesex-img{
      padding-bottom:var(--imagetxt-slidesex-aspect, 39.75%);
    }
    @media screen and (max-width: 767px){
      #imagetxt_slides_ex1731548101914{
        --imagetxt-slidesex-aspect: 74.89%;
      }
    }
   
  
      
          @media screen and (min-width: 768px){
            #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 .imagetxt-slidesex-content{
              position:absolute;
              left:30px;top:calc(50% + 0px);transform:translateY(-50%);
              text-align:left;
            }
            #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 .imagetxt-slidesex-btns{
              
                    justify-content:flex-start;
                
            }
          }
         
        
              #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 #slidesex-ptext1731555164370{
                color:rgba(255, 255, 255, 1);
                font-weight:bold;
                margin-top:0px;
                font-size:var(--imagetxt-slidesex-p-size, 14px);
                line-height:calc(var(--imagetxt-slidesex-p-size, 14px) + 8px);
              }
              @media screen and (max-width: 900px){
                #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 #slidesex-ptext1731555164370{
                  --imagetxt-slidesex-p-size:12px;
                }
              }
        
              #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 #slidesex-ptext1731568320955{
                color:rgba(65, 64, 66, 1);
                font-weight:bold;
                margin-top:10px;
                font-size:var(--imagetxt-slidesex-p-size, 36px);
                line-height:calc(var(--imagetxt-slidesex-p-size, 36px) + 8px);
              }
              @media screen and (max-width: 900px){
                #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 #slidesex-ptext1731568320955{
                  --imagetxt-slidesex-p-size:32px;
                }
              }
        
              #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 #slidesex-ptext1731568322193{
                color:rgba(65, 64, 66, 1);
                font-weight:bold;
                margin-top:10px;
                font-size:var(--imagetxt-slidesex-p-size, 20px);
                line-height:calc(var(--imagetxt-slidesex-p-size, 20px) + 8px);
              }
              @media screen and (max-width: 900px){
                #imagetxt_slides_ex1731548101914 #imagetxt-slidesex1731548101914 #slidesex-ptext1731568322193{
                  --imagetxt-slidesex-p-size:18px;
                }
              }
        
              #imagetxt_slides_ex1731548101914 #slidesex-btnsbuttons1731555161213{
                margin-top:15px;
              }
              
                 #imagetxt_slides_ex1731548101914 #slidesex-pbutton1731568426362{
                  border-color:rgba(239, 211, 14, 1);
                  color:rgba(65, 64, 66, 1);
                  background-color:rgba(239, 211, 14, 1);
                  border-radius:4px;
                  font-weight:normal;
                  font-size:var(--imagetxt-slidesex-btn-size,14px);
                  --bg-color:rgba(239, 211, 14, 1);
                  --color:rgba(65, 64, 66, 1);
                  --border-color:rgba(65, 64, 66, 1);
                }
                @media screen and (max-width: 900px){
                  #imagetxt_slides_ex1731548101914 #slidesex-pbutton1731568426362 {
                    --imagetxt-slidesex-btn-size:14px;
                  }
                }
              
        
      
  

  /* index_css imagetxt_slides_ex start */
  .imagetxt-slides-ex {
    --section-wrapper-padding: 0 var(--side-padding);
    margin-bottom: var(--section-space);
  }

  .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 */

[data-section-type="imagetxt_slides_ex"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
}
.imagetxt-slidesex-text:first-child {
	width: fit-content;
	background-color: var(--main-color-three);
	padding: 3px 14px;
	border-radius: var(--theme-border-radius);
}
.imagetxt-slidesex-btns>.button {
	--btn-padding: 0 16px;
}
.imagetxt-slidesex-btns>.button::after {
	content: '\e603';
	font-family: 'iconfont';
	font-size: 16px;
	margin-left: 60px;
}
@media screen and (max-width: 767px) {
	.imagetxt-slidesex-text:first-child {
		margin: 0 auto;
	}
}

#product_catelist1732001310502 .section-title{
  color:#414042;
}
#product_catelist1732001310502 .product-catelist-btn{
  color: #414042;
  background-color: #fed30e;
  border-color: #fed30e;
  --color: #414042;
  --bg-color: #fed30e;
  --border-color: #fed30e;
}

@media screen and (min-width: 1200px){
  
    #product_catelist1732001310502 .section-title{
      font-size:64px;
    }
  
  #product_catelist1732001310502 .product-catelist-btn {
    font-size: 14px;
  }
}

  @media screen and (min-width: 1200px) {
    #product_catelist1732001310502 [data-id='block1732001310502'] {
      font-size:20px;
    }
  }
  #product_catelist1732001310502 [data-id='block1732001310502']{
      color:#949494;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1732001310502 [data-id='blockblock1732001349069'] {
      font-size:20px;
    }
  }
  #product_catelist1732001310502 [data-id='blockblock1732001349069']{
      color:#949494;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1732001310502 [data-id='blockblock1732001349460'] {
      font-size:20px;
    }
  }
  #product_catelist1732001310502 [data-id='blockblock1732001349460']{
      color:#949494;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1732001310502 [data-id='blockblock1732001349827'] {
      font-size:20px;
    }
  }
  #product_catelist1732001310502 [data-id='blockblock1732001349827']{
      color:#949494;
  }

  /* 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.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 */

[data-section-type="product_catelist"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
	--section-title-bottom: 40px;
}
[data-section-type="product_catelist"] .section-title {
	line-height: 1.2;
}
.product-catelist-label {
	padding: 7px 19px;
	border: 1px solid #949494;
	border-radius: 40px;
}
.product-catelist-labels {
	--product-catelist-labels-margin: 0 0 60px;
}
.product-catelist-label.active {
	border: 1px solid var(--theme-font-color);
	color: var(--theme-font-color) !important;
}
.product-catelist-tabs .product-list .product-item {
	display: flex;
	flex-direction: column;
	padding: 35px;
	--product-item-width: 100%;
	min-height: 540px;
	background-color: var(--main-color);
	border-radius: var(--theme-border-radius);
	overflow: hidden;
}
.product-catelist-tabs .product-list .product-info {
	--page-bg-color: var(--main-color);
	--product-info-padding: 0;
	flex: 1;
}
.product-catelist-tabs .product-list .product-name {
	--product-name-font-size: 24px;
	--product-name-font-weight: 600;
}
.product-catelist-tabs .product-list .product-subtitle {
	--product-subtitle-font-size: 16px;
	--theme-font-color-sub: var(--theme-font-color);
	--product-subtitle-line-clamp: 6;
}

.product-catelist-tabs .product-button {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #0312fe;
	margin-top: auto;
}
.product-catelist-tabs .product-button .iconfont {
	margin-left: 12px;
}

.product-catelist-tabs .product-slide-action {
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: var(--h-space);
	width: 100%;
}
.product-catelist-tabs .product-slide-action .prev-btn.iconfont,
.product-catelist-tabs .product-slide-action .next-btn.iconfont,
.product-catelist-tabs .product-slide-action .swiper-pagination {
	position: initial;
	transform: translate(0);
	--arrow-btn-opacity: 1;
}

.product-catelist-tabs .product-slide-action .swiper-pagination {
	flex: 1;
}
.product-catelist-tabs .swiper-pagination-lock {
	display: none;
}
.product-catelist-tabs .product-catelist-btn {
	--theme-border-radius: 4px;
	--btn-padding: 0 24px;
}
.product-catelist-tabs .product-catelist-btn::after {
	content: '\e603';
	font-family: 'iconfont';
	font-size: 16px;
	margin-left: 60px;
}
@media screen and (max-width: 767px) {
	[data-section-type="product_catelist"] .wrapper {
		--section-title-bottom: 24px;
	}
	.product-catelist-tabs .product-list .product-item {
		padding: 18px;
		min-height: 300px;
	}
	.product-catelist-tabs .product-list .product-name {
		--product-name-font-size: 14px;
	}
	.product-catelist-tabs .product-list .product-subtitle {
		--product-subtitle-font-size: 12px;
	}
	.product-catelist-labels {
		--product-catelist-labels-margin: 0 0 30px;
	}
	.product-catelist-tabs .product-slide-action .prev-btn.iconfont,
	.product-catelist-tabs .product-slide-action .next-btn.iconfont{
		display: none;
	}
	.product-catelist-tabs .product-slide-action {
		margin-top: 14px;
	}
	.product-catelist-tabs .swiper.j-newswiper:not(.swiper-nobottom) {
		--swiper-padding-bottom: 0;	
	}
}

  @media screen and (min-width: 768px) {
    #video_text1731395533345 .video-text-item {
      order:  1 ;
    }
    #video_text1731395533345 .video-text-body {
      order:  2 ;
    }
  }
  #video_text1731395533345 .video-text-body{
    align-items: start;
  }
  #video_text1731395533345 .video-text-title{
    color:#414042;
  }
  #video_text1731395533345 .video-text-subtext{
    color:#414042;
  }
  #video_text1731395533345 .video-text-btn{
    background-color:rgba(255, 255, 255, 1);
    border-color:rgba(255, 255, 255, 1);
    color:#f26922;
    --bg-color:rgba(255, 255, 255, 1);
    --border-color:rgba(255, 255, 255, 1);
    --color:#f26922;
  }
  @media screen and (min-width:1200px){
    #video_text1731395533345 .video-text-title{
      font-size:64px;
    }
    #video_text1731395533345 .video-text-subtext{
      font-size:16px
    }
  }


  /* 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;
  }

  @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"] .section-wrapper {
	max-width: calc(var(--max-width) - 260px);
}
.video-text-item {
	border-radius: var(--theme-border-radius);
}
.video-text-title {
	--video-text-title-bottom: 40px;
}
.video-text-subtext {
	line-height: 1.4;
}
.video-text-btn.button {
	--video-text-button-top: 40px;
	--btn-padding: 0;
	--btn-height: 20px;
}
.video-text-btn.button:hover {
	color: var(--main-color-three) !important;
	--main-color-second: #fff;
}
.video-text-btn.button .icon-arrowright {
	margin-left: 12px;
}
.video-text-body {
	--video-text-body-padding: 0 0 0 150px;
}
@media screen and (max-width: 1200px) {
	.video-text-title {
		font-size: 32px;
	}
	.video-text-subtext {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.video-text-body {
		--video-text-body-padding: 0 0 20px;
	}
	.video-text-content {
		--video-text-content-flex-direction: column-reverse;
	}
	.video-text-title {
		--video-text-title-bottom: 20px;
	}
	.video-text-subtext {
		--video-text-subtext-bottom: 0;
	}
	.video-text-btn.button {
		--video-text-button-top: 20px;
	}
}

#text_rich1731909423654 .section-title{
  text-align:left;
  color:#414042;
}
#text_rich1731909423654 .section-sub-title{
  color:#414042;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich1731909423654 .section-title{
    font-size:64px;
  }
  #text_rich1731909423654 .section-sub-title{
    font-size:16px;
  }
}


[data-section-type="text_rich_b"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
}

  #image_list1731382069679 .image-item {
    width: calc(100% / 4);
    padding-bottom:calc(100.39% / 4 );
		--image-list-item-margin: 0;
  }
  
  #image_list1731382069679 .section-title{
    text-align:left;
    color:#414042;
    
  }
  #image_list1731382069679 .section-sub-title{
    text-align:left;
    color:#414042;
  }
  #image_list1731382069679 .list-more-button{
    text-align:left;
  }

  @media screen and (max-width: 767px){
    #image_list1731382069679 .image-item {
      width: calc(100%  / 3);
      padding-bottom:calc(100.39% / 3 );
    }
  }
  @media screen and (min-width:1200px){
    #image_list1731382069679 .section-title{
      font-size:64px;  
    }
    #image_list1731382069679 .section-sub-title{
      font-size:16px;
    }
  }

  /* index_css image_list start */
  .image-list {
    display: flex;
    flex-wrap:var(--image-list-wrap, wrap);
  }

  .image-list .image-item {
    margin: var(--image-list-item-margin, 0 var(--v-space) var(--h-space) 0);
  }

  @media screen and (max-width: 767px) {
    .image-list .image-item {
      width: 100%;
    }
  }
  /* index_css image_list end */

.image-list {
	border-radius: var(--theme-border-radius);
	overflow: hidden;
}
[data-template-type="15"] [data-section-type="image_list"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
}
[data-section-type="image_list"] .wrapper {
	--section-space-bottom: var(--section-space);
}
@media screen and (max-width: 767px) {
	[data-section-type="image_list"] .section-top {
		margin-bottom: 0;
	}
	[data-section-type="image_list"] .section-top .section-sub-title {
		margin-bottom: 20px;
	}
}

  #imgtxt_single_b1731551935064 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(50.09% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_b1731551935064 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 74.89%;
    }
  }
  #imgtxt_single_b1731551935064 .content-title{
    color: #414042;
    text-align:left;
  }
   #imgtxt_single_b1731551935064 .imgtxt-single-content{
    color: #414042;
    text-align:left;
  }
  #imgtxt_single_b1731551935064 .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single_b1731551935064 .button{
    color: #f26922;
    background-color:#fff;
    border-color:#fff;
    --color: #f26922;
    --bg-color:#fff;
    --border-color:#fff;
  }

  @media screen and (min-width: 1200px){
    #imgtxt_single_b1731551935064 .content-title{
      font-size:64px;
    }
    #imgtxt_single_b1731551935064 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single_b1731551935064 .button{
      font-size:14px;
    }
  }

  #image_slide_b1731483150061 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide_b1731483150061 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide_b1731483150061 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1731483150061 {
      
      
      padding-bottom: 34.63%;
    }

    @media screen and (max-width: 767px) {
      #slide-1731483150061 {
        
        
        padding-bottom: 34.63%;
      }
    }
    #slide-block1731483191800 {
      
      padding-bottom: 34.63%;
    }

    @media screen and (max-width: 767px) {
      #slide-block1731483191800 {
        
        padding-bottom: 34.63%;
      }
    }
    #slide-block1731483192081 {
      
      padding-bottom: 34.63%;
    }

    @media screen and (max-width: 767px) {
      #slide-block1731483192081 {
        
        padding-bottom: 34.63%;
      }
    }
    #slide-block1731483194127 {
      
      padding-bottom: 34.63%;
    }

    @media screen and (max-width: 767px) {
      #slide-block1731483194127 {
        
        padding-bottom: 34.63%;
      }
    }

    [data-section-id=image_slide_b1731483150061]{
      max-width: var(--max-width);
      padding: 0 var(--side-padding);
      margin: auto;
      width: 100%;
    }

  /* 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 */

[data-section-type="image_slide_b"] {
	max-width: calc(var(--max-width) - 260px);
}
.swiper-bottom-list {
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
	margin-top: 40px;
}
[data-section-type="image_slide_b"] .prev-btn.iconfont,
[data-section-type="image_slide_b"] .next-btn.iconfont,
[data-section-type="image_slide_b"] .swiper-pagination {
	position: initial;
	transform: translate(0);
	--arrow-btn-opacity: 1;
}

[data-section-type="image_slide_b"] .swiper-pagination {
	flex: 1;
}
@media screen and (max-width: 767px) {
	.swiper-bottom-list {
		margin-top: 25px;
	}
}

  @media screen and (min-width: 1200px){
    #classicreview-item1731480071557 .content-classicreview-username{
      font-size: 14px;
    }
    #classicreview-item1731480071557 .content-classicreview-userdesc{
      font-size: 48px;
    }
    #classicreview-item1731480071557 .content-classicreview-content{
      font-size: 16px;
    }
  }
  #classicreview-item1731480071557 .content-classicreview-username{
    color: #949494;
  } 
  #classicreview-item1731480071557 .content-classicreview-userdesc{
    color: #414042;
  }
  #classicreview-item1731480071557 .content-classicreview-content{
    color: #414042;
  }
  @media screen and (min-width: 1200px){
    #classicreview-itemblock1731480072864 .content-classicreview-username{
      font-size: 14px;
    }
    #classicreview-itemblock1731480072864 .content-classicreview-userdesc{
      font-size: 48px;
    }
    #classicreview-itemblock1731480072864 .content-classicreview-content{
      font-size: 16px;
    }
  }
  #classicreview-itemblock1731480072864 .content-classicreview-username{
    color: #949494;
  } 
  #classicreview-itemblock1731480072864 .content-classicreview-userdesc{
    color: #414042;
  }
  #classicreview-itemblock1731480072864 .content-classicreview-content{
    color: #414042;
  }

  /* index_css content_classicreview start */
  [data-section-type="content_classicreview"]{
    --prev-btn-left: 5px;
    --next-btn-right: 5px;
  }

  .content-classicreview-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content-classicreview-avator {
    width:var(--classicreview-avator-width, 80px);
    height:var(--classicreview-avator-height, 80px);
    margin:var(--classicreview-avator-margin,0 0 10px);
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
  }

  .content-classicreview-avator>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content-classicreview-username {
    margin:var(--classicreview-username-margin, 0 0 4px);
    font-weight: var(--classicreview-username-weight,700);
  }

  .content-classicreview-userdesc {
    white-space: pre-wrap;
  }

  .content-classicreview-content {
    margin-top:var(--content-classicreview-content-top, 12px);
    white-space: pre-wrap;
    padding:var(--content-classicreview-content-padding, 0 10px);
    text-align:var(--content-classicreview-content-text-align, center);
  }

  @media screen and (min-width: 768px) {
    .content-classicreview .swiper-pagination{
      display:var(--content-classicreview-pagination-display, none);
    }
  }

  @media screen and (max-width: 767px) {
    [data-section-type="content_classicreview"]{
      --classicreview-avator-width: 56px;
      --classicreview-avator-height: 56px;
    }
    .content-classicreview .prev-btn,.content-classicreview .next-btn {
      display:var(--content-classicreview-btn-display, none);
    }
  }
  /* index_css content_classicreview end */

[data-section-type="content_classicreview"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
}
[data-section-type="content_classicreview"] .classicreview-content {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 773px;
	margin: 0 auto;
	--classicreview-avator-margin: 0 57px 0 0;
}
.content-classicreview  .swiper {
	padding-bottom: 35px;
}
.classicreview-content-right {
	flex: 1;
}
.content-classicreview-avator {
	--classicreview-avator-width: 212px;
	--classicreview-avator-height: 212px;
}
.content-classicreview-username {
	--classicreview-username-margin: 0 0 24px;
}
.content-classicreview-content {
	--content-classicreview-content-top: 24px;
	--content-classicreview-content-padding: 0;
	--content-classicreview-content-text-align: left;
}
.content-classicreview .prev-btn,
.content-classicreview .next-btn {
	--prev-btn-left: 8%;
	--next-btn-right: 8%;
	--arrow-btn-border: 1px solid var(--arrow-btn-color);
	--arrow-btn-opacity: 1;
}
.content-classicreview .swiper-pagination {
	--content-classicreview-pagination-display: block;
}
@media screen and (max-width: 1200px) {
	.content-classicreview-userdesc {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	[data-section-type="content_classicreview"] .classicreview-content {
		flex-direction: column;
	}
	.content-classicreview-avator {
		--classicreview-avator-width: 80px;
		--classicreview-avator-height: 80px;
		--classicreview-avator-margin: 0 auto 20px;
	}
	.classicreview-content-right {
		text-align: center;
	}
	.content-classicreview-username {
		--classicreview-username-margin: 0 0 20px;	
	}
	.content-classicreview-content {
		--content-classicreview-content-top: 20px;
		--content-classicreview-content-text-align: center;
	}
}

#text_rich_b1732004575204 .section-title{
  text-align:left;
  color:#333333;
}
#text_rich_b1732004575204 .section-sub-title{
  color:#333333;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich_b1732004575204 .section-title{
    font-size:40px;
  }
  #text_rich_b1732004575204 .section-sub-title{
    font-size:16px;
  }
}

  #imgtxt_single_d1732070515068 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(34.62% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_d1732070515068 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 34.62%;
    }
  }
  #imgtxt_single_d1732070515068 .content-title{
    color: #414042;
    text-align:center;
  }
   #imgtxt_single_d1732070515068 .imgtxt-single-content{
    color: #414042;
    text-align:center;
  }
  #imgtxt_single_d1732070515068 .imgtxt-single-btn{
    text-align:center;
  }
  #imgtxt_single_d1732070515068 .button{
    color: #ffffff;
    background-color:#169bd5;
    border-color:#169bd5;
    --color: #ffffff;
    --bg-color:#169bd5;
    --border-color:#169bd5;
  }

  @media screen and (min-width: 1200px){
    #imgtxt_single_d1732070515068 .content-title{
      font-size:40px;
    }
    #imgtxt_single_d1732070515068 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single_d1732070515068 .button{
      font-size:13px;
    }
  }

    @media screen and (min-width: 768px) {
      #imgtxt_single_e1732072764549 .imgtxt-single-image{
        order:  2 ;
      }
      #imgtxt_single_e1732072764549 .imgtxt-single-text {
        order:  1 ;
      }
    }
  #imgtxt_single_e1732072764549 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(141.09% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_e1732072764549 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 141.09%;
    }
  }
  #imgtxt_single_e1732072764549 .content-title{
    color: #333333;
    text-align:left;
  }
   #imgtxt_single_e1732072764549 .imgtxt-single-content{
    color: #333333;
    text-align:left;
  }
  #imgtxt_single_e1732072764549 .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single_e1732072764549 .button{
    color: #414042;
    background-color:#efd30e;
    border-color:#169bd5;
    --color: #414042;
    --bg-color:#efd30e;
    --border-color:#169bd5;
  }
    [data-section-id="imgtxt_single_e1732072764549"]{
      --imgtxt-list-bg-color:#9a88f5;
    }
    #imgtxt_single_e1732072764549{
      background-color:var(--imgtxt-list-bg-color,#9a88f5);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single_e1732072764549 .content-title{
      font-size:40px;
    }
    #imgtxt_single_e1732072764549 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single_e1732072764549 .button{
      font-size:14px;
    }
  }

