.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;
  /* width: 1920px; */
  height: 300px;
  background-image: url("../images/iWantLook/page-banner-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.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;
}

.service-introduction-wrapper {

  width: 100%;
  height: 456px;
  background-image: url("../images/iWantLook/page-fwjj-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service-introduction-content {
  display: flex;
  gap: 32px;
  padding-top: 60px;
}

.service-introduction-content .service-introduction-left-wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px 92px 0px 0px;
  gap: 48px;
}

.service-introduction-content-desc {
  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: #333333;
}

.service-introduction-content .service-introduction-right-wrapper {
  width: 710px;
  height: 322px;
  border-radius: 8px;
}

.service-content-wrapper {
  width: 100%;
  background-color: #fff;
}

.service-content-wrapper .service-content-box {
  padding: 52px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.service-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-content-card {
  /* width: 450px; */
  width: calc(33.33% - 16px);
  height: 224px;
  border-radius: 8px;
  padding: 48px 32px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(270deg, #F3F8FD 0%, #E6F2FF 100%);
  border-radius: 8px;
}

.service-content-card>div {
  width: 244px;
  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: #333333;
}

.service-content-card>img {
  position: absolute;
  left: 282px;
  top: 32px;
}

.service-content-list .service-content-card:nth-child(2) img {
  top: 54px;
}

.service-content-list .service-content-card:nth-child(3) img {
  top: 54px;
}

.service-content-list .service-content-card:nth-child(4) img {
  left: 270px;
  top: 54px;

}

.service-content-list .service-content-card:nth-child(5) div {
  width: 260px;

}

.service-content-list .service-content-card:nth-child(5) img {
  left: 275px;
  top: 39px;

}

.service-content-list .service-content-card:nth-child(6) img {
  left: 263px;
  top: 49px;

}

.service-process-wrapper {
  width: 100%;
  height: 566px;
  background-image: url("../images/iWantLook/service-process-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
}

.service-process-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-process-content .service-process-desc {
  display: flex;
  gap: 16px;
  margin-top: 38px;
}

.service-process-desc>div {
  width: 590px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%, rgba(255, 255, 255, 0) 100%);
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #0075C0;
}

.service-process-content .service-process-list {
  margin-top: 29px;
  display: flex;
  gap: 80px;
}

.service-process-list-box {
  position: relative;

}

.service-process-list-box-order {
  width: 100%;
  top: -14px;
  position: absolute;
  font-family: D-DIN;
  font-size: 64px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  z-index: 2;
  text-align: center;
}

.service-process-list-box-card {
  position: relative;
  z-index: 3;
  margin-top: 48px;
  width: 176px;
  height: 198px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  gap: 16px;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0.69) 2%, rgba(255, 255, 255, 0.42) 97%);

  box-sizing: border-box;
  border: 1px solid #FFFFFF;

  backdrop-filter: blur(10px);
  box-shadow: 0px -5px 10px 0px rgba(110, 169, 229, 0.34);

}

.service-process-list-box-card>div:nth-child(1) {
  /* top: 40px; */
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 0px 0px;
  flex-wrap: wrap;
  align-content: center;

  background: #FFFFFF;
}

.service-process-list-box-card>div:nth-child(1) img {
  width: 32px;
  height: 32px;
}

.service-process-list-box-card>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.process-direction-img {
  position: absolute;
  width: 12px;
  height: 24px;
  right: -46px;
  top: calc(50% + 12px);
}