/*@charset "utf-8";*/

/*!* 服务详情页 *!*/

.swiper-slide img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.service-profile {
  padding: 30px 60px;
  background: #ffffffff !important;
  margin-top: 0;
}

.title {
  text-align: center;
  margin-top: 30px;
  gap: 20px;
}

.title h2 {
  font-size: 36px;
  color: var(--color);
  margin-bottom: 10px;
  text-align: center;
}

.service-adv {
  display: flex;
  flex-direction: row;
  width: 100%; /* 确保容器占满父元素 */
  gap: 20px; /* 添加间距 */
  padding: 0 32px; /* 添加左右内边距 */
  margin-top: 32px;
  margin-bottom: 32px;
}

.service-adv ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px; /* 与父容器保持一致 */
  margin: 0; /* 清除默认边距 */
  padding: 0;
}

.service-adv li {
  flex: 1; /* 等分剩余空间 */
  min-width: 0; /* 允许内容收缩 */
  list-style: none;
}

.adv {
  width: 100%;
  height: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-advantage .adv {
  /* height: 400px; */
}

.adv img {
  width: 64px;
  height: 64px;
}

.adv p,
h3 {
  margin-top: 20px;
}

.adv h3 {
  color: var(--color);
  text-align: center;
  font-size: 24px;
}

.oversea-adv {
  display: flex;
  flex-direction: column;
}

.oversea-adv img {
  position: relative;
  top: 0;
  transform: translateX(-20%); /* 水平居中 */
  border-radius: 50%; /* 圆形效果 */
  width: 120px; /* 固定宽度 */
  height: 120px; /* 固定高度 */
  object-fit: cover; /* 保持图片比例 */
  object-position: center; /* 图片居中显示 */
  z-index: 1;
}

.oversea-adv h3 {
  text-align: center; /* 新增：文本居中 */
  width: 100%; /* 新增：确保宽度一致 */
  white-space: nowrap; /* 新增：防止文字换行 */
  padding: 0 15px; /* 新增：添加内边距 */
}

.advantage-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
}

.adv-short {
  margin-top: 10px;
}

.service-banner {
  position: absolute;
  top: 25%;
}

/* service-buyease 区块样式 */
.service-buyease {
  position: relative;
  width: 100%;
  padding: 60px 32px;
  overflow: hidden;
  background-color: #f4f4f4;
}

/* service-factorease 区块样式 */
.service-factorease {
  position: relative;
  width: 100%;
  padding: 60px 32px;
  overflow: hidden;
  background-color: white !important;
}

/* customer-case 区块样式 */
.customer-case {
  position: relative;
  width: 100%;
  padding: 80px 32px;
  overflow: hidden;
  color: black;
}

/* 深色背景图片 */
.case-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/service-bg.jpg'); /* 深色背景图片路径 */
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

/* 区块内容容器 */
.case-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* 区块标题 */
.case-title {
  text-align: center;
  margin-bottom: 60px;
}

.case-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: var(--color);
}

/* 案例卡片列表 */
.case-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* 案例卡片 */
.case-card {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* 卡片配图 */
.case-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.case-card:hover .case-image img {
  transform: scale(1.1);
}

/* 卡片标题 */
.case-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 24px 24px 16px;
  text-align: center;
}

/* 案例详情 */
.case-detail {
  padding: 0 24px 24px;
}

.case-detail p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-indent: 2em; /* 段前空两格 */
}

/* 标题和简要说明 */
.buyease-title,
.factorease-title {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}

.buyease-title h2,
.factorease-title h2 {
  font-size: 32px;
  margin-bottom: 16px;
  color: var(--color);
}

.buyease-title p,
.factorease-title p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 左右卡片布局 */
.buyease-cards,
.factorease-cards {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}

