.page-common-wrapper {
  width: 1400px;
  margin: 0 auto;
}

/* 办事服务页面样式 */
.handle-service-wrapper {
  background: #f5f8fa;
  font-family: Source Han Sans;
  min-height: 100vh;
}

.top-part {
  width: 100%;
  margin: 0 auto;
  height: 300px;
  background: #0c87df;
  background-image: url("../images/kjjrfw-top-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lyhd-zxzx-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 622px;
  background-image: url("../images/lyhd-zxzx-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .lyhd-zxzx-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;

    .lyhd-wrapper {
      width: 51%;
      margin-right: 48px;

      .lyhd-title {
        font-size: 36px;
        font-weight: bold;
        color: #a16921;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;

        .golden-line {
          width: 64px;
          height: 5px;
          background: #a16921;
          margin-top: 12px;
        }
      }

      .lyhd-banner {
        width: 100%;
        height: 397px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;

        .carousel-container {
          width: 100%;
          height: 100%;
          position: relative;

          .carousel-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;

            &.active {
              opacity: 1;
            }

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 8px;
            }
          }

          .carousel-dots {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            gap: 8px;
            z-index: 10;

            .dot {
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: rgba(255, 255, 255, 0.5);
              cursor: pointer;
              transition: background-color 0.3s;

              &.active {
                background-color: #fff;
              }

              &:hover {
                background-color: rgba(255, 255, 255, 0.8);
              }
            }
          }
        }
      }
    }

    .zxzx-wrapper {
      width: 49%;

      .zxzx-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;

        .title-text {
          font-size: 36px;
          font-weight: bold;
          color: #a16921;
          display: flex;
          flex-direction: column;

          .golden-line {
            width: 64px;
            height: 5px;
            background: #a16921;
            margin-top: 12px;
          }
        }

        .more-btn {
          font-size: 18px;
          color: #a16921;
          cursor: pointer;
        }
      }

      .zxzx-list {
        width: 100%;
        height: 401px;
        border-radius: 8px;
        padding: 24px;
        background: #ffffff;
        overflow-y: auto;
        .news-item {
          margin-bottom: 32px;

          &:last-child {
            margin-bottom: 0;
          }
          a {
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 20px;
            .dot {
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              width: 6px;
              height: 6px;
              background-color: #a16921;
              border-radius: 50%;
            }

            .news-title {
              width: 432px;
              height: 23px;
              color: #333333;
              font-size: 16px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              flex-shrink: 0;
            }

            .news-date {
              color: #666666;
              font-size: 16px;
              margin-left: auto;
              text-align: right;
              flex-shrink: 0;
            }
          }
        }
      }
    }
  }
}

.fwjj-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 722px;
  background-image: url("../images/fwjj-bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .fwjj-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 65px 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .fwjj-title {
      font-size: 36px;
      font-weight: bold;
      color: #a16921;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 24px;

      .golden-line {
        width: 64px;
        height: 5px;
        margin-top: 12px;
        background: #a16921;
      }
    }

    .fwjj-content-dis {
      font-size: 20px;
      color: #333333;
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1.5;
      margin-bottom: 40px;
    }

    .fwjj-img-list {
      width: 100%;
      display: flex;
      justify-content: space-between;

      img {
        width: 684px;
        height: 402px;
        border-radius: 8px;
      }
    }
  }
}

.kjjrfwpt-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 998px;
  background-image: url("../images/kjjrfwpt-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .kjjrfwpt-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .kjjrfwpt-title {
      font-size: 36px;
      font-weight: bold;
      color: #a16921;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 48px;

      .golden-line {
        width: 64px;
        height: 5px;
        margin-top: 12px;
        background: #a16921;
      }
    }

    .kjjrfwpt-img-list {
      width: 100%;
      height: 461px;
      display: flex;
      align-items: center;
      margin-bottom: 24px;

      .lyfwzx-card {
        width: 492px;
        height: 323px;
        border-radius: 8px;
        padding: 40px;
        background: #ffffff;
        margin-right: -40px;
        z-index: 9;

        .lyfwzx-card-title {
          font-size: 28px;
          font-weight: bold;
          color: #333333;
          margin-bottom: 24px;
        }

        .lyfwzx-card-line {
          width: 42px;
          height: 4px;
          background: linear-gradient(
            90deg,
            #c87811 0%,
            rgba(200, 120, 17, 0) 100%
          );
          margin-bottom: 24px;
        }

        .lyfwzx-card-content {
          font-size: 18px;
          color: #666666;
          line-height: 1.5;
        }
      }

      .kjjrfwpt-right {
        width: 950px;
        height: 461px;

        img {
          width: 100%;
          height: 100%;
        }
      }
    }

    .kjjrfwpt-card-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;

      .service-card {
        width: 456px;
        height: 126px;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid #a77a3e;
        padding: 24px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;

        .card-number {
          font-weight: 700;
          font-size: 48px;
          color: #ce8c37;
          line-height: 1;
          margin-bottom: 8px;
        }

        .card-text {
          font-size: 18px;
          color: #333333;
          line-height: 1.2;
        }

        .unit {
          font-size: 18px;
          color: #333333;
          font-weight: 400;
          line-height: 1.2;
        }
      }
    }
  }
}

