.page-warp .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  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: var(---Pidif, #F0167F);
  box-shadow: 0 6px 12px 0 rgba(240, 22, 127, 0.2);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 64px;
  gap: 8px;
}
.page-warp .main .button img {
  width: 14px;
  height: 10px;
}
.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: 216px;
  border-radius: 12px;
  border: 1px solid #F1F2F3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-warp .main .tools .tool:hover {
  border-radius: 12px;
  border: 1px solid #F1F2F3;
  background: #F9F6FF;
}
.page-warp .main .tools .tool img {
  width: 56px;
  height: 56px;
  margin-top: 55px;
  margin-bottom: 20px;
}
.page-warp .main .tools .tool .title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.page-warp .main .all-tools {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 400px;
  background-image: url("/public/img/all-tools-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-warp .main .all-tools h3 {
  margin-top: 80px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
}
.page-warp .main .all-tools .introduce {
  margin-top: 20px;
  color: #6D7275;
  font-size: 18px;
}
.page-warp .main .all-tools img {
  margin-top: 48px;
  width: 69px;
  height: 69px;
}