/* 左边卡片：服务详细说明 (30%) */
.left-card {
  flex: 0 0 30%;
  border-radius: 8px;
  padding: 24px 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* service-buyease 区块中的 left-card 图片背景 */
.service-buyease .left-card {
  position: relative;
  background-color: #e9f4fe; /* 基础背景色 */
  overflow: hidden;
}

/* 为service-buyease的left-card添加半透明图片背景 */
.service-buyease .left-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/left-card-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* 图片透明度为0.2 */
  z-index: 0;
}

/* service-buyease left-card内容保持在图片上层 */
.service-buyease .left-card > * {
  position: relative;
  z-index: 1;
}

/* service-factorease 区块中的 left-card 图片背景 */
.service-factorease .left-card {
  position: relative;
  background-color: #e1f3f7; /* 基础背景色 */
  overflow: hidden;
}

/* 为service-factorease的left-card添加半透明图片背景 */
.service-factorease .left-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/right-card-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.15; /* 图片透明度为0.2 */
  z-index: 0;
}

/* service-factorease left-card内容保持在图片上层 */
.service-factorease .left-card > * {
  position: relative;
  z-index: 1;
}

.service-detail h3 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #333;
}

.detail-content {
  font-size: 1.2rem;
  line-height: 2;
  color: #555;
}

/* 右边卡片：产品和特点 (70%) */
.right-card {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 上部：三款产品及简介 */
.products-section {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.products-section h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-item {
  text-align: center;
  padding: 16px;
}

.product-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
}

.product-item h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #333;
}

.product-item p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* 下部：四个主要特点 */
.features-section {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.features-section h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
}

.features-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px;
  background-color: rgba(240, 240, 240, 0.5);
  border-radius: 8px;
  flex: 1;
}

/* 删除了不再使用的.feature-icon样式 */

.feature-item h4 {
  font-size: 1rem;
  margin-bottom: 4px;
  color: #333;
}

.feature-item p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* Oversea Service Section - Trapezoid Cards */
.oversea-service {
  padding: 40px 0;
  background: #f8f9fa;
}

.oversea-service-container {
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 50px;
}

.oversea-service-header {
  text-align: center;
  margin-bottom: 60px;
}

.oversea-service-header .title {
  font-size: 40px;
  font-weight: var(--fontblod6);
  color: var(--color);
  margin-bottom: 20px;
}

.oversea-service-header .description {
  font-size: 18px;
  color: var(--summarycolor);
  line-height: 1.6;
  max-width: 1080px;
  margin: 0 auto;
}