.kjjrfwcp-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 564px;
  background-image: url("../images/kjjrfwcp-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .kjjrfwcp-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .kjjrfwcp-title {
      font-size: 36px;
      font-weight: bold;
      color: #a16921;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 24px;

      .golden-line {
        width: 64px;
        height: 5px;
        margin-top: 12px;
        background: #a16921;
      }
    }

    .kjjrfwcp-tips {
      font-size: 20px;
      color: #333333;
      margin-bottom: 48px;
    }

    .kjjrfwcp-img-list {
      width: 100%;
      display: flex;
      justify-content: space-between;

      img {
        width: 332px;
        height: 265.67px;
        border-radius: 8px;
      }
    }
  }
}

.kjjrfwpp-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 702px;
  background-image: url("../images/kjjrfwpp-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .kjjrfwpp-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .kjjrfwpp-title {
      font-size: 36px;
      font-weight: bold;
      color: #a16921;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 24px;

      .golden-line {
        width: 64px;
        height: 5px;
        margin-top: 12px;
        background: #a16921;
      }
    }

    .kjjrfwpp-tips {
      font-size: 20px;
      color: #333333;
      margin-bottom: 48px;
    }

    .kjjrfwpp-img {
      width: 100%;
      img {
        width: 100%;
        height: auto;
      }
    }
  }
}

.zffw-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 610px;
  background-image: url("../images/zffw-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .zffw-content {
    width: 100%;
    padding: 64px 0;

    .zffw-title {
      font-size: 36px;
      font-weight: bold;
      color: #a16921;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 49px;

      .golden-line {
        width: 64px;
        height: 5px;
        margin-top: 12px;
        background: #a16921;
      }
    }

    /* 科贷投专家服务团走访服务轮播图样式 */
    .zffw-banner-card {
      display: flex;
      position: relative;

      .zffw-carousel-container {
        width: 1125px;
        height: 313px;
        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;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
            min-width: 0; /* 防止flex布局问题 */

            img {
              height: 313px;
              width: auto;
              max-width: none; /* 允许图片保持原始宽度 */
              object-fit: cover;
              display: block;
              vertical-align: top; /* 移除图片间隙 */
            }
          }
        }
      }

      /* 轮播控制按钮 */
      .zffw-carousel-controls {
        position: absolute;
        top: 334px; /* 313px + 21px */
        left: 550px;
        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 {
        width: 501px;
        height: 313px;
        padding: 40px;
        background: #ffffff;

        .tips-title {
          font-size: 28px;
          font-weight: bold;
          color: #333333;
          margin-bottom: 16px;
        }

        .tips-text {
          font-size: 18px;
          line-height: 30px;
          color: #666666;
        }
      }
    }
  }
}

.hzjrjg-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 357px;
  background-image: url("../images/hzjrjg-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .hzjrjg-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .hzjrjg-title {
      font-size: 36px;
      font-weight: bold;
      color: #a16921;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 24px;

      .golden-line {
        width: 64px;
        height: 5px;
        margin-top: 12px;
        background: #a16921;
      }
    }

    .hzjrjg-card-list {
      width: 100%;
      display: flex;
      justify-content: space-between;

      img {
        width: 338px;
        height: 112px;
        border-radius: 8px;
      }
    }
  }
}

.kjjrfwlxdh-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  background: #ffffff;
  box-shadow: 8px 2px 24px 0px rgba(55, 60, 67, 0.2);
  border-bottom: 6px solid #3c9fdb;

  .kjjrfwlxdh-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 39px;

    img {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }

    .lxdh-title {
      color: #333333;
      margin-right: 16px;
    }

    .phone-number {
      color: #e95606;
    }
  }
}
