  #instagram_video1744698586943 .section-title{
    text-align:left;
    color:#333333;
  }
  #instagram_video1744698586943 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  @media screen and (min-width: 1200px){
    #instagram_video1744698586943 .section-title{
      font-size:40px;
    }
    #instagram_video1744698586943 .section-sub-title{
    font-size:16px;
    }
  }

/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin:var(--list-more-margin, calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space));
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */

  .ins-video-main{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--v-space) var(--h-space);
  }
  .ins-video-item{
    position: relative;
    display:flex;
  }
  .ins-video-hover{
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
  }
  .ins-video-show{
    --btn-font-color:#fff;
    --btn-border-color:#fff;
    --btn-bg-color:transparent;
    --btn-side-padding: 40px;
    overflow: hidden;
  }
  .ins-video-inner::before{
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ins-video-pop{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
  }
  .ins-video-ipop{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width:1216px;
    height:758px;
    z-index: 1000;
    background: #181818;
  }
  .insvideo-pop-v{
    flex: 2;
  }
  .insvideo-pop-v video,.insvideo-pop-v img{ 
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .insvideo-pop-info{
    flex: 1;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #333;
  }
  .insvideo-content{
    flex: 1;
    margin-bottom: 20px;
    overflow: auto;
    line-height: 1.5;
    white-space: pre-wrap;
  }
  .ins-video-detail{
    flex:1;
    height: calc(100% - 158px);
    display: flex;
  }
  .insvideo-swiper-img{
    width: 110px;
    height: 110px;
    border: 2px solid transparent;
    cursor: pointer;
  }
  .insvideo-swiper-img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .insvideo-swiper-img.active{
    border-color:var(--insvideo-active-color, var(--highlight-font-color));
  }
  .insvideo-swiper-img::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(0, 0, 0, .5);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .insvideo-ins-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    width: fit-content;
  }
  .insvideo-ins-icon{
    width:40px;
    height:40px;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .insvideo-ins,.insvideo-header{
    font-weight: 600;
  }
  .insvideo-prod-info{
    display: flex;
    align-items: center;
    padding:6px;
    border: 1px solid #E8E8E8;
    color:#333;
  }
  .insvideo-prod-img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 14px;
  }
  .ins-video-swiperbox{
    margin:24px 36px;
  }
  .insvideo-pop-close{
    position: absolute;
    right: 20px;
    top: 30px;
    color: #181818;
    font-weight: 700;
    cursor: pointer;
    z-index: 1001;
  }
  .insvideo-swiper-action{
    --prev-btn-left: -20px;
    --next-btn-right: -20px;
  }
  @media screen and (min-width: 768px){
    .ins-video-item:hover .ins-video-hover{
      display: flex;
    }
    .ins-video-item:nth-child(14n + 1){
      grid-column-start: span 2;
      grid-column-end: span 2;
      grid-row-start: span 2;
      grid-row-end: span 2;
    }
    .ins-video-item:nth-child(14n + 11){
      grid-column-start: span 2;
      grid-column-end: span 2;
      grid-row-start: span 2;
      grid-row-end: span 2;
    }
  }
  @media screen and (max-width: 767px){
    .insvideo-ins-icon{
      width:28px;
      height:28px;
    }
    .insvideo-swiper-img::before{
      width: 20px;
      height: 20px;
      font-size: 10px;
    }
    .ins-video-inner::before{
      width: 30px;
      height: 30px;
      font-size: 10px;
    }
     .insvideo-swiper-action{
      --prev-btn-left: -10px;
      --next-btn-right: -10px;
    }
    .insvideo-pop-info{
      height: calc(55% - 105px);
      padding: 15px;
    }
    .insvideo-content{
      margin-bottom:5px;
    }
    .insvideo-swiper-img{
      width: 90px;
      height: 90px;
    }
    .ins-video-detail{
      height: 45%;
      display: block;
      flex: none;
    }
    .ins-video-main{
      grid-template-columns: repeat(3, 1fr);
    }
    .ins-video-item:nth-child(9n + 1){
      grid-column-start: span 2;
      grid-column-end: span 2;
      grid-row-start: span 2;
      grid-row-end: span 2;
    }
    .insvideo-pop-close{
      color:#fff;
    }
    .insvideo-prod{
      order: -1;
      margin-bottom: 20px;
    }
    .insvideo-ins-box{
      font-size: 14px;
      margin-bottom: 10px;
    }
    .ins-video-ipop{
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      transform: none;
    }
    .insvideo-pop-v{
      height: 100%;
    }
    .ins-video-swiperbox{
      margin: 10px 15px;
    }
  }

[data-section-style="1"] .prev-btn,[data-section-style="1"] .next-btn{
  display: none;
}
.swiper.j-newswiper {
  padding-bottom: var(--pagination-bottom);
}


#text_rich1719644364279 .section-title{
  text-align:left;
  color:#333333;
}
#text_rich1719644364279 .section-sub-title{
  color:#333333;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich1719644364279 .section-title{
    font-size:40px;
  }
  #text_rich1719644364279 .section-sub-title{
    font-size:16px;
  }
}

  @media screen and (min-width: 768px) {
      #content_blog1739781270120 .content-blog-item {
        width: calc((100% - var(--v-space) * 3) / 4);
      }
       #content_blog1739781270120 .content-blog-item:nth-child(4n) {
        margin-right: 0;
      }

   
  }
  @media screen and (min-width: 1200px){
    #content_blog1739781270120{
     --section-title-size:40px;
     --section-subtitle-size:16px;
    }
  }
  #content_blog1739781270120{
    --section-title-align:left;
  }
  #content_blog1739781270120 .section-title{
    color:#333333;
  }
  #content_blog1739781270120 .section-sub-title{
    color:#333333;
  }

  /* index_css blog start */
  .content-blog-list {
    display: flex;
    flex-wrap: var(--content-blog-list-wrap,wrap);
  }

  .content-blog-item {
    margin: var(--content-blog-item-margin, 0 var(--v-space) var(--h-space) 0);
  }

  .content-blog-cover {
    padding-bottom: 66.67%;
  }

  .content-blog-body {
    padding: var(--content-blog-body-padding,14px 14px 0) ;
  }
  
  .content-blog-title {
    margin-bottom: var(--content-blog-title-bottom,14px);
    font-size: var(--content-blog-title-size,16px);
    line-height: calc(var(--content-blog-title-size,16px) + 8px);
    font-weight: var(--content-blog-title-weight,700);
    color:var(--theme-font-color);
  }

  .content-blog-info {
    display: flex;
    justify-content:var(--content-blog-info-justify-content, space-between);
    align-items: center;
    margin-bottom: var(--content-blog-info-bottom,14px);
  }

  .content-blog-time {
    color: var(--theme-font-color-sub);
    font-size: var(--content-blog-time-size,14px);
  }

  .content-blog-content {
    font-size:var(--content-blog-content-size,14px);
  }

  .content-blog-read {
    display: block;
    margin-top: var(--content-blog-content-bottom,6px);
    color: var(--content-blog-redmore-color,var(--highlight-font-color));
    text-decoration: underline;
    font-size: var(--content-blog-redmore-size, 14px);
  }

  .content-blog .prev-btn,.content-blog .next-btn {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .content-blog{
      --content-blog-list-wrap:nowrap;
      --content-blog-item-margin: 0;
      overflow: hidden;
    }

    .content-blog-item{
      width: 100%;
    }
    .content-blog-title{
      width: auto;
    }

    .content-blog .list-more-button{
      margin: var(--list-more-top) 0 0;
    }
  }
  /* index_css blog end */

