.page-top-box {
  margin-bottom: 2rem;
  background-image: url("../img/about/page_top.png");
  background-repeat: no-repeat;
  background-position-y: 30%;
  /* color: #EFEFEF; */
  height: 160px;
  display: flex;
  align-items: center;
}
.page-top-box .title {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: bold;
}
.page-top-box .describe {
  font-size: 16px;
}

.serviceContent {
  background-image: url("../img/help/help-applyEnter_content_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
