.content {
}
.content-item-border {
  min-width: 1200px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
.content-item {
  height: 500px;
  display: flex;
}
.item-left {
  text-align: left;
}

.ci2 {
  height: 616px;
}

.ci3 {
  height: 691px;
  background-size: cover;
}
.ci4 {
  height: 906px;
}
.cib4 {
  flex-direction: column;
}

.ci5 {
  height: 789px;
}

.ci1-title {
  font-size: 58px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 87px;
  letter-spacing: 5px;
  text-shadow: 2px 2px 0px #5969f6;
  margin-bottom: 20px;
}
.ci1-text1 {
  font-size: 20px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.ci1-text2 {
  font-size: 20px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

.ci2-title {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3965f3;
  line-height: 24px;
  margin-bottom: 38px;
}
.ci2-text-border {
  width: 490px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 4px rgb(57 101 243 / 11%);
  padding: 15px 20px;
  box-sizing: border-box;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ci2-text1 {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
  line-height: 22px;
}
.ci2-text2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.85);
  line-height: 22px;
}

.ci3-text-border {
  height: 111px;
}
.ci4-text-border {
  height: 120px;
}

.it4-title {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3965f3;
  margin-bottom: 65px;
}

.bottom {
  height: 189px;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-bt {
  width: 157px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #3250b1;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3250b1;
}
