.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/chainEnterpriseConnect-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/service-introduction-bg-chainEnterpriseConnect.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
}

.service-introduction-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-introduction-box {
  margin-top: 48px;
  display: flex;
  gap: 64px;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.service-introduction-left {
  /* width: calc(50% - 32px); */
  width: 758px;
}

.service-introduction-left-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-left-fwdx {
  margin-top: 66px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.service-introduction-left-fwdx .fwdx-label {
  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;
}

.service-introduction-left-fwdx .fwdx-list {
  display: flex;
  gap: 64px;
}

.service-introduction-left-fwdx .fwdx-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.service-introduction-left-fwdx .fwdx-list-item img {
  width: 64px;
  height: 64px;
}

.service-introduction-left-fwdx .fwdx-list-item div {}

.service-introduction-left-fwdx .fwdx-list-item div p {
  text-align: center;
  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-right {
  position: relative;
  /* width: calc(50% - 32px); */
  width: calc(100% - 822px);
  /* width: 758px; 64 */

}

.service-introduction-right img {
  position: absolute;
  /* left: 70.49px; */
  left: 0px;
  top: -352px;
  width: 1534px;
  height: 673px;
}

.service-content-wrapper {
  padding: 64px 0px;
  width: 100%;
  height: 997px;
  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: 684px;
  height: 360px;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 10px;
  flex-grow: 1;

  background: linear-gradient(136deg, #A5D0FF 0%, rgba(231, 242, 255, 0) 67%);

  box-sizing: border-box;
  border: 1px solid rgba(210, 225, 240, 0.8);

  box-shadow: 0px 3px 8px 0px rgba(132, 173, 194, 0.1);
  position: relative;
}

.service-content-list .service-content-list-card:nth-child(1) {
  background: linear-gradient(136deg, #A5D0FF 0%, rgba(231, 242, 255, 0) 67%);

  box-sizing: border-box;
  border: 1px solid rgba(210, 225, 240, 0.8);

  box-shadow: 0px 3px 8px 0px rgba(132, 173, 194, 0.1);
}

.service-content-list .service-content-list-card:nth-child(2) {
  background: linear-gradient(136deg, #D9E0FF 0%, rgba(241, 244, 255, 0) 67%);

  box-sizing: border-box;
  border: 1px solid rgba(227, 231, 247, 0.8);

  box-shadow: 0px 3px 8px 0px rgba(152, 143, 203, 0.1);
}

.service-content-list .service-content-list-card:nth-child(3) {
  background: linear-gradient(136deg, #FFE0BF 0%, rgba(255, 251, 238, 0) 67%);

  box-sizing: border-box;
  border: 1px solid rgba(240, 221, 210, 0.8);

  box-shadow: 0px 3px 8px 0px rgba(132, 173, 194, 0.1);
}

.service-content-list .service-content-list-card:nth-child(4) {
  background: linear-gradient(136deg, #D1F3F4 0%, rgba(232, 253, 255, 0) 67%);

  box-sizing: border-box;
  border: 1px solid rgba(208, 236, 240, 0.8);

  box-shadow: 0px 3px 8px 0px rgba(152, 143, 203, 0.1);
}

.service-content-list-card>div:nth-child(1) {

  font-family: Source Han Sans;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #2E7ACB;

}

.service-content-list-card>div:nth-child(2) {
  width: 400px;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;


}


.service-content-list-card>img {
  position: absolute;
  top: 170px;
  left: 445px;
  width: 218px;
  height: 180px;
}




.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;

}