.banner-box {
  position: absolute;
  top: 0;
  height: 600px;
  left: calc(50% - 730px);
  z-index: 10;
  padding-top: 46px;
  box-sizing: border-box;
}
.banner-box .h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #4E83FD;
  margin-bottom: 18px;
}
.banner-box .h2 {
  font-weight: bold;
  line-height: 56px;
  font-size: 56px;
  color: #000000;
  margin-bottom: 20px;
}
.banner-box .h3 {
  line-height: 42px;
  font-size: 42px;
  color: #1F2329;
  margin-bottom: 40px;
}
.banner-box .h4 {
  width: 542px;
  height: 53px;
  background: linear-gradient(90deg, #FF902E 0%, #FB2E09 100%);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 53px;
  padding-left: 21px;
  margin-bottom: 71px;
}
.banner-box .common-btn {
  width: 100%;
  justify-content: flex-start;
}
.content31 {
  padding-bottom: 80px;
}
.content31 .content31-content > div {
  gap: 30px;
}
.content31 .content31-content > div > div {
  width: 342px;
  height: 381px;
  background: linear-gradient(180deg, #FAFEFF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 16px 0px rgba(9, 31, 61, 0.1);
  border-radius: 12px 12px 12px 12px;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
.content31 .content31-content > div > div .h1 {
  font-weight: bold;
  font-size: 24px;
  color: #1F2329;
}
.content31 .content31-content > div > div .h1 img {
  width: 21px;
  height: 25px;
  margin-left: 5px;
}
.content31 .content31-content > div > div .h1 span {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #EDCD9C;
  border-radius: 2px 2px 2px 2px;
  font-weight: bold;
  font-size: 13px;
  color: #93641B;
  text-align: 20px;
  text-align: center;
}
.content31 .content31-content > div > div .hr {
  width: 282px;
  height: 1px;
  background: #A9BDD8;
  border-radius: 0px 0px 0px 0px;
  margin: 22px 0 25px 0;
}
.content31 .content31-content > div > div > p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(31, 35, 41, 0.8);
  text-align: left;
  margin-bottom: 20px;
}
.content31 .content31-content > div > div > p span {
  color: #4E83FD;
}
.content31 .content31-content > div > div .btn {
  width: 208px;
  height: 40px;
  background: linear-gradient(90deg, #6F63FF 0%, #314EFF 50%, #3F98FD 100%);
  border-radius: 60px 60px 60px 60px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 208px/2);
}
.content31 .content31-content > div > :nth-child(1) {
  background: linear-gradient(180deg, #FAFEFF 0%, #FFFFFF 100%);
}
.content31 .content31-content > div > :nth-child(2) {
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.78) 0%, #FFFFFF 100%);
}
.content31 .content31-content > div > :nth-child(3) {
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.78) 0%, #FFFFFF 100%);
}
.content31 .content31-content > div > :nth-child(4) {
  background: linear-gradient(180deg, #FFFBF1 0%, #FFFFFF 100%);
}
@media (max-width: 768px) {
  .content31 .content31-content > div {
    flex-direction: column;
    align-items: center;
  }
}
