.breadcrumb-box {
  width: 100%;
  padding-top: 92px;
}
.breadcrumb-box ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb-box ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #1F1F24;
  cursor: default;
}
.breadcrumb-box ul li a:hover {
  text-decoration: underline;
  color: #0082FF;
  cursor: pointer;
}
.breadcrumb-box ul li a::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-width: 1px 1px 0 0;
  border-color: #1F1F24;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -moz-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -o-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  margin: 0 14px;
}
.breadcrumb-box ul li:first-child a::before {
  display: none;
}
.breadcrumb-box ul li:last-child a {
  width: 670px;
  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;
  display: block;
}
.breadcrumb-box ul li:last-child a::before {
  margin-bottom: 1.8px;
}
.breadcrumb-box ul li:last-child a:hover {
  text-decoration: none;
  color: #1F1F24;
  cursor: default;
}

body {
  background: #f9f9f9;
}

.main-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.main-box .main-content {
  display: flex;
  flex-direction: column;
}

.article-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 18px;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 40px;
  padding-top: 30px;
  padding-bottom: 24px;
  box-sizing: border-box;
}
.article-box.special {
  width: 886px;
}
.article-box.special .recommend-box .recommend-info > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.article-box.special .recommend-box .recommend-info > div ul {
  margin: 0;
}
.article-box.special .recommend-box .recommend-info > div ul li:first-of-type img {
  width: 67px;
  height: 10px;
  margin: 0;
}
.article-box.special .recommend-box .recommend-info > div ul li:last-of-type img {
  width: 20px;
  height: 20px;
  margin: 0;
}
.article-box.special .recommend-box .recommend-info span {
  width: 230px;
  margin: 0;
}
.article-box.special .article-detail-content video {
  height: 454px;
}
.article-box .article-info h1 {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 29px;
  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-info ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
  margin-left: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article-box .article-info ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #b5b5b5;
}
.article-box .article-info ul li a {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #007aff;
}
.article-box .article-info ul li img {
  margin-right: 5px;
}
.article-box .article-info ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 16px;
}
.article-box .article-info ul li:first-child::before {
  display: none;
}
.article-box .recommend-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 0;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 8px;
  margin-top: 16px;
  display: none;
}
.article-box .recommend-box.active {
  display: flex;
}
.article-box .recommend-box > img {
  width: 54px;
  height: 54px;
}
.article-box .recommend-box .recommend-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 12px;
}
.article-box .recommend-box .recommend-info div {
  display: flex;
  justify-content: center;
  align-items: end;
}
.article-box .recommend-box .recommend-info div h2 {
  margin-right: 16px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  width: fit-content;
}
.article-box .recommend-box .recommend-info div ul {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-box .recommend-box .recommend-info div ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007aff;
  font-family: Microsoft YaHei;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-box .recommend-box .recommend-info div ul li img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.article-box .recommend-box .recommend-info div ul li:nth-child(2) {
  color: #00cbbe;
}
.article-box .recommend-box .recommend-info div ul li:nth-child(3) {
  color: #999;
}
.article-box .recommend-box .recommend-info div ul li:nth-child(3) img {
  margin-right: 0;
  width: 82px;
  height: 12px;
}
.article-box .recommend-box .recommend-info ul {
  margin-top: 6px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.article-box .recommend-box .recommend-info ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #b5b5b5;
}
.article-box .recommend-box .recommend-info ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}
.article-box .recommend-box .recommend-info ul li:first-child::before {
  display: none;
}
.article-box .recommend-box .recommend-info span {
  margin-top: 6px;
  display: inline-block;
  width: 643px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-box .recommend-box .down-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 49px;
}
.article-box .recommend-box .down-box .down-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 31px;
  width: 90px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid rgba(0, 122, 255, 0.5);
  background: #fff;
}
.article-box .recommend-box .down-box .down-detail span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #007aff;
}
.article-box .recommend-box .down-box .recommend-download {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 128px;
  height: 32px;
  background: #ffffff;
  border: 1px solid rgba(0, 122, 255, 0.5);
  border-radius: 6px;
  padding-left: 4.5px;
  box-sizing: border-box;
  transform: scale(1.2);
  cursor: pointer;
  user-select: none;
}
.article-box .recommend-box .down-box .recommend-download > span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #007aff;
  margin-left: 4px;
}
.article-box .recommend-box .down-box .recommend-download i {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  background: rgba(0, 122, 255, 0.1);
  border-radius: 0px 4px 4px 0px;
}
.article-box .recommend-box .down-box .recommend-download i img:first-child {
  display: block;
}
.article-box .recommend-box .down-box .recommend-download i img:last-child {
  display: none;
}
.article-box .recommend-box .down-box .recommend-download ul {
  position: absolute;
  right: -1px;
  top: 35px;
  z-index: 2021;
  display: none;
  width: max-content;
  min-width: 130px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 4px 0;
  box-sizing: border-box;
}
.article-box .recommend-box .down-box .recommend-download ul li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}
.article-box .recommend-box .down-box .recommend-download ul li:first-child:hover {
  border-radius: 2px 2px 0 0;
}
.article-box .recommend-box .down-box .recommend-download ul li:last-child {
  margin-bottom: 0;
}
.article-box .recommend-box .down-box .recommend-download ul li:last-child:hover {
  border-radius: 0 0 2px 2px;
}
.article-box .recommend-box .down-box .recommend-download ul li:hover {
  background: #eeeeee;
}
.article-box .recommend-box .down-box .recommend-download ul li:hover .download-qrcode {
  display: block;
}
.article-box .recommend-box .down-box .recommend-download ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.article-box .recommend-box .down-box .recommend-download ul li a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-left: 6px;
}
.article-box .recommend-box .down-box .recommend-download ul li > span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-left: 6px;
}
.article-box .recommend-box .down-box .recommend-download ul li .download-qrcode {
  position: absolute;
  left: 129px;
  top: 0;
  z-index: 2023;
  display: none;
  background: #ffffff;
  border-radius: 8px;
  padding: 11px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.article-box .recommend-box .down-box .recommend-download ul li .download-qrcode p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 3px;
  text-align: center;
}
.article-box .recommend-box .down-box .recommend-download.active {
  border: 1px solid rgb(0, 122, 255);
}
.article-box .recommend-box .down-box .recommend-download.active i {
  background: rgb(0, 122, 255);
}
.article-box .recommend-box .down-box .recommend-download.active i img:first-child {
  display: none;
}
.article-box .recommend-box .down-box .recommend-download.active i img:last-child {
  display: block;
}
.article-box .recommend-box .down-box .recommend-download.active ul {
  display: block;
}
.article-box .article-detail-content {
  margin-top: 19px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.article-box .article-detail-content h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100% !important;
  height: 56px !important;
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 26px !important;
  color: #000000 !important;
  background: rgba(161, 206, 255, 0.1) !important;
  margin: 24px 0 !important;
}
.article-box .article-detail-content h2::before {
  content: "" !important;
  display: inline-block !important;
  width: 4px !important;
  height: 56px !important;
  background: #007aff !important;
  margin-right: 20px !important;
}
.article-box .article-detail-content h3 {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 24px !important;
  color: #000000 !important;
  margin-top: 40px !important;
  margin-bottom: 16px !important;
}
.article-box .article-detail-content h4 {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  color: #000000 !important;
  margin-top: 40px !important;
  margin-bottom: 16px !important;
}
.article-box .article-detail-content h5 {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  color: #000000 !important;
  margin-top: 40px !important;
  margin-bottom: 16px !important;
}
.article-box .article-detail-content h6 {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: 290 !important;
  font-size: 20px !important;
  line-height: 36px !important;
  color: #000000;
  text-indent: 40px !important;
}
.article-box .article-detail-content h6 * {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: 290 !important;
  font-size: 20px !important;
  line-height: 36px !important;
  color: #000000;
}
.article-box .article-detail-content h6 strong {
  display: inline-block !important;
  text-indent: 0 !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: bold !important;
  font-size: 24px !important;
  color: #000000 !important;
  margin: 16px 0;
}
.article-box .article-detail-content h6 strong * {
  font-family: "Microsoft YaHei" !important;
  font-weight: bold !important;
  font-size: 24px !important;
  color: #000000 !important;
}
.article-box .article-detail-content p {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: 290 !important;
  font-size: 20px !important;
  line-height: 36px !important;
  color: #000000;
  text-indent: 40px !important;
}
.article-box .article-detail-content p * {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: 290 !important;
  font-size: 20px !important;
  line-height: 36px !important;
  color: #000000;
}
.article-box .article-detail-content p strong {
  display: inline-block !important;
  text-indent: 0 !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: bold !important;
  font-size: 24px !important;
  color: #000000 !important;
  margin: 16px 0;
}
.article-box .article-detail-content p strong * {
  font-family: "Microsoft YaHei" !important;
  font-weight: bold !important;
  font-size: 24px !important;
  color: #000000 !important;
}
.article-box .article-detail-content a {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: 290 !important;
  font-size: 20px !important;
  color: #007aff !important;
}
.article-box .article-detail-content a img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}
.article-box .article-detail-content video {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 630px;
  outline: 0 !important;
  margin: 16px auto !important;
}
.article-box .article-detail-content img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 16px auto !important;
  border-radius: 8px !important;
}
.article-box ul {
  margin-left: 22px;
}
.article-box ul li {
  list-style: unset !important;
}
.article-box ol {
  margin-left: 22px;
}
.article-box ol li {
  list-style: unset !important;
}
.article-box table tbody td {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: 290 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000 !important;
  word-break: normal !important;
}
.article-box table tbody td strong {
  font-weight: bold !important;
}
.article-box table tbody td strong * {
  font-weight: bold !important;
}
.article-box table tbody td * {
  font-family: "Microsoft YaHei" !important;
  font-style: normal !important;
  font-weight: 290 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000 !important;
  word-break: normal !important;
}
.article-box table tbody td a {
  color: #007aff !important;
}
.article-box .share-box {
  width: 100%;
  height: 137px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #F3F8FE;
}
.article-box .share-box p {
  padding: 30px 0 0 30px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-box .share-box .share-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 480px;
  padding: 20px 0 0 30px;
}
.article-box .share-box .share-content .copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #3C79F7;
  box-sizing: border-box;
}
.article-box .share-box .share-content .copy-btn:hover {
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #3C79F7;
}
.article-box .share-box .share-content .copy-btn:active {
  border-radius: 6px;
  border: 1px solid #3C79F7;
  background: #FFF;
}
.article-box .share-box .share-content .copy-btn:active svg path {
  fill: rgb(60, 121, 247);
}
.article-box .share-box .share-content .copy-btn:active span {
  color: #3C79F7;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-box .share-box .share-content .copy-btn:visited {
  border-radius: 6px;
  background: rgba(60, 121, 247, 0.5);
}
.article-box .share-box .share-content .copy-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-box .share-box .share-content .share-btn {
  position: relative;
}
.article-box .share-box .share-content .share-btn > img {
  display: block;
  width: 36px;
  height: 36px;
}
.article-box .share-box .share-content .share-btn > img:nth-child(2) {
  display: none;
}
.article-box .share-box .share-content .share-btn:hover > img:nth-child(1) {
  display: none;
}
.article-box .share-box .share-content .share-btn:hover > img:nth-child(2) {
  display: block;
}
.article-box .share-box .share-content .share-btn .qr-code {
  position: absolute;
  top: 50px;
  left: -92px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 218px;
  height: 235.953px;
  padding-top: 14px;
  border-radius: 18px;
  background: #FFF;
  border: #EBEBEB 1px solid;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.1));
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}
.article-box .share-box .share-content .share-btn .qr-code::before {
  position: absolute;
  top: -9px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.1));
}
.article-box .share-box .share-content .share-btn .qr-code canvas {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}
.article-box .share-box .share-content .qq-share:hover .qr-code {
  display: flex;
}
.article-box .share-box .share-content .wx-share:hover .qr-code {
  display: flex;
}
.article-box .copy-success {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 184px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #C9DEBA;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.article-box .copy-success.active {
  display: flex;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.article-box .kefu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 250px;
  background: url("https://res.daetool.com/wm-static-resource/web/images/operate/kefu.png") no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  padding: 40px 0;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.article-box .kefu span:nth-child(1) {
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
}
.article-box .kefu span:nth-child(2) {
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
}
.article-box .kefu span:nth-child(3) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  margin-top: 20px;
  color: #dd2421;
  font-size: 20px;
}
.article-box .tag-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  box-sizing: border-box;
}
.article-box .tag-box h2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  opacity: 0.5;
  margin-right: 4px;
}
.article-box .tag-box ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
}
.article-box .tag-box 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: 16px;
  cursor: pointer;
}
.article-box .tag-box ul li a {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #323232;
  padding: 6px 10px;
  box-sizing: border-box;
}
.article-box .tag-box ul li:last-child {
  margin-right: 0;
}
.article-box .tag-box ul li:hover {
  background: rgba(0, 122, 255, 0.1);
  border: 1px solid #007aff;
  border-radius: 100px;
}
.article-box .tag-box ul li:hover a {
  color: #007aff;
}
.article-box .turn-page-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.article-box .turn-page-box .turn-pre-next {
  margin-top: 24px;
}
.article-box .turn-page-box .turn-pre-next:first-child {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.article-box .turn-page-box .turn-pre-next:last-child {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.article-box .turn-page-box .turn-pre-next a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.article-box .turn-page-box .turn-pre-next a.turn-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #007aff;
  margin-top: 8px;
}
.article-box .turn-page-box .turn-pre-next a.default img.normal-icon {
  display: block;
}
.article-box .turn-page-box .turn-pre-next a.default img.hover-icon {
  display: none;
}
.article-box .turn-page-box .turn-pre-next a.default span {
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: rgb(162, 162, 162);
  margin: 0 8px;
}
.article-box .turn-page-box .turn-pre-next a.empty {
  cursor: default;
}
.article-box .turn-page-box .turn-pre-next a.empty span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: rgba(162, 162, 162, 0.5);
  margin: 0 8px;
}
.article-box .turn-page-box .turn-pre-next.active a.default img.normal-icon {
  display: none;
}
.article-box .turn-page-box .turn-pre-next.active a.default img.hover-icon {
  display: block;
}
.article-box .turn-page-box .turn-pre-next.active a.default span {
  color: #007aff;
}
.article-box .turn-page-box .turn-pre-next.active a.turn-title {
  text-decoration: underline;
}
.article-box .bottom-tips {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  padding-bottom: 20px;
}
.article-box .bottom-tips > a {
  color: #007aff;
  font-weight: 400;
  font-size: 14px;
}
.article-box .bottom-tips > a:hover {
  text-decoration: underline;
}
.article-box .kefu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 215px;
  padding: 48px;
  box-sizing: border-box;
  margin-top: 16px;
  background: url(https://res.daetool.com/wm-static-resource/wm/daetool_wm/kefu-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}
.article-box .kefu .kefu-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-box .kefu .kefu-text p {
  color: #375FDF;
  font-family: "Douyin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.article-box .kefu .kefu-text span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-box .kefu .kefu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  margin-top: 12px;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: linear-gradient(90deg, #7695F7 0%, #375FDF 100%);
  color: #FFF;
  text-align: center;
  font-family: "Douyin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.article-box .kefu .kefu-btn svg {
  position: relative;
  top: 2px;
}
.article-box .kefu .wx-kefu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 164px;
  border-radius: 11.48px;
  border: 1.148px solid #FFF;
  background: rgba(237, 245, 255, 0.5);
  backdrop-filter: blur(4.5918579102px);
}
.article-box .kefu .wx-kefu-box #wx-kefu {
  position: relative;
}
.article-box .kefu .wx-kefu-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
}
.article-box .kefu .wx-kefu-box span {
  color: #375FDF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.other-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 50px;
}
.other-box.special {
  width: 886px;
}
.other-box.special .recommend-article-box ul {
  width: 430px;
}
.other-box.special .recommend-article-box ul li span {
  white-space: nowrap;
}
.other-box .common-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.other-box .common-title i {
  display: inline-block;
  width: 4px;
  height: 26px;
  background: #000000;
  border-radius: 115px;
  margin-right: 12px;
}
.other-box .recommend-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;
}
.other-box .recommend-article-box ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9px;
}
.other-box .recommend-article-box ul li:last-child {
  margin-bottom: 0;
}
.other-box .recommend-article-box ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 85%;
  font-family: "Microsoft YaHei";
  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;
}
.other-box .recommend-article-box ul li a:hover {
  text-decoration: underline;
}
.other-box .recommend-article-box ul li a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000000;
  margin-right: 8px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.other-box .recommend-article-box ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}

