.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/talent-service/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;
}

.service-introduction-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/talent-service/service-introduction-bg.png");

  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 100px;
}

.service-introduction-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-introduction-box {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
}


.service-introduction-box .service-introduction-box-desc {
  text-align: center;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}

.service-introduction-box .service-introduction-box-content {
  display: flex;
  gap: 36px;
}

.service-introduction-box .service-introduction-box-content img {
  width: 50%;
}




.service-content-wrapper {
  /* padding: 64px 0px; */
  padding: 50px 0px 74px 0px;
  width: 100%;
  background: #FFFFFF;
}

.service-content-content,
.service-process-content,
.service-case-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-content-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.service-content-list-card {
  width: calc(33.33% - 24px);
  height: 400px;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  padding: 40px 32px 80px 32px;
  gap: 24px;

  background: #FFFFFF;
  position: relative;
  background-image: url("../images/iWantLook/talent-service/service-content-list-card-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-sizing: border-box;

  border: 6px solid transparent;
  box-shadow: 0px 4px 26px 0px transparent;
}

.service-content-list-card:hover {

  border-width: 6px 0px 0px 0px;
  border-style: solid;
  border-color: #0067FF;

  box-shadow: 0px 4px 26px 0px #A4C6D1;
  cursor: pointer;
}

.service-content-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: #000000;
  text-align: center;
}

.service-content-list-card>div:nth-child(2) {
  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: #2174DC;
}

.service-content-list-card>div:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;

  z-index: 0;
}







.service-process-wrapper {
  padding: 64px;
  width: 100%;
  height: 628px;
  background-image: url("../images/iWantLook/service-process-bg-chainEnterpriseConnect.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.service-process-png1 {
  margin-top: 48px;
  width: 1417px;
  height: 383px;
}

.service-case-wrapper {
  padding: 64px;

}

.service-case-list {
  margin-top: 48px;
  display: flex;
  gap: 40px;
}

.service-case-list-card {}

.service-case-list-card>div {
  width: 680px;
  height: 440px;
}

.service-case-list-card>div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 680px;
  height: 440px;
  background-color: #EAF8FF;
}

.service-case-list-card>div:nth-child(1) img {
  width: 423px;
  /* height: 405px; */
}

.service-case-list-card>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;

  background: #FFFFFF;

  /* height: 160px; */
  padding: 40px 32px;


  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.service-case-list-card .service-case-list-card-text {
  height: 160px;
}

.service-case-list-card:hover {
  box-shadow: 0 0 14px rgba(135, 206, 235, 0.8);
}

.service-case-list-card:hover .service-case-list-card-text {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  /* 中心深蓝色 */
  color: #0075C0;
  cursor: pointer;

}

.technology-transfer-wrapper {
  width: 100%;
  height: 160px;

  width: 100%;
  background-image: url("../images/iWantLook/talent-service/click-to-enter-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.technology-transfer-content {
  display: flex;
  align-items: center;
  gap: 140px;
  padding-left: 58px;
  height: 100%;
}

.technology-transfer-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.technology-transfer-title>div:nth-child(1) {
  font-family: Alimama ShuHeiTi;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  text-align: left;
}

.technology-transfer-title>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
   text-align: left;
}

.technology-transfer-in {
  width: 256px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 64px;
  gap: 10px;

  background: #FF8C00;
  font-family: Source Han Sans;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
}

.footer-contact-number {
  gap: 120px;
}