.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/innovativeIntegration-banner.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;
}

.cooperative-service-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/cooperative-service-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.cooperative-service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 36px;

}

.cooperative-service-list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;

}

.cooperative-service-list>div {
  width: 710px;
  height: 240px;
  padding-top: 50px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;


}

.cooperative-service-list>div p {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  position: relative;
}

.cooperative-service-list>div p::after {
  content: '';
  position: absolute;
  left: -16px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
}

.cooperative-service-list>img {
  width: 650px;
  height: 240px;
  border-radius: 8px;
}

.consulting-services-wrapper {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.online-contact-wrapper {
  margin: 0 auto;
  width: 100%;
  /* max-width: 1920px; */

  height: 160px;
  border-radius: 8px;

  background-image: url("../images/iWantLook/techLink-online-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

.online-contact-box {
  display: flex;
  padding: 32px;

}

.online-contact-wrapper .online-contact-icon {
  width: 48px;
  height: 48px;
}

.online-contact-wrapper .online-contact-content {
  margin-left: 16px;
}

.online-contact-wrapper .online-contact-content>div:nth-child(1) {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
}

.online-contact-wrapper .online-contact-content>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #16E7CA;
  margin-top: 10px;
}

.online-contact-wrapper .click-to-enter {
  margin-left: 40px;
  width: 180px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;

  background: #F76C08;
  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: #FFFFFF;
  cursor: pointer;

}

.consulting-services-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.consulting-services-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 24px;
}

.consulting-services-list-card {
  width: 445px;
  height: 258px;
  border-radius: 8px;

  /* 自动布局 */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 36px 0px 36px;
  gap: 24px;
  background-color: #F0F6FF;
  background-image: url("../images/iWantLook/consulting-services-card-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

.consulting-services-list-card>div:nth-child(1) {
  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: #333333;

}

.consulting-services-list-card>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.bottom-activity-banner {
  width: 100%;
  height: 313px;
  background: #EAF4FF;
  padding: 40px 0px;
}

.activity-banner-content {
  display: flex;
  gap: 24px;
}

.activity-banner-content img {
  width: calc(33.33% - 16px);
  height: 231px;
  border-radius: 8px;
}