/* 设计师团队板块 */
.odm-design-team-section {
  background: #F4F4F4;
  padding: 100px 0 110px 0;
}
.odm-design-team-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.odm-design-team-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #444;
}
.odm-design-team-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.odm-design-team-item {
  flex: 1 1 45%;
  max-width: 600px;
  min-width: 280px;
  position: relative;
  display: flex;
  justify-content: center;
}
.odm-design-team-img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.odm-design-team-img-wrap::after{
    content: '';
    position: absolute;
    left: 0; top: 0; 
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 10;
}

.odm-design-team-img {
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.odm-design-team-mask {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: #000;
  opacity: 0.1;
  pointer-events: none;
  transition: opacity 0.4s;
  border-radius: 10px;
  z-index: 20;
}
.odm-design-team-label {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 20px;
  padding: 8px 24px;
  border-radius: 0px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 2;
}


.odm-design-team-img-wrap:hover::after{
  opacity: 0;
}


/* 鼠标悬停特效 */
.odm-design-team-img-wrap:hover .odm-design-team-img {
  transform: scale(1.2) rotate(-3deg);
  filter: brightness(1.08) contrast(1.08);
}
.odm-design-team-img-wrap:hover .odm-design-team-mask {
  opacity: 0.18;
}
/* 移动端适配 */
@media (max-width: 900px) {
  .odm-design-team-list {
    flex-direction: column;
    gap: 24px;
  }
  .odm-design-team-item {
    max-width: 100%;
  }
  .odm-design-team-label {
    font-size: 16px;
    left: 12px;
    bottom: 12px;
    padding: 6px 16px;
  }
  .odm-design-team-section {
    padding: 65px 0 80px 0;
  }
}

/* 合作伙伴区块 */
.partners-section {
  width: 100%;
  background: #fff;
}
.partners-container {
  display: flex;
  max-width: 100vw;
  min-height: 400px;
}
.partners-left {
  background: #E8CD9C;
  flex: 0 0 40%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 80px 0;
  box-sizing: border-box;
}
.partners-title {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.partners-subtitle {
  font-size: 34px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.partners-desc {
  font-size: 15px;
  color: #fff;
  opacity: 0.85;
  text-align: center;
}
.partners-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 60px 0;
}
.partners-right img {
  max-width: 90%;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 900px) {
  .partners-container {
    flex-direction: column;
  }
  .partners-left {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 40px 10px 20px 10px;
  }
  .partners-title { font-size: 32px; }
  .partners-subtitle { font-size: 20px; }
  .partners-desc { font-size: 14px; }
  .partners-right {
    padding: 20px 0;
  }
  .partners-right img {
    max-width: 98%;
  }
}
@media (max-width: 600px) {
  .partners-left{
      padding-top: 45px;
      padding-bottom: 45px;
  }
  .partners-title{
      margin-bottom: 10px; font-size: 26px;
  }
  .partners-subtitle{
      margin-bottom: 10px; font-size: 16px;
  }
}

/* 生产优势板块 */
.odm-advantage-section {
  background-size: cover;
  background-position: center;
  padding: 0;
  width: 100%;
  position: relative;
  padding: 0px 0px;
}
.odm-advantage-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.odm-advantage-swipers {
  display: flex;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
}
.odm-advantage-img-swiper {
  width:58vw;
  display: flex;
  align-items: stretch;
  background: transparent;
}
.odm-advantage-img-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.odm-advantage-img {
  width: 100%;
  display: block;
}
.odm-advantage-text-swiper {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
}
.odm-advantage-text-box {
  width: calc(700px - 10vw);
   
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0 40px 50px;
  height: 100%;
}
.odm-advantage-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 18px;
}
.odm-advantage-subtitle {
  font-size: 28px;
  color: #AD191E;
  font-weight: bold;
  margin-bottom: 18px;
}
.odm-advantage-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 32px;
}




.odm-advantage-icon {
  margin-bottom: 32px;
}
.odm-advantage-icon img {
  width: 56px;
  height: 56px;
  display: block;
}
.odm-advantage-btns {
  display: flex;
  gap: 24px;
  margin-top: 10px;
}
.odm-advantage-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.3s, background 0.3s;
  position: relative;
  font-size: 0;
}
.odm-advantage-btn.prev svg path {
  stroke: #222;
}
.odm-advantage-btn.next {
  background: #AD191E;
}
.odm-advantage-btn.next svg path {
  stroke: #fff;
}
.odm-advantage-btn.next svg {
  filter: drop-shadow(0 2px 8px rgba(173,25,30,0.18));
}
.odm-advantage-btn.prev {
  background: #fff;
}
.odm-advantage-btn.prev svg {
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.12));
}
.odm-advantage-btn:active {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.22);
}
/* 渐变阴影 */
.odm-advantage-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(rgba(0,0,0,0.10), transparent 70%);
  z-index: -1;
  pointer-events: none;
}
/* 右侧按钮阴影为红色 */
.odm-advantage-btn.next::after {
  background: radial-gradient(rgba(173,25,30,0.18), transparent 70%);
}
/* swiper动画 */
.odm-advantage-text-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.7s;
}
.odm-advantage-text-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: opacity 0.7s;
  z-index: 2;
}


