@charset "UTF-8";
/** 搜索结果横条卡片：操作手册 / 软件教程 / 常见问题 共用壳子 */
/** 搜索结果页：与产品中心一致的彩色下载按钮（软件应用 / 操作手册共用） */
/** 搜索结果 - 操作手册 Tab */
.daetool-search-result-manual-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.daetool-search-result-manual-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-height: 220px;
  padding: 24px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 20px;
  background: #fff;
}
.daetool-search-result-manual-card__cover {
  flex-shrink: 0;
  display: block;
  width: 258px;
  height: 172px;
  border-radius: 18px;
  overflow: hidden;
}
.daetool-search-result-manual-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daetool-search-result-manual-card__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  min-height: 172px;
  gap: 20px;
}
.daetool-search-result-manual-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.daetool-search-result-manual-card__title {
  margin: 0;
}
.daetool-search-result-manual-card__title a {
  display: block;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  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;
}
.daetool-search-result-manual-card__title a span {
  color: #fc4247;
}
.daetool-search-result-manual-card__title a:hover {
  color: #4c79ff;
}
.daetool-search-result-manual-card__desc {
  margin: 0;
  color: #666;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  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: 3;
  -ms-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.daetool-search-result-manual-card__desc span {
  color: #fc4247;
}
.daetool-search-result-manual-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 40px;
}
.daetool-search-result-manual-card__date {
  flex-shrink: 0;
  color: #999;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--win {
  background: #20b1ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--win:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #20b1ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--win:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--win:hover .daetool-secondary-header-right-qrcode-box {
  display: block;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--win:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #20b1ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--mac {
  background: #5b84ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--mac:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #5b84ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--mac:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--mac:hover .daetool-secondary-header-right-qrcode-box {
  display: block;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--mac:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #5b84ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--android {
  background: #a274ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--android:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #a274ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--android:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--android:hover .daetool-secondary-header-right-qrcode-box {
  display: block;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--android:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #a274ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--ios {
  background: #5b84ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--ios:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #5b84ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--ios:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--ios:hover .daetool-secondary-header-right-qrcode-box {
  display: block;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--ios:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #5b84ff;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn .daetool-procenter-download-btn__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn > span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn .daetool-secondary-download-innner-btn {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2021;
  display: none;
  width: 146px;
  padding: 2px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn .daetool-secondary-download-innner-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 142px;
  height: 40px;
  padding: 8px 14px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn .daetool-secondary-download-innner-btn a img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn .daetool-secondary-download-innner-btn a span {
  margin: 0;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn .daetool-secondary-header-right-qrcode-box {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 2022;
  display: none;
  padding: 11px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  text-align: center;
  box-sizing: border-box;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn .daetool-secondary-header-right-qrcode-box p {
  margin: 3px 0 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.daetool-search-result-manual-card .daetool-procenter-container-list-down {
  flex: 1;
  min-width: 0;
  gap: 24px;
}

/** 搜索结果横条卡片：操作手册 / 软件教程 / 常见问题 共用壳子 */
.daetool-help-article-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.daetool-help-article-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-height: 220px;
  padding: 24px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 20px;
  background: #fff;
  min-height: 200px;
  border: none;
  border-radius: 16px;
  background: #f2f4fa;
}
.daetool-help-article-card__cover {
  flex-shrink: 0;
  display: block;
  width: 258px;
  height: 172px;
  border-radius: 18px;
  overflow: hidden;
}
.daetool-help-article-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daetool-help-article-card__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  min-height: 172px;
  gap: 20px;
}
.daetool-help-article-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.daetool-help-article-card__title {
  margin: 0;
}
.daetool-help-article-card__title a {
  display: block;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  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;
}
.daetool-help-article-card__title a span {
  color: #fc4247;
}
.daetool-help-article-card__title a:hover {
  color: #4c79ff;
}
.daetool-help-article-card__desc {
  margin: 0;
  color: #666;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  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: 3;
  -ms-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.daetool-help-article-card__desc span {
  color: #fc4247;
}
.daetool-help-article-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 40px;
}
.daetool-help-article-card__date {
  flex-shrink: 0;
  color: #999;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
.daetool-help-article-card__title a {
  font-size: 18px;
  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: 1;
  -ms-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.daetool-help-article-card__desc {
  font-size: 16px;
  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: 3;
  -ms-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.daetool-help-article-card__footer {
  justify-content: flex-end;
}

.help-article-product-card {
  width: 100%;
  margin-bottom: 24px;
}
.help-article-product-card.is-hidden {
  display: none;
}
.help-article-product-card__card {
  position: relative;
  width: 100%;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.help-article-product-card__bg {
  position: absolute;
  inset: 0;
  background-color: #f2f4fa;
  background-image: url("https://res.daetool.com/wm-static-resource/wm/dae1.2.0/artice_product_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.help-article-product-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 26px 48px;
  box-sizing: border-box;
}
.help-article-product-card__logo {
  flex-shrink: 0;
  width: 92px;
  height: 92px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.help-article-product-card__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.help-article-product-card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.help-article-product-card__name {
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  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;
}
.help-article-product-card__desc {
  margin: 0;
  color: #666;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  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;
}
.help-article-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  background: linear-gradient(96deg, #926bff 0%, #4c79ff 100%);
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.help-article-product-card__btn svg {
  flex-shrink: 0;
}
.help-article-product-card__btn:hover {
  opacity: 0.92;
  color: #fff;
}

.help-hot-content {
  box-sizing: border-box;
}
.help-hot-content__loading, .help-hot-content__empty {
  margin: 0;
  padding: 24px;
  border-radius: 20px;
  background: #f2f4fa;
  color: #999;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  text-align: center;
}

.help-hot-content-card {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #f2f4fa;
}
.help-hot-content-card__head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 24px;
}
.help-hot-content-card__shuffle {
  flex-shrink: 0;
  margin-left: auto;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  appearance: none;
  color: #999;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: color 0.2s ease;
}
.help-hot-content-card__shuffle:hover {
  color: #4c79ff;
}
.help-hot-content-card__shuffle:active {
  color: #1144d8;
}
.help-hot-content-card__shuffle:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(76, 121, 255, 0.35);
  outline-offset: 2px;
}
.help-hot-content-card__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.help-hot-content-card__title {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.help-hot-content-card__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.help-hot-content-card__item {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.help-hot-content-card__index {
  flex-shrink: 0;
  width: 25px;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.help-hot-content-card__link {
  flex: 1;
  min-width: 0;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  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;
}
.help-hot-content-card__link:hover {
  color: #4c79ff;
}

body.daetool-help-article-info-page .help-article-head {
  margin-bottom: 0;
}
body.daetool-help-article-info-page .help-article-filter-bar.help-article-summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  height: 48px;
  margin-bottom: 24px;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.daetool-help-article-info-page .help-article-filter-bar.help-article-summary:not(:has(.help-article-sub-tabs)):not(:has(.daetool-search-result-summary__selected:not(.is-hidden))) {
  display: none;
}
body.daetool-help-article-info-page .help-article-filter-bar.help-article-summary .daetool-search-result-summary__selected {
  flex-shrink: 0;
  max-width: 184px;
  height: 40px;
  padding: 8px;
  gap: 8px;
}
body.daetool-help-article-info-page .help-article-filter-bar.help-article-summary .daetool-search-result-summary__selected-name {
  max-width: 120px;
  font-size: 16px;
  font-weight: 700;
}
body.daetool-help-article-info-page .help-article-sub-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 605px;
  margin-left: auto;
  height: 24px;
  box-sizing: border-box;
}
body.daetool-help-article-info-page .help-article-sub-tabs__arrow {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
body.daetool-help-article-info-page .help-article-sub-tabs__arrow img {
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
body.daetool-help-article-info-page .help-article-sub-tabs__arrow--prev img {
  transform: rotate(180deg);
}
body.daetool-help-article-info-page .help-article-sub-tabs__arrow.is-disabled {
  opacity: 0.35;
}
body.daetool-help-article-info-page .help-article-sub-tabs__arrow:not(.is-disabled):hover {
  opacity: 0.85;
}
body.daetool-help-article-info-page .help-article-sub-tabs__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
body.daetool-help-article-info-page .help-article-sub-tabs__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  box-sizing: border-box;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
body.daetool-help-article-info-page .help-article-sub-tabs__list::-webkit-scrollbar {
  display: none;
}
body.daetool-help-article-info-page .help-article-sub-tabs__indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #4c79ff;
  pointer-events: none;
  z-index: 2;
  transition: left 0.2s ease;
}
body.daetool-help-article-info-page .help-article-sub-tabs__indicator.is-hidden {
  display: none;
}
body.daetool-help-article-info-page .help-article-sub-tabs__item {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 89px;
  height: 24px;
  padding: 0 4px;
  border: none;
  background: transparent;
  color: rgba(51, 51, 51, 0.8);
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: color 0.2s ease;
  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;
}
body.daetool-help-article-info-page .help-article-sub-tabs__item:hover {
  color: #4c79ff;
}
body.daetool-help-article-info-page .help-article-sub-tabs__item.is-active {
  color: #4c79ff;
}
body.daetool-help-article-info-page .help-article-layout {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
body.daetool-help-article-info-page .help-article-main {
  flex: 1;
  min-width: 0;
}
body.daetool-help-article-info-page .help-article-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
body.daetool-help-article-info-page .help-article-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center;
}
body.daetool-help-article-info-page .help-article-empty.is-visible {
  display: flex;
}
body.daetool-help-article-info-page .help-article-empty img {
  width: 200px;
  height: auto;
}
body.daetool-help-article-info-page .help-article-empty p {
  margin: 16px 0 0;
  color: #999;
  font-size: 16px;
}
body.daetool-help-article-info-page .help-article-pagination-wrap {
  width: 1200px;
  margin: 0 auto;
  margin: 32px auto 48px;
  padding: 0;
  box-sizing: border-box;
}
body.daetool-help-article-info-page .help-article-pagination-wrap .help-article-pagination .my-pagination ._page_container {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
body.daetool-help-article-info-page .help-article-aside {
  flex-shrink: 0;
  width: 320px;
}
body.daetool-help-article-info-page #result.result-box {
  display: none;
}