/* bomao_service_design - 样式隔离 */
.bomao-service-design {
  background: #E4E4E4;
  padding: 2.5rem 0 4rem;
  border-radius: 1.5625rem 1.5625rem 0 0;
  position: relative;
  z-index: 2;
}

.bomao-service-design .container {
  position: relative;
}

/* 标题区域样式 */
.bomao-design-header {
  /* text-align: center; */
  margin-bottom: 2.5rem;
}

.bomao-design-title {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 700;
  font-size: 2.5rem; /* 80px / 2 = 40px = 2.5rem */
  line-height: 1.22;
  color: #000000;
  margin: 0 0 0.62rem 0;
}

.bomao-design-title .highlight {
  color: var(--color-primary);
}

.bomao-design-subtitle {
  font-family: var(--font-family), Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 28px / 2 = 14px = 0.875rem */
  line-height: normal;
  color: #000000;
  margin: 0;
  opacity: 1;
}

/* 主要内容区域 */
.bomao-design-content {
  margin-bottom: 2.51rem;
  align-items: center;
}

/* 左侧图片轮播区域 */
.bomao-design-images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 25rem; */
}

.bomao-design-swiper-container {
  position: relative;
  width: 100%;
  /* max-width: 25rem; */
  /* height: 25rem; */
}

.bomao-design-swiper {
  width: 100%;
  height: 100%;
}

.bomao-design-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 23/18;
  border-radius: 1.125rem;
  overflow: hidden;
}
.bomao-design-image img{
  object-fit:cover;
  width:100%;
  height: 100%;
  /* border-radius: 1.125rem; */
}
.bomao-design-circle {
  width: 18.75rem; /* 约600px / 2 = 300px = 18.75rem */
  height: 18.75rem;
  border-radius: 50%;
  background: #7B62DA;
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bomao-design-circle img {
  width: 15rem; /* 约480px / 2 = 240px = 15rem */
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

/* 导航按钮样式 */
.bomao-design-nav {
  padding: 0 0.94rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.bomao-design-swiper-container:hover .bomao-design-nav {
  opacity: 1;
}

.bomao-design-nav-btn {
  width: 1.375rem;
  height: 1.375rem;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.20);
}



.bomao-design-nav-btn i {
  font-size: 0.875rem;
  color: #fff;
}

/* 右侧信息区域 */
.bomao-design-info {
  padding-left: 2rem;
}

.bomao-info-title {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.125rem; /* 36px / 2 = 18px = 1.125rem */
  line-height: 1.22;
  color: #000000;
  margin: 0 0 1rem 0;
}

.bomao-info-description {
  font-family: var(--font-family), Montserrat, sans-serif;
  font-weight: 400;
  font-size: 0.625rem; /* 28px / 2 = 14px = 0.875rem */
  line-height: 1.22;
  color: #000000;
  /* opacity: 0.66; */
  margin: 0 0 1.87rem 0;
}

/* 特色列表样式 */
.bomao-design-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bomao-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.81rem;
  cursor: pointer;
}

.bomao-feature-icon {border-radius: 50%;background: #c4bde1;/* opacity: 0.3; */display: flex;align-items: center;justify-content: center;width: 2.34375rem;height: 2.34375rem;flex-shrink: 0;padding: 0.4rem;}

.bomao-feature-icon img {
  /* width: 1.5rem; */
  /* height: 1.5rem; */
  /* object-fit: contain; */
}

.bomao-feature-content {
  flex: 1;
}

.bomao-feature-title {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 600;
  font-size: 1rem; /* 32px / 2 = 16px = 1rem */
  line-height: 1.22;
  color: #000000;
  margin: 0 0 0.38rem 0;
}

.bomao-feature-description {
  font-family: var(--font-family), Montserrat, sans-serif;
  font-weight: 400;
  font-size: 0.625rem; /* 28px / 2 = 14px = 0.875rem */
  line-height: 1.22;
  color: #666666;
  opacity: 0.66;
  margin: 0;
}

/* 解决方案区域 */


.bomao-solutions-content {
  align-items: center;
}

/* 左侧解决方案信息 */
.bomao-solutions-info {
  padding-right: 2rem;
}

.bomao-solutions-title {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.125rem; /* 36px / 2 = 18px = 1.125rem */
  line-height: 1.22;
  color: #000000;
  margin: 0 0 0.62rem 0;
}

.bomao-solutions-description {
  font-family: var(--font-family), Montserrat, sans-serif;
  font-weight: 400;
  font-size: 0.625rem; /* 28px / 2 = 14px = 0.875rem */
  line-height: 1.22;
  color: #000000;
  /* opacity: 0.66; */
  margin: 0 0 2.05rem 0;
}

.bomao-solutions-steps {
  display: flex;
  flex-direction: column;
  gap: 1.06rem;
}

/* 右侧解决方案图片轮播 */
.bomao-solutions-images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 25rem; */
}

.bomao-solutions-swiper-container {
  position: relative;
  width: 100%;
  /* max-width: 25rem; */
  /* height: 25rem; */
}

.bomao-solutions-swiper {
  width: 100%;
  height: 100%;
}

.bomao-solutions-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 1.125rem;
  overflow: hidden;
  /* background: #f5f5f5; */
  aspect-ratio: 23/20;
}

