.help-detail {
  width: 100%;
  background: #edf0f2;
  padding: 46px 0px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.help-detail .content {
  width: auto;
  padding: 0px 51px;
}
.help-detail .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help-detail .content .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.help-detail .content .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.help-detail .content .title > div > div > span {
  font-size: 16px;
  font-weight: 500;
  color: #4A4A4A;
  margin-right: 36px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.help-detail .content .title > div > div > span.active {
  color: #6868ce;
  border-bottom: 5px solid #6868ce;
}
.help-detail .content .list {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 0px 26px 16px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 29px;
  min-height: 60vh;
}
.help-detail .content .list img {
  max-width: 100%;
}
.help-detail .ant-back-top-inner {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #6868ce;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


/*# sourceMappingURL=16.1750509728150.css.map*/