.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.daetool-support-page {
  min-width: 1200px;
  background: #f7f8fa;
}

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

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

.daetool-support-banner.help-search-box {
  position: relative;
  width: 100%;
  height: 458px;
  margin-top: 0;
  padding-top: 56px;
  padding-bottom: 0;
  border-radius: 0;
  background: url(https://res.daetool.com/wm-static-resource/wm/dae1.2.0/support_bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
.daetool-support-banner.help-search-box .help-search-container,
.daetool-support-banner.help-search-box .daetool-support-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 881px;
  max-width: 100%;
  margin: 56px auto auto;
  box-sizing: border-box;
}
.daetool-support-banner.help-search-box .daetool-support-banner__head {
  text-align: center;
}
.daetool-support-banner.help-search-box .daetool-support-banner__title {
  margin: 0;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 4px;
  background: linear-gradient(180deg, #4c79ff 0%, #134aec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.daetool-support-banner.help-search-box .daetool-support-banner__desc {
  margin: 18px 0 0;
  color: rgba(26, 26, 26, 0.8);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.daetool-support-banner.help-search-box .daetool-support-banner__search {
  position: relative;
  width: 680px;
  max-width: 100%;
  height: 52px;
  margin-top: 28px;
  padding: 0;
  border: none;
  background: transparent;
  box-sizing: border-box;
}
.daetool-support-banner.help-search-box .daetool-support-banner__search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  padding: 0 108px 0 24px;
  border: 1px solid #4c79ff;
  border-radius: 26px;
  background: #fff;
  box-sizing: border-box;
}
.daetool-support-banner.help-search-box .daetool-support-banner__search-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
}
.daetool-support-banner.help-search-box .search-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #1a1a1a;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.432px;
  caret-color: #4c79ff;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.daetool-support-banner.help-search-box .search-input::-webkit-input-placeholder,
.daetool-support-banner.help-search-box .search-input -ms-input-placeholder,
.daetool-support-banner.help-search-box .search-input -moz-input-placeholder,
.daetool-support-banner.help-search-box .search-input -o-input-placeholder,
.daetool-support-banner.help-search-box .search-input input-placeholder {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}
.daetool-support-banner.help-search-box .daetool-search-suggest {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 256px;
  overflow: hidden;
  border: 1px solid rgba(76, 121, 255, 0.2);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.daetool-support-banner.help-search-box .daetool-search-suggest[hidden] {
  display: none;
}
.daetool-support-banner.help-search-box .daetool-search-suggest__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 256px;
  margin: 0;
  padding: 12px 0;
  overflow-y: auto;
  list-style: none;
  box-sizing: border-box;
}
.daetool-support-banner.help-search-box .daetool-search-suggest__list::-webkit-scrollbar {
  width: 6px;
}
.daetool-support-banner.help-search-box .daetool-search-suggest__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d9d9d9;
}
.daetool-support-banner.help-search-box .daetool-search-suggest__list::-webkit-scrollbar-track {
  background: transparent;
}
.daetool-support-banner.help-search-box .daetool-search-suggest__item {
  padding: 13px 24px;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
  cursor: pointer;
  box-sizing: border-box;
  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;
}
.daetool-support-banner.help-search-box .daetool-search-suggest__item.is-active, .daetool-support-banner.help-search-box .daetool-search-suggest__item:hover {
  background: rgba(76, 121, 255, 0.1);
  opacity: 1;
}
.daetool-support-banner.help-search-box .daetool-support-banner__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 26px;
  background: #4c79ff;
  color: #fff;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.daetool-support-banner.help-search-box .daetool-support-banner__search-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), #4c79ff;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot {
  width: 100%;
  margin-top: 28px;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-label {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  padding-top: 6px;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-label span {
  color: #444;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.15px;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-tags li {
  margin: 0;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  border: 1px solid #fff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  color: #444;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.15px;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.daetool-support-banner.help-search-box .daetool-support-banner__hot-tags a:hover {
  border: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(67, 114, 255, 0.15) 0%, rgba(67, 114, 255, 0.15) 100%), #FFF;
}

