  .antra-slider {
        position: relative;
    }
    
    /* 导航容器 */
    .my-slider-navigation {
        position: absolute;
        bottom: 30px;
        right: 30px;
        z-index: 10;
        display: flex;
        gap: 12px;
    }
    
    /* 导航按钮 */
    .my-swiper-prev,
    .my-swiper-next {
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(8px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 18px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .my-swiper-prev:hover,
    .my-swiper-next:hover {
        background: #c49a6c;
        border-color: #c49a6c;
    }
    
    /* 分页圆点容器 */
    .my-swiper-pagination {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        display: flex;
        gap: 8px;
    }
    
    /* 分页圆点样式 */
    .my-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s;
        margin: 0;
        opacity: 1;
    }
    
    .my-swiper-pagination .swiper-pagination-bullet-active {
        background: #c49a6c;
        width: 28px;
        border-radius: 5px;
    }
    
    /* 响应式：手机端调整位置 */
    @media (max-width: 768px) {
        .my-slider-navigation {
            bottom: 15px;
            right: 15px;
        }
        
        .my-swiper-prev,
        .my-swiper-next {
            width: 36px;
            height: 36px;
            font-size: 14px;
        }
        
        .my-swiper-pagination {
            bottom: 15px;
        }
    }
	
.xiangyoujiantou > a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

/* 箭头 > 固定在最右侧 */
.xiangyoujiantou > a::after {
  content: ">";
   margin-right: 12px; 
    
}

/* 右侧弹出下拉框整体 */
.header-left-wrap .header-menu-wrap .submenu-dropdown{
    margin-top: 4px !important;/*和上级菜单垂直距离，改小=拉近*/
    padding:8px 12px !important;/*弹窗内边距*/
}
/* 弹窗里面每条选项行间距 */
.header-left-wrap .header-menu-wrap .submenu-dropdown li{
    padding:4px 0 !important; /*上下内边距，数值越小越紧凑，改成2px更密*/
    margin:0 !important;
    line-height:1.2 !important;
}
 .self-ellipsis-1 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.self-ellipsis-2 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.self-ellipsis-3 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.self-ellipsis-4 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.self-ellipsis-5 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.self-ellipsis-6 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.self-ellipsis-7 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.self-ellipsis-8 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 8; -webkit-box-orient: vertical; }
.self-ellipsis-9 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 9; -webkit-box-orient: vertical; }
.self-ellipsis-10 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 10; -webkit-box-orient: vertical; }
.self-ellipsis-11 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 11; -webkit-box-orient: vertical; }
@media(min-width: 1200px) {
    /* 第一行 4张 */
    .process-wrap>div:nth-child(1) {
        margin-top: 0;
    }
    .process-wrap>div:nth-child(2) {
        margin-top: 50px;
    }
    .process-wrap>div:nth-child(3) {
        margin-top: 100px;
    }
    .process-wrap>div:nth-child(4) {
        margin-top: 150px;
    }

    /* 第二行 4张（和第一行错位完全一样）*/
    .process-wrap>div:nth-child(5) {
        margin-top: 0;
    }
    .process-wrap>div:nth-child(6) {
        margin-top: 50px;
    }
    .process-wrap>div:nth-child(7) {
        margin-top: 100px;
    }
    .process-wrap>div:nth-child(8) {
        margin-top: 150px;
    }
}


/*移动客服*/
.sidefixed {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateX(-50%);
  width: 100%;
}
.sidefixed .btn,
.btn-2 {
  display: flex;
  align-items: center;       /* 垂直居中对齐图标+文字 关键 */
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  color: #ffffff;
  border-radius: 16px;
  background: #33833f;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}
.sidefixed .btn:hover,
.btn-2:hover {
  background: #246b2e;
  box-shadow: 0 20px 38px rgba(51, 131, 63, 0.36);
  transform: translateY(-3px);
}
.sidefixed .btn .icon {
  display: flex;
  align-items: center;  /* 图标容器内部垂直居中 */
}
.sidefixed .btn svg {
  display: block;
  flex-shrink: 0;
  /* 建议给svg固定高度，比如22px，图标大小统一 */
  width:24px;
  height:24px;
}
.sidefixed .btn p {
  display: block;
  margin:0; /* 重点！清除p标签浏览器默认上下外边距，很多错位来自这里 */
  color: #ffffff;
  font-family: Roboto;
  font-weight: 600;
  font-size: 17px;
  line-height: 1; /* line?height改为1，不要大行高，防止文字偏移 */
}
@media (max-width: 414px) {
  .sidefixed {
    width: 100%;
    left: 0;
    bottom: 10px;
    gap: 10px;
    transform: none;
  }
  .sidefixed .btn {
    width: calc(50% - 5px);
    padding: 12px 0;
  }
  .sidefixed .btn p {
    font-size: 15px;
    line-height: 1;
  }
}


.iconyj {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    max-width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 36px;
    border: 1px solid #017CC0;
    box-sizing: border-box;
}
.one {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.one .icon {
    display: flex;
    padding: 5px 5px 0 0;
}
.process-section1{
    /* background-color: #F3F4F5; 删掉原来纯色 */
    background: linear-gradient(to bottom, #e6e8ea, #F3F4F5);
    padding: 130px 0;
    position: relative;
}

.yjbt-10 {
     
    padding-top: 20px;
     
}
.middle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; /*新增：垂直居中图片*/
    width: 100%;
    overflow: hidden;
    /* 限制容器最大高度，防止图片无限撑开 */
    max-height: 280px; 
    background: #ffffff url("../../img/product-back.png") center bottom / 100% auto no-repeat;
}
.middle .pros {
    width: 90%;
    max-height: 240px; /* 图片最大高度，瓶子不会过高溢出 */
    height: auto;
    object-fit: contain;
    transform: scale(1);
    transition: transform 0.5s ease;
}
.middle .pros:hover {
    transform: scale(1.05);
}
.process-content1 {
    padding: 30px 30px 25px 30px
}

 .zuikuan640{ 
    max-width: 640px;
    width: 100%
}