.about-view .content-wrap {
  background-color: #fdfdfd;
  display: flex;
  margin-top: 2.687500rem;
}
.about-view .content-wrap .left-list {
  width: 15.187500rem;
  font-size: 1.000000rem;
  margin-right: 3.125000rem;
}
.about-view .content-wrap .left-list ul {
  width: 100%;
  border-bottom: 0.062500rem solid #fff;
}
.about-view .content-wrap .left-list li {
  width: 100%;
  min-height: 1.875000rem;
  padding: 0.312500rem 0.625000rem;
  line-height: 1.250000rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-view .content-wrap .left-list .main {
  color: #080808;
  font-weight: bold;
  background-color: #EEEEEE;
  cursor: pointer;
}
.about-view .content-wrap .left-list .child {
  border-top: 0.062500rem solid #efefef;
  display: none;
  background-color: #fff;
  color: #727272;
}
.about-view .content-wrap .left-list .child a {
  color: inherit;
}
.about-view .content-wrap .left-list a[disabled] {
  pointer-events: none;
}
.about-view .content-wrap .left-list .checked .main {
  color: #fff;
  background-color: #1248d3;
}
.about-view .content-wrap .left-list .checked .child {
  display: flex;
}
.about-view .content-wrap .left-list .checked .child.active {
  color: #5178df;
}
.about-view .content-wrap .right-content {
  width: 100%;
  background-color: #fff;
  border: 0.0625rem solid rgba(174, 183, 193, 0.2);
}
.about-view .content-wrap .right-content .title {
  font-size: 1.000000rem;
  color: #1248d3;
  font-weight: bold;
  text-align: center;
  background-color: efefef;
  height: 2.812500rem;
  line-height: 2.812500rem;
  border-top: 0.062500rem solid #efefef;
  border-bottom: 0.062500rem solid #efefef;
  margin: 0;
}
.about-view .content-wrap .right-content .help-content {
  padding: 0.937500rem;
}
.about-view .title-view {
  padding: 0px 0.937500rem;
  font-size: 0.875000rem;
  color: #1248d3;
}
.about-view .title-view a {
  color: inherit;
}
.about-view .title-view .current-title {
  color: #666;
}
.about-view .nodata {
  padding: 1.250000rem;
  text-align: center;
  font-size: 1.250000rem;
  color: #999;
  margin: 0px auto;
}