* {
  box-sizing: border-box;
}
.customizationCon,
.customizationCon .middle-con {
  width: 100%;
}
.customizationCon .intro-con {
  width: 100%;
  position: relative;
}
.customizationCon .intro-con img {
  display: block;
  width: 100%;
}
.customizationCon .intro-text {
  position: absolute;
  left: 12%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 500px;
}
.customizationCon .intro {
  width: 100%;
}

.customizationCon .intro .title {
  margin-bottom: 13px;
  width: 288px;
  height: 63px;
  font-size: 48px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
  -webkit-background-clip: text;
}

.customizationCon .intro .introTxt {
  width: 640px;
  height: 416px;
  font-size: 25px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
  -webkit-background-clip: text;
  text-shadow: 0px 0px 8px #499CF5;
  backdrop-filter: blur(8px);
  text-indent: 52px;
  text-align: justify;
}

.customizationCon .content {
  width: 100%;
}

.customizationCon .content .row {
  background: #f8fafe;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 150px 142px 0px 142px;
}
.customizationCon .content .row .title {
  width: 720px;
  padding-left: 100px;
  background-image: url("../assets//customization/image/Vector.png");
  background-repeat: no-repeat;
}
.customizationCon .content .row .title .ch {
  font-size: 48px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #111938;
  line-height: 56px;
  -webkit-background-clip: text;
}
.customizationCon .content .row .title .en {
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3d4975;
  line-height: 38px;
  letter-spacing: 7px;
  -webkit-background-clip: text;
}

.customizationCon .content .row .content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 100px;
}
/* .customizationCon .content .row .content>img{
  width: 100%;
  height:auto;
} */

/* 软件开发 */
.customizationCon .content .row .content .card {
  width: 300px;
  height: 398px;
  background: #ffffff;
  box-shadow: 12px 12px 24px 0px rgba(61, 101, 245, 0.2);
  border-radius: 2px 2px 2px 2px;
  opacity: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.customizationCon .softdev .content > div:nth-child(even) {
  margin-top: 160px;
}

.customizationCon .content .row .content .card .cardTitle {
  width: 242px;
  height: 42px;
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #3d4975;
  line-height: 38px;
  -webkit-background-clip: text;
  margin: 17px 0px;
}
.customizationCon .content .row .content .card .cardTxt {
  width: 270px;
  height: 96px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #343d4b;
  line-height: 21px;
  -webkit-background-clip: text;
  text-indent: 40px;
  text-align: justify;
}

/* 规范管理 */
.customizationCon .content .row .content .smIntro {
  width: 1282px;
  height: 144px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  letter-spacing: 2px;
  -webkit-background-clip: text;
  text-indent: 50px;
}

/* 专业服务 */
.customizationCon .content .row .content .psIntro {
  width: 1290px;
  height: 144px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  letter-spacing: 2px;
  -webkit-background-clip: text;
  text-indent: 50px;
}
.customizationCon .content .row .content .psCards {
  width: 100%;
  display: flex;
  justify-content: space-around;
  /* padding-top: 99px; */
}
.customizationCon .content .row .content .psCards .psCard {
  width: 280px;
  height: 491px;
  background: #ffffff;
  box-shadow: 4px 12px 32px 17px rgba(24, 92, 255, 0.12);
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  padding: 20px 28px 28px 28px;
}
.customizationCon .content .row .content .psCards .psCard .psCardImg {
  width: 70px;
  height: 70px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 2px solid #f1f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customizationCon .content .row .content .psCards .psCard .psCardTitle {
  width: 224px;
  height: 33px;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #182a4e;
  line-height: 33px;
  -webkit-background-clip: text;
  margin: 24px 0 16px 0;
}
.customizationCon .content .row .content .psCards .psCard .psCardTxt {
  width: 224px;
  height: 260px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9497a1;
  line-height: 44px;
  -webkit-background-clip: text;
  text-indent: 42px;
  text-align: justify;
}

/* 底部 */
.customizationCon .end {
  text-align: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.customizationCon .end .div1 {
  width: 548px;
  height: 42px;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3d4975;
  line-height: 38px;
  letter-spacing: 7px;
  -webkit-background-clip: text;
}
.customizationCon .end .div2 {
  width: 800px;
  height: 126px;
  font-size: 48px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #111938;
  line-height: 56px;
  -webkit-background-clip: text;
}
.customizationCon .end .div3 {
  width: 280px;
  height: 80px;
  background: #459eff;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
}
.customizationCon .end .div3 .div3txt {
  width: 295px;
  height: 100%;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 7px;
  -webkit-background-clip: text;
  line-height: 80px;
}
