.page-common-wrapper {
  width: 1400px;
  margin: 0 auto;
}

.page-common-desc {
  margin-top: 24px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;

}

/* 办事服务页面样式 */
.handle-service-wrapper {
  background: #f5f8fa;
  font-family: Source Han Sans;
  min-height: 100vh;
}

.top-part {
  width: 100%;
  margin: 0 auto;
  /* width: 1920px; */
  height: 300px;
  background-image: url("../images/iWantLook/technology-training/banner.png");
  background-size: 100% 400px;
  background-repeat: no-repeat;
  padding-bottom: -100px;
}

.top-part .top-part-content {
  /* height: 423px; */
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-part .top-part-content .top-part-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.top-part .top-part-content .top-part-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
  margin-top: 16px;
}

.latest-training-video-wrapper {
  width: 100%;
  background: linear-gradient(180deg, rgba(239, 243, 250, 0.87) 0%, rgba(239, 243, 250, 0) 32%);
  padding-top: 64px;
  padding-bottom: 64px;
}

.latest-training-video-wrapper .latest-training-video-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.latest-training-video-wrapper .latest-training-video-content .latest-training-video-box {
  margin-top: 10px;
}

.latest-training-video-box .box-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.latest-training-video-box .training-video-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.latest-training-video-empty {
  width: 100%;
  padding: 48px 24px;
  text-align: center;
  font-size: 18px;
  color: #666666;
}

.latest-training-video-box .box-list .box-list-card {
  width: 450px;
  flex: 0 0 450px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #FFFFFF;

  box-shadow: 0px 4px 22px 0px rgba(168, 185, 216, 0.4706);
  cursor: pointer;
  overflow: hidden;
}

.latest-training-video-box .box-list .box-list-card .box-list-card-top {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eef3f7;
}

.latest-training-video-box .box-list .box-list-card .box-list-card-top>img:nth-child(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.latest-training-video-box .box-list .box-list-card .box-list-card-top .training-video-cover-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #666666;
}

.latest-training-video-box .box-list .box-list-card .box-list-card-top>img:nth-child(2) {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}

.latest-training-video-box .box-list .box-list-card .box-list-card-text {
  min-height: 96px;
  padding: 20px 24px 24px 24px;
  line-height: 24px;
  word-break: break-word;
  white-space: normal;
}



