  #image_slide_pane_1ACFF76C5671D .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide_pane_1ACFF76C5671D .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide_pane_1ACFF76C5671D .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-image_slide_block_1ACFF76C5651B {
      
      
      padding-bottom: 41.67%;
    }

    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1ACFF76C5651B {
        
        
        padding-bottom: 41.67%;
      }
    }
    #slide-1725610478388 {
      
      padding-bottom: 41.67%;
    }

    @media screen and (max-width: 767px) {
      #slide-1725610478388 {
        
        padding-bottom: 41.67%;
      }
    }


/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin: calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space);
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */

  /* index_css slide start */
  [data-section-type="image_slide"] {
    --large-title-size: 58px;
    --large-subtitle-size: 30px;
    --large-btn-size: 30px;
    --medium-title-size: 36px;
    --medium-subtitle-size: 14px;
    --medium-btn-size: 16px;
    --small-title-size: 35px;
    --small-subtitle-size: 15px;
    --small-btn-size: 15px;
    --prev-btn-left: 40px;
    --next-btn-right: 40px;
  }

  [data-section-type="image_slide"] .swiper-pagination {
    --swiper-pagination-bottom:  var(--slide-pagination-bottom);
  }

  .home-image-slide.image-slide {
    margin-bottom:var(--home-image-slide-bottom,var(--section-space) );
    padding-bottom: 0;
  }

  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }

  .home-image-slide img {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .home-slide-content {
    white-space: nowrap;
  }

  .home-slide-title {
    margin:var(--home-slide-title-margin, 0 0 20px) ;
    font-weight:var(--home-slide-title-weight, 700);
  }

  .home-slide-subtitle {
    margin:var(--home-slide-subtitle-margin, 0);
    font-weight:var(--home-slide-subtitle-weight, 400);
  }

  .home-slide-btn {
    display: inline-block;
    margin-top:var(--home-slide-btn-top, 16px) ;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - 2px);
    padding: var(--home-slide-btn-side-padding, 0 25px);
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="image_slide"] {
      --large-title-size: 33px;
      --large-subtitle-size: 20px;
      --large-btn-size: 18px;
      --medium-title-size: 22px;
      --medium-subtitle-size: 14px;
      --medium-btn-size: 16px;
      --small-title-size: 25px;
      --small-subtitle-size: 14px;
      --small-btn-size: 14px;
      --prev-btn-left: 10px;
      --next-btn-right: 10px;
      --home-slide-btn-top:14px;
      --home-slide-title-margin:0 0 10px;
    }
    .home-slide-content{
      white-space: normal;
      max-width: 85%;
      min-width: 60%;
    }
  
  }

  @media screen and (max-width: 767px) {
  .home-image-slide .prev-btn,
    .home-image-slide .next-btn {
      display:var(--home-image-slide-btb-display, none);
    }
  }
  /* index_css slide end */

.section-title-box {
  display: flex;
  align-items: center;
}

.section-title-box .section-title {
    padding-right: 25px;
    line-height: 1.1;
}

.section-title-box .section-sub-title {
    padding-left: 25px;
    border-left: solid 1px rgba(0, 0, 0, 0.3);
}

.image-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  height: 10px;
}
.image-btn .iconfont {
    font-size: 12px;
    cursor: pointer;
}
.image-btn .swiper-pagination {
    position: static;
    max-width: 100px;
    margin: 0 15px;
}

