.main {
  position: relative;
}

.recommend {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 80px;
}
.recommend .content {
  color: #666666;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.recommend .content .recommend-title {
  color: #333333;
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
}
.recommend .content .recommend-title span {
  color: #ff678b;
}
.recommend .content p {
  margin: 40px 0px;
}
.recommend .content .gp {
  height: 80px;
}
.recommend .right-img {
  height: 673px;
}

.process {
  padding: 112px 0px 120px 0px;
}
.process .process-title {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 60px;
}
.process .process-title span {
  color: #ff678b;
}
.process .process-content {
  display: flex;
  align-items: center;
  gap: 140px;
}
.process .process-content .process-img {
  height: 510px;
}
.process ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.process ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.process ul li .group {
  width: 96px;
  height: 96px;
  padding: 20px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #333;
  flex-shrink: 0;
  color: #ff9bb3;
  text-align: center;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
.process ul li .process-text {
  color: #666666;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.process ul li .process-text h3 {
  color: #333333;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 8px;
}

.bg1 {
  background: url("/assets/img/bg1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 813px;
  height: 503px;
  z-index: -1;
}

.bg2 {
  background: url("/assets/img/bg2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30%;
  left: 0;
  width: 405px;
  height: 444px;
  z-index: -1;
}

.bg3 {
  background: url("/assets/img/bg3.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  width: 288px;
  height: 621px;
  z-index: -1;
  margin-bottom: 0px;
  bottom: -20%;
} /*# sourceMappingURL=home.css.map */