.common-title {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.common-title h1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.common-title h1 i {
  display: inline-block;
  width: 4px;
  height: 26px;
  background: #000000;
  border-radius: 115px;
  margin-right: 12px;
}
.common-title ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.common-title ul li {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 10px 6px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 26px;
  cursor: pointer;
}
.common-title ul li:last-child {
  margin-right: 0;
}
.common-title ul li.active {
  color: #007aff;
  background: rgba(0, 122, 255, 0.1);
}
.common-title ul li:hover {
  color: #007aff;
}
.common-title a {
  position: absolute;
  top: 639px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 54px;
  border-radius: 38px;
  border: 1px solid #007aff;
}
.common-title a span {
  color: #007aff;
  text-align: right;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-title a span:hover {
  text-decoration: underline;
}

.guide-box.daetool-guide-box {
  position: relative;
  width: 100%;
  min-height: 626px;
  margin-top: 0;
  padding: 80px 0 72px;
  background: url("https://res.daetool.com/wm-static-resource/wm/dae1.2.0/support_guide_bg.jpg") no-repeat center/cover;
  overflow: hidden;
  box-sizing: border-box;
}
.guide-box.daetool-guide-box .daetool-guide-box__texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.guide-box.daetool-guide-box .daetool-guide-box__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.guide-box.daetool-guide-box .daetool-guide-box__title {
  margin: 0;
  color: #1a1a1a;
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.guide-box.daetool-guide-box .daetool-guide-box__tabs-wrap {
  margin-top: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.guide-box.daetool-guide-box .daetool-guide-box__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.guide-box.daetool-guide-box .daetool-guide-box__tabs li {
  position: relative;
  padding: 0 0 18px;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: color 0.2s ease;
}
.guide-box.daetool-guide-box .daetool-guide-box__tabs li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #4c79ff;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.2s ease;
}
.guide-box.daetool-guide-box .daetool-guide-box__tabs li.active {
  color: #4c79ff;
  font-weight: 700;
}
.guide-box.daetool-guide-box .daetool-guide-box__tabs li.active::after {
  transform: translateX(-50%) scaleX(1);
}
.guide-box.daetool-guide-box .daetool-guide-box__tabs li:hover {
  color: #4c79ff;
}
.guide-box.daetool-guide-box .daetool-guide-box__carousel {
  position: relative;
  margin-top: 48px;
  box-sizing: border-box;
}
.guide-box.daetool-guide-box .daetool-guide-swiper {
  width: 100%;
  height: 268px;
  min-height: 268px;
  overflow: hidden;
}
.guide-box.daetool-guide-box .daetool-guide-swiper .swiper-wrapper {
  align-items: stretch;
}
.guide-box.daetool-guide-box .daetool-guide-swiper .swiper-slide {
  width: 100%;
  height: 268px;
  min-height: 268px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 32px;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #4c79ff;
  opacity: 1;
  box-sizing: border-box;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__pagination .swiper-pagination-bullet-active {
  background: #4c79ff;
  border-color: #4c79ff;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__prev,
.guide-box.daetool-guide-box .daetool-guide-swiper__next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__prev::after,
.guide-box.daetool-guide-box .daetool-guide-swiper__next::after {
  content: none;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__prev::before,
.guide-box.daetool-guide-box .daetool-guide-swiper__next::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("https://res.daetool.com/wm-static-resource/wm/dae1.2.0/banner_right.svg") no-repeat center/contain;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__prev {
  left: -100px;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__prev::before {
  transform: scaleX(-1);
  opacity: 0.2;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__prev:not(.swiper-button-disabled)::before {
  opacity: 1;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__next {
  right: -100px;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__next::before {
  opacity: 0.6;
}
.guide-box.daetool-guide-box .daetool-guide-swiper__next:not(.swiper-button-disabled)::before {
  opacity: 1;
}
.guide-box.daetool-guide-box .daetool-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, 68px);
  row-gap: 32px;
  column-gap: 28px;
  align-content: start;
  width: 100%;
  height: 268px;
  min-height: 268px;
  box-sizing: border-box;
}
.guide-box.daetool-guide-box .daetool-guide-grid--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 268px;
  min-height: 268px;
}
.guide-box.daetool-guide-box .daetool-guide-grid--empty p {
  margin: 0;
  color: #a2a2a2;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
.guide-box.daetool-guide-box .daetool-guide-card {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 68px;
  min-height: 68px;
  max-height: 68px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s ease;
}
.guide-box.daetool-guide-box .daetool-guide-card:hover, .guide-box.daetool-guide-box .daetool-guide-card:focus-visible {
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.1) 0%, rgba(76, 121, 255, 0.1) 100%), #fff;
}
.guide-box.daetool-guide-box .daetool-guide-card__logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10.5px;
  object-fit: contain;
}
.guide-box.daetool-guide-box .daetool-guide-card__name {
  flex: 1;
  min-width: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  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: wrap;
  text-overflow: ellipsis;
}

.daetool-help-knowledge {
  width: 100%;
  padding: 80px 0 96px;
  background: linear-gradient(180deg, #dfeeff 0%, #f2f8ff 100%);
  box-sizing: border-box;
}
.daetool-help-knowledge__title {
  margin: 0;
  color: #1a1a1a;
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.daetool-help-knowledge__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 524px;
  height: 64px;
  margin: 60px auto 0;
  padding: 8px;
  border-radius: 44px;
  background: rgba(76, 121, 255, 0.1);
  box-sizing: border-box;
}
.daetool-help-knowledge__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 12px;
  border: none;
  border-radius: 34px;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.daetool-help-knowledge__tab.is-active {
  background: #fff;
}
.daetool-help-knowledge__tab.is-active .daetool-help-knowledge__tab-icon {
  opacity: 1;
}
.daetool-help-knowledge__tab.is-active .daetool-help-knowledge__tab-label {
  color: #4c79ff;
  font-weight: 700;
}
.daetool-help-knowledge__tab-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  opacity: 0.85;
}
.daetool-help-knowledge__tab-label {
  color: #3a3a3a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.daetool-help-knowledge__body {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.daetool-help-knowledge__panel {
  display: none;
}
.daetool-help-knowledge__panel.is-active {
  display: block;
}
.daetool-help-knowledge__empty {
  margin: 48px 0 0;
  color: #a2a2a2;
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
.daetool-help-knowledge__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 21px;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
}
.daetool-help-knowledge__grid > li {
  display: flex;
  min-width: 0;
}
.daetool-help-knowledge-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 20px;
  background: #fff;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.daetool-help-knowledge-card:hover, .daetool-help-knowledge-card:focus-visible {
  transform: translateY(-16px);
}
.daetool-help-knowledge-card__cover {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #d9d9d9;
}
.daetool-help-knowledge-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daetool-help-knowledge-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-height: 118px;
  padding: 16px;
  box-sizing: border-box;
}
.daetool-help-knowledge-card__title {
  flex-shrink: 0;
  margin: 0;
  min-height: 25px;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  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;
}
.daetool-help-knowledge-card__desc {
  flex-shrink: 0;
  margin: 0;
  min-height: 42px;
  height: 42px;
  color: rgba(26, 26, 26, 0.6);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
}
.daetool-help-knowledge__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 56px;
  margin: 60px auto 0;
  padding: 12px 24px;
  border: 1px solid rgba(76, 121, 255, 0.45);
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(67, 114, 255, 0.1) 0%, rgba(67, 114, 255, 0.1) 100%), #fff;
  color: #4c79ff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.daetool-help-knowledge__more:hover {
  border-color: rgba(76, 121, 255, 0.7);
  background: linear-gradient(0deg, rgba(67, 114, 255, 0.16) 0%, rgba(67, 114, 255, 0.16) 100%), #fff;
}