.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.header {
  width: 100%;
  height: 682px;
  background: linear-gradient(26deg, #ffd1fc 0%, #fad0c6 100%);
}
.header::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 433px;
  background-image: url(../images/2.png);
  background-size: 100% 100%;
  left: 60px;
  top: 160px;
}
.header::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 417px;
  background-image: url(../images/1.png);
  background-size: 100% 100%;
  right: 0;
  top: 198px;
}

.header .title {
  width: 657px;
  font-size: 52px;
  font-family: Arial;
  font-weight: 400;
  color: #b14d60;
  line-height: 52px;
  position: absolute;
  left: 50%;
  top: 202px;
  text-align: center;
}
.desc {
  text-align: center;
  width: 774px;
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #bb6084;
  position: absolute;
  left: 45.5%;
  top: 400px;
}

.what {
  font-size: 36px;
  font-family: Arial;
  font-weight: 400;
  color: #cb7965;
  line-height: 30px;
  margin-top: 117px;
}

.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1140px;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 90px;
  margin-top: 96px;
  overflow: hidden;
}

.box {
  width: 528px;
  height: 284px;
  background-image: url(../images/5.png);
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 34px;
}
.box::after {
  content: "";
  width: 134px;
  height: 132px;
  background-image: url(../images/6.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
.box .title {
  height: 17px;
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  margin-top: 94px;
}

.box .content {
  width: 409px;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.join {
  display: flex;
  margin-top: 200px;
  align-items: center;
  column-gap: 70px;
}
.join img {
  width: 390px;
}
.join .title {
  font-size: 36px;
  font-family: Arial;
  font-weight: 400;
  color: #cb7965;
}
.join .content {
  width: 556px;
  font-size: 22px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}



.contact {
  display: flex;
  margin-top: 200px;
  align-items: center;
  column-gap: 70px;
  margin-bottom: 290px;
}
.contact img {
  width: 310px;
}
.contact .title {
  font-size: 36px;
  font-family: Arial;
  font-weight: 400;
  color: #cb7965;
}
.contact .content {
  width: 556px;
  font-size: 22px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
