    @media screen and (min-width: 768px) {
      #imgtxt_single_c1732065073196 .imgtxt-single-image{
        order:  2 ;
      }
      #imgtxt_single_c1732065073196 .imgtxt-single-text {
        order:  1 ;
      }
    }
  #imgtxt_single_c1732065073196 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(56.63% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_c1732065073196 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 56.63%;
    }
  }
  #imgtxt_single_c1732065073196 .content-title{
    color: #333333;
    text-align:left;
  }
   #imgtxt_single_c1732065073196 .imgtxt-single-content{
    color: #333333;
    text-align:left;
  }
  #imgtxt_single_c1732065073196 .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single_c1732065073196 .button{
    color: #414042;
    background-color:#fed30e;
    border-color:#fed30e;
    --color: #414042;
    --bg-color:#fed30e;
    --border-color:#fed30e;
  }
    [data-section-id="imgtxt_single_c1732065073196"]{
      --imgtxt-list-bg-color:#9a88f5;
    }
    #imgtxt_single_c1732065073196{
      background-color:var(--imgtxt-list-bg-color,#9a88f5);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single_c1732065073196 .content-title{
      font-size:40px;
    }
    #imgtxt_single_c1732065073196 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single_c1732065073196 .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%;
	}
}

#text_rich1732610845742 .section-title{
  text-align:left;
  color:#414042;
}
#text_rich1732610845742 .section-sub-title{
  color:#414042;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich1732610845742 .section-title{
    font-size:64px;
  }
  #text_rich1732610845742 .section-sub-title{
    font-size:16px;
  }
}


[data-section-type="text_rich_b"] .wrapper {
	max-width: calc(var(--max-width) - 260px);
}

#text_rich1732610715663 .section-title{
  text-align:left;
  color:#414042;
}
#text_rich1732610715663 .section-sub-title{
  color:#414042;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich1732610715663 .section-title{
    font-size:64px;
  }
  #text_rich1732610715663 .section-sub-title{
    font-size:16px;
  }
}

  #imgtxt_single_b1732066299908 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(78.26% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_b1732066299908 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 78.26%;
    }
  }
  #imgtxt_single_b1732066299908 .content-title{
    color: #414042;
    text-align:left;
  }
   #imgtxt_single_b1732066299908 .imgtxt-single-content{
    color: #414042;
    text-align:left;
  }
  #imgtxt_single_b1732066299908 .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single_b1732066299908 .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_b1732066299908 .content-title{
      font-size:64px;
    }
    #imgtxt_single_b1732066299908 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single_b1732066299908 .button{
      font-size:14px;
    }
  }

#text_rich_b1732068006601 .section-title{
  text-align:left;
  color:#333333;
}
#text_rich_b1732068006601 .section-sub-title{
  color:#333333;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich_b1732068006601 .section-title{
    font-size:40px;
  }
  #text_rich_b1732068006601 .section-sub-title{
    font-size:16px;
  }
}

	@media screen and (min-width:768px){
		#image_slide_list1732066475030 .swiper-slide{
			width: calc(100% / 4 - var(--v-space, 20px) * (4 - 1) / 4);
		}
	}
	#image_slide_list1732066475030 .section-title{
		color:#414042;
		text-align:left;
	}
	#image_slide_list1732066475030 .section-sub-title {
		color:#414042;
		text-align:left;
	}
	@media screen and (min-width:767px){
		#image_slide_list1732066475030 .section-sub-title {
			font-size:16px;
		}
  }
	#image_slide_list1732066475030 .img-box {
		padding-bottom: 150.00%;
	}
	@media screen and (max-width:767px){
		#image_slide_list1732066475030 .swiper-slide{
			width: calc(100% / 2 - var(--v-space, 10px) * (2 - 1) / 2);
		}
	}

  /* index_css image_slide_list start */
  .imglist-slide-box {
    position: relative;
    --prev-btn-left:10px;
    --next-btn-right:10px;
  }

  @media screen and (min-width: 768px) {
    .image-slide-list .swiper-pagination{
      display: var(--image-slide-list-pagination-display,none ) ;
    }
    .image-slide-list .swiper-slide:not(:last-child) {
      margin-right: var(--v-space);
    }
  }

  @media screen and (max-width: 767px) {
    .image-slide-list .iconfont {
      display: var(--image-slide-list-navigation-display, none);
    }
  }
  /* index_css image_slide_list end */

