body {
  background-color: #E5F6FC;
}

.main {
  background-image: url("../image/bg1.png"), url("../image/dibg.png"), url("../image/bg2.png");
  background-position: left top, left 983px, left 1195px;
  background-repeat: no-repeat;
  height: 2328px;
}
.main .container {
  width: 1200px;
  margin: 0 auto;
}
.main .container .b-content {
  height: 872px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.main .container .b-content .card {
  position: relative;
}
.main .container .b-content .card p {
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.main .container .b-content .card-t .card:nth-child(1) {
  margin-bottom: 30px;
}
.main .container .b-content .card-b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.main .container .part2 {
  width: 100%;
  margin-top: 70px;
}
.main .container .part2 .part2-top {
  width: 100%;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 50px;
}
.main .container .part2 .more {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #0FA5D8;
  border-radius: 10px 10px 10px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.main .container .part2 .more i {
  display: block;
  width: 31px;
  height: 11px;
  background: url(../image/Vector1.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.main .container .part2 .form-content {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.main .container .part2 .form-content .card {
  width: 330px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 80px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 2px solid;
  text-align: center;
}
.main .container .part2 .form-content .card .num {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  display: block;
  margin-top: 38px;
}
.main .container .part2 .form-content .card .title {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  margin-top: 30px;
}
.main .container .part2 .form-content .card .text {
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
}
.main .container .part2 .form-content .card img {
  margin-top: 28px;
}
.main .container .part2 .about {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #2C5B9B;
  line-height: 50px;
  text-align: center;
  margin: 90px auto 0;
}