.home-page-detailsView {
  background: #EEF4FA;
}
.helpCenterDiv {
  width: 100%;
  min-height: calc(100vh - 360px);
  padding: 80px 0 0 0;
}
.helpCenterDiv .helpCenterDiv-con {
  width: 80%;
  margin: 40px auto;
  display: flex;
  align-items: flex-start;
}
.helpCenterDiv .helpCenterDiv-con #title_value {
  width: 80%;
  min-height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.helpCenterDiv .helpCenterDiv-con #title_value .h3 {
  text-align: center;
  line-height: 50upx;
  color: #333;
  font-size: 20px !important;
  font-weight: 900;
  margin: 20px 0 !important;
  font-family: "pingFangRegular";
}
.helpCenterDiv .helpCenterDiv-con #title_value .p {
  line-height: 32px;
  margin-bottom: 5px;
  text-indent: 2em;
  font-family: "pingFangRegular";
}