/* Trapezoid Cards - True Trapezoid Shape */
.trapezoid-cards {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.trapezoid-card {
  position: relative;
  width: 600px;
  height: 200px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

/* Left Trapezoid Shape */
.left-trapezoid {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

/* Right Trapezoid Shape */
.right-trapezoid {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.trapezoid-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.trapezoid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.trapezoid-card:hover .trapezoid-bg {
  transform: scale(1.1);
}

.left-trapezoid .trapezoid-bg {
  background-image: url('../images/oversea-card-bg1.jpg');
}

.right-trapezoid .trapezoid-bg {
  background-image: url('../images/oversea-card-bg2.jpg');
}

.trapezoid-content-left {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  color: white;
  background: linear-gradient(
    135deg,
    rgba(156, 219, 255, 0.5) 0%,
    rgba(2, 113, 187, 0.5) 100%
  );
}

.trapezoid-content-left h3 {
  font-size: 28px;
  color: #000;
  font-weight: var(--fontblod6);
  margin-bottom: 15px;
}

.trapezoid-content-left p {
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-right: 20px;
}

.trapezoid-content-right {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 60px;
  color: white;
  background: linear-gradient(
    135deg,
    rgba(156, 219, 255, 0.5) 0%,
    rgba(2, 113, 187, 0.5) 100%
  );
}

.trapezoid-content-right h3 {
  font-size: 28px;
  color: #000;
  font-weight: var(--fontblod6);
  margin-bottom: 15px;
}

.trapezoid-content-right p {
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-left: 80px;
}

/* China Supplier 区块样式 */
.china-supplier {
  padding: 20px 60px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.china-supplier::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/service-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.china-supplier-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.china-supplier-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  min-height: 500px;
  margin-top: 30px;
}

.china-supplier-menu {
  width: 200px;
  background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
  padding: 40px 0;
}

.china-supplier-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.menu-item.active {
  background: rgba(255, 255, 255, 0.15);
  border-left-color: #3498db;
}

.menu-icon {
  font-size: 24px;
  width: 30px;
  text-align: center;
}

.menu-text {
  color: #ecf0f1;
  font-size: 18px;
  font-weight: 500;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
}

.menu-item.active .menu-text {
  color: #3498db;
}

.china-supplier-content {
  flex: 1;
  padding: 50px;
  position: relative;
}

.content-tab {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.content-tab.active {
  display: block;
}

.content-tab h3 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
}

.content-tab p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.features {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: transform 0.3s ease;
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 24px;
  width: 80px;
  text-align: center;
}

.feature-item span:last-child {
  font-size: 16px;
  color: #2c3e50;
  font-weight: 500;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: var(--fontblod6);
  color: var(--color);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* pro-elements 区块样式 */
.pro-elements {
  padding: 60px 0;
  background: #f9fafb;
}

.ele-title h2 {
  font-size: 32px;
  color: var(--color);
  text-align: center;
  margin-bottom: 40px;
}

.ele-content {
  padding: 0 32px;
}

.ele-content ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}

.ele-content li {
  flex: 1;
  list-style: none;
  align-items: center;
}

.ele {
  position: relative;
  width: 280px;
  height: 360px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: rgba(8, 135, 207, 0.1);
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ele img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  margin-bottom: 10px;
}

.ele h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 12px;
  text-align: center;
}

.ele p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
}

/* 悬停效果 */
.ele:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* 服务流程区块 */
.service-process {
  padding: 60px 32px;
  margin-left: 60px;
  margin-right: 60px;
  background-color: #ffffff !important;
}

.process ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0 -10px;
}

.process li {
  flex: 0 0 30%; /* 调整为精确的3列布局 */
  max-width: 31%; /* 留出间距空间 */
  list-style: none;
  position: relative;
  margin-bottom: 40px;
}

/* 中间元素高度调整 */
.process li:nth-child(3n + 2) .step {
  height: 260px; /* 总高度300px的80% */
  margin-top: 60px; /* 向下偏移保持视觉平衡 */
}

.step {
  display: flex;
  flex-direction: column;
  height: 320px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.step > div {
  /* 新增包裹容器 */
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* 图片和标题同行 */
.step img {
  width: 64px;
  height: 64px;
  margin-right: 15px;
}

.step h3 {
  margin: 0;
}

/* 新增 yooplink-hub 样式 */
.yooplink-hub {
  padding: 60px 0;
  background: #f5f9fc;
  display: flex;
  justify-content: center;
}

.hub-main {
  width: 100%;
  display: flex;
  gap: 30px;
}

.hub-left {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub-left img {
  max-width: 576px;
  height: auto;
  border-radius: 8px;
}

.hub-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-right: 32px;
}

.hub-top {
  border-radius: 8px;
}

.hub-top h2 {
  font-size: 32px;
  color: var(--color);
  margin: 10px 0;
  text-align: center;
}

.hub-top h3 {
  font-size: 20px;
  color: var(--color);
  margin: 10px 0;
  text-align: center;
}

.hub-top p {
  color: #666;
  line-height: 1.5;
}

.hub-bottom {
  margin-top: 30px;
}

.hub-bottom ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.hub-bottom li {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}

.hub-bottom li:hover {
  transform: translateY(-8px);
}

.hub-bottom img {
  width: 64px;
  height: auto;
  margin-bottom: 10px;
}

.hub-bottom h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.hub-bottom p {
  color: #666;
  line-height: 1.5;
}

.yooplink-adv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yooplink-adv img {
  width: 80px;
  margin: 10px auto;
}

.yooplink-adv h3 {
  margin: 16px;
}

.yooplink-adv p {
  margin: 0 16px;
}

.service-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding: 0 32px 10px;
}

.service-scene .title {
  width: 100%;
  margin-top: 60px;
}
.yooplink-text {
  margin-right: 50px;
}

.title {
  text-align: center;
  margin-top: 30px;
  gap: 20px;
}

.title h2 {
  font-size: 32px;
  color: var(--color);
  margin-bottom: 10px;
  text-align: center;
}

.yooplink-text h3 {
  font-weight: var(--fontblod5);
  color: #000000;
  font-size: 20px;
}

.yooplink-scene {
  display: flex;
  padding: 32px 64px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-scene ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 50px;
  margin: 0;
  padding: 0;
}

.service-scene li {
  flex: 1;
  min-width: 0;
  list-style: none;
}

.scene img {
  width: 384px;
  height: auto;
  margin: 32px 20px;
}

.scene h3 {
  margin: 10px 0 10px;
  width: 100%;
  text-align: center;
  color: var(--color);
}

.scene p {
  margin: 10px 0 80px;
  width: 100%;
  padding: 0 20px;
}

.yooplink-value {
  background: #ffffffff !important;
}

.value-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.value-top {
  text-align: center;
  margin-top: 64px;
}

.value-top h2 {
  font-size: 32px;
  color: var(--color);
  margin-bottom: 16px;
}

.value-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}

.value-left img {
  width: 576px;
  margin-left: 64px;
}

.yooplink-value .value-right {
  flex: 1;
  margin-left: 32px;
}

.yooplink-value ul {
  gap: 30px; /* 增加列表项间距 */
}

.yooplink-value li {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
}

.yooplink-value li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.value-img {
  flex: 0 0 80px; /* 固定图标容器宽度 */
  margin-right: 20px;
  display: flex;
  align-items: center; /* 图标容器内垂直居中 */
  height: 100%; /* 继承父容器高度 */
}

.value-img img {
  width: 100%; /* 强制图片宽度 */
  height: 64px; /* 固定图片高度 */
  object-fit: contain; /* 保持图标比例 */
}

.value-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 内容区域垂直居中 */
  height: 100%;
}

