.banner-box {
  position: absolute;
  top: 0;
  height: 600px;
  left: calc(50% - 730px);
  z-index: 10;
  padding-top: 91px;
  box-sizing: border-box;
}
.banner-box .h1 {
  font-weight: bold;
  font-size: 70px;
  line-height: 70px;
  color: #314EFF;
  margin-bottom: 53px;
}
.banner-box .h2 {
  height: 42px;
  font-weight: 400;
  font-size: 28px;
  color: #1F2329;
  line-height: 42px;
  margin-bottom: 128px;
  display: flex;
}
.banner-box .h2 > span {
  display: block;
  width: 2px;
  height: 42px;
  background: #1F2329;
  border-radius: 0px 0px 0px 0px;
  margin: 0 30px;
}
.banner-box .common-btn {
  width: 100%;
  justify-content: flex-start;
}
.content41 {
  margin-bottom: 120px;
}
.content41 .content41-title {
  margin: 0 auto;
  margin-bottom: 60px;
  gap: 20px;
}
.content41 .content41-title div {
  width: 180px;
  height: 40px;
  border-radius: 60px 60px 60px 60px;
  font-weight: 400;
  font-size: 16px;
  color: #1F2329;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.content41 .content41-title .on {
  background: rgba(78, 131, 253, 0.2);
  color: #3370FF;
}
.content41 .content41-item {
  height: 521px;
}
.content41 .content41-item .left-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  max-width: calc(100% - 830px);
}
.content41 .content41-item .left-text .h1 {
  width: 100%;
  font-size: 36px;
  color: #1F2329;
  line-height: 50px;
  text-align: start;
  font-weight: bold;
  margin-bottom: 50px;
}
.content41 .content41-item .left-text .h2 {
  width: 100%;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  text-align: start;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.content41 .content41-item .left-text .h2::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(51, 112, 255, 0.5);
}
.content41 .content41-item .left-text > p {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 37px;
  padding-left: 40px;
  text-align: start;
}
.content41 .content41-item .right-img {
  width: 800px;
  max-width: 100%;
  padding: 23px;
  box-sizing: border-box;
}
.content41 .content41-item .right-img > img {
  width: 100%;
  object-fit: scale-down;
}
.content42 {
  height: 1051px;
  background: linear-gradient(180deg, #FAFCFF 0%, #F2F6FC 100%);
}
.content42 .content42-content > .item {
  gap: 30px;
  flex-wrap: wrap;
}
.content42 .content42-content > .item > div {
  width: 244px;
  height: 215px;
  border-radius: 12px 12px 12px 12px;
  padding-top: 30px;
  box-sizing: border-box;
}
.content42 .content42-content > .item > div img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content42 .content42-content > .item > div p {
  font-size: 24px;
  color: rgba(31, 35, 41, 0.8);
  text-align: center;
}
.content42 .content42-content > .item > div:hover {
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(98, 119, 146, 0.12);
}
@media screen and (max-width: 768px) {
  .content41 {
    max-width: 100vw;
  }
  .content41 .content41-title {
    display: none;
  }
  .content41 .content41-item {
    display: flex !important;
    height: auto !important;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
  }
  .content41 .content41-item .left-text {
    width: 90vw !important;
    max-width: 90vw !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content42 {
    height: auto !important;
    padding: 12px;
    box-sizing: border-box;
  }
  .content42 .content42-content > div > .flex-item {
    width: calc(50% - 15px) !important;
  }
}
