.main {
  position: relative;
  min-width: 1200px;
}

.home {
  background: url("../img/recommend-bg.png") no-repeat left;
  background-size: 400px 483px;
  position: relative;
  z-index: 1;
}
.home .recommend {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 30px;
  padding-top: 34px;
}
.home .recommend .content {
  color: #666666;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
}
.home .recommend .content .recommend-title {
  color: #333333;
  font-size: 52px;
  font-weight: 500;
  line-height: 88px;
  padding-top: 46px;
}
.home .recommend .content .recommend-title span {
  color: #065fec;
  font-size: 80px;
  font-weight: 700;
}
.home .recommend .content p {
  margin-top: 120px;
}
.home .recommend .right-img {
  height: 534px;
}
.home .point {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home .point .item1,
.home .point .item2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 60px;
  background: #f8ad15;
  position: absolute;
}
.home .point .item1 {
  top: 34px;
  left: 40%;
}
.home .point .item2 {
  top: 74px;
  right: 32%;
}
.home .point .item3,
.home .point .item4 {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 60px;
  background: #065fec;
  position: absolute;
}
.home .point .item3 {
  bottom: 84px;
  left: 10%;
}
.home .point .item4 {
  background: #00bfe9;
  top: 58%;
  right: 43%;
}

.common-title {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.common-title span {
  color: #065fec;
  font-size: 48px;
  font-weight: 700;
}

.advantages-bg {
  background: #f7faff;
}
.advantages-bg .advantages {
  padding-top: 80px;
  margin-bottom: -124px;
}
.advantages-bg .advantages .advantages-list {
  margin-top: 20px;
}
.advantages-bg .advantages .advantages-list .box {
  padding: 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(120, 134, 157, 0.2);
  display: flex;
  align-items: center;
  color: #666666;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  gap: 16px;
}
.advantages-bg .advantages .advantages-list .box h3 {
  color: #35588b;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 24px;
}
.advantages-bg .advantages .advantages-list .box img {
  height: 80px;
}

.steps-bg {
  background: rgb(255, 255, 255);
}
.steps-bg .steps {
  padding: 284px 0px 80px 0px;
}
.steps-bg .steps .steps-content {
  display: flex;
  align-items: start;
}
.steps-bg .steps .steps-content img {
  height: 565px;
  margin-left: -90px;
}
.steps-bg .steps .steps-content ul li {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-top: 60px;
  color: #333333;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.steps-bg .steps .steps-content ul li span {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 120px;
  background: #065fec;
  display: inline-block;
  color: #ffffff;
  font-family: "DIN Black";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-align: center;
}
.steps-bg .steps .steps-content ul li .yellow {
  background-color: #f8ad15;
}
.steps-bg .steps .steps-content ul li h3 {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 16px;
}

.about-us {
  padding: 80px 0px 160px 0px;
}
.about-us .about-content {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-us .about-content .about-item {
  display: flex;
  align-items: start;
  color: #333333;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-top: 40px;
}
.about-us .about-content .about-item h4 {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 16px;
}
.about-us .about-content .about-item img {
  height: 64px;
}
.about-us .about-content .img-center img {
  height: 402.16px;
}/*# sourceMappingURL=home.css.map */