.pagination-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination-box .pagination-page-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.pagination-box .pagination-page-box .pagination-page-pre {
  margin-right: 11px;
}
.pagination-box .pagination-page-box .pagination-page-pre img {
  display: none;
}
.pagination-box .pagination-page-box .pagination-page-pre img.show {
  display: block;
}
.pagination-box .pagination-page-box .pagination-page-pre img.show:nth-child(2) {
  cursor: pointer;
}
.pagination-box .pagination-page-box .pagination-page-num a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #353535;
}
.pagination-box .pagination-page-box .pagination-page-num a:hover {
  font-weight: 700;
  color: #353535;
  background: #F0F0F0;
  cursor: pointer;
}
.pagination-box .pagination-page-box .pagination-page-num a.active {
  font-weight: 700;
  color: #353535;
  background: #F0F0F0;
}
.pagination-box .pagination-page-box .pagination-page-next {
  margin-left: 11px;
}
.pagination-box .pagination-page-box .pagination-page-next img {
  display: none;
}
.pagination-box .pagination-page-box .pagination-page-next img.show {
  display: block;
}
.pagination-box .pagination-page-box .pagination-page-next img.show:nth-child(2) {
  cursor: pointer;
}
.pagination-box .pagination-input {
  margin-left: 30px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #353535;
}
.pagination-box .pagination-input input {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  width: 44px;
  height: 32px;
  line-height: 32px;
  background: #F9F9F9;
  border: 1px solid #EAEBEC;
  border-radius: 6px;
  margin: 0 8px;
  text-align: center;
}

body {
  background: #f5f6fa;
}

.kingshiper-header-titleList-item.support-nav a {
  color: rgb(255, 255, 255) !important;
}

.kingshiper-footer {
  margin-top: 0;
}

