.page-warp .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.page-warp .main h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 60px;
}
.page-warp .main .desc {
  width: 800px;
  color: #6D7275;
  text-align: center;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 40px;
}
.page-warp .main .button {
  display: flex;
  width: 216px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(129deg, #3AFFA1 0%, #1BFF5B 100%);
  box-shadow: 0 8px 24px 0 rgba(148, 218, 181, 0.4);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
}
.page-warp .main .tools {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.page-warp .main .tools .tool {
  flex: 0 0 282px;
  height: 220px;
  border-radius: 12px;
  border: 1px solid #F1F2F3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-warp .main .tools .tool img {
  width: 60px;
  height: 60px;
  margin-top: 36px;
  margin-bottom: 16px;
}
.page-warp .main .tools .tool .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.page-warp .main .tools .tool .intro {
  width: 234px;
  color: #757575;
  text-align: center;
  font-size: 14px;
  line-height: 160%;
}
