@charset "UTF-8";
.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;
}

.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;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-box {
  display: none;
  text-align: center;
  margin-top: 60px;
}
.loading-box .loading-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #EEEEEE;
  border-bottom-color: #0077FF;
  border-left-color: #0077FF;
  border-right-color: #0077FF;
  -webkit-animation: rotation 1s linear infinite;
  -ms-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.loading-box.active {
  display: block;
}
.loading-box img {
  width: 28px;
  height: 28px;
  -webkit-animation: rotation 1s linear infinite;
  -ms-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

/** 搜索结果页：与产品中心一致的彩色下载按钮（软件应用 / 操作手册共用） */
/** 搜索结果页 - 软件应用 Tab：与产品中心列表卡片一致 */
.daetool-search-result-product-cards .daetool-procenter-list__grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 384px;
  gap: 20px;
  width: 384px;
  max-width: 384px;
  margin: 0;
  padding: 28px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(76, 121, 255, 0.2);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item:hover {
  border: 1px solid rgba(76, 121, 255, 0.2);
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.15) 0%, rgba(76, 121, 255, 0.15) 100%), #fff;
  box-shadow: 0 0 20px 0 rgba(76, 121, 255, 0.15);
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-card-head {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-card-logo-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
  gap: 12px;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-card-logo-title .daetool-procenter-container-list-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10.5px;
  object-fit: cover;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-card-logo-title h6 {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  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;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-card-logo-title h6 span {
  color: #fc4247;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-container-list-learnmore {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 4px;
  margin: 0;
  padding-top: 12px;
  color: #4c79ff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: text-decoration-color 0.2s ease;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-container-list-learnmore img {
  width: 18px;
  height: 18px;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-container-list-learnmore:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-card-desc {
  width: 100%;
  margin: 0;
  color: rgba(26, 26, 26, 0.8);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  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-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-card-desc span {
  color: #fc4247;
}
.daetool-search-result-product-cards .daetool-procenter-list__grid .product-item .daetool-procenter-container-list-down {
  width: 100%;
  margin-top: 16px;
  gap: 8px;
}
.daetool-search-result-product-cards .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-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--win {
  background: #20b1ff;
}
.daetool-search-result-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--win:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-product-cards .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-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--mac {
  background: #5b84ff;
}
.daetool-search-result-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--mac:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-product-cards .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-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--android {
  background: #a274ff;
}
.daetool-search-result-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--android:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-product-cards .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-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--ios {
  background: #5b84ff;
}
.daetool-search-result-product-cards .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-product-cards .daetool-procenter-container-list-down .daetool-secondary-download-outer-btn.daetool-procenter-download-btn--ios:hover .daetool-secondary-download-innner-btn,
.daetool-search-result-product-cards .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-product-cards .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-product-cards .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-product-cards .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-product-cards .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-product-cards .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-product-cards .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-product-cards .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-product-cards .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-product-cards .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;
}

/** 搜索结果横条卡片：操作手册 / 软件教程 / 常见问题 共用壳子 */
/** 搜索结果页：与产品中心一致的彩色下载按钮（软件应用 / 操作手册共用） */
/** 搜索结果 - 操作手册 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-search-result-article-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.daetool-search-result-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;
}
.daetool-search-result-article-card__cover {
  flex-shrink: 0;
  display: block;
  width: 258px;
  height: 172px;
  border-radius: 18px;
  overflow: hidden;
}
.daetool-search-result-article-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daetool-search-result-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-search-result-article-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.daetool-search-result-article-card__title {
  margin: 0;
}
.daetool-search-result-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-search-result-article-card__title a span {
  color: #fc4247;
}
.daetool-search-result-article-card__title a:hover {
  color: #4c79ff;
}
.daetool-search-result-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-search-result-article-card__desc span {
  color: #fc4247;
}
.daetool-search-result-article-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 40px;
}
.daetool-search-result-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-search-result-article-card__date {
  flex-shrink: 0;
  margin-left: auto;
  text-align: right;
}
.daetool-search-result-article-card__tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.daetool-search-result-article-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  box-sizing: border-box;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 6px;
  background: #fff;
  color: #999;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.daetool-search-result-article-card__tag:hover {
  border-color: #4c79ff;
  color: #4c79ff;
}

body.daetool-search-result-page {
  min-width: 1200px;
  padding-top: 64px;
  background: #f7f8fa;
  box-sizing: border-box;
}

.daetool-search-result-banner.help-search-box {
  position: relative;
  width: 100%;
  height: 288px;
  margin-top: 0;
  padding: 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-search-result-banner.help-search-box .daetool-search-result-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 881px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.daetool-search-result-banner.help-search-box .daetool-search-result-banner__head {
  text-align: center;
}
.daetool-search-result-banner.help-search-box .daetool-search-result-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-search-result-banner.help-search-box .daetool-search-result-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-search-result-banner.help-search-box .daetool-search-result-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-search-result-banner.help-search-box .daetool-search-result-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-search-result-banner.help-search-box .daetool-search-result-banner__search-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
}
.daetool-search-result-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-search-result-banner.help-search-box .search-input::-webkit-input-placeholder,
.daetool-search-result-banner.help-search-box .search-input -ms-input-placeholder,
.daetool-search-result-banner.help-search-box .search-input -moz-input-placeholder,
.daetool-search-result-banner.help-search-box .search-input -o-input-placeholder,
.daetool-search-result-banner.help-search-box .search-input input-placeholder {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}
.daetool-search-result-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-search-result-banner.help-search-box .daetool-search-suggest[hidden] {
  display: none;
}
.daetool-search-result-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-search-result-banner.help-search-box .daetool-search-suggest__list::-webkit-scrollbar {
  width: 6px;
}
.daetool-search-result-banner.help-search-box .daetool-search-suggest__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d9d9d9;
}
.daetool-search-result-banner.help-search-box .daetool-search-suggest__list::-webkit-scrollbar-track {
  background: transparent;
}
.daetool-search-result-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-search-result-banner.help-search-box .daetool-search-suggest__item.is-active, .daetool-search-result-banner.help-search-box .daetool-search-suggest__item:hover {
  background: rgba(76, 121, 255, 0.1);
  opacity: 1;
}
.daetool-search-result-banner.help-search-box .daetool-search-result-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-search-result-banner.help-search-box .daetool-search-result-banner__search-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), #4c79ff;
}

.loading-box {
  height: 467px;
  margin-top: 0;
}

body.daetool-search-result-page .breadcrumb-box {
  width: 1200px;
  margin: 0 auto;
  margin: 24px auto;
  padding: 0;
}
body.daetool-search-result-page .breadcrumb-box ul {
  width: fit-content;
  margin: 0;
}

.daetool-search-result-head {
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto 16px;
}

.daetool-search-result-toolbar {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  min-height: 40px;
}

.daetool-search-result-summary {
  display: flex;
  align-items: center;
  min-height: 40px;
  gap: 12px;
}
.daetool-search-result-summary__selected {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 40px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid rgba(76, 121, 255, 0.5);
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.1) 0%, rgba(76, 121, 255, 0.1) 100%), #fff;
  box-sizing: border-box;
}
.daetool-search-result-summary__selected.is-hidden {
  display: none;
}
.daetool-search-result-summary__selected-logo {
  width: 24px;
  height: 24px;
  border-radius: 5.25px;
  object-fit: cover;
  flex-shrink: 0;
}
.daetool-search-result-summary__selected-name {
  max-width: 120px;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  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;
}
.daetool-search-result-summary__selected-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.daetool-search-result-summary__title {
  flex-shrink: 0;
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.daetool-search-result-summary .tabs-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 1;
  margin-left: auto;
  border-bottom: none;
  background: transparent;
  box-sizing: border-box;
}
.daetool-search-result-summary .tabs-box h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 40px;
  margin: 0;
  padding: 9px 16px 8px;
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(204, 204, 204, 0.2) 0%, rgba(204, 204, 204, 0.2) 100%), #fff;
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #333;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease;
}
.daetool-search-result-summary .tabs-box h2::after {
  display: none;
}
.daetool-search-result-summary .tabs-box h2.active {
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.15) 0%, rgba(76, 121, 255, 0.15) 100%), #fff;
  color: #4c79ff;
}

body.daetool-search-result-page.is-tab-application .daetool-search-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 40px;
}
body.daetool-search-result-page.is-tab-application .daetool-search-result-toolbar {
  flex-shrink: 0;
  margin-bottom: 0;
}
body.daetool-search-result-page.is-tab-application .daetool-search-result-app-picker {
  display: none;
}
body.daetool-search-result-page.is-tab-application .daetool-search-result-summary {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
body.daetool-search-result-page.is-tab-application .daetool-search-result-summary__selected,
body.daetool-search-result-page.is-tab-application .daetool-search-result-summary__title {
  display: none;
}
body.daetool-search-result-page.is-tab-application .tabs-box {
  flex: 1;
  justify-content: flex-end;
}

.daetool-search-result-toolbar__back {
  color: #999;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.daetool-search-result-toolbar__back:hover {
  color: #4c79ff;
}

.daetool-search-result-app-picker {
  position: relative;
  z-index: 50;
}

.daetool-search-result-app-picker__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 186px;
  height: 40px;
  padding: 0 30px;
  border: 1px solid rgba(67, 114, 255, 0.3);
  border-radius: 6px;
  background: #fff;
  color: rgba(67, 114, 255, 0.75);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.daetool-search-result-app-picker__trigger .daetool-search-result-app-picker__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(67, 114, 255, 0.75);
  transition: transform 0.2s ease, color 0.2s ease;
}

.daetool-search-result-app-picker.is-open .daetool-search-result-app-picker__trigger {
  border-color: transparent;
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.15) 0%, rgba(76, 121, 255, 0.15) 100%), #fff;
  color: #4c79ff;
}
.daetool-search-result-app-picker.is-open .daetool-search-result-app-picker__trigger .daetool-search-result-app-picker__arrow {
  color: #4c79ff;
  transform: rotate(180deg);
}

.daetool-search-result-app-picker__panel {
  display: none;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  z-index: 51;
}
.daetool-search-result-app-picker__panel[hidden] {
  display: none !important;
}

.daetool-search-result-app-picker.is-open .daetool-search-result-app-picker__panel {
  display: flex;
}

.daetool-search-result-app-picker__empty {
  margin: 0;
  padding: 24px;
  color: #999;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  text-align: center;
}

.daetool-search-result-app-picker__menu {
  width: 196px;
  flex-shrink: 0;
}

.daetool-search-result-app-picker__categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 24px 20px;
  list-style: none;
  border-radius: 12px;
  border: 1px solid rgba(76, 121, 255, 0.2);
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(76, 121, 255, 0.1);
  box-sizing: border-box;
}

.daetool-search-result-app-picker__category {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease;
}
.daetool-search-result-app-picker__category.is-active, .daetool-search-result-app-picker__category:hover {
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.15) 0%, rgba(76, 121, 255, 0.15) 100%), #fff;
  color: #4c79ff;
}

.daetool-search-result-app-picker__products {
  width: 492px;
  height: 276px;
  border-radius: 12px;
  border: 1px solid rgba(76, 121, 255, 0.2);
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(76, 121, 255, 0.1);
  box-sizing: border-box;
}

.daetool-search-result-app-picker__products-scroll {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 12px;
  height: 100%;
  padding: 12px;
  overflow-y: auto;
  box-sizing: border-box;
}
.daetool-search-result-app-picker__products-scroll::-webkit-scrollbar {
  width: 6px;
}
.daetool-search-result-app-picker__products-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d9d9d9;
}

.daetool-search-result-app-picker__product {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  width: 224px;
  height: 52px;
  padding: 8px;
  border: none;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
  transition: background 0.2s ease;
}
.daetool-search-result-app-picker__product img {
  width: 36px;
  height: 36px;
  border-radius: 7.875px;
  object-fit: cover;
  flex-shrink: 0;
}
.daetool-search-result-app-picker__product span {
  color: #1a1a1a;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  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;
}
.daetool-search-result-app-picker__product:hover, .daetool-search-result-app-picker__product.is-active {
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.1) 0%, rgba(76, 121, 255, 0.1) 100%), #fff;
}

.result-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0;
  border-radius: 8px;
  padding-bottom: 124px;
}
.result-box .result-container {
  background: transparent;
}
.result-box .result-container .result-wrapper {
  padding: 28px 0;
  box-sizing: border-box;
}
.result-box .result-container .result-wrapper .daetool-search-result-article-card,
.result-box .result-container .result-wrapper .daetool-search-result-manual-card {
  background-color: #fff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 20px;
}
.result-box .result-container .result-wrapper .operate-style {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 48px;
}
.result-box .result-container .result-wrapper .operate-style:last-child {
  margin-bottom: 0;
}
.result-box .result-container .result-wrapper .operate-style > a img {
  width: 340px;
  height: 190px;
  border-radius: 16px;
  object-fit: cover;
}
.result-box .result-container .result-wrapper .operate-style .operate-text {
  position: relative;
  width: 68%;
  height: 190px;
}
.result-box .result-container .result-wrapper .operate-style .operate-text h1 a {
  display: block;
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  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;
}
.result-box .result-container .result-wrapper .operate-style .operate-text h1 a span {
  color: #fc4247;
}
.result-box .result-container .result-wrapper .operate-style .operate-text p {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a2a2a2;
  margin-top: 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: 2;
  -ms-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.result-box .result-container .result-wrapper .operate-style .operate-text p span {
  color: #fc4247;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom h2 {
  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;
  width: fit-content;
  color: rgba(0, 0, 0, 0.7);
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom h2 img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-bottom: 3px;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom > span {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico {
  position: relative;
  margin-left: 24px;
  display: flex;
  justify-content: center;
  align-items: start;
  width: fit-content;
  height: fit-content;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .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;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a:last-child,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even:last-child,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div:last-child {
  margin-right: 0;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a > img,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even > img,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div > img {
  width: 20px;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a > span,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even > span,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .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;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a > span.win-span,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even > span.win-span,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div > span.win-span {
  color: #007aff;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a .chlid-win,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even .chlid-win,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div .chlid-win {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 34px;
  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;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a .chlid-win a,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even .chlid-win a,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div .chlid-win a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background: #fff;
  cursor: pointer;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a .chlid-win a > img,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even .chlid-win a > img,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div .chlid-win a > img {
  width: 26px;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a .chlid-win a > span,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even .chlid-win a > span,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div .chlid-win 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;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a .chlid-win a:hover,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even .chlid-win a:hover,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div .chlid-win a:hover {
  background-color: #eeeeee;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a:hover,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even:hover,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div:hover {
  border-radius: 4px;
  border: 1px solid #007aff;
  background: rgba(0, 122, 255, 0.1);
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a:hover .download-qrcode,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even:hover .download-qrcode,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div:hover .download-qrcode {
  display: flex;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico > a:hover .chlid-win,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .win-even:hover .chlid-win,
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .down-qr-div:hover .chlid-win {
  display: flex;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .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;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .download-qrcode canvas {
  width: 100%;
}
.result-box .result-container .result-wrapper .operate-style .operate-text .item-bottom .load-ico .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;
}
.result-box .result-container .result-wrapper .topic-style {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 48px;
}
.result-box .result-container .result-wrapper .topic-style:last-child {
  margin-bottom: 0;
}
.result-box .result-container .result-wrapper .topic-style > a img {
  width: 340px;
  height: 190px;
  border-radius: 16px;
  object-fit: cover;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text {
  position: relative;
  width: 68%;
  height: 190px;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text h1 a {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  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;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text h1 a span {
  color: #fc4247;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text p {
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a2a2a2;
  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;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text p span {
  color: #fc4247;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text .article-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text .article-tag .tag-item a {
  padding: 6px 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #323232;
  margin-right: 16px;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text .article-tag .tag-item a:last-child {
  margin-right: 0;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text .article-tag .tag-item a:hover {
  background: rgba(0, 122, 255, 0.1);
  border: 1px solid #007aff;
  color: #007aff;
}
.result-box .result-container .result-wrapper .topic-style .article-info-text .article-tag span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
}
.result-box .result-container .empty-box {
  display: none;
  width: 100%;
  height: 467px;
}
.result-box .result-container .empty-box.show {
  display: block;
}
.result-box .result-container .empty-box .empty-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
.result-box .result-container .empty-box .empty-item img {
  width: 81px;
}
.result-box .result-container .empty-box .empty-item p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #b6b6b6;
  margin-top: 16px;
}

.other-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 50px;
}
.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 .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;
}
.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;
}
.other-box .featured-article-box ul li:last-child {
  margin-bottom: 0;
}
.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: "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 .featured-article-box ul li a:hover {
  text-decoration: underline;
}
.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;
}
.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;
}
.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;
}
.other-box .hot-products ul li {
  width: 100%;
  padding: 8px 25px;
  box-sizing: border-box;
  border-radius: 8px;
}
.other-box .hot-products ul li:hover {
  background: #f5f5f5;
}
.other-box .hot-products ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.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%;
}
.other-box .hot-products ul li a .hot-products-info img {
  width: 44px;
  height: 44px;
}
.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;
}
.other-box .hot-products ul li a .hot-products-info .hot-products-text h2 {
  width: 100%;
  font-family: "Microsoft YaHei";
  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;
}
.other-box .hot-products ul li a .hot-products-info .hot-products-text p {
  width: 100%;
  font-family: "Microsoft YaHei";
  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;
}