#bigBoxPlus {
  display: block;
  width: 1200px;
  overflow: hidden;
  margin: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.bannerBox {
  background: url('/src/solution/jjfa.jpg') no-repeat top center;
  background-size: cover;
}

.outBoxOne {
  width: 100%;
  background: linear-gradient(0deg, #F4F7FE 0%, rgba(244, 247, 254, 0) 100%);
  padding-bottom: 86px;
  box-sizing: border-box;
}

.outBoxTwo {
  width: 100%;
  padding-bottom: 86px;
  background: linear-gradient(0deg, #F4F7FE 0%, rgba(244, 247, 254, 0) 100%);
}

.outBoxThree {
  width: 100%;
  padding-bottom: 86px;
  background: url('/src/solution/解决方案-技术中台.png') no-repeat top center;
  background-size: cover;
}

.outBoxFour {
  width: 100%;
  padding-bottom: 86px;
  background: url('/src/solution/背景.png') no-repeat bottom center;
}

.outBoxFive {
  width: 100%;
  padding-bottom: 86px;
  background: #F4F7FE;
}

.boxOne,
.boxTwo,
.boxThree,
.boxFour,
.boxFive,
.boxSix,
.boxSeven,
.boxEight,
.boxNine,
.boxTen {
  width: 100%;
  margin-top: 76px;
  text-align: center;
}

.boxOne>div,
.boxTwo>div,
.boxThree>div,
.boxFour>div,
.boxFive>div,
.boxSix>div,
.boxSeven>div:first-of-type,
.boxEight>div,
.boxNine>div,
.boxTen>div {
  font-size: 40px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.boxTwo>div {
  font-size: 30px !important;
}

.boxOne>p,
.boxTwo>p,
.boxFive>p,
.boxEight>p,
.boxNine>p,
.boxTen>p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  margin: 14px auto 0;
}

.boxEight>p,
.boxNine>p {
  width: 1199px;
  text-align: left;
}


.boxEight>p>span {
  font-weight: bold;
}

.boxOne>img,
.boxTwo>img,
.boxThree>img,
.boxSix>img,
.boxEight>img,
.boxNine>img,
.boxTen>img {
  width: 1200px;
  margin-top: 46px;
}

.boxFour {
  width: 100%;
  height: 890px;
  background: url('/src/solution/解决方案-商业场景.png') no-repeat top center;
  background-size: cover;
}

.boxFour>div {
  padding-top: 76px;
  box-sizing: border-box;
  color: #FFF;
}

.boxSeven>div {
  color: #FFF !important;
}


/* .imgOne {
  height: 627px;
}

.imgTwo {
  height: 500px;
}

.imgThree {
  height: 702px;
}
.imgSix {
  height: 646px;
} */
.imgFive {
  width: 1201px;
  margin-top: 46px;
}


.boxSeven>img {
  width: 1122px;
  position: relative;
  top: 100px;
}

.ulBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ulBox>ul>li {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}

.ulBox>ul>li:last-of-type {
  margin-bottom: 0px;
}

.ulBox>ul>li>div {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ulBox>ul>li>div>div {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255);
  border-radius: 50%;
}

.ulBox>ul>li>p {
  margin-left: 19px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

footer {
  margin-top: 76px;
}