.helpWrap {
  width: 880px;
  height: 100vh;
  overflow: auto;
  margin: 0 auto;
  padding-top: 20px;
  background-color: #fff;
  h2 {
    text-align: center;
  }
  .helpItem {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    h3 {
      margin-bottom: 10px;
    }
    .imgWrap {
      img {
        width: 100%;
      }
    }
  }
}