.help-search-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/tutorial-title-bg.jpg") no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 70px;
  padding: 70px 0;
  box-sizing: border-box;
}
.help-search-box .help-search-container {
  width: 1200px;
  margin: 0 auto;
}
.help-search-box .help-search-container > h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: bolder;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  color: #000000;
}
.help-search-box .help-search-container > p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #5D6362;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
}
.help-search-box .help-search-container .help-input-box {
  width: 820px;
  margin: 0 auto;
  display: flex;
  gap: 14px;
  position: relative;
}
.help-search-box .help-search-container .help-input-box > div {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
}
.help-search-box .help-search-container .help-input-box .product-selector {
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 16px;
}
.help-search-box .help-search-container .help-input-box .product-selector .product-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #344054;
}
.help-search-box .help-search-container .help-input-box .product-selector > img {
  width: 14px;
  height: 14px;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 20;
  width: 300px;
  max-height: 250px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scaleY(0.96);
  transform-origin: center top;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scaleY(1);
  pointer-events: all;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list .product-select-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bolder;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list .product-select-item.active {
  background: #f4f9ff;
  color: #007BFF;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list .product-select-item.active .product-select-check {
  display: block;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list .product-select-item .product-select-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list .product-select-item .product-select-content .product-select-logo {
  width: 28px;
  height: 28px;
}
.help-search-box .help-search-container .help-input-box .product-dropdown-list .product-select-item .product-select-check {
  width: 18px;
  height: 18px;
  display: none;
}
.help-search-box .help-search-container .help-input-box .product-keyword {
  width: calc(100% - 254px);
  position: relative;
}
.help-search-box .help-search-container .help-input-box .product-keyword > input {
  padding: 12px 48px 12px 16px;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 6px;
}
.help-search-box .help-search-container .help-input-box .product-keyword .search-icon {
  position: absolute;
  right: 14px;
  top: 4px;
  cursor: pointer;
  z-index: 20;
  border-radius: 8px;
  padding: 10px;
}
.help-search-box .help-search-container .help-hot-word {
  width: 560px;
  margin: 0 auto;
  margin-top: 20px;
}
.help-search-box .help-search-container .help-hot-word ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.help-search-box .help-search-container .help-hot-word ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  margin-right: 11px;
  margin-bottom: 8px;
  cursor: pointer;
}
.help-search-box .help-search-container .help-hot-word ul li a {
  padding: 6px 10px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #323232;
}
.help-search-box .help-search-container .help-hot-word ul li:hover {
  border: 1px solid #007aff;
}
.help-search-box .help-search-container .help-hot-word ul li:hover a {
  color: #007aff;
}
.help-search-box .help-search-container .help-hot-word ul li:last-child {
  margin-right: 0;
}

.common-title {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.common-title h1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: bolder;
  font-size: 24px;
  line-height: 26px;
  color: #323232;
}
.common-title h1 i {
  display: inline-block;
  width: 4px;
  height: 26px;
  background: #000000;
  border-radius: 115px;
  margin-right: 12px;
}
.common-title ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.common-title ul li {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 10px 6px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 26px;
  cursor: pointer;
}
.common-title ul li:last-child {
  margin-right: 0;
}
.common-title ul li.active {
  color: #007aff;
  background: rgba(0, 122, 255, 0.1);
}
.common-title ul li:hover {
  color: #007aff;
}

.anchor {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 24px 40px;
  gap: 100px;
  box-sizing: content-box;
  margin-top: 50px;
}
.anchor .anchor-item {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}
.anchor .anchor-item.active > h4, .anchor .anchor-item:hover > h4 {
  color: #007BFF;
}
.anchor .anchor-item.active.faq > .icon, .anchor .anchor-item:hover.faq > .icon {
  background-position: 0 0;
}
.anchor .anchor-item.active.course > .icon, .anchor .anchor-item:hover.course > .icon {
  background-position: -108px 0;
}
.anchor .anchor-item .icon {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/tutorial-anchor-icon.svg") no-repeat;
  display: inline-block;
  width: 54px;
  height: 54px;
}
.anchor .anchor-item.faq > .icon {
  background-position: 0 -108px;
}
.anchor .anchor-item.course > .icon {
  background-position: -108px -108px;
}
.anchor .anchor-item > h4 {
  font-size: 20px;
  color: #333;
  font-weight: bolder;
}
.anchor .anchor-item > h4 p {
  font-size: 16px;
  color: #7A7B87;
  font-weight: normal;
  margin-top: 5px;
}

.help-display-container {
  padding-bottom: 100px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 70px;
}
.help-display-container .sidebar-anchor {
  position: sticky;
  top: 140px;
  left: 0;
  width: 80px;
  margin-right: 20px;
  margin-top: 100px;
}
.help-display-container .sidebar-anchor .anchor-item {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
.help-display-container .sidebar-anchor .anchor-item .icon {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/tutorial-sidebar-anchor-icon.svg") no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.help-display-container .sidebar-anchor .anchor-item.active {
  border: 1px solid #b3d2ff;
  color: #007BFF;
}
.help-display-container .sidebar-anchor .anchor-item.active.faq > .icon {
  background-position: 0 0;
}
.help-display-container .sidebar-anchor .anchor-item.active.course > .icon {
  background-position: 0 -36px;
}
.help-display-container .sidebar-anchor .anchor-item.faq > .icon {
  background-position: -36px 0;
}
.help-display-container .sidebar-anchor .anchor-item.course > .icon {
  background-position: -36px -36px;
}
.help-display-container .sidebar-anchor .anchor-item > h4 {
  font-weight: bolder;
  font-size: 12px;
  margin-top: 4px;
}
.help-display-container .help-display-box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.help-display-container .help-display-box .help-display-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 54px;
  border-radius: 38px;
  border: 1px solid #007BFF;
  margin: 60px auto 0 auto;
  text-decoration: none;
}
.help-display-container .help-display-box .help-display-item > a:hover {
  background: #007bff;
}
.help-display-container .help-display-box .help-display-item > a:hover span {
  color: #fff;
}
.help-display-container .help-display-box .help-display-item > a span {
  color: #007BFF;
  text-align: right;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.help-display-container .help-display-box .help-display-item .help-article ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.help-display-container .help-display-box .help-display-item .help-article ul li {
  background: #fff;
  width: 380px;
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
}
.help-display-container .help-display-box .help-display-item .help-article ul li:hover {
  border-color: rgba(0, 123, 255, 0.25);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transform: translateY(-2px);
}
.help-display-container .help-display-box .help-display-item .help-article ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.help-display-container .help-display-box .help-display-item .help-article ul li a .help-article-img {
  position: relative;
}
.help-display-container .help-display-box .help-display-item .help-article ul li a .help-article-img img {
  width: 100%;
  border-radius: 13px;
  height: 212px;
}
.help-display-container .help-display-box .help-display-item .help-article ul li a .help-article-info {
  margin-top: 16px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.help-display-container .help-display-box .help-display-item .help-article ul li a .help-article-info h1 {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  color: #323232;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.help-display-container .help-display-box .help-display-item .help-article ul li a .help-article-info p {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #848485;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
}
.help-display-container .help-display-box .help-display-item .help-article ul li a .help-article-keyword {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.help-display-container .help-display-box .help-display-item .help-article ul li a .help-article-keyword span {
  background: #fff4eb;
  color: #FF6000;
  padding: 4px 10px;
  border-radius: 5px;
}