.value-content h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.value-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 64px;
}

.yooplink-four {
  padding: 30px 10px;
  background: #ffffff !important;
}

.yooplink-text {
  margin-right: 50px;
}

.yooplink-text h3 {
  font-weight: var(--fontblod5);
  color: #000000;
  font-size: 20px;
}

.yooplink-text p {
  text-align: center;
  margin-right: 50px;
}

.yooplink-scene li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.yooplink-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  margin: 32px 0;
}

.yooplink-container li {
  display: flex;
  padding: 16px;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0; /* 新增：确保等分基础宽度 */
  width: 100%; /* 新增：强制等宽分配 */
  min-width: 0; /* 新增：允许内容收缩 */
}

.mobile-only {
  display: none;
}

.profiles {
  margin-top: 36px;
}

.profiles ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  padding: 0;
}

/* 新增展开相关样式 */
.profiles li {
  flex: 1;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #f4f4f4;
}

.profiles li:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.profile {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  position: relative;
}

.profile img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.oversea-profiles li:first-child .profile-content {
  margin-left: 16px;
  margin-right: 280px;
}

.oversea-profiles li:last-child .profile-content {
  margin-left: 360px;
  margin-right: 16px;
}

.oversea-profiles li:first-child .profile-content h3 {
  text-align: right;
  padding-right: 10px;
}