@media (min-width:1100px){
    .odm-advantage-desc {
    min-height: 110px; margin-bottom: 12px;
    }
}

/* 移动端适配 */
@media (max-width: 900px) {
  .odm-advantage-container {
    padding: 0 4vw;
    min-height: 420px;
  }
  .odm-advantage-swipers {
    flex-direction:column-reverse;
    border-radius: 0 0 32px 32px;
    min-height: 420px;
  }
  .odm-advantage-img-swiper, .odm-advantage-text-swiper {
    flex: none;
    width: 100%;
    min-height: 220px;
    justify-content: center;
  }
  .odm-advantage-img {
    height: 220px;
  }
  .odm-advantage-text-box {
    max-width: 100%;
    padding: 24px 12px 24px 12px;
  }
  .odm-advantage-title {
    font-size: 22px;
  }
  .odm-advantage-subtitle {
    font-size: 18px;
  }
  .odm-advantage-desc {
    font-size: 14px;
  }
  .odm-advantage-icon img {
    width: 40px;
    height: 40px;
  }
  .odm-advantage-btn {
    width: 40px;
    height: 40px;
  }
  .odm-advantage-btn::after {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 600px) {
    .odm-advantage-text-box {
        justify-content: center;
        align-items: center;
    }

    .odm-advantage-section{
        padding: 40px 0px; padding-bottom: 80px;
    }
}

/* 定制流程板块整体 */
.odm-process-section {
  background: #fff;
  padding: 80px 0 60px 0;
}
.odm-process-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.odm-process-title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 6px;
}

/* PC端流程布局 */
.odm-process-pc {
  display: block;
}
.odm-process-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 36px;
}

.odm-process-pc{
  position: relative;
}