@media screen and (max-width: 1000px) {
    .section-title-box .section-title {
        padding-right: 15px;
    }
    
    .section-title-box .section-sub-title {
        padding-left: 15px;
    }
}

    [data-section-type="image_slide"] {
      --medium-title-size:18px;
      --home-slide-title-weight:400;
      --medium-subtitle-size:80px;
    }

    [data-section-type="image_slide"] .image-btn .swiper-button-disabled {
      display: block;
      opacity: 0.5;
    }

    @media screen and (max-width: 1000px) {
      [data-section-type="image_slide"]{
        --medium-title-size:16px;
        --medium-subtitle-size:40px;
        --home-slide-content-left-left:5%;
        --home-slide-content-top:75%;
      }

      .home-slide-content {
        max-width: 90%;
      }

      .home-slide-subtitle {
        margin-bottom: 10px;
        line-height: 1;
      }
    }


  #imgtxt_list_pane_1ACFF76C56017 .imgtxt-list-item{
    width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3);
  }
  #imgtxt_list_pane_1ACFF76C56017 .section-title{
    text-align:left;
    color:#333333;
  }
  #imgtxt_list_pane_1ACFF76C56017 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  @media screen and (min-width: 768px){
    #imgtxt_list_pane_1ACFF76C56017 .imgtxt-list-item:nth-child(3n){
      margin-right: 0 ;
    }
  }
  @media screen and (min-width: 1200px){
    #imgtxt_list_pane_1ACFF76C56017 .section-title{
      font-size:40px;
    }
    #imgtxt_list_pane_1ACFF76C56017 .section-sub-title{
    font-size:16px;
    }
  }
  @media screen and (max-width: 767px){
    #imgtxt_list_pane_1ACFF76C56017 .imgtxt-list-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2);
    }
    #imgtxt_list_pane_1ACFF76C56017 .imgtxt-list-item:nth-child(2n){
      margin-right: 0 ;
    }
  }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 .imgtxt-list-content{
      text-align: center;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 {
      align-items: center;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 .imgtxt-list-title{
      color: #ffffff;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 .imgtxt-list-text{
      color: #ffffff;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #000;
      border-color: #ffffff;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 .imgtxt-list-title{
			  font-size: 18px;
      }
      #imgtxt_list_itemimgtxt_list_block_1ACFF76C56615 .imgtxt-list-text{
         font-size: 24px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 .imgtxt-list-content{
      text-align: center;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 {
      align-items: center;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 .imgtxt-list-title{
      color: #ffffff;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 .imgtxt-list-text{
      color: #ffffff;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #000;
      border-color: #ffffff;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 .imgtxt-list-title{
			  font-size: 18px;
      }
      #imgtxt_list_itemimgtxt_list_block_1ACFF76C56312 .imgtxt-list-text{
         font-size: 24px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 .imgtxt-list-content{
      text-align: center;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 {
      align-items: center;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 .imgtxt-list-title{
      color: #ffffff;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 .imgtxt-list-text{
      color: #ffffff;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 .imgtxt-list-image {
      padding-bottom: 100.0833333333333200%;
    }
    #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #000;
      border-color: #ffffff;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 .imgtxt-list-title{
			  font-size: 18px;
      }
      #imgtxt_list_itemimgtxt_list_block_1ACFF76C56218 .imgtxt-list-text{
         font-size: 24px;
      }
    }
    @media screen and (max-width: 767px){
    }
  
  #imgtxt_list_pane_1ACFF76C56017 .imgtxt-list-more{
    background-color:;
    color:;
    border-color:;
  }

  /* 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;
  }

  @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"]{
      --imgtxt-list-title-weight:400;
      --imgtxt-list-text-margin-bottom:20px;
      --imgtxt-list-image-margin-bottom:43px;
    }

    [data-section-type="imgtxt_list"] .imgtxt-list-item {
        background: var(--main-color-second);
        align-items: center;
        padding-bottom: 50px;
        border-radius: 10px;
    }

    .imgtxt-list-btn {
      display: flex;
      flex-direction: row-reverse;
    }

    .imgtxt-list-title {
      line-height: 1.1;
    }

    .imgtxt-list-item .icon-arrowright:before{
      position: absolute;
      opacity: 0;
      font-size: 16px;
    }

    @media screen and (min-width: 1100px){
      .icon-arrowright:hover:before {
          opacity: 1;
          transform: translate(25px,0%);
          transition: opacity 175ms linear,transform 175ms ease;
      }
      .imgtxt-list-btn span {
          transition: opacity 175ms linear,transform 175ms ease;
      }
      .imgtxt-list-btn:hover span{
          transform: translate(-25px,0%);
      }
    }

    [data-section-type="imgtxt_listB"] {
      --imgtxt-list-title-weight:400;
      --imgtxt-list-image-margin-bottom:0;
      --imgtxt-list-title-margin-bottom:0;
    }
    
    [data-section-type="imgtxt_listB"] .imgtxt-list-body {
        display: grid;
        gap:80px;
        align-items: center;
        grid-template-columns: 1fr 2fr;
    }
    
    [data-section-type="imgtxt_listB"] .imgtxt-list-item {
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 100%;
        opacity: 0;
    }

    .imgtxt-body-txt .j-txt-tab{
      opacity: 0.53;
    }

    [data-section-type="imgtxt_listB"] .imgtxt-list-body .active {
      transition: opacity .35s ease-out;
      opacity: 1;
    }
    
    [data-section-type="imgtxt_listB"] .imgtxt-list-content.active {
        border-bottom: solid 1px rgba(0, 0, 0);
    }
    
    
    [data-section-type="imgtxt_listB"] .imgtxt-list-content{
        padding: 22px;
        border-bottom:solid 1px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .imgtxt-body-img {
      position: relative;
      padding-top: 120%;
    }

    @media screen and (max-width: 1000px) {
      [data-section-type="imgtxt_listB"] .imgtxt-list-body {
        grid-template-columns: 100%;
        gap:8px;
        grid-template-areas:
         "panels"
         "tabs";
      }

      .imgtxt-body-txt .imgtxt-list-content {
        flex: 0 0 auto;
        margin-inline-end: 25px;
        padding: 22px 0;
      }

      .imgtxt-body-txt {
          display: flex;
          overflow-x: scroll;
          align-items: stretch;
          scrollbar-width: none;
      }

      .imgtxt-body-txt::-webkit-scrollbar {
          display: none;
      }

      .imgtxt-list {
          --imgtxt-list-text-margin-bottom: 10px;
      }

      .imgtxt-list-title {
          font-size: 15px;
      }

      .imgtxt-body-txt .imgtxt-list-title{
          font-size: 22px;
      }
    }
  

  #product_cate1727485997542 .section-title{
    text-align:left;
    color:#000000;
  }
  #product_cate1727485997542 .section-sub-title{
    text-align:left;
    color:#000000;
  }
  #product_cate1727485997542 .product-list-btn{
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
  }
  #product_cate1727485997542  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1727485997542 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1727485997542 .section-title{
      font-size:30px;
    }
    #product_cate1727485997542 .section-sub-title{
      font-size:15px;
    }
    #product_cate1727485997542 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1727485997542  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1727485997542  .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 .icon-arrowright:before{
      position: absolute;
      opacity: 0;
      font-size: 16px;
    }

    @media screen and (min-width: 1100px){
      .product-list-btn {
          display: flex;
          flex-direction: row-reverse;
          width: fit-content;
          margin: auto;
      }
      
      .product-list-btn span{
          transition: opacity 175ms linear,transform 175ms ease;
      }
      .product-list-btn:hover span{
          transform: translate(-25px,0%);
      }
      .product-list-btn:hover.icon-arrowright:before {
          opacity: 1;
          transform: translate(25px,0%);
          transition: opacity 175ms linear,transform 175ms ease;
      }
    }

  #imgtxt_listB1725606141403 .imgtxt-list-item{
    
  }
  #imgtxt_listB1725606141403 .section-title{
    text-align:left;
    color:#333333;
  }
  #imgtxt_listB1725606141403 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  @media screen and (min-width: 768px){
    #imgtxt_listB1725606141403 .imgtxt-list-item:nth-child(4n){
      margin-right: 0 ;
    }
  }
  @media screen and (min-width: 1200px){
    #imgtxt_listB1725606141403 .section-title{
      font-size:40px;
    }
    #imgtxt_listB1725606141403 .section-sub-title{
    font-size:16px;
    }
  }
  @media screen and (max-width: 767px){
    #imgtxt_listB1725606141403 .imgtxt-list-item{
      
    }
    #imgtxt_listB1725606141403 .imgtxt-list-item:nth-child(2n){
      margin-right: 0 ;
    }
  }
    #imgtxt_list_item1725606141405 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1725606141405 {
      align-items: left;
    }
    #imgtxt_listB1725606141403 .imgtxt-list-title{
      color: #000000;
    }
    #imgtxt_list_item1725606141405 .imgtxt-list-text{
      color: #333333;
    }
    .imgtxt-body-img{
      padding-top: 100%;
    }
    #imgtxt_list_item1725606141405 .imgtxt-list-image {
      padding-bottom: 100%;
      border-radius: 20px;
    }
    #imgtxt_list_item1725606141405 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #169bd5;
      border-color: #169bd5;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_listB1725606141403 .imgtxt-list-title{
			  font-size: 36px;
      }
      #imgtxt_list_item1725606141405 .imgtxt-list-text{
         font-size: 16px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_item1725606141403 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1725606141403 {
      align-items: left;
    }
    #imgtxt_listB1725606141403 .imgtxt-list-title{
      color: #000000;
    }
    #imgtxt_list_item1725606141403 .imgtxt-list-text{
      color: #333333;
    }
    .imgtxt-body-img{
      padding-top: 100.092592592592600%;
    }
    #imgtxt_list_item1725606141403 .imgtxt-list-image {
      padding-bottom: 100.092592592592600%;
      border-radius: 20px;
    }
    #imgtxt_list_item1725606141403 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #169bd5;
      border-color: #169bd5;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_listB1725606141403 .imgtxt-list-title{
			  font-size: 36px;
      }
      #imgtxt_list_item1725606141403 .imgtxt-list-text{
         font-size: 16px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_item1725606141406 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1725606141406 {
      align-items: left;
    }
    #imgtxt_listB1725606141403 .imgtxt-list-title{
      color: #000000;
    }
    #imgtxt_list_item1725606141406 .imgtxt-list-text{
      color: #333333;
    }
    .imgtxt-body-img{
      padding-top: 100%;
    }
    #imgtxt_list_item1725606141406 .imgtxt-list-image {
      padding-bottom: 100%;
      border-radius: 20px;
    }
    #imgtxt_list_item1725606141406 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #169bd5;
      border-color: #169bd5;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_listB1725606141403 .imgtxt-list-title{
			  font-size: 36px;
      }
      #imgtxt_list_item1725606141406 .imgtxt-list-text{
         font-size: 16px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_item1725606141404 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1725606141404 {
      align-items: left;
    }
    #imgtxt_listB1725606141403 .imgtxt-list-title{
      color: #000000;
    }
    #imgtxt_list_item1725606141404 .imgtxt-list-text{
      color: #333333;
    }
    .imgtxt-body-img{
      padding-top: 100%;
    }
    #imgtxt_list_item1725606141404 .imgtxt-list-image {
      padding-bottom: 100%;
      border-radius: 20px;
    }
    #imgtxt_list_item1725606141404 .imgtxt-list-btn{
      color: #ffffff;
      background-color: #169bd5;
      border-color: #169bd5;
    }
    @media screen and (min-width: 1200px){
      #imgtxt_listB1725606141403 .imgtxt-list-title{
			  font-size: 36px;
      }
      #imgtxt_list_item1725606141404 .imgtxt-list-text{
         font-size: 16px;
      }
    }
    @media screen and (max-width: 767px){
    }
  
  #imgtxt_listB1725606141403 .imgtxt-list-more{
    background-color:;
    color:;
    border-color:;
  }

  #image_slide_pane_1ACFF76C5621D .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide_pane_1ACFF76C5621D .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide_pane_1ACFF76C5621D .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-image_slide_block_1ACFF76C56212 {
      
      
      padding-bottom: 40.00%;
    }

    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1ACFF76C56212 {
        
        
        padding-bottom: 40.00%;
      }
    }

    [data-section-id=image_slide_pane_1ACFF76C5621D]{
      max-width: var(--max-width);
      padding: 0 var(--side-padding);
      margin: auto;
      width: 100%;
    }

  #product_cate_pane_1ACFF76C56717 .section-title{
    text-align:left;
    color:#000000;
  }
  #product_cate_pane_1ACFF76C56717 .section-sub-title{
    text-align:left;
    color:#000000;
  }
  #product_cate_pane_1ACFF76C56717 .product-list-btn{
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
  }
  #product_cate_pane_1ACFF76C56717  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate_pane_1ACFF76C56717 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate_pane_1ACFF76C56717 .section-title{
      font-size:30px;
    }
    #product_cate_pane_1ACFF76C56717 .section-sub-title{
      font-size:15px;
    }
    #product_cate_pane_1ACFF76C56717 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate_pane_1ACFF76C56717  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate_pane_1ACFF76C56717  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  @media screen and (min-width: 768px) {
    #content_choicereview1725671181857 .choicereview-item {
      width: calc((100% - 3 * var(--v-space)) / 4);
    }
    #content_choicereview1725671181857 .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;
    justify-content: space-between;
    margin-bottom: var(--h-space);
  }

  .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: 3px;
    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 */


#text_rich_pane_1ACFF76C56118 .section-title{
  text-align:left;
  color:#f1f1f1;
}
#text_rich_pane_1ACFF76C56118 .section-sub-title{
  color:#f1f1f1;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich_pane_1ACFF76C56118 .section-title{
    font-size:60px;
  }
  #text_rich_pane_1ACFF76C56118 .section-sub-title{
    font-size:16px;
  }
}

    [data-section-type="text_rich"] {
      padding-top: 80px;
      background: var(--main-color-second);
      border-bottom: 1px solid rgba(242, 239, 236, 0.15);
    }

    .home-rich-text .section-title {
        margin-bottom: 32px;
        line-height: 1;
    }

    .home-rich-text .section-sub-title {
        max-width: 1180px;
    }

    @media screen and (max-width: 767px) {
        [data-section-type="text_rich"]  {
            padding-top: 40px;
        }
        .home-rich-text .section-title {
            --section-title-size: 34px;
        }
    }
  

