/*======================联系=======================*/
.wa__btn_popup .wa__btn_popup_icon {
    background: #d09e7d ! IMPORTANT;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;

}

.cky-revisit-bottom-right {
    bottom: 148px !important;
    right: 18px !important;
    background: #666  ! IMPORTANT;
}

.cky-btn-revisit-wrapper{
    width: 56px !important;
    height: 56px !important;
}

@media (max-width: 549px) {
.wa__btn_popup .wa__btn_popup_icon,
.cky-btn-revisit-wrapper{
    width: 36px !important;
    height: 36px !important;
    }
}




/*======================文章详情=======================*/
.user-icon img {
    border: 2px solid #eae9e8;
}

/*======================关于我们=======================*/
.logo-list img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-list img:hover {
  filter: grayscale(0%);
}



.certificates-list .img-inner {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-radius: 4px; /* 可选，证书轻微圆角 */
  background: #fff;   /* 防止透明 PNG 显灰 */
}

.about-us-card .box-shadow-3{
        -webkit-backdrop-filter: blur(.42rem);
    -webkit-backdrop-filter: blur(.42rem);
    backdrop-filter: blur(.42rem);
    background-color: rgba(156, 156, 157, .4);
}
/*======================文章页面=======================*/
.category-blog .page-wrapper {
    background: rgba(181, 148, 124, 0.105);
}

.category-blog h3.post-title a{
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 固定两行 */
  overflow: hidden;      /* 溢出隐藏 */
}

.category-blog h3.post-title{
    margin-bottom: 15px;
}
.category-blog .box-blog-post{
    border-radius: 3px;
    overflow: hidden;
}

.category-blog .box-blog-post:hover h3.post-title a{
    color: var(--primary-color);
}
.category-blog .post-item .box .box-text {
    padding: 28px !important;
    background: #fff;
}

/* 页面表格 */
.gs table {
    width: 100%;
    border-collapse: separate; /* 为了圆角生效 */
    border-spacing: 0;
    margin: 10px 0;
    text-align: left;
    border-radius: 4px;
    overflow: hidden; /* 保证圆角不被裁切 */
}

.gs table th,
.gs table td {
    border: none !important;
    padding: 12px;
    color: #22242f;
    font-size: 13px;
}

/* 表头背景（可选） */
.gs table th {
    background-color: rgba(213, 213, 213, 0);
}

/* 隔行变色 */
.gs table tbody tr:nth-child(odd) {
    background-color: rgba(213, 213, 213, 0);
}

.gs table tbody tr:nth-child(even) {
    background-color: rgb(229 205 183 / 18%);
}



.fb{
    font-weight: 900 !important;
}

.bra20m3 img{
    border-radius: 20px;
}

@media (max-width: 549px) {
    .bra20m3 img{
        border-radius: 3px;
    }
}



/*首页-客户评价*/
.customers-list .info {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #111;
  z-index: 1; /* 确保文字在上层 */
  
}

/* 左上角引号 */
.customers-list .info::before {
  content: "“"; /* 中文或全角双引号 */
  position: absolute;
  top: -110px;
  left: -10px;
  font-size: 220px; /* 可以根据视觉调大或调小 */
  color: transparent; /* 填充透明 */
  -webkit-text-stroke: 1.5px var(--primary-color); /* 黑色描边 */
  opacity: 0.6;
  z-index: -1; /* 在文字下方 */
  pointer-events: none; /* 不挡鼠标 */
  font-family: fantasy;
}

/* 右下角引号 */
.customers-list .info::after {
  content: "”";
  position: absolute;
  /* 改为基于 line-height 的动态定位 */
  top:calc(100% - 0.5em); /* ✅ 让引号紧贴文字的底部行高 */
  right: 0;
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--primary-color);
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
   font-family: fantasy;
}


/* 父级全宽，不限制 Flickity 的滚动宽度 */
.customers-list .ux-slider {
  position: relative;
  width: 100%;
}

/* 让 Flickity 按钮绝对定位，但限定在内容宽度内 */
.customers-list .flickity-prev-next-button {
  position: absolute;
  top: -60px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 5;
  transition: all .3s ease;
}

/* 箭头 hover 效果 */
.customers-list .flickity-prev-next-button:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
}

/* 关键定位：左上角对其**
**/


.customers-list .flickity-prev-next-button.previous {
  left: calc(50% - 0px + 483px)
}

.customers-list .flickity-prev-next-button.next {
  right: calc(50% - 570px + 10px);
} 


@media (max-width: 1140px) {
    .customers-list .flickity-prev-next-button.previous {
      display: none !important;
    }
    
    .customers-list .flickity-prev-next-button.next {
     display: none !important;
    } 
}