.odm-process-pc::before{
  content: '';
  position: absolute;
  left: 0; top: 98px;
  height: 236px;
  border-top: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  z-index: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.odm-process-pc .odm-process-row-bottom{
  margin-top: 8px;
}

.odm-process-row-bottom {
  flex-direction: row-reverse;
  margin-top: -12px;
}
.odm-process-step {
  background-color: white;
  border-radius: 16px;
  border: 1px solid #EEEEEE;
  box-shadow: none;
  min-width: 200px;
  max-width: 260px;
  flex: 0 0 260px;
  margin: 0 18px;
  position: relative;
  transition: background 0.3s, color 0.3s, border 0.3s;
  cursor: pointer;
  z-index: 2;
  min-height: 195px;
}
.odm-process-step .step-content {
  padding: 22px 18px 35px 18px;
}
.step-title {
  color: #AD191E;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
  transition: color 0.3s;
}
.step-list {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

.odm-process-pc .step-list{
  display: flex; flex-wrap: wrap;
}


.step-list li {
  color: #333;
  font-size: 12px;
  line-height: 1.9;
  transition: color 0.3s;
}

.odm-process-pc .step-list li{
  display: inline-block; font-size: 13px; padding-right: 30px;
}



.step-num {
  position: absolute;
  right: 10px;
  bottom: 18px;
  font-size: 54px;
  font-weight: bold;
  color: #f0f0f0;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
/* hover效果 */
.odm-process-step:hover, .odm-process-step.active {
  background: #AD191E;
}
.odm-process-step:hover .step-title,
.odm-process-step:hover .step-list li,
.odm-process-step:hover .step-num,
.odm-process-step.active .step-title,
.odm-process-step.active .step-list li,
.odm-process-step.active .step-num {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-fill-color: #fff !important;
}

/* 轴线和箭头 */
.odm-process-arrow {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: none;
}
.odm-process-arrow .arrow-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.odm-process-arrow .arrow-svg {
  display: block;
}
/* 去除原有伪元素虚线 */
.odm-process-arrow.right:before,
.odm-process-arrow.right:after,
.odm-process-arrow.left:before,
.odm-process-arrow.left:after,
.odm-process-arrow.down:before,
.odm-process-arrow.down:after {
  display: none !important;
  content: none !important;
}

/* 4. 间距微调 */
.odm-process-row {
  margin-bottom: 36px;
}
.odm-process-row-bottom {
  margin-top: -12px;
}

/* 移动端样式 */
.odm-process-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .odm-process-pc { display: none; }
  .odm-process-mobile { display: block; }
  .odm-process-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .odm-process-step {
    min-width: 0;
    max-width: 100%;
    width: 90vw;
    margin: 0 0 24px 0;
  }
  .odm-process-arrow {
    width: 32px;
    height: 32px;
  }
  .odm-process-arrow.down:before {
    height: 32px;
  }
  .odm-process-arrow.down:after {
    font-size: 22px;
    top: 22px;
  }
  .odm-process-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .odm-process-step .step-content {
    padding: 22px 14px 32px 14px;
  }
  .step-title { font-size: 18px; }
  .step-num { font-size: 36px; right: 12px; bottom: 10px; }
}
@media (max-width: 1024px) {
  .odm-process-step .step-list {
    flex-direction: column;
  }
  .odm-process-step .step-list li {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
  }

   
}

@media (max-width:1024px) {
  .odm-process-step{
    min-height: 120px;
  }

  .odm-process-arrow{
    margin-bottom: 20px;
  }

  .odm-process-mobile{
    position: relative;
  }

  .odm-process-mobile::before {
    content: '';
    position: absolute;
    left: calc(50vw - 21px);
    top: 0px;
    height: 100%;
    border-right: 1px dashed #ccc;
    width:1px;
    z-index: 0;
  }
  /* 修正嵌套写法为标准CSS */
  .odm-process-step .step-content .step-num {
    color: #ccc;
  }
  .odm-process-step .step-content .step-title {
    font-size: 24px;
    text-align: center;
  }
}

/* 保障服务板块 */
.odm-service-section {
  background: #F4F4F4;
  padding: 95px 0px;
}
.odm-service-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.odm-service-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #222;
}
.odm-service-subtitle {
  font-size: 15px;
  color: #999;
  margin-bottom: 40px;
}
.odm-service-subtitle .highlight {
  color: #AD191E;
}
.odm-service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 32px;
  margin-bottom: 48px;
  flex-wrap: unset;
}
.odm-service-card {
  background: #fff;
  border-radius: 0;
  padding: 40px 32px 32px 32px;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: border-color 0.2s, color 0.2s;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.odm-service-card:hover {
  border-color: #AD191E;
}
.odm-service-card:hover .odm-service-card-title,
.odm-service-card:hover .odm-service-card-desc {
  color: #AD191E;
}
.odm-service-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  display: block;
}
.odm-service-card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #222;
  transition: color 0.2s;
}
.odm-service-card-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  transition: color 0.2s;
}
/* swiper部分 */
.odm-service-swiper {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #F4F4F4;
  padding: 32px 0 32px 0;
}
.odm-service-swiper .swiper-wrapper {
  align-items: center;
}
.odm-service-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background:white;
  padding:25px 0px;
}
.odm-service-swiper img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  background: #fff;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .odm-service-cards {
    gap: 16px;
  }
  .odm-service-card {
    padding: 24px 10px 18px 10px;
  }
  .odm-service-swiper img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 900px) {
  .odm-service-cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .odm-service-card {
    text-align: center;
    align-items: center;
    padding: 24px 10px 18px 10px;
  }
  .odm-service-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .odm-service-title,.odm-design-team-title {
    font-size: 24px;
  }
  .odm-service-subtitle {
    font-size: 14px;
  }
  .odm-service-card-title {
    font-size: 16px;
  }
  .odm-service-card-desc {
    font-size: 14px; padding: 0 10px;
  }
  .odm-service-swiper img {
    width: 70px;
    height: 70px;
  }
  .odm-service-section {
    padding: 65px 0px;
  }
  
  .odm-advantage-desc{
	  text-align:center;
  }
  
      .odm-service-card {
        padding-top:30px; padding-bottom:30px;
    }
	
	
	.odm-process-step .step-list {
        flex-direction:row; display:flex; flex-wrap:wrap;
    }
	
	.odm-process-step .step-list li{
		min-width:48%; width:auto;
	}
	
	.odm-process-step{
	    flex: 0 0 220px;
	}
	
	.odm-service-swiper{
	    padding-top: 0px; padding-bottom:16px;
	}
	
	.odm-service-container,.odm-process-container{
	    padding: 0 13px;
	}
	
}