.page-warp .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
.page-warp .main h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 64px;
}
.page-warp .main .desc {
  width: 960px;
  color: #6D7275;
  text-align: center;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 72px;
}
.page-warp .main .features {
  width: 1200px;
  height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-warp .main .features .container {
  flex: 0 0 384px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.page-warp .main .features .container.container-one {
  border-radius: 20px;
  background-color: #EDF3FF;
  background-image: url(../img/feature-one-bg.png);
  background-size: 301px 332px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.page-warp .main .features .container a, .page-warp .main .features .container .other {
  width: 100%;
  border-radius: 20px;
  padding: 32px 44px 0 32px;
}
.page-warp .main .features .container a.pdf-convert, .page-warp .main .features .container .other.pdf-convert {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 42px 44px 0 32px;
}
.page-warp .main .features .container a.pdf-merge, .page-warp .main .features .container .other.pdf-merge {
  flex: 0 0 252px;
  background: #FFF2F7;
}
.page-warp .main .features .container a.pdf-safety, .page-warp .main .features .container .other.pdf-safety {
  flex: 0 0 320px;
  background: #FFF3EE;
}
.page-warp .main .features .container a.pdf-arrange, .page-warp .main .features .container .other.pdf-arrange {
  flex: 0 0 320px;
  background: #F1F3FF;
}
.page-warp .main .features .container a.pdf-more-tools, .page-warp .main .features .container .other.pdf-more-tools {
  flex: 0 0 252px;
  background: #EEF7F9;
}
.page-warp .main .features .container a img, .page-warp .main .features .container .other img {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
.page-warp .main .features .container a .title, .page-warp .main .features .container .other .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.page-warp .main .features .container a .intro, .page-warp .main .features .container .other .intro {
  color: #464646;
  text-align: justify;
  font-size: 14px;
  line-height: 180%;
}
.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 .go-btn {
  margin-top: 48px;
  display: flex;
  width: 216px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #F0167F;
  box-shadow: 0 6px 12px 0 rgba(240, 22, 127, 0.2);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.page-warp .main .all-tools .go-btn img {
  width: 14px;
  height: 10px;
}