.imglist-slide-box .img-box {
	border-radius: var(--theme-border-radius);
}
.imglist-slide-box .imglist-slide-action {
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
	margin-top: 20px;
	width: 100%;
}
.image-slide-list .swiper-pagination {
	--image-slide-list-pagination-display: block;
	flex: 1;
}
.imglist-slide-box .imglist-slide-action .prev-btn.iconfont,
.imglist-slide-box .imglist-slide-action .next-btn.iconfont,
.imglist-slide-box .imglist-slide-action .swiper-pagination {
	position: initial;
	transform: translate(0);
	--arrow-btn-opacity: 1;
}
@media screen and (max-width: 767px) {
	.image-slide-list .swiper.j-newswiper:not(.swiper-nobottom) {
		--swiper-padding-bottom: 0;
	}
}

  @media screen and (min-width: 768px) {
    #video_text1732066865229 .video-text-item {
      order:  1 ;
    }
    #video_text1732066865229 .video-text-body {
      order:  2 ;
    }
  }
  #video_text1732066865229 .video-text-body{
    align-items: start;
  }
  #video_text1732066865229 .video-text-title{
    color:#414042;
  }
  #video_text1732066865229 .video-text-subtext{
    color:#414042;
  }
  #video_text1732066865229 .video-text-btn{
    background-color:#fff;
    border-color:#fff;
    color:#f26922;
    --bg-color:#fff;
    --border-color:#fff;
    --color:#f26922;
  }
  @media screen and (min-width:1200px){
    #video_text1732066865229 .video-text-title{
      font-size:64px;
    }
    #video_text1732066865229 .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;
	}
}

  #image_list1732066941011 .image-item {
    width: calc(100% / 4);
    padding-bottom:calc(100.00% / 4 );
		--image-list-item-margin: 0;
  }
  
  #image_list1732066941011 .section-title{
    text-align:left;
    color:#414042;
    
  }
  #image_list1732066941011 .section-sub-title{
    text-align:left;
    color:#414042;
  }
  #image_list1732066941011 .list-more-button{
    text-align:left;
  }

  @media screen and (max-width: 767px){
    #image_list1732066941011 .image-item {
      width: calc(100%  / 3);
      padding-bottom:calc(100.00% / 3 );
    }
  }
  @media screen and (min-width:1200px){
    #image_list1732066941011 .section-title{
      font-size:64px;  
    }
    #image_list1732066941011 .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;
	}
}

#text_rich_b1732067305352 .section-title{
  text-align:left;
  color:#333333;
}
#text_rich_b1732067305352 .section-sub-title{
  color:#333333;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich_b1732067305352 .section-title{
    font-size:40px;
  }
  #text_rich_b1732067305352 .section-sub-title{
    font-size:16px;
  }
}

#text_rich_b1732067346560 .section-title{
  text-align:left;
  color:#333333;
}
#text_rich_b1732067346560 .section-sub-title{
  color:#333333;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich_b1732067346560 .section-title{
    font-size:40px;
  }
  #text_rich_b1732067346560 .section-sub-title{
    font-size:16px;
  }
}

    @media screen and (min-width: 768px) {
      #imgtxt_single1732240571158 .imgtxt-single-image{
        order:  2 ;
      }
      #imgtxt_single1732240571158 .imgtxt-single-text {
        order:  1 ;
				
					--imgtxt-single-body-slide-padding: 20px 60px 20px 0;
				
      }
    }
		@media screen and (min-width: 1200px) {
      #imgtxt_single1732240571158 .imgtxt-single-text{
				
					--imgtxt-single-body-slide-padding: 40px 150px 40px 0;
				
      }
    }
  #imgtxt_single1732240571158 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(99.97% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single1732240571158 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 99.97%;
    }
  }
  #imgtxt_single1732240571158 .content-title{
    color: #414042;
    text-align:left;
  }
   #imgtxt_single1732240571158 .imgtxt-single-content{
    color: #414042;
    text-align:left;
  }
  #imgtxt_single1732240571158 .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single1732240571158 .button{
    color: #ffffff;
    background-color:#169bd5;
    border-color:#169bd5;
    --color: #ffffff;
    --bg-color:#169bd5;
    --border-color:#169bd5;
  }
    [data-section-id="imgtxt_single1732240571158"]{
      --imgtxt-list-bg-color:#ffffff;
    }
    #imgtxt_single1732240571158{
      background-color:var(--imgtxt-list-bg-color,#ffffff);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single1732240571158 .content-title{
      font-size:36px;
    }
    #imgtxt_single1732240571158 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single1732240571158 .button{
      font-size:13px;
    }
  }

