.content {
  padding-bottom: 6.428571rem;
  background: #f7f8fc;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.content .header {
  height: 4.285714rem;
  width: 100vw;
  background: #ffffff;
  box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 15%);
  display: flex;
  align-items: center;
}
.content .header .center-area {
  width: 85.714286rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .header .center-area .left-btn {
  display: flex;
  align-items: center;
}
.content .header .center-area .left-btn a {
  margin-right: 1.428571rem;
}

.content .header .center-area .left-btn div {
  font-size: 1.285714rem;
  color: #666666;
  padding-left: 1.428571rem;
  border-left: 1px solid #666666;
}

.content .header .center-area .left-btn a .logo-png {
  height: 2.285714rem;
  vertical-align: middle;
}
.content .header .center-area .left-btn a span {
  font-size: 1.428571rem;
  color: #3b90f4;
}

.content .header .center-area .right {
  font-size: 1.285714rem;
  color: #000000;
}

.content .pc-type-area {
  width: 85.714286rem;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content .pc-type-area .using-help-page {
  margin-top: 1rem;
  width: 83rem;
  height: 44.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 1.142857rem 1px rgba(46, 73, 141, 0.08);
  overflow: hidden;
  padding: 1.285714rem 1.428571rem;
}

.content .pc-type-area .using-help-page .using-help-page-header {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1.285714rem;
  font-size: 1.142857rem;
}
.content .pc-type-area .using-help-page .using-help-page-header span {
  color: #3b90f4;
  font-size: 1.142857rem;
}

.content .pc-type-area .using-help-page .using-help-page-content {
  margin-top: 1.285714rem;
  width: 100%;
}

.content .pc-type-area .using-help-page .using-help-page-content .page {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1.285714rem;
  justify-content: space-between;
  margin-bottom: 1.285714rem;
}

.content
  .pc-type-area
  .using-help-page
  .using-help-page-content
  .page
  .page-left {
  font-size: 1rem;
  color: #000000;
  width: 75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content
  .pc-type-area
  .using-help-page
  .using-help-page-content
  .page
  .page-right {
  display: flex;
  align-items: center;
}

.content
  .pc-type-area
  .using-help-page
  .using-help-page-content
  .page
  .page-right
  span {
  font-size: 1rem;
  color: #000000;
}

.content
  .pc-type-area
  .using-help-page
  .using-help-page-content
  .page
  .page-right
  button {
  height: 1.714286rem;
}

.content
  .pc-type-area
  .using-help-page
  .using-help-page-content
  .page
  .page-right
  button
  img {
  height: 1.714286rem;
}

.content .pc-type-area .pager {
  margin-top: 2.142857rem;
  padding-bottom: 1.428571rem;
}
.pc-type-area .pager a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  border-radius: 0.142857rem;
  font-size: 1.142857rem;
  color: #333333;
  line-height: 3rem;
  text-align: center;
  margin-right: 1.428571rem;
}
.content .pc-type-area .pager span {
  display: inline-block;
  font-size: 1.142857rem;
  color: #333333;
  line-height: 3rem;
  text-align: center;
  margin-right: 1.428571rem;
}

.content .pc-type-area .pager .last-page {
  display: inline-block;
  font-size: 1.142857rem;
  color: #333333;
  line-height: 3rem;
  text-align: center;
  margin-right: 1.428571rem;
  width: 5.428571rem;
  height: 3rem;
  background: #ffffff;
  border-radius: 0.142857rem;
}

.content .pc-type-area .pager .first-page {
  display: inline-block;
  font-size: 1.142857rem;
  color: #333333;
  line-height: 3rem;
  text-align: center;
  width: 5.428571rem;
  height: 3rem;
  background: #ffffff;
  border-radius: 0.142857rem;
}

.content .pc-type-area .pager .prev-page {
  display: inline-block;
  font-size: 1.142857rem;
  color: #333333;
  line-height: 3rem;
  text-align: center;
  width: 5.428571rem;
  height: 3rem;
  background: #ffffff;
  border-radius: 0.142857rem;
}

.content .pc-type-area .pager .next-page {
  display: inline-block;
  font-size: 1.142857rem;
  color: #333333;
  line-height: 3rem;
  text-align: center;
  width: 5.428571rem;
  height: 3rem;
  background: #ffffff;
  border-radius: 0.142857rem;
}

.content .pc-type-area .pager a.active {
  background: #3b90f4;
  color: #fff;
}

.content .pc-type-area .pager a:last-child {
  margin-right: 0;
}

.content .pc-type-area .pager a:hover {
  background: #3b90f4;
  color: #fff;
}

.content .footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 5.642857rem;
  text-align: center;
  background: #040926;
  line-height: 5.642857rem;
  overflow: hidden;
  left: 0;
}
.content .footer span {
  font-size: 1rem;
  color: #8c8e93;
}

.sj-content {
  /*height: auto;*/
}

.sj-content .sj-header .center-area {
  padding: 0 10px;
  width: 100vw;
}

.sj-content .sj-type-area {
  width: 100vw;
}

.sj-content .sj-type-area .using-help-page {
  width: 100vw;
}

.sj-content .sj-type-area .using-help-page .using-help-page-header {
  padding-left: 1rem;
}
.sj-content .sj-type-area .using-help-page .using-help-page-header span {
  font-size: 1.3rem;
}
.sj-content
  .sj-type-area
  .using-help-page
  .using-help-page-content
  .page
  .page-left {
  font-size: 1.3rem;
  color: #000000;
  width: 40rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1rem;
  white-space: nowrap;
}

.sj-content .sj-type-area .sj-pager a {
  margin-right: 0.5rem;
}