.search-box-index {
  width: 274px;
  margin-top: 16px;
  display: none;
}
.search-box-index.active {
  display: block;
}

.search-box {
  width: 274px;
}
.search-box.fixed {
  position: fixed;
  top: 61px;
  z-index: 2023;
}
.search-box .input-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  padding-left: 14px;
  background: #fff;
  border: 1px solid #cecece;
  box-sizing: border-box;
  border-radius: 45px;
  overflow: hidden;
}
.search-box .input-box .input-img-box {
  display: flex;
  justify-content: space-between;
  max-width: 222px;
  gap: 3px;
}
.search-box .input-box .input-icon.hide {
  display: none;
}
.search-box .input-box input {
  border: none;
}
.search-box .input-box input:focus {
  outline: none;
}
.search-box .input-box .search-btn {
  display: none;
}
.search-box .input-box .search-btn.show {
  display: block;
  width: 52px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(0, 122, 255, 0.5);
  border-radius: 25px;
  margin-right: 4px;
}
.search-box .input-box .search-btn.active {
  background: #007aff;
  cursor: pointer;
}
.search-box .input-box .search-clear {
  display: none;
}
.search-box .input-box .search-clear.active {
  display: block;
  position: relative;
  right: 10px;
  cursor: pointer;
}
.search-box .input-box .search-clear img:first-child {
  display: block;
}
.search-box .input-box .search-clear img:last-child {
  display: none;
}
.search-box .input-box .search-clear:hover img:first-child {
  display: none;
}
.search-box .input-box .search-clear:hover img:last-child {
  display: block;
}
.search-box .title-box {
  max-height: 60vh;
  min-height: 40vh;
  margin-top: 8px;
  background-color: #fff;
  overflow: auto;
  scrollbar-width: thin;
}
.search-box .title-box.hide {
  display: none;
}
.search-box .title-box .toc-list .toc-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-box .title-box .toc-list .toc-item.toc-level-1 > .toc-item-content {
  height: 40px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  font-size: 18px;
}
.search-box .title-box .toc-list .toc-item.toc-level-1 > .toc-item-content a:hover {
  color: #007aff;
}
.search-box .title-box .toc-list .toc-item.active.toc-level-1 > .toc-item-content > a {
  color: #007aff;
}
.search-box .title-box .toc-list .toc-item.active.toc-level-1 > .toc-item-content i {
  border-color: #007aff;
}
.search-box .title-box .toc-list .toc-item.active > .toc-item-content > a {
  text-decoration: underline;
}
.search-box .title-box .toc-list .toc-item a.hide {
  display: none;
}
.search-box .title-box .toc-list .toc-item a span.highlight {
  color: #fc4247;
}
.search-box .title-box .toc-list .toc-item a:hover {
  text-decoration: underline;
}
.search-box .title-box .toc-list .toc-item .toc-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.search-box .title-box .toc-list .toc-item .toc-item-content > a {
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-box .title-box .toc-list .toc-item .toc-item-content.hide {
  display: none;
}
.search-box .title-box .toc-list .toc-item .toc-item-content .fold-icon {
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  transform: rotate(-45deg);
  cursor: pointer;
}
.search-box .title-box .toc-list .toc-item .toc-item-content .fold-icon:hover i {
  border-color: #007aff;
}
.search-box .title-box .toc-list .toc-item .toc-item-content .fold-icon.fold {
  margin: 0 0 5px 0;
  transform: rotate(135deg);
}
.search-box .title-box .toc-list .toc-item .toc-item-content .fold-icon i {
  display: block;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1.8px 1.8px 0 0;
}
.search-box .title-box .toc-list .toc-item .toc-sublist {
  margin-left: 8px;
}
.search-box .title-box .toc-list .toc-item .toc-sublist.hide {
  display: none;
}
.search-box .title-box .toc-list .toc-item.toc-level-2 > .toc-item-content > a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 8px;
  margin-bottom: 2px;
}
.search-box .title-box .toc-list .toc-item.toc-level-3 > .toc-item-content > a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 0.5px solid #000;
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 2px;
}
.search-box .title-box .toc-list .toc-item.toc-level-4 > .toc-item-content > a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #777;
  margin-right: 8px;
  margin-bottom: 2px;
}
.search-box .title-box .toc-list .toc-item.toc-level-5 > .toc-item-content > a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 0.5px solid #000;
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 2px;
}
.search-box .title-box .toc-list .toc-item.toc-level-6 > .toc-item-content > a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #777;
  margin-right: 8px;
  margin-bottom: 2px;
}
.search-box .empty-box {
  display: none;
  width: 100%;
  margin-top: 16px;
  background: unset;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.search-box .empty-box img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.search-box .empty-box p {
  width: 195px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #b6b6b6;
  margin: 0 auto;
  margin-top: 14px;
}
.search-box .empty-box.active {
  display: block;
}