.service-introduction-wrapper {
  width: 100%;
  height: 608px;
  background-image: url("../images/iWantLook/technology-training/service-introduction-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;

}

.service-introduction-wrapper .service-introduction-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-introduction-wrapper .service-introduction-content .service-introduction-box {

  margin-top: 48px;
  display: flex;
  gap: 64px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 338px;
  /* justify-content: center;
  align-items: center; */
}

.service-introduction-box .service-introduction-left {
  /* width: calc(50% - 32px);
  width: 750px; */
  width: 776px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-introduction-box .service-introduction-left>div {


  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  font-family: Source Han Sans;
  font-weight: 500;
  font-size: 20px;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
}

.service-introduction-box .service-introduction-left>div .blod {
  font-family: Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  font-variation-settings: "opsz" auto;
  color: #000000;
}

.service-introduction-box .service-introduction-right {
  /* width: calc(50% - 32px);
  width: 750px; */
  width: calc(100% - 798px);
  height: 100%;
  position: relative;
}

.service-introduction-box .service-introduction-right img {
  position: absolute;
  border-radius: 8px;
}



.featured-products-wrapper {
  width: 100%;
  /* background-image: url("../images/iWantLook/technology-training/featured-products-bg.png"); */
  /* background-size: 100% 100%;
  background-repeat: no-repeat; */
  padding-top: 64px;
  padding-bottom: 64px;

}

.featured-products-wrapper .featured-products-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.featured-products-wrapper .featured-products-content .featured-products-box {
  margin-top: 48px;
}

.featured-products-box .box-list {
  display: flex;
  gap: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 664px;
  justify-content: center;
  align-items: center;
}

.featured-products-box .box-list .box-list-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-products-box .box-list .box-list-card .card-tab-text {
  width: 76px;
  height: 664px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 10px;
  background: linear-gradient(178deg, #005FC4 -4%, #0085E4 99%);
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  cursor: pointer;
}

.featured-products-box .box-list .box-list-card.active-tab .card-tab-text {
  background: #FF731C;
  color: #FFFFFF;
}

.featured-products-box .box-list .box-list-card.active-tab .box-list-card-content-wrapper {
  display: flex;
}

.featured-products-box .box-list .box-list-card .box-list-card-content-wrapper {
  display: none;
  width: 864px;
  height: 664px;
  border-radius: 8px;
  background-image: url("../images/iWantLook/technology-training/featured-products-box-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.box-list-card-content-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: 0px 50px;
}

.box-list-card-content-1 .box-list-card-content-title {
  text-align: center;
  font-family: Source Han Sans;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;

}

.box-list-card-content-1 .box-list-card-content-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.box-list-card-content-1 .box-list-card-content-main>div {
  display: flex;
  gap: 32px;
  align-items: center;
}

.box-list-card-content-1 .box-list-card-content-main>div>img {
  width: 76px;
  height: 80px;
}

.box-list-card-content-1 .box-list-card-content-main>div>div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.box-list-card-content-1 .box-list-card-content-main>div>div>div:nth-child(1) {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.box-list-card-content-1 .box-list-card-content-main>div>div>div:nth-child(2) {

  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}

.box-list-card-content-2 {}

.box-list-card-content-2 .box-list-card-content-main {
  padding: 40px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;

}

.box-list-card-content-2 .box-list-card-content-main>div {
  width: 380px;
  height: 282px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.box-list-card-content-2 .box-list-card-content-main>div>img:nth-child(1) {
  width: 80px;
  height: 80px;
}

.box-list-card-content-2 .box-list-card-content-main>div>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;

}

.box-list-card-content-2 .box-list-card-content-main>div>div:nth-child(3) {
  margin-top: 16px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}

.box-list-card-content-2 .box-list-card-content-main>div>div:nth-child(4) {
  margin-top: 16px;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.box-list-card-content-3 {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.box-list-card-content-3 .box-list-card-content-main {
  width: 100%;
  height: 284px;
  display: flex;
  gap: 40px;
}

.box-list-card-content-3 .box-list-card-content-main>div {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}

.box-list-card-content-3 .box-list-card-content-main>div>img:nth-child(1) {
  width: 100px;
  height: 100px;
  align-self: center;
}

.box-list-card-content-3 .box-list-card-content-main>div>div:nth-child(2) {
  margin-top: 8px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.box-list-card-content-3 .box-list-card-content-main>div>div:nth-child(3) {
  margin-top: 16px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}

.box-list-card-content-3 .box-list-card-content-title {
  width: 100%;
}

.box-list-card-content-3 .box-list-card-content-title>div:nth-child(1) {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.box-list-card-content-3 .box-list-card-content-title>div:nth-child(2) {
  margin-top: 16px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}


.box-list-card-content-4 {}

.box-list-card-content-4 .box-list-card-content-main {
  padding: 40px 32px;
  display: flex;
  flex-wrap: wrap;

  gap: 16px 40px;

}

.box-list-card-content-4 .box-list-card-content-main>div {
  width: 380px;
  height: 282px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.box-list-card-content-4 .box-list-card-content-main>div>img:nth-child(1) {
  width: 80px;
  height: 80px;
}

.box-list-card-content-4 .box-list-card-content-main>div>div:nth-child(2) {
  margin-top: 8px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;

}

.box-list-card-content-4 .box-list-card-content-main>div>div:nth-child(3) {
  margin-top: 16px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}

/* .box-list-card-content-5{} */
.box-list-card-content-5 .box-list-card-content-main>div>img:nth-child(1) {
  width: 100px;
  height: 100px;
}

/* .box-list-card-content-5 .box-list-card-content-main>div {} */

.box-list-card-content-5 .box-list-card-content-main>div>div:nth-child(3) {
  font-size: 14px;
}

/* .box-list-card-content-6{} */
.box-list-card-content-6 .box-list-card-content-main>div>img:nth-child(1) {
  width: 120px;
  height: 120px;
}

/* .box-list-card-content-6 .box-list-card-content-main>div {} */
/* .box-list-card-content-6 .box-list-card-content-main>div>div:nth-child(3) {
  font-size: 14px;
} */




.service-advantages-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/technology-training/service-advantages-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;

}

.service-advantages-wrapper .service-advantages-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-advantages-wrapper .service-advantages-content .service-advantages-box {

  margin-top: 48px;
  display: flex;
  gap: 64px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 664px;
  justify-content: center;
  align-items: center;
}

.service-advantages-box .box-list {
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 24px;
  gap: 24px;
}

.service-advantages-box .box-list .box-list-card {
  position: relative;
  width: 434px;
  height: 240px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 48px 24px;
  gap: 10px;
  background: linear-gradient(138deg, #C2EAFF 0%, rgba(228, 247, 255, 0.69) 68%);
  overflow: hidden;
}

.service-advantages-box .box-list .box-list-card:nth-child(1) {
  background: linear-gradient(138deg, #C2EAFF 0%, rgba(228, 247, 255, 0.69) 68%);
}

.service-advantages-box .box-list .box-list-card:nth-child(2) {
  background: linear-gradient(138deg, #E5EAFF -1%, rgba(249, 250, 255, 0.69) 68%);
}

.service-advantages-box .box-list .box-list-card:nth-child(3) {
  background: linear-gradient(138deg, #FFEDDE 3%, #FFFBF3 68%);
}

.service-advantages-box .box-list .box-list-card:nth-child(4) {
  background: linear-gradient(138deg, #E3FFF2 0%, #F1FFF9 68%);
}

.service-advantages-box .box-list .box-list-card:nth-child(5) {
  background: linear-gradient(138deg, #FCF7E0 -1%, #FFF9EE 67%);
}

.service-advantages-box .box-list .box-list-card:nth-child(6) {
  background: linear-gradient(138deg, #E6F2FF -7%, #F9FCFF 66%);
}

.service-advantages-box .box-list .box-list-card>div {
  width: 239px;
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.service-advantages-box .box-list .box-list-card>img {
  position: absolute;
  width: 240px;
  height: 240px;
  right: -24px;
  bottom: -30px;

}

.service-case-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/technology-training/service-case-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 96px;
}

.service-case-wrapper .service-case-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-case-wrapper .service-case-content .service-case-tab-list {
  margin-top: 48px;
}

.service-case-wrapper .service-case-content .service-case-tab-list .tab-list-box {
  width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 125px;
  box-sizing: border-box;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #D0D0D0;

}

.service-case-wrapper .service-case-content .service-case-tab-list .tab-list-box .tab-item-text {
  width: 164px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 10px;
  gap: 16px;
  box-sizing: border-box;
  /* 中心深蓝色 */

  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #000000;
  border-width: 0px 0px 6px 0px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;

}

.service-case-wrapper .service-case-content .service-case-tab-list .tab-list-box .tab-item-text.active-tab {
  border-width: 0px 0px 6px 0px;
  border-style: solid;
  border-color: #0075C0;
}

.service-case-wrapper .service-case-content .service-case-box {
  margin-top: 56px;
}

.service-case-wrapper .service-case-content .service-case-box .list-box-card {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  display: none;
}

.service-case-wrapper .service-case-content .service-case-box .list-box-card.active-tab {
  display: flex;
}


.zffw-banner-card {
  display: flex;
  position: relative;

  .zffw-carousel-container {
    width: 1125px;
    /* height: 313px; */
    height: 300px;
    position: relative;
    overflow: hidden;

    .zffw-carousel-wrapper {
      display: flex;
      height: 100%;
      gap: 13px;
      overflow-x: auto;
      /* 允许横向滚动 */
      overflow-y: hidden;
      /* 隐藏纵向滚动 */
      scroll-behavior: smooth;
      /* 平滑滚动 */
      -ms-overflow-style: none;
      /* IE隐藏滚动条 */
      scrollbar-width: none;
      /* Firefox隐藏滚动条 */

      &::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari隐藏滚动条 */
      }

      .zffw-carousel-slide {
        /* height: 313px; */
        height: 300px;

        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        min-width: 0;
        /* 防止flex布局问题 */

        img {
          /* height: 313px; */
          height: 300px;
          width: auto;
          max-width: none;
          /* 允许图片保持原始宽度 */
          object-fit: cover;
          display: block;
          vertical-align: top;
          /* 移除图片间隙 */
        }
      }
    }
  }

  /* 轮播控制按钮 */
  .zffw-carousel-controls {
    position: absolute;
    /* top: 324px; */
    /* 313px + 21px */
    /* 300px; + 20 */
    /* top: 428px; */
    left: 550px;
    /* bottom: 0px; */
    bottom: -36px;
    transform: translateX(-50%);
    display: flex;
    gap: 49px;
    z-index: 10;

    .zffw-carousel-prev,
    .zffw-carousel-next {
      width: 48px;
      height: 12px;
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
      position: relative;
      overflow: hidden;
      transition: opacity 0.3s ease;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      &:hover:not(:disabled) {
        opacity: 0.8;
      }

      &:disabled {
        opacity: 0.5;
        cursor: not-allowed;
      }
    }
  }

  .zffw-tips {
    background: #ffffff;
    width: 500px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 40px 16px 24px;
    gap: 10px;
  }

  .zffw-tips>div {
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #333333;
    padding-left: 24px;
    position: relative;
  }

  .zffw-tips>div:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    left: 8px;
    top: 10px;
  }
}

#tab-1 .zffw-carousel-container {
  height: 300px !important;
}

#tab-1 .zffw-carousel-slide {
  height: 300px !important;
}

#tab-1 .zffw-carousel-slide img {
  height: 300px !important;
}

#tab-1 .zffw-tips {
  height: 300px !important;
}

#tab-2 .zffw-carousel-container {
  height: 384px !important;
}

#tab-2 .zffw-carousel-slide {
  height: 384px !important;
}

#tab-2 .zffw-carousel-slide img {
  height: 384px !important;
}

#tab-2 .zffw-tips {
  height: 384px !important;
}

#tab-3 .zffw-carousel-container {
  height: 340px !important;
}

#tab-3 .zffw-carousel-slide {
  height: 340px !important;
}

#tab-3 .zffw-carousel-slide img {
  height: 340px !important;
}

#tab-3 .zffw-tips {
  height: 340px !important;
}