.oversea-profiles {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.oversea-profiles ul {
  margin-top: 36px;
  gap: 50px;
  display: flex;
  flex-direction: row;
}
.oversea-profiles li {
  width: calc(50% - 25px); /* 减去一半的间距 */
  border-radius: 16px;
}

.oversea-profiles li:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.oversea-profiles h3 {
  font-size: 24px;
}

.oversea-profile {
  position: relative;
  overflow: hidden;
  height: 300px; /* 根据实际图片高度调整 */
  border-radius: 16px;
}

.oversea-profile img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.oversea-profile h3,
.oversea-profile p {
  position: relative;
  z-index: 2;
  color: black;
  padding: 15px 0;
  margin: 0;
}

.oversea-profile h3 {
  font-size: 1.5rem;
  margin-top: 10px;
  color: var(--color);
}

.adv-content {
  display: block;
  padding: 20px;
}

/* 展开状态 */
.adv-content.active {
  max-height: 500px; /* 根据实际内容调整 */
  padding: 20px 30px;
}

.profile.active .arrow {
  transform: rotate(180deg);
}

.oversea-values {
  width: 100%;
}

.oversea-value {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.oversea-value img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  width: 100%;
  height: 115%;
  object-fit: cover;
  z-index: 1;
}

.oversea-value h3 {
  position: relative;
  z-index: 2;
  color: black;
  padding: 15px 0;
  margin: 0;
}

.oversea-value p {
  position: relative;
  z-index: 2;
  color: black;
  margin: 0;
  padding: 0 20px;
}

.oversea-value h3 {
  font-size: 24px;
  margin-top: 270px;
  color: var(--color);
  text-align: center;
}

.oversea-values ul {
  height: 530px;
}

.oversea-values li {
  border-radius: 8px;
  height: 100%;
}

.oversea-values li:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.oversea-profiles-mobile {
  display: none;
}

.oversea-sa ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.profile-content-title {
  color: var(--color);
}

/* oversea-customer-cards 区块样式 */
.oversea-customer {
  padding: 40px 0;
}

.oversea-customer-cards {
  width: 100%;
  padding: 40px;
}

.oversea-customer-cards ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oversea-customer-cards li {
  flex: 0 0 calc(33.333% - 30px);
}

/* 为每个li设置不同的背景图片 */
.oversea-customer-cards li:nth-child(1) .oversea-customer-card {
  background-image: url('/template/default/pc/skin/images/card-bg-1.jpg');
}

.oversea-customer-cards li:nth-child(2) .oversea-customer-card {
  background-image: url('/template/default/pc/skin/images/card-bg-2.jpg');
}

.oversea-customer-cards li:nth-child(3) .oversea-customer-card {
  background-image: url('/template/default/pc/skin/images/card-bg-3.jpg');
}

.oversea-customer-card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.oversea-customer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 0.2),
    rgba(255, 255, 255, 0.1)
  );
  z-index: 1;
}

.oversea-customer-card > * {
  position: relative;
  z-index: 2;
}

.oversea-customer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.card-upper {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-upper h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 10px 0;
  line-height: 1.3;
  text-align: center;
}

.card-upper h5 {
  font-size: 20px;
  color: #2f2f2fff;
  margin: 0 0 10px 0;
}

.card-upper p {
  font-size: 14px;
  color: #2f2f2fff;
  line-height: 1.5;
  margin: 0;
}