/*
居中
.customers-list .flickity-prev-next-button.previous {*/
/*  left: calc(50% - 550px + 510px)*/
/*}*/

/*.customers-list .flickity-prev-next-button.next {*/
/*  right: calc(50% - 550px + 510px);*/
/*} */


/* 小屏幕时按钮靠近内容边缘 */
@media (max-width: 768px) {
  .customers-list .flickity-prev-next-button.previous {
    left: 10px;
  }
  .customers-list .flickity-prev-next-button.next {
    right: 10px;
  }
}





/*首页流程*/
.sensors .banner{
    border-radius: 10px;
    overflow: hidden;
}
.sensors .text-left {
    clip-path: polygon(0px 0, 0% 120px, 50% 139px, 100% 120px, 100% 0);
    background: #fff;
    margin: -1px;
    height: 261px;
}

.sensors .item{
    position: relative;
}
.sensors .item::before {
    position: absolute;
    top: -2px;
    left: 10px;
    content: '';
    font-weight: bold;
    font-size: 1rem;
    background: var(--fs-color-primary);
    color: white;
    padding: 0.3em 0.8em;
    border-radius: 10px 1px 10px 0;
    z-index: 9;
    font-size: 13px;
}

.sensors {
  counter-reset: step; /* 重置计数器 */
}

.sensors .item::before {
  counter-increment: step; /* 自增 */
  content: "Step " counter(step);
  display: inline-block;
}

.card-border .item .col-inner{
    overflow: hidden !important;
}
.flickity-slider .row {
    top: 0;
}
/* ==================== 客户评价 ==================== */
.reviews-b .name {
  display: inline-flex;
  align-items: center;
}

.reviews-b .name::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="blue" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"/><path d="m9 12 2 2 4-4"/></svg>');
  display: inline-block;
  margin-left: 4px;
  height: 1em;
}


/* 方案B: 使用CSS Columns，兼容Flatsome */
.row.reviews-b-list {
  display: block !important;
  column-count: 3 !important;
  column-gap: 20px !important;
  column-fill: balance !important;
  /* 重置Flatsome样式 */
  flex-wrap: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  /* 居中对齐 */
  max-width: 1200px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.row.reviews-b-list .col.item {
  display: inline-block !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
  vertical-align: top !important;
}

/* 响应式调整 */
@media (max-width: 549px) {
  .row.reviews-b-list {
    column-count: 1 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 550px) and (max-width: 849px) {
  .row.reviews-b-list {
    column-count: 2 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 850px) {
  .row.reviews-b-list {
    column-count: 3 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 额外的居中优化 */
.row.reviews-b-list .col.item:first-child {
  margin-top: 0 !important;
}



/* 评论区域容器样式 - 动态添加到现有元素 */
.reviews-b-wrapper {
    position: relative;
    overflow: hidden;
    /* 不设置默认高度，通过JS控制 */
}

/* 渐变遮罩层 - 默认深色 */
.reviews-b-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px; /* 遮罩高度 */
    background: linear-gradient(
        to bottom,
        rgba(28, 28, 28, 0) 0%,
        rgba(28, 28, 28, 0.3) 30%,
        rgba(28, 28, 28, 0.8) 70%,
        rgba(28, 28, 28, 1) 100%
    );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    pointer-events: none;
    z-index: 10;
}

/* 白色遮罩层 - 当父元素包含reviews-b-w类时 */
.reviews-b.reviews-b-w .reviews-b-overlay {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 30%,
        rgba(255, 255, 255, 0.8) 70%,
        rgba(255, 255, 255, 1) 100%
    );
}

/* 查看更多按钮 - 使用Flatsome默认样式 */
.view-more-btn {
    pointer-events: auto;
}

/* 展开状态 */
.reviews-b-wrapper.expanded {
    height: auto !important;
    overflow: visible !important;
}

.reviews-b-wrapper.expanded .reviews-b-overlay {
    display: none;
}

.reviews-b-wrapper.expanded .collapse-btn {
    display: block;
}

/* 收起按钮 - 使用Flatsome默认样式 */
.collapse-btn {
    margin: 20px auto 0;
    display: none;
    text-align: center;
}

/*联系*/
.page-contact-us{
    .icon-box .has-icon-bg .icon .icon-inner {
    background-color: currentColor;
    }
    
    .icon-box .has-icon-bg i, .icon-box .has-icon-bg svg, .icon-box .has-icon-bg svg path {
        fill: #fff;
    }
    
    .fluentform .ff_upload_btn.ff-btn{
        border-radius: 4px;
    }
    
    .box-shadow-3, .box-shadow-3-hover:hover, .row-box-shadow-3 .col-inner, .row-box-shadow-3-hover .col-inner:hover {
    box-shadow: 0 2px 15px rgb(239 241 245);
    border: 1px solid #eee;
}


}