/* 顶部标题部分 */
.fuwu-hero {
  background-color: #000;
  position: relative;
}

.fuwu-hero-background {
  background-image: url('../assets/fuwu/fuwu-bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 9.63rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fuwu-main-title {
  font-size: 0.72rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3%;
  text-align: center;
  margin: 0;
}

/* 线上云服务中心部分 */
.fuwu-online-section {
  margin-top: 1.25rem;
  position: relative;

}

.fuwu-online-section .container {
  box-sizing: border-box;
  width: 100%;
  height: 32.2rem;
  z-index: 1;
  position: relative;
}

.fuwu-online-background {
  position: absolute;
  top: 5.2rem;
  left: 0;
  background-image: url(../assets/fuwu/fuwu-bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* 渐变 */
.fuwu-shadow-box {
  position: absolute;
  width: 100%;
  height: 3rem;
  background: linear-gradient(to bottom, rgb(19 18 18 / 17%), rgb(0 0 0 / 98%));
  box-shadow: 0 10px 10px rgb(0 0 0);
  bottom: -39px;
}

.fuwu-section-subtitle {
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
  margin: 0 0 0.4rem 0;
  font-weight: 700;
}

.fuwu-section-title {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  margin: 0 0 1.2rem 0;
  font-weight: 400;
}

.fuwu-service-block {
  display: flex;
  justify-content: center;
  background-color: transparent;
  border-radius: 0.12rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.fuwu-service-content {

  width: 4.9rem;
  height: 3.6rem;
  box-sizing: border-box;
  padding: 0.5rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.fuwu-service-title {
  font-size: 0.32rem;
  color: #fff;
  margin: 0 0 0.4rem 0;
  font-weight: 500;
}

.fuwu-service-desc {
  font-size: 0.24rem;
  color: #fff;
  margin: 0.3rem 0;
  line-height: 1.8;
}

.fuwu-phone {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.4rem;
}

.fuwu-phone-icon {
  font-size: 0.24rem;
}

.fuwu-phone-number {
  font-size: 0.24rem;
  color: #fff;
}

.fuwu-service-image {
  /* flex: 1; */
  width: 7.1rem;
  height: 3.6rem;
  overflow: hidden;
  background-color: #fff;
}

.fuwu-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 线下服务中心部分 */
.fuwu-offline-section {
  background-color: #000;
  /* padding: 2rem 0; */
}

/* 十年质保部分 */
.fuwu-warranty-section {
  position: relative;
  background-color: #000;
}



.fuwu-warranty-content {
  text-align: center;
  color: #fff;
}

.fuwu-warranty-number {
  font-size: 4rem;
  font-weight: 700;
  color: #d4af37;
  text-shadow:
    0 0 30px rgba(212, 175, 55, 0.6),
    0 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.6rem;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.fuwu-warranty-title {
  font-size: 0.56rem;
  color: #fff;
  margin: 0.6rem 0 0.4rem 0;
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.fuwu-warranty-subtitle {
  font-size: 0.32rem;
  color: #fff;
  margin: 0.3rem 0 0 0;
  opacity: 0.9;
  font-weight: 300;
}

.fuwu-footer-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5.36rem;
}

.fuwu-footer-image img {
  width: 3rem;
  height: 3rem;
}

/* ==================== 移动端响应式样式 ==================== */
@media (max-width: 768px) {

  /* Hero区域移动端 */
  .fuwu-hero-background {
    height: 6rem;
  }

  .fuwu-main-title {
    font-size: 0.4rem;
  }

  /* 线上云服务中心移动端 */
  .fuwu-online-section .container {
    height: auto;
    min-height: auto;
  }

  .fuwu-online-background {
    top: 2rem;
    height: auto;
    min-height: 20rem;
    padding: 1rem 0;
  }

  .fuwu-section-subtitle {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }

  .fuwu-section-title {
    font-size: 0.28rem;
    margin-bottom: 0.8rem;
  }

  /* 服务块移动端 - 横向改为纵向 */
  .fuwu-service-block {
    flex-direction: column !important;
    max-width: 100%;
    margin-bottom: 0.6rem;
  }

  .fuwu-service-content {
    width: 100% !important;
    height: auto !important;
    min-height: 2.5rem;
    padding: 0.4rem;
    order: 2;
    /* 文字内容放在图片后面 */
  }

  .fuwu-service-image {
    width: 100% !important;
    height: auto !important;
    min-height: 2.5rem;
    order: 1;
    /* 图片放在文字前面 */
  }

  .fuwu-service-title {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }

  .fuwu-service-desc {
    font-size: 0.18rem;
    margin: 0.2rem 0;
    line-height: 1.6;
  }

  .fuwu-phone {
    margin-top: 0.3rem;
  }

  .fuwu-phone-icon,
  .fuwu-phone-number {
    font-size: 0.18rem;
  }

  /* 质保部分移动端 */
  .fuwu-warranty-number {
    font-size: 2.5rem;
  }

  .fuwu-warranty-title {
    font-size: 0.4rem;
  }

  .fuwu-warranty-subtitle {
    font-size: 0.24rem;
  }

  .fuwu-footer-image {
    padding-top: 2rem;
  }

  .fuwu-footer-image img {
    width: 2rem;
    height: 2rem;
  }
}