.card-lower {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.customer-service-content {
  flex: 1;
}

.customer-service-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.customer-service-list li {
  display: block;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}

.customer-service-list li > span {
  display: inline-block;
  vertical-align: middle;
}

.service-icon {
  color: var(--color);
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}

.service-text {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  margin-right: 8px;
}

.service-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

/* 移动端适配 */
@media (max-width: 1024px) {
  .oversea-customer-cards {
    padding: 20px;
  }

  .oversea-customer-cards li {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .buyease-cards,
  .factorease-cards {
    flex-direction: column;
  }

  .left-card,
  .right-card {
    flex: 0 0 100%;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-list {
    flex-direction: column;
  }

  /* customer-case 响应式样式 */
  .case-list {
    flex-direction: column;
    gap: 30px;
  }

  .home-banner .banner-animote {
    left: 20px;
  }

  .service-profile {
    padding: 20px;
    margin-top: 20px;
  }

  .title {
    text-align: left;
    margin: 0 16px;
  }

  .title h2,
  .ele-title h2 {
    font-size: 22px;
  }

  .profiles {
    margin-top: 24px;
  }

  .profiles ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }

  /* 新增展开相关样式 */
  .profiles li {
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .profile {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    position: relative;
  }

  .profile img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }

  .profile-content {
    margin-left: 16px;
  }

  .profile-content h3 {
    margin: 0;
    font-size: 18px;
    color: var(--color);
  }

  .adv-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
  }

  /* 展开状态 */
  .adv-content.active {
    max-height: 500px; /* 根据实际内容调整 */
    padding: 20px;
  }

  .mobile-only {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  .profile.active .mobile-only {
    transform: rotate(180deg);
  }

  .profile.active .arrow {
    transform: rotate(180deg);
  }

  .adv-content:not(.active) {
    padding: 0 20px;
  }

  .service-adv {
    display: flex;
    flex-direction: row;
    width: 100%; /* 确保容器占满父元素 */
    gap: 10px; /* 添加间距 */
    padding: 0; /* 添加左右内边距 */
    margin-top: 0;
    margin-bottom: 32px;
    position: relative;
  }

  .service-adv ul {
    display: flex;
    overflow-x: auto; /* 允许横向滚动 */
    scroll-snap-type: x mandatory; /* 设置滚动捕捉 */
    scrollbar-width: none;
    padding-bottom: 8px; /* 给滚动条留出空间 */
  }

  .service-adv li {
    flex: 0 0 auto; /* 不允许卡片伸缩 */
    scroll-snap-align: start; /* 确保卡片在滚动时对齐 */
    max-width: 300px;
  }

  .scroll-indicator-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }

  .scroll-indicator-dot {
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
    transition: all 0.3s;
  }

  .scroll-indicator-dot.active {
    background: var(--color);
    transform: scale(1.2);
  }

  .service-advantage .scroll-indicator-dot.active {
    background: var(--color);
    transform: scale(1.2);
  }

  .adv {
    padding: 16px;
    height: 400px;
  }

  .ele-content {
    padding: 0 16px;
  }

  .ele-content ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
  }

  .ele-content li {
    flex: 1;
    list-style: none;
    align-items: flex-start;
  }

  .ele {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    padding: 16px;
    margin-top: 10px;
    clip-path: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .hexagon-mask {
    /*width: 40%;*/
    min-width: 70px;
    justify-content: center;
  }

  .ele h3,
  .ele p {
    text-align: left;
  }

  .ele h3 {
    margin: 0;
  }

  .service-process {
    padding: 20px 12px;
    margin: 20px;
  }

  .process ul {
    display: flex;
    flex-direction: column;
  }

  .process li {
    flex: 1; /* 调整为精确的3列布局 */
    max-width: 100%; /* 留出间距空间 */
    list-style: none;
    position: relative;
    margin-bottom: 10px;
  }

  .process li:nth-child(3n + 2) .step {
    height: auto; /* 总高度300px的80% */
    margin-top: 0; /* 向下偏移保持视觉平衡 */
  }

  .step {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 32px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .step > div {
    /* 新增包裹容器 */
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .step img {
    width: 64px;
    height: 64px;
    margin-right: 15px;
  }

  .step h3 {
    margin: 0;
  }

  .service-advantage .service-adv .adv {
    height: 320px;
  }

  .yooplink-text {
    margin-right: 0;
  }

  .value-top {
    margin-top: 32px;
  }

  .value-top h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .yooplink-text h3 {
    font-size: 18px;
    margin: 0 10px;
    font-weight: normal;
    text-align: center;
  }

  .value-left img {
    display: none;
  }

  .yooplink-value .value-right {
    flex: 1;
    margin-left: 0;
  }

  .yooplink-value ul {
    padding: 16px;
  }

  .yooplink-value li {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
  }

  .value-content h3 {
    font-size: 18px;
    color: var(--color);
    margin: 0;
    line-height: 1.4;
  }

  .value-content p {
    padding-right: 0;
  }

  .yooplink-hub {
    padding: 16px 0;
  }

  .hub-left {
    display: none;
  }

  .hub-main {
    gap: 10px;
    padding: 16px;
  }

  .hub-right {
    gap: 10px;
    margin-right: 0;
  }

  .hub-top h2 {
    font-size: 22px;
  }

  .yooplink-text p {
    margin-right: 0;
    margin-top: 5px;
  }

  .hub-bottom ul {
    gap: 10px;
  }

  .hub-bottom li {
    padding: 0;
    border-radius: 4px;
    border-bottom: 1px solid #e0e0e0;
    background: #ffffff;
    justify-items: center;
  }

  .hub-bottom img {
    margin: 10px 0;
  }

  .hub-bottom h3 {
    font-size: 16px;
    color: var(--color);
    margin: 10px;
  }

  .hub-bottom p {
    margin: 0 10px;
    padding-bottom: 16px;
  }

  .yooplink-four {
    padding: 30px 10px;
    background: #ffffff !important;
  }

  .yooplink-scene {
    padding: 10px;
  }

  .yooplink-four .yooplink-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    justify-content: space-between;
  }

  .yooplink-container > li {
    width: calc(50% - 10px);
    box-sizing: border-box; /* 确保padding和border不会影响宽度 */
    padding: 10px;
    margin-bottom: 2%;
    border-radius: 4px;
    border-bottom: 1px solid #e0e0e0;
    background: #f5f9fc;
    flex-basis: unset;
  }

  .yooplink-adv h3 {
    margin: 5px;
    text-align: center;
    color: var(--color);
    font-size: 16px;
  }

  .yooplink-adv p {
    margin: 5px;
  }

  .adv h3 {
    font-size: 18px;
  }

  .pro-elements {
    padding: 16px 0;
  }

  .ele-title h2 {
    margin-bottom: 10px;
  }

  .process {
    margin-top: 16px;
  }

  .oversea-profiles-mobile ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .oversea-profiles-mobile li {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    flex: 1;
    display: flex;
  }

  .oversea-profile {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 200px;
    border-radius: 8px;
    justify-content: center;
  }

  .oversea-profile img {
    border-radius: 8px;
  }

  .oversea-profiles li:first-child .profile-content {
    margin-left: 0;
    margin-right: 0;
  }

  .oversea-profiles li:last-child .profile-content {
    margin-left: 0;
    margin-right: 0;
  }

  .oversea-sp {
    padding: 10px;
  }

  .oversea-profiles {
    display: none;
  }

  .oversea-profiles-mobile {
    display: flex;
    margin-top: 15px;
  }

  .oversea-ss {
    padding: 10px;
  }

  .oversea-profile h3 {
    padding: 10px 50px 10px 10px;
  }

  .oversea-profile p {
    padding: 0 10px;
    margin-right: 120px;
    margin-bottom: 10px;
  }

  .oversea-values ul {
    gap: 10px;
    height: auto;
  }

  .oversea-value {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: white;
  }

  .oversea-value img {
    display: none;
  }

  .oversea-value h3 {
    margin-top: 5px;
    font-size: 18px;
  }

  .oversea-value p {
    padding: 0 10px 15px;
    margin-right: 0;
  }

  .service-advantage {
    padding: 10px 10px 25px;
  }

  .title h2 {
    margin-top: 22px;
  }

  .oversea-sa {
    margin-bottom: 20px;
  }

  .oversea-sa ul {
    display: flex;
    flex-direction: column;
    margin: 0 16px;
  }

  .oversea-adv {
    width: 100%;
    background: white;
    display: grid;
    grid-template-columns: 100px;
    grid-template-rows: 90px;
    height: max-content !important;
    margin-top: 10px;
  }

  .oversea-adv img {
    width: 80px;
    height: 80px;
  }

  .oversea-adv h3 {
    text-align: left;
    margin-left: 20px;
  }

  .oversea-adv p {
    grid-column: span 2;
    grid-row: span 1;
  }

  .oversea-service {
    padding: 60px 0;
  }

  .oversea-service-container {
    padding: 0 20px;
  }

  .oversea-service-header .title {
    font-size: 22px;
  }

  .oversea-service-header .description {
    font-size: 16px;
  }

  .trapezoid-cards {
    flex-direction: column;
    gap: 30px;
  }

  .trapezoid-card {
    width: 100%;
    height: 160px;
    margin: 0;
    clip-path: none;
    border-radius: 20px;
  }

  .trapezoid-content {
    padding: 30px;
  }

  .trapezoid-content-left h3,
  .trapezoid-content-right h3 {
    font-size: 22px;
  }

  .trapezoid-content-left p,
  .trapezoid-content-right p {
    font-size: 16px;
  }

  .china-supplier {
    padding: 60px 30px;
  }

  .china-supplier-card {
    flex-direction: column;
  }

  .china-supplier-menu {
    width: 100%;
    padding: 20px 0;
  }

  .china-supplier-menu ul {
    display: flex;
    overflow-x: auto;
    padding: 0 20px;
  }

  .menu-item {
    flex-shrink: 0;
    border-left: none;
    border-bottom: 4px solid transparent;
    padding: 15px 20px;
    min-width: 120px;
    max-width: 200px;
  }

  .menu-item.active {
    border-bottom-color: #3498db;
    border-left: none;
  }

  .oversea-adv img {
    transform: translateX(20%);
  }

  .features {
    grid-template-columns: 1fr;
    gap: 15px;
    flex-direction: column;
  }

  /* feature-item 移动端适配 */
  .feature-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 15px;
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 8px;
    flex: 1;
    gap: 12px;
  }

  .feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .feature-title {
    font-size: 1rem;
    font-weight: var(--fontblod6);
    color: var(--color);
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .feature-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
  }

  .buyease-title h2,
  .factorease-title h2 {
    font-size: 22px;
  }

  .service-scene {
    padding: 0 20px 10px;
  }

  .service-scene .title {
    margin-top: 40px;
  }

  .service-scene ul {
    gap: 15px;
  }

  .scene img {
    width: 320px;
    margin: 24px 15px;
  }
}

@media (max-width: 768px) {
  .oversea-customer-cards li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-upper {
    padding: 15px;
  }

  .card-lower {
    padding: 15px;
  }

  .card-upper h3 {
    font-size: 18px;
  }

  .customer-service-list li {
    padding: 10px;
  }

  .service-text {
    font-size: 14px;
  }

  .service-desc {
    font-size: 13px;
  }

  .china-supplier {
    padding: 40px 20px;
  }

  .china-supplier-content {
    padding: 30px 20px;
  }

  .content-tab h3 {
    font-size: 24px;
  }

  .content-tab p {
    font-size: 16px;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .service-scene {
    padding: 0 16px 10px;
  }

  .service-scene .title {
    margin-top: 30px;
  }

  .service-scene ul {
    flex-direction: column;
    gap: 15px;
  }

  .service-scene li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .scene img {
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
  }

  .scene p {
    margin: 10px 0 40px;
    padding: 0 10px;
  }

  .title h2 {
    font-size: 28px;
  }

  .yooplink-text h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .service-scene {
    padding: 0 12px 10px;
  }

  .scene img {
    max-width: 280px;
    margin: 16px 0;
  }

  .scene p {
    margin: 10px 0 30px;
    padding: 0 5px;
  }

  .title h2 {
    font-size: 22px;
  }

  .yooplink-text h3 {
    font-size: 16px;
  }
}
