.elementor-location-header{
    width: 100%;
    z-index: 9999;
}
.acf-fields.-left > .acf-field > .acf-label,
.acf-fields.-left > .acf-field:before{
    width: 10% !important;
}
.acf-fields.-left > .acf-field > .acf-input{
    width: 90% !important;
}
.l-acfEdit{
    z-index: 9999;
}
.l-showacf,
.l-hideacf{
    cursor: pointer;
}
.l-acf-content{
    margin-top: 100px !important;
    max-height: calc(100vh - 200px) !important;
    min-height: calc(100vh - 200px) !important;
    border: solid #3074f1 10px;
    border-radius: 5px;
    box-shadow: 7px 7px 0 0 #000000;
    overflow: hidden !important;
    display: none !important;
    flex-direction: column;
}
.l-acf-form{
    display: flex;
    flex-direction: column !important;
    height: 100%;
    overflow: hidden;
}
.l-acf-form>.elementor-widget-container{
    overflow: auto !important;
    max-height: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    
}

.xzhs {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.xzhs1{-webkit-line-clamp: 1;}
.xzhs2{-webkit-line-clamp: 2;}
.xzhs3{-webkit-line-clamp: 3;}
.xzhs4{-webkit-line-clamp: 4;}
.xzhs5{-webkit-line-clamp: 5;}
.xzhs6{-webkit-line-clamp: 6;}

.l-clear-tb{
    table {
        border: none;
        border-collapse: collapse;
        background: none;
        width: 100%;
        table-layout: auto;
    }
    table tbody>tr:nth-child(odd)>td,
    table tbody>tr:nth-child(odd)>th,
    table tbody tr:hover>td,
    table tbody tr:hover>th{
        background-color: transparent !important;
    }

    table td,
    table th {
        border: none;
        background: none;
        padding: 10px 10px 10px 0px;
        text-align: left;
        vertical-align: top;
    }

    table th {
        font-weight: normal;
        color: inherit;
    }
}

/* table 移动端自适应数量 */
.l-table-m-2 {
    /* 仅在移动端样式下调整布局 */
    @media (max-width: 768px) {
      table {
        width: 100%;
        border-collapse: collapse;
        
        tbody {
          display: grid;
          grid-template-columns: 1fr 1fr; /* 每行显示 1 个单元格 */
        }
        
        tr {
          display: contents; /* tr 不占据空间，允许 td 成为 grid 的项 */
        }
        
        td {
          text-align: center;
          width: 100% !important;
        }
      }
    }
  }
  
  .l-table-m-1 {
    /* 仅在移动端样式下调整布局 */
    @media (max-width: 768px) {
      table {
        width: 100%;
        border-collapse: collapse;
        
        tbody {
          display: grid;
          grid-template-columns: 1fr; /* 每行显示 1 个单元格 */
        }
        
        tr {
          display: contents;
        }
        
        td {
          width: 100% !important;
          text-align: left;
        }
      }
    }
  }
  
  
  /* 移动端轮播布局 */
  @media (max-width: 768px) {
    .l-single-reproduct .uc_image_carousel_title{
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
    }
    .l-single-reproduct .uc_image_carousel_placeholder{
        margin-top: 100px;
    }
    .l-single-reproduct .uc_ts_line_lu{
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
  }

.l-product-tbts {
    table {
        width: 100%;
        border-collapse: collapse;
    }

    th,
    td {
        border: 1px solid #eeeeee;
        padding: 10px;
        text-align: left;
    }
    th {
        background-color: #80808012;
        font-weight: normal;
    }

    td:first-child {
        background-color: #80808012;
    }
    td:not(:first-child) {
        background-color: #EDF5FF;
    }

    table tr:hover td:not(:first-child) {
        color: #1677FF;
    }
}

#industriesContent h1,
#industriesContent h2,
#industriesContent h3,
#industriesContent h4,
#industriesContent h5,
#industriesContent h6
{
    scroll-margin-top: 100px;
}


/*ul{*/
/*    padding-left: 20px !important;*/
/*    padding-inline-start: 20px !important;*/
/*}*/
.l-client-list .l-card-video{
    display: none;
}
.l-client-list .swiper-slide{
    display: flex !important;
    align-items: flex-end;
}
.l-client-list .swiper-slide:hover .l-card-video,
.swiper-slide-active .l-card-video{
    display: flex
}
.l-client-list .swiper-slide:hover .l-card-def,
.swiper-slide-active .l-card-def{
    display: none
}


.product-breadcrumb-container{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    display: flex;
    justify-content: space-between;
    color: gray;
}
.product-breadcrumb-container  a{
    color:#858585;
}
.product-breadcrumb > span{
    color:var( --e-global-color-secondary );
}
.product-breadcrumb-container  a:hover{
    color:var( --e-global-color-secondary );
}
.l-ts-SClogo {
    height: 150px;
    opacity: 1;
    padding: 20px; /* Example initial padding, adjust as needed */
    transition: height 1s, opacity 1s, padding 1s; /* Specify properties to transition */
}
.l-ts-SClogo img{
    opacity: 1;
    transition: opacity 1s
}

@media screen and (min-width: 1400px) {
    .l-ts-onSC .l-ts-SClogo {
        height: 0;
        opacity: 0;
        padding: 0;
        transition: height 1s, opacity 1s, padding 1s; /* Ensure same transition properties */
    }
    .l-ts-onSC .l-ts-SClogo img{
        opacity: 0;
        transition: opacity 1s !important;
    }
}


/* 设置根元素字体大小为基础值 */
html {
    font-size: 16px; /* 默认字体大小 */
}

/* 响应式调整根字体大小 */
@media screen and (max-width: 1200px) {
    html {
        font-size: 14px; /* 大屏幕 */
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px; /* 中等屏幕，如平板 */
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 11px; /* 小屏幕，如手机 */
    }
}