.elementor-location-header{
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    margin-bottom: -5px;
}
.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%;
}

.home-news-carousel .owl-dots{
    padding: 10px;
}
.home-banner .swiper-pagination-bullet,
.home-news-carousel .owl-dot{
    transform: rotate(45deg);
    border-radius: 0 !important;
}
.home-banner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.home-news-carousel .owl-dot:not(.active){
    background-color:white !important;
    color: white;
}
/* header */
.l-header-bottom .l-header-content-bottom{
    background-color: #ffffff;
    box-shadow: 0 5px 13px -10px gainsboro;
}
.l-header-bottom .elementor-item{
    color: #333333 !important;
    fill: #333333 !important;
}

.l-header-bottom .elementor-nav-menu .menu-item:hover .elementor-item{
    color: white !important;
    fill: white !important;
}
.l-header-content-bottom .elementor-item{
    white-space: nowrap;
}
@media (max-width: 768px) {
    /*.l-header .elementor-item{*/
    /*    color: #333333 !important;*/
    /*}*/
    /*.l-header .elementor-item:active{*/
    /*    color: #333333 !important;*/
    /*}*/
    /*.l-header-content-bottom{*/
    /*    padding: 10px !important;*/
    /*}*/
    /*.elementor-location-header,.l-header:first-child{*/
    /*    position: relative !important;*/
    /*}*/
    /*.l-header-bottom.elementor-location-header,.l-header-bottom.l-header:first-child{*/
    /*    position: fixed !important;*/
    /*}*/
    /*.l-header-content-bottom{*/
    /*    top:-1px;*/
    /*}*/
}

.l-md-menu.elementor-sticky--active{
    height: 30px;
    padding: 0;
    padding-top: 10px;
    min-height: 70px;
    transition-duration: 1s;
    z-index: 9999;
}
.l-md-menu.elementor-sticky--active img{
    width: 40px !important;
}
.l-md-menu.elementor-sticky--active .ue-item-title{
    font-size: 0.9em;
    line-height: 1.4em;
    transition-duration: 1s;
}
@media (max-width: 768px) {
    .l-md-menu.elementor-sticky--active {
        height: 30px;
        padding-top: 0 !important;
        min-height: 40px !important;
    }
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu{
	flex-wrap:nowrap !important
}


/* 行数限制css */

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

/* 对应行数 */
.l-xzhs1 { -webkit-line-clamp: 1; }
.l-xzhs2 { -webkit-line-clamp: 2; }
.l-xzhs3 { -webkit-line-clamp: 3; }
.l-xzhs4 { -webkit-line-clamp: 4; }
.l-xzhs5 { -webkit-line-clamp: 5; }

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

.l-kxz{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}


/*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{
    display: flex
}
.l-client-list .swiper-slide:hover .l-card-def{
    display: none
}
.elementor-location-header{
	max-width: 100%;
}
/*body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left{*/
/*    top: 0px !important;*/
/*    right: 0% !important;*/
/*    width: 50px !important;*/
/*    height: 40px !important;*/
/*}*/
/*#trp-floater-ls div:not(#trp-floater-poweredby) > a{*/
/*    padding: 0 !important;*/
/*}*/