@charset "UTF-8";
.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: #f2f2f2;
  height: 100vh;
  min-height: 100% !important;
}

.tab-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  gap: 40px;
  margin: 58px auto 70px auto;
}
.tab-box div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bolder;
  font-size: 24px;
  cursor: pointer;
}
.tab-box div.active {
  color: #007BFF;
}
.tab-box div.faq .icon {
  background-position: 0 -60px;
}
.tab-box div.faq.active > .icon {
  background-position: 0 0;
}
.tab-box div.course .icon {
  background-position: -60px -60px;
}
.tab-box div.course.active > .icon {
  background-position: -60px 0;
}
.tab-box div .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/tutorial-second-title-icon.svg") no-repeat;
}

.article-box {
  width: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.article-box .article-crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 12px;
  color: #797979;
}
.article-box .article-crumbs > img {
  margin: 0 5px;
  width: 20px;
  height: 20px;
}
.article-box .article-crumbs > a {
  font-size: 16px !important;
  color: #797979;
}
.article-box .article-crumbs > div {
  margin-left: 5px;
}
.article-box .article-crumbs > div a {
  font-size: 16px !important;
}
.article-box .article-crumbs > div > img {
  margin-right: 5px;
}
.article-box .article-crumbs .article-last-none {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-box .article-crumbs .none {
  opacity: 0;
}
.article-box .article-crumbs .none.active {
  opacity: 1;
  font-size: 16px;
}
.article-box .sidebar-anchor {
  position: sticky;
  top: 140px;
  left: 0;
  width: 80px;
  margin-right: 20px;
  margin-top: 100px;
}
.article-box .sidebar-anchor .anchor-item {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
.article-box .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;
}
.article-box .sidebar-anchor .anchor-item.active {
  border: 1px solid #b3d2ff;
  color: #007BFF;
}
.article-box .sidebar-anchor .anchor-item.active.faq > .icon {
  background-position: 0 0;
}
.article-box .sidebar-anchor .anchor-item.active.course > .icon {
  background-position: 0 -36px;
}
.article-box .sidebar-anchor .anchor-item.faq > .icon {
  background-position: -36px 0;
}
.article-box .sidebar-anchor .anchor-item.course > .icon {
  background-position: -36px -36px;
}
.article-box .sidebar-anchor .anchor-item > h4 {
  font-weight: bolder;
  font-size: 12px;
  margin-top: 4px;
}
.article-box .article-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin: 0;
}
.article-box .article-container > h1 {
  font-size: 28px;
  line-height: normal;
  padding-left: 26px;
  margin-bottom: 50px;
  font-weight: bolder;
}
.article-box .article-container .article-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 16px;
}
.article-box .article-container .article-item:last-child {
  margin-bottom: 0;
}
.article-box .article-container .article-item > a img {
  width: 260px;
  height: 174px;
  border-radius: 12px;
  object-fit: cover;
}
.article-box .article-container .article-item .article-info-text {
  position: relative;
  width: 68%;
}
.article-box .article-container .article-item .article-info-text h1 a {
  display: block;
  width: 100%;
  font-family: "ProximaNovaSemibold";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  color: #000000;
  word-break: break-all;
  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: normal;
  text-overflow: ellipsis;
}
.article-box .article-container .article-item .article-info-text h1 a .search-test {
  color: #fc4247;
}
.article-box .article-container .article-item .article-info-text p {
  margin-top: 15px;
  width: 100%;
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #848485;
  margin-top: 16px;
  word-break: break-all;
  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: normal;
  text-overflow: ellipsis;
}
.article-box .article-container .article-item .article-info-text p .search-test {
  color: #fc4247;
}
.article-box .article-container .article-item .article-info-text .article-tag-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .article-tag-text-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a {
  padding: 4px 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #FF6000;
  background: #fff4eb;
  border: none;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a:last-child {
  margin-right: 0;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down img {
  width: 20px;
  height: 20px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down span {
  display: inline-block;
  margin: 0 5px;
  color: #007aff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  opacity: 1;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down span.color-active {
  color: #5d5d5d;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-right: 16px;
  cursor: pointer;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even > span {
  display: inline-block;
  margin: 0 5px;
  color: #007aff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  opacity: 1;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even > span.color-active {
  color: #5d5d5d;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even img {
  width: 20px;
  height: 20px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even > div {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 38px;
  left: 0;
  padding: 4px 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
  z-index: 2023;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 36px;
  margin-right: 0;
  background: #fff;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even > div a img {
  width: 26px;
  height: 26px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even > div a span {
  display: inline-block;
  width: 56px;
  margin-left: 4px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #000;
  margin-left: 6px;
  opacity: 1;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even > div a:hover {
  background-color: #eee;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even:hover > div {
  display: flex;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even:hover {
  border-radius: 4px;
  border: 1px solid #007aff;
  background: rgba(0, 122, 255, 0.1);
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 6px 6px 6px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div img {
  width: 20px;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div span {
  display: inline-block;
  width: 56px;
  margin: 0 4px;
  font-family: Microsoft YaHei;
  color: #5d5d5d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  opacity: 1;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode {
  position: absolute;
  top: 36px;
  left: -12px;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 144px;
  height: 164px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 10;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode > div {
  cursor: pointer;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode canvas {
  width: 100%;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode .qr-p {
  margin-top: 0;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  text-align: center;
  z-index: 20;
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div:hover {
  border-radius: 4px;
  border: 1px solid #007aff;
  background: rgba(0, 122, 255, 0.1);
}
.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div:hover .download-qrcode {
  display: flex;
}
.article-box .article-container .article-item .article-info-text .article-tag-box span {
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
  display: inline-block;
}
.article-box .article-container .article-item .article-info-text .article-tag-box > span {
  width: 80px;
}
.article-box .other-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.article-box .other-box .common-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "ProximaNovaSemibold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.article-box .other-box .common-title i {
  display: inline-block;
  width: 4px;
  height: 26px;
  background: #000000;
  border-radius: 115px;
  margin-right: 12px;
}
.article-box .other-box .featured-article-box ul {
  width: 585px;
  height: 270px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  margin-top: 16px;
  padding: 20px 24px;
  box-sizing: border-box;
}
.article-box .other-box .featured-article-box ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9px;
}
.article-box .other-box .featured-article-box ul li:last-child {
  margin-bottom: 0;
}
.article-box .other-box .featured-article-box ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 85%;
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  display: inline-block;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-box .other-box .featured-article-box ul li a:hover {
  text-decoration: underline;
}
.article-box .other-box .featured-article-box ul li a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000000;
  margin-right: 8px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.article-box .other-box .featured-article-box ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
.article-box .other-box .hot-products ul {
  width: 585px;
  height: 270px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  margin-top: 16px;
  padding: 12px 8px;
  box-sizing: border-box;
}
.article-box .other-box .hot-products ul li {
  width: 100%;
  padding: 8px 25px;
  box-sizing: border-box;
  border-radius: 8px;
}
.article-box .other-box .hot-products ul li:hover {
  background: #f5f5f5;
}
.article-box .other-box .hot-products ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.article-box .other-box .hot-products ul li a .hot-products-info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 91%;
}
.article-box .other-box .hot-products ul li a .hot-products-info img {
  width: 44px;
  height: 44px;
}
.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-left: 8px;
}
.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text h2 {
  width: 100%;
  font-family: "ProximaNovaSemibold";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 1px;
  display: inline-block;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text p {
  width: 100%;
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  display: inline-block;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.paginationBox .my-pagination ._page_container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 0;
}
.paginationBox .my-pagination ._page_container ._prev {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0;
  margin-right: 11px;
}
.paginationBox .my-pagination ._page_container ._next {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0;
  margin-left: 11px;
}
.paginationBox .my-pagination ._page_container ._disabled_c {
  color: #d9d9d9 !important;
}
.paginationBox .my-pagination ._page_container ul li {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 6px;
  text-align: center;
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  padding: 0;
  margin: 0;
  margin-right: 8px;
}
.paginationBox .my-pagination ._page_container ul li:last-child {
  margin-right: 0;
}
.paginationBox .my-pagination ._page_container ul li:hover {
  background: #007aff;
  color: #ffffff !important;
}
.paginationBox .my-pagination ._page_container ul li._active_2 {
  background: #007aff;
  color: #ffffff !important;
}
.paginationBox .my-pagination ._page_container ._jumper {
  margin: 0;
  margin-left: 16px;
}
.paginationBox .my-pagination ._page_container ._jumper span {
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
.paginationBox .my-pagination ._page_container ._jumper ._jumper_input {
  width: 50px;
  height: 28px;
  line-height: 28px;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 4px;
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.paginationBox .my-pagination ._page_container ._jumper ._jumper_input:focus {
  background: #ffffff;
}

.helpArticleInfo-leftMeun-container {
  padding-bottom: 20px;
  width: 98px;
  border-radius: 30px;
  background: #fff;
  z-index: 2020;
  filter: drop-shadow(3px 7px 7px rgba(0, 0, 0, 0.07));
  /* 滚动条样式 */
  /* 定义滚动条的宽度和高度 */
  /* 定义滚动条滑块的样式 */
  /* 定义滚动条滑块在hover状态下的样式 */
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-title {
  position: relative;
  height: 44px;
  line-height: 44px;
  color: #878787;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #b8b7b7;
  cursor: default;
  padding-top: 6px;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #101010;
  font-size: 14px;
  cursor: default;
  font-size: 16px;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 23px;
  background-color: #007aff;
  opacity: 0;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li::after {
  display: inline-block;
  content: "";
  width: 3px;
  height: 23px;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .concealldiv {
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
  background-color: #878787;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box {
  position: absolute;
  padding: 20px 2px;
  width: 712px;
  height: 504px;
  box-sizing: border-box;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 707px;
  height: 444px;
  overflow-y: auto;
  border-right: 2px solid #fff;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card {
  display: flex;
  align-items: center;
  margin-right: 38px;
  margin-left: 50px;
  margin-bottom: 16px;
  width: 285px;
  height: 60px;
  box-sizing: border-box;
  text-align: start;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card .image {
  width: 45px;
  height: 45px;
  margin-right: 14px;
  cursor: pointer;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card > div {
  width: 190px;
  height: 38px;
  cursor: pointer;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card > div > span {
  display: block;
  line-height: 1;
  font-size: 13px;
  color: #878787;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card > div .txt {
  font-weight: 700;
  font-size: 15px;
  color: #101010;
  margin-bottom: 10px;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .helpArticleInfo-leftMeun-li-box-card:nth-child(2n) {
  margin-right: 0;
  margin-left: 0;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li:hover {
  background-color: #f0f6ff;
  color: #3897ff;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li:hover::before {
  opacity: 1;
}
.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li:hover .concealldiv {
  display: block;
}
.helpArticleInfo-leftMeun-container ::-webkit-scrollbar {
  width: 3px;
  height: 8px;
}
.helpArticleInfo-leftMeun-container ::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 5px;
  padding: 10px;
}
.helpArticleInfo-leftMeun-container ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.white-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 806px;
  height: 504px;
  background-color: #fff;
  border-radius: 30px;
  display: none;
  z-index: -1;
  filter: drop-shadow(3px 7px 7px rgba(0, 0, 0, 0.07));
}
.white-background.whiteActive {
  display: block;
  z-index: -1;
}

.hole {
  z-index: 10;
  opacity: 1;
}
.hole.show {
  opacity: 0 !important;
}

.hole.min {
  position: fixed;
  top: 130px;
  left: 18px;
}

.hole.max {
  position: absolute;
  top: 0;
  left: -117px;
}

.defaultNone {
  display: none;
  width: 100%;
  border-radius: 8px;
}
.defaultNone.show {
  display: block;
}
.defaultNone .default-container {
  width: 100%;
  text-align: center;
}
.defaultNone .default-container > p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #1D1D1F;
  margin-top: 16px;
}

.kingshiper-footer {
  z-index: 2;
}

.production-banner {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/tutorial-title-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 70px;
  padding: 70px 0;
}
.production-banner > h1 {
  font-weight: bolder;
  font-size: 48px;
  line-height: normal;
}
.production-banner > p {
  font-size: 16px;
  line-height: normal;
  color: #5D6362;
  margin-top: 8px;
  margin-bottom: 24px;
}
.production-banner .help-input-box {
  width: 820px;
  margin: 0 auto;
  display: flex;
  gap: 14px;
  position: relative;
}
.production-banner .help-input-box > div {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
}
.production-banner .help-input-box .product-selector {
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 16px;
}
.production-banner .help-input-box .product-selector .product-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #344054;
  visibility: hidden;
}
.production-banner .help-input-box .product-selector .product-info img {
  width: 28px;
  height: 28px;
}
.production-banner .help-input-box .product-selector > img {
  width: 14px;
  height: 14px;
}
.production-banner .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;
}
.production-banner .help-input-box .product-dropdown-list.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scaleY(1);
  pointer-events: all;
}
.production-banner .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;
}
.production-banner .help-input-box .product-dropdown-list .product-select-item.active {
  background: #f4f9ff;
  color: #007BFF;
}
.production-banner .help-input-box .product-dropdown-list .product-select-item.active .product-select-check {
  display: block;
}
.production-banner .help-input-box .product-dropdown-list .product-select-item .product-select-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.production-banner .help-input-box .product-dropdown-list .product-select-item .product-select-content .product-select-logo {
  width: 28px;
  height: 28px;
}
.production-banner .help-input-box .product-dropdown-list .product-select-item .product-select-check {
  width: 18px;
  height: 18px;
  display: none;
}
.production-banner .help-input-box .product-keyword {
  width: calc(100% - 254px);
  position: relative;
}
.production-banner .help-input-box .product-keyword > input {
  padding: 12px 48px 12px 16px;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 6px;
}
.production-banner .help-input-box .product-keyword .search-icon {
  position: absolute;
  right: 14px;
  top: 4px;
  cursor: pointer;
  z-index: 20;
  border-radius: 8px;
  padding: 10px;
}
#newPagination {
  justify-content: center;
  padding-bottom: 28px;
}
#newPagination a, #newPagination span {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 2px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  background: #fff;
}
#newPagination a:hover, #newPagination span:hover {
  background: #007bff;
  color: #fff;
}
#newPagination .active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}
#newPagination .disabled {
  color: #aaa;
  cursor: not-allowed;
}
#newPagination .ellipsis {
  border: none;
  cursor: default;
  pointer-events: none;
}

.clickDisabled {
  pointer-events: none;
}