.bomao-solutions-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 解决方案导航按钮样式 */
.bomao-solutions-nav {
  padding: 0 0.94rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.bomao-solutions-swiper-container:hover .bomao-solutions-nav {
  opacity: 1;
}

.bomao-solutions-nav-btn {
  width: 1.375rem;
  height: 1.375rem;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.20);
}


.bomao-solutions-nav-btn i {
  font-size: 0.875rem;
  color: #fff;
}

.bomao-step-item {
  display: flex;
  align-items: flex-start;
  gap: 1.59rem;
  /* margin-bottom: 2rem; */
  text-align: left;
  cursor: pointer;
}

.bomao-step-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bomao-step-icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.bomao-step-content {
  flex: 1;
}

.bomao-step-title {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 600;
  font-size: 1rem; /* 32px / 2 = 16px = 1rem */
  line-height: 1.22;
  color: #000000;
  margin: 0 0 0.5rem 0;
}

.bomao-step-description {
  font-family: var(--font-family), Montserrat, sans-serif;
  font-weight: 400;
  font-size: 0.625rem; /* 28px / 2 = 14px = 0.875rem */
  line-height: 1.22;
  color: #666666;
  opacity: 0.66;
  margin: 0;
}
@media (max-width: 1440px) {
  .bomao-feature-description,
  .bomao-info-description,
  .bomao-solutions-description,
  .bomao-step-description{
    font-size:14px;
  }
}
/* 平板端适配 */
@media (max-width: 992px) {
  .bomao-service-design {
    padding: 2rem 0 4rem;
  }
  
  .bomao-design-header {
    margin-bottom: 2rem;
  }
  
  .bomao-design-title {
    font-size: 2rem;
  }
  
  .bomao-design-subtitle {
    font-size: 0.875rem;
  }
  
  .bomao-design-info {
    padding-left: 0;
    margin-top: 2rem;
  }
  
  .bomao-design-circle {
    width: 15rem;
    height: 15rem;
  }
  
  .bomao-design-circle img {
    width: 12rem;
  }
  
  .bomao-solutions-section {
    /* padding: 2rem; */
  }
  
  .bomao-solutions-info {
    padding-right: 0;
    margin-top: 2rem;
    order: 1;
  }
  
  .bomao-solutions-images {
    order: 2;
  }
  
  .bomao-solutions-swiper-container {
    /* max-width: 20rem; */
    /* height: 20rem; */
  }
  .bomao-solutions-content{
    flex-direction:column-reverse;
  }
}

/* 手机端适配 */
@media (max-width: 768px) {
  .bomao-service-design {
    padding: 1.5rem 0 3rem;
  }
  
  .bomao-design-header {
    margin-bottom: 1.5rem;
  }
  
  .bomao-design-title {
    font-size: 1.5rem;
  }
  
  .bomao-design-subtitle {
    font-size: 0.75rem;
  }
  
  .bomao-design-content {
    margin-bottom: 1rem;
  }
  
  .bomao-design-circle {
    width: 12rem;
    height: 12rem;
  }
  
  .bomao-design-circle img {
    width: 9rem;
  }
  
  .bomao-info-title {
    font-size: 1rem;
  }
  
  .bomao-info-description {
    font-size: 0.75rem;
  }
  
  .bomao-feature-title {
    font-size: 0.875rem;
  }
  
  .bomao-feature-description {
    font-size: 0.75rem;
  }
  
  .bomao-solutions-section {
    /* padding: 1.5rem; */
  }
  
  .bomao-solutions-title {
    font-size: 1rem;
  }
  
  .bomao-solutions-description {
    font-size: 0.75rem;
  }
  
  .bomao-solutions-swiper-container {
    /* max-width: 18rem; */
    /* height: 18rem; */
  }
  
  .bomao-step-title {
    font-size: 0.875rem;
  }
  
  .bomao-step-description {
    font-size: 0.75rem;
  }
  
  .bomao-feature-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .bomao-feature-icon img {
    width: 1.25rem;
    height: 1.25rem;
  }
  
  .bomao-step-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .bomao-step-icon img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
  .bomao-design-title {
    font-size: 1.25rem;
  }
  
  .bomao-design-circle {
    width: 10rem;
    height: 10rem;
  }
  
  .bomao-design-circle img {
    width: 7.5rem;
  }
  
  .bomao-solutions-section {
    /* padding: 1rem; */
  }
  
  .bomao-design-features {
    gap: 1rem;
  }
  
  .bomao-solutions-steps {
    gap: 1rem;
  }
  
  .bomao-solutions-swiper-container {
    /* max-width: 15rem; */
    /* height: 15rem; */
  }
}

/* 动画效果 */
.bomao-service-design .wow {
  visibility: hidden;
}

.bomao-service-design .wow.animated {
  visibility: visible;
}