.home-page-helpCenter {
  background: #EEF4FA;
}
.helpCenterDiv {
  width: 100%;
  min-height: calc(100vh - 440px);
  padding: 0.1px;
}
.helpCenterDiv .helpCenterDiv-con {
  width: 80%;
  margin: 40px auto;
  display: flex;
  align-items: flex-start;
}
.helpCenterDiv .helpCenterDiv-con .conLeft {
  width: 260px;
  margin-right: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
.helpCenterDiv .helpCenterDiv-con .conLeft div {
  line-height: 42px;
  font-size: 18px;
  font-family: "pingfangSc";
  cursor: pointer;
  border-right: 4px solid #ffffff;
  padding-left: 13px;
  margin-bottom: 10px;
}
.helpCenterDiv .helpCenterDiv-con .conLeft div:hover {
  background: #f5f5f5;
  border-right: 4px solid #2b44ed;
}
.helpCenterDiv .helpCenterDiv-con .conLeft div.active {
  border-right: 4px solid #2b44ed;
  background: #f5f5f5;
  color: #2b44ed;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.helpCenterDiv .helpCenterDiv-con .conRight {
  width: calc(100% - 280px);
  margin-right: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.helpCenterDiv .helpCenterDiv-con .conRight .h3 {
  text-align: center;
  font-size: 26px;
  margin: 10px auto 8px;
  letter-spacing: 1px;
}
.helpCenterDiv .helpCenterDiv-con .conRight .rightAlign {
  text-align: right;
  color: #666;
  font-size: 16px;
}
.helpCenterDiv .helpCenterDiv-con .conRight img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
