html body p {
	line-height:35px;
}
figure table tbody tr td {
	line-height:35px;
}
table tbody tr td img {
	width: 800px;
}
.help-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.2s;
  z-index: 100;
}
.help-header.header-scroll {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}
.help-header .header-box {
  position: relative;
  width: 1200px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.help-header .logo {
  height: 28px;
  display: block;
  cursor: pointer;
}
.help-header .line {
  margin: 0 16px;
  width: 1px;
  height: 20px;
  background: #e7e7e7;
}
.help-header .sub-title {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  line-height: 28px;
  color: #fd6012;
}
.help-header .header-search {
  margin-left: auto;
  width: 480px;
  height: 48px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-sizing: border-box;
}
.help-header .header-search .icon-search {
  font-size: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 12px;
}
.help-header .header-search .search-btn-block {
  display: inline-flex;
  align-items: center;
}
.help-header .header-search .search-btn-block .icon-close-circle-filled {
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.26);
}
.help-header .header-search .search-btn-block .line {
  margin-left: 16px;
  margin-right: 24px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #e7e7e7;
}
.help-header .header-search .search-btn-block #search-submit {
  font-size: 16px;
  color: #fd6012;
  line-height: 22px;
  cursor: pointer;
  border: none;
  background: unset;
  padding: 0;
}
.help-header .header-search .search-btn-block.hide {
  display: none;
}
.help-header .header-search .inner-input {
  flex: 1;
  border: none;
  outline: none;
  font: inherit;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
}
.help-header .header-search .inner-input:placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#site-content {
  margin-top: 72px;
  min-height: calc(100vh - 312px);
}
.search-banner {
  width: 100%;
  height: 320px;
  background-color: #f3f3f3;
  background-image: url("../images/top-banner.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.search-banner .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.search-banner .content .search-title {
  padding-top: 90px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 48px;
}
.search-banner .content .search-box {
  margin-top: 32px;
  width: 640px;
  height: 60px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 24px;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  box-sizing: border-box;
}
.search-banner .content .search-box .icon-search {
  display: inline-block;
  font-size: 28px;
  color: #fd6012;
  margin-right: 16px;
}
.search-banner .content .search-box .inner-input {
  flex: 1;
  border: none;
  outline: none;
  font: inherit;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
}
.search-banner .content .search-box .inner-input:placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.search-banner .content .search-box .search-btn-block {
  display: inline-flex;
  align-items: center;
}
.search-banner .content .search-box .search-btn-block .icon-close-circle-filled {
  display: inline-block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.26);
}
.search-banner .content .search-box .search-btn-block .line {
  margin-left: 16px;
  margin-right: 24px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #e7e7e7;
}
.search-banner .content .search-box .search-btn-block #search-submit {
  font-size: 16px;
  color: #fd6012;
  line-height: 22px;
  cursor: pointer;
  border: none;
  background: unset;
  padding: 0;
}
.search-banner .content .search-box .search-btn-block.hide {
  display: none;
}
.hide {
  display: none;
}
.search-pop {
  margin: 0;
  display: none;
  position: absolute;
  background: #ffffff;
  border: 0.5px solid #dcdcdc;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 8px;
  z-index: 11;
}
.search-pop.header {
  top: 72px;
  right: 0;
  width: 480px;
}
.search-pop.banner {
  top: 242px;
  left: 0;
  width: 640px;
}
.search-pop li {
  padding: 0 8px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.search-pop li:not(:last-of-type) {
  margin-bottom: 4px;
}
.search-pop li a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.search-pop li:hover {
  background-color: #f3f3f3;
  border-radius: 3px;
}
.search-pop li .st {
  color: #fd6012;
  font-style: normal;
}
.post-type-btns {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 48px;
  display: flex;
}
.post-type-btns button {
  margin-right: 24px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  width: 112px;
  height: 48px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-type-btns button .iconfont {
  font-size: 24px;
}
.post-type-btns button:hover {
  border-color: #fd6012;
  color: #fd6012;
}
.post-type-btns button.active {
  background-color: #fd6012;
  border: 1px solid #fd6012;
  color: #fff;
}
.cate-post-list {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 32px;
  display: none;
}
.cate-post-list.active,
.video-containter.active {
  display: block;
}
.cate-post-list .cate-list {
  display: flex;
  flex-wrap: wrap;
}
.cate-post-list .cate-list .cate-block {
  box-sizing: border-box;
  width: 580px;
  height: 284px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 48px;
  overflow: hidden;
}
.cate-post-list .cate-list .cate-block:hover {
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.08);
}
.cate-post-list .cate-list .cate-block:nth-of-type(2n) {
  margin-left: 40px;
}
.cate-post-list .cate-list .cate-block .header {
  display: flex;
  align-items: center;
  line-height: 36px;
}
.cate-post-list .cate-list .cate-block .header > .iconfont {
  font-size: 36px;
  color: #fd6012;
}
.cate-post-list .cate-list .cate-block .header i {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.cate-post-list .cate-list .cate-block .header .title {
  margin-left: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
}
.cate-post-list .cate-list .cate-block .header .view-all {
  text-decoration: none;
  margin-left: auto;
  font-size: 16px;
  color: #fd6012;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.cate-post-list .cate-list .cate-block .header .view-all > .iconfont {
  margin-left: 2px;
  font-size: 20px;
  color: #fd6012;
}
.cate-post-list .cate-list .cate-block ul {
  margin-top: 16px;
}
.cate-post-list .cate-list .cate-block ul li a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: inside;
  text-decoration: none;
}
.cate-post-list .cate-list .cate-block ul li a:hover {
  color: #fd6012;
}
.cate-post-list .cate-list .cate-block ul li::marker {
  color: #c5c5c5;
  font-size: 12px;
}
.cate-post-list .cate-list .cate-block ul li:hover {
  cursor: pointer;
  color: #fd6012;
}
.cate-post-list .cate-list .cate-block ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.video-containter {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  display: none;
}
.video-containter .video-block {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 40px;
}
.video-containter .video-block .header {
  display: flex;
  align-items: center;
  line-height: 36px;
}
.video-containter .video-block .header > .iconfont {
  font-size: 36px;
  color: #fd6012;
}
.video-containter .video-block .header .title {
  margin-left: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.9);
}
.video-containter .video-block .header .view-all {
  margin-left: auto;
  font-size: 16px;
  color: #fd6012;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.video-containter .video-block .header .view-all > .iconfont {
  font-size: 20px;
  margin-left: 2px;
}
.video-containter .video-block .video-list {
  margin-top: 20px;
  display: flex;
}
.video-containter .video-block .video-list .video-item {
  width: 211px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
}
.video-containter .video-block .video-list .video-item:hover .video-title {
  color: #FD6012;
}
.video-containter .video-block .video-list .video-item:not(:last-of-type) {
  margin-right: 24px;
}
.video-containter .video-block .video-list .video-item img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 4px;
}
.video-containter .video-block .video-list .video-item .video-duration {
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 0 4px 0;
  position: absolute;
  top: 100px;
  right: 0;
  padding: 0 4px;
  height: 18px;
}
.video-containter .video-block .video-list .video-item .video-title {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.search-result {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.search-result .no-result {
  margin: 0 auto;
  display: none;
  margin-top: 120px;
}
.search-result .no-result.active {
  display: block;
}
.search-result .no-result img {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.search-result .no-result .tips {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 20px;
}
.search-result .search-result-total {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  margin-bottom: 24px;
}
.search-result-doc-list,
.search-result-video-list {
  display: none;
}
.search-result-doc-list.active,
.search-result-video-list.active {
  display: block;
}
.search-result .search-result-doc-item {
  display: block;
  text-decoration: unset;
  cursor: pointer;
}
.search-result .search-result-doc-item .result-title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  margin-bottom: 12px;
}
.search-result .search-result-doc-item .result-title em {
  color: #fd6012;
  font-style: normal;
}
.search-result .search-result-doc-item .result-summary {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  margin-bottom: 64px;
}
.video-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 24px;
}
.search-result .search-result-video-item {
  cursor: pointer;
  width: 221px;
  text-decoration: unset;
  position: relative;
}
.search-result .search-result-video-item:nth-of-type(5n) {
  width: 220px;
}
.search-result .search-result-video-item img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 4px;
}
.search-result .search-result-video-item .video-duration {
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 0 4px 0;
  position: absolute;
  top: 100px;
  right: 0;
  padding: 0 4px;
  height: 18px;
}
.search-result .search-result-video-item .video-title {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.search-result .search-result-video-item .video-title em {
  color: #fd6012;
  font-style: normal;
}
.doc-wrapper {
  display: flex;
  margin: 0 auto;
  width: 1200px;
}
.doc-wrapper .doc-left-menu {
  width: 280px;
  flex-shrink: 0;
}
.doc-wrapper .doc-left-menu ul {
  padding-left: 0;
  list-style: none;
}
.doc-wrapper .doc-left-menu ul.root-cat > li > ul > .cat > .cat-title {
  padding-left: 12px;
}
.doc-wrapper .doc-left-menu ul.root-cat > li > ul > .post > .post-title {
  padding-left: 20px;
}
.doc-wrapper .doc-left-menu ul.root-cat > li > ul > .cat > ul > .cat > .cat-title {
  padding-left: 32px;
}
.doc-wrapper .doc-left-menu ul.root-cat > li > ul > .cat > ul > .post > .post-title {
  padding-left: 40px;
}
.doc-wrapper .doc-left-menu ul li.post.active {
  background-color: rgba(253, 96, 18, 0.1);
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #FD6012;
  line-height: 22px;
}
.doc-wrapper .doc-left-menu ul li.post:hover {
  background: #f3f3f3;
}
.doc-wrapper .doc-left-menu ul .cat-title {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  text-decoration: unset;
}
.doc-wrapper .doc-left-menu ul .cat-title .iconfont {
  line-height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 8px;
}
.doc-wrapper .doc-left-menu ul .cat-title .text {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
}
.doc-wrapper .doc-left-menu ul .cat-title:hover {
  background: #f3f3f3;
}
.doc-wrapper .doc-left-menu ul .post-title {
  display: inline-block;
  text-decoration: unset;
  padding: 13px 22px 13px 0;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  color: rgba(0, 0, 0, 0.9);
}
.doc-wrapper .doc-left-menu ul .post-title .dot {
  margin-top: 9px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c5c5c5;
  margin-right: 12px;
  flex-shrink: 0;
}
.doc-wrapper .doc-left-menu ul .post-title .text {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.doc-wrapper .doc-line {
  background-color: #e7e7e7;
  width: 1px;
  flex-shrink: 0;
}
.doc-wrapper .doc-right-content {
  margin-left: 40px;
  width: 100%;
}
.doc-wrapper .doc-right-content .bread-list {
  display: flex;
  align-items: center;
  margin-top: 32px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
}
.doc-wrapper .doc-right-content .bread-list .title {
  color: rgba(0, 0, 0, 0.9);
}
.doc-wrapper .doc-right-content .bread-list .iconfont {
  font-size: 16px;
  margin: 0 4px;
}
.doc-wrapper .doc-right-content .post-container .post-title h1 {
  margin-top: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 36px;
}
.doc-wrapper .doc-right-content .post-container .post-title .sub {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 18px;
}
.doc-wrapper .doc-right-content .post-container .post-title .sub .view-count {
  margin-left: 16px;
}
.doc-wrapper .doc-right-content .post-container .post-content {
  margin-top: 24px;
  min-height: calc(100vh - 636px);
}
.doc-wrapper .doc-right-content .cat-container .cat-title {
  margin-top: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 36px;
}
.doc-wrapper .doc-right-content .cat-container .post-list {
  margin-top: 24px;
}
.doc-wrapper .doc-right-content .cat-container .post-list .post-item {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 16px;
}
.doc-wrapper .doc-right-content .cat-container .post-list .post-item:hover {
  color: #fd6012;
}
.doc-wrapper .doc-right-content .article-footer {
  margin: 80px 0;
}
.doc-wrapper .doc-right-content .article-footer .line {
  margin-bottom: 16px;
  width: 100%;
  background-color: #E7E7E7;
  height: 1px;
}
.doc-wrapper .doc-right-content .article-footer .tips {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
}
.doc-wrapper .doc-right-content .article-footer .tips i {
  font-style: normal;
  color: #fd6012;
  display: inline-block;
}
.doc-wrapper .doc-right-content .article-footer .tips i:hover {
  cursor: pointer;
}
.pop-weixin-contact-wrapper {
  position: fixed;
  background-color: #fff;
  border-radius: 12px;
  transform: translate(-50%, -100%);
  z-index: 10;
}
.pop-weixin-contact-wrapper .pop-block {
  width: 280px;
  height: 306px;
  background: linear-gradient(180deg, rgba(253, 96, 18, 0.1) 0%, #ffffff 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pop-weixin-contact-wrapper .pop-block img {
  width: 160px;
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
}
.pop-weixin-contact-wrapper .pop-block .title {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  line-height: 26px;
  font-size: 18px;
}
.pop-weixin-contact-wrapper .pop-block .sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
}
.s-layout-footer {
  background-color: #31343b;
  padding: 0;
}
.s-layout-footer.my .s-footer {
  width: 1280px;
}
.s-layout-footer .s-footer {
  width: 100%;
  height: 312px;
  box-sizing: border-box;
  padding-top: 64px;
  width: 1200px;
  margin: 0 auto;
}
.s-layout-footer .s-footer .desc-block {
  display: flex;
}
.s-layout-footer .s-footer .desc-block .block-left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  flex-shrink: 0;
}
.s-layout-footer .s-footer .desc-block .block-left .logo {
  display: block;
  margin-bottom: 24px;
}
.s-layout-footer .s-footer .desc-block .block-left .address {
  margin-bottom: 12px;
}
.s-layout-footer .s-footer .desc-block .block-center {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  font-size: 14px;
}
.s-layout-footer .s-footer .desc-block .block-center .center-item {
  color: rgba(255, 255, 255, 0.9);
}
.s-layout-footer .s-footer .desc-block .block-center .center-item .title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.s-layout-footer .s-footer .desc-block .block-center .center-item a{
  display: block;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: unset;
  line-height: 20px;
  margin-bottom: 4px;
}
.s-layout-footer .s-footer .desc-block .block-center .center-item a:not(:last-of-type){
  margin-right: 64px;
}
.s-layout-footer .s-footer .desc-block .block-right {
  margin-right: 32px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
}
.s-layout-footer .s-footer .desc-block .block-right .img-item {
  margin-left: 40px;
}
.s-layout-footer .s-footer .desc-block .block-right .img-item img {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.s-layout-footer .s-footer .desc-block .block-right .img-item .txt {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 16px;
}
.s-layout-footer .s-footer .copyright {
  margin-top: 40px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
.s-layout-footer .s-footer .copyright .statement,
.s-layout-footer .s-footer .copyright .about {
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: unset;
}
.s-layout-footer .s-footer .copyright .statement:hover,
.s-layout-footer .s-footer .copyright .about:hover {
  color: rgba(255, 255, 255, 0.9);
}
