.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%;
}

p{
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.l-ts-btnicon .elementor-button-icon{
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: white;
    transition-duration: .5s;
}
.l-ts-btnicon:hover .elementor-button-icon{
    background-color: white;
    transition-duration: .5s;
}
.l-ts-btnicon .elementor-button-content-wrapper{
    align-items: center;
}
.l-ts-btnicon:hover .elementor-button-icon svg{
    
    fill: var(--e-global-color-primary) !important;
    transition-duration: .5s;
}

.l-ts-contentcss ul li::marker,
.l-tsulbl ul li::marker{
    color: var( --e-global-color-primary );
}
.l-ts-contentcss ul li,
.l-tsulbl ul li{
    padding-bottom: 10px;
}
.l-ts-contentcss ul,
.l-tsul ul{
    padding-left: 20px !important;
    padding-inline-start: 20px !important;
}
.l-ts-scmgtop120 .elementor-menu-anchor{
    scroll-margin-top: 120px !important;
}
/*滚动数字居中标题*/
.l-ts-cennb .elementor-counter-title{
    text-align: center;
}

.l-ts-classp {
    .uc-is-parent{
        width: 100%;
    }
    .uc-is-parent .ue_taxonomy_item_title:before,
    .uc-is-parent .ue_taxonomy_item_title::after{
        display: none !important;
    }
}




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

.xzhs {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* 针对 .l-ts-contentcss 容器内的表格 */
.l-ts-contentcss table {
    margin: 20px 0px;
    width: 100%;
    border-collapse: collapse;
    border-color: gainsboro;
}
.l-ts-contentcss table td,
.l-ts-contentcss table th{
    padding: 0.5rem;
}
/* 设置偶数行背景色为浅灰色 */
.l-ts-contentcss table tr:nth-child(even) {
    background-color: #fbfbfb; /* 浅灰色 */
}

/* 鼠标悬停时改变行背景色 */
.l-ts-contentcss table tr:hover {
    background-color: #f3f3f3; /* 稍深的灰色，用于悬停效果 */
    transition: background-color 0.3s ease; /* 平滑过渡效果 */
}


.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;
}

.l-tsulbl ul li::marker{
    color: var( --e-global-color-primary );
}
.l-tsulbl ul li{
    padding-bottom: 10px;
}
.l-tsul 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
}

/* 设置根元素字体大小为基础值 */
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; /* 小屏幕，如手机 */
    }
}
