@charset "UTF-8";
/* 企业微信客服二维码弹层（footer 联系客服 / 首页立即咨询共用） */
.daetool-service-kefu-popup {
  position: absolute;
  z-index: 2021;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.daetool-service-kefu-popup__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  box-sizing: border-box;
  padding: 11px 11px 12px;
  border-radius: 11px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: #fff;
  box-shadow: 0 0 10px rgba(213, 213, 213, 0.5);
}
.daetool-service-kefu-popup__qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 179px;
  overflow: hidden;
  background: #fff;
}
.daetool-service-kefu-popup__qr canvas,
.daetool-service-kefu-popup__qr img {
  display: block;
  width: 178px;
  height: 179px;
  object-fit: contain;
}
.daetool-service-kefu-popup__tip {
  margin: 11px 0 0;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.93px;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 1200px;
}

.about-daetool-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.about-daetool-box-top h2 {
  margin-bottom: 12px;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(55, 95, 227, 0.5) 0%, rgba(55, 95, 227, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-daetool-box-top span {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.about-daetool-box-content {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.about-daetool-box-content-left img {
  width: 560px;
  height: 320px;
  flex-shrink: 0;
}
.about-daetool-box-content-right {
  display: flex;
  flex-direction: column;
}
.about-daetool-box-content-right span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.about-daetool-box-content-right span:last-child {
  margin-top: 24px;
}
.about-daetool-box-bottom {
  display: flex;
  align-items: center;
  width: 1200px;
  gap: 20px;
  margin-top: 60px;
}
.about-daetool-box-bottom-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 285px;
  height: 103px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #F4F7FE;
}
.about-daetool-box-bottom-item img {
  width: 48px;
  height: 48px;
}
.about-daetool-box-bottom-item span {
  color: #375FE3;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px;
  /* 136% */
}

.our-product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 80px 0;
  background: #fff;
}

.our-product-featured {
  width: 1440px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  background: #fff;
}
.our-product-featured__row {
  display: flex;
  gap: 32px;
  align-items: stretch;
  overflow: visible;
}
.our-product-featured__row--top {
  height: 510px;
}
.our-product-featured__row--bottom {
  height: 494px;
}

.our-product-featured-card {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  height: 100%;
  padding: 40px 32px;
  border-radius: 20px;
  background: linear-gradient(180deg, #dfeeff 0%, #f2f8ff 100%);
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.25s ease;
}
.our-product-featured-card:hover {
  transform: scale(1.05);
  z-index: 2;
}
.our-product-featured-card__main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our-product-featured-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 9px 32px 8px;
  border-radius: 24px 21px 0 24px;
  background: linear-gradient(90deg, #ffb05b 0%, #ff8e14 100%);
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.our-product-featured-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.our-product-featured-card__logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: contain;
}
.our-product-featured-card__title {
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.our-product-featured-card__desc {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(26, 26, 26, 0.8);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.our-product-featured-card__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.our-product-featured-card__actions > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 8px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
}
.our-product-featured-card__actions > a.download-now {
  color: #fff;
  background: linear-gradient(99deg, #4c79ff 0%, #8e4cff 100%);
}
.our-product-featured-card__actions > a.download-now:hover {
  opacity: 0.92;
}
.our-product-featured-card__actions > a.learn-more {
  color: #4c79ff;
  border: 1px solid #4c79ff;
  background: #fff;
}
.our-product-featured-card__actions > a.learn-more:hover {
  background: rgba(76, 121, 255, 0.06);
}
.our-product-featured-card__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.our-product-featured__row--top .our-product-featured-card__main {
  max-width: 640px;
}
.our-product-featured__row--top .our-product-featured-card__desc-wrap {
  min-height: 100px;
}
.our-product-featured__row--top .our-product-featured-card__desc {
  -webkit-line-clamp: 3;
}

.our-product-featured__row--bottom .our-product-featured-card__main {
  max-width: 394px;
}
.our-product-featured__row--bottom .our-product-featured-card__desc-wrap {
  min-height: 70px;
}
.our-product-featured__row--bottom .our-product-featured-card__desc {
  -webkit-line-clamp: 2;
}

.homepage-our-products {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  background: linear-gradient(99deg, #faeeff 0.48%, #ebf4ff 18.9%, #fff 50.24%, #fcf4ff 82.01%, #dfeeff 100%);
}
.homepage-our-products__inner {
  width: 1200px;
  margin: 0 auto;
}
.homepage-our-products__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 72px;
  text-align: center;
}
.homepage-our-products__title-en {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(76, 121, 255, 0.5) 0%, rgba(76, 121, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-our-products__title-cn {
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.homepage-our-products__list {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding-bottom: 16px;
}

.homepage-our-products-card {
  position: relative;
  z-index: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 384px;
  max-width: 384px;
  height: 440px;
  border-radius: 20px;
  background: #fff;
  overflow: visible;
  box-sizing: border-box;
}
.homepage-our-products-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(270deg, #9346ff 0%, #b26fcc 50%, #38b3ff 100%);
  opacity: 0;
  filter: blur(10px);
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.25s ease;
}
.homepage-our-products-card:hover::before {
  opacity: 0.25;
}
.homepage-our-products-card__cover {
  flex-shrink: 0;
  height: 256px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.homepage-our-products-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-our-products-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-sizing: border-box;
}
.homepage-our-products-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.homepage-our-products-card__title {
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.homepage-our-products-card__more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid #4c79ff;
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.1) 0%, rgba(76, 121, 255, 0.1) 100%), #fff;
  color: #4c79ff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
}
.homepage-our-products-card__more:hover {
  background: linear-gradient(0deg, rgba(76, 121, 255, 0.16) 0%, rgba(76, 121, 255, 0.16) 100%), #fff;
}
.homepage-our-products-card__desc {
  margin: 0;
  color: rgba(26, 26, 26, 0.8);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* 领域卡片：WOW 入场 + hover 展开内容滑入 */
@keyframes animate_right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes domain-card-title-in {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes domain-card-list-in {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate_right {
  animation-name: animate_right;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}

/* 多元化布局 + 为什么选择大鹅（合并版块，参考 assets/为什么选择大鹅.png） */
.homepage-strength-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f4f7fe;
  padding: 100px 0;
}
.homepage-strength-box__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  text-align: center;
}
.homepage-strength-box__title-en {
  margin-bottom: 12px;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(55, 95, 227, 0.5) 0%, rgba(55, 95, 227, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-strength-box__title-cn {
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}
.homepage-strength-box__domain-cards {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  width: 1200px;
  margin-top: 72px;
}
.homepage-strength-box .advantage-card-list {
  width: 1200px;
  margin-top: 40px;
}

.domain-card {
  position: relative;
  flex: 0 0 234px;
  width: 234px;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  transition: flex-basis 0.3s ease, width 0.3s ease;
  /* 默认：折叠态仅展示标题 + 描述 */
  /* 折叠态：统一白字，按钮脱离文档流避免占位 */
  /* 展开态：三行网格 — 标题 / 列表 / 按钮 */
}
.domain-card__bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-image 0.3s ease;
}
.domain-card__bg--1 {
  background-image: url("../images/advantage_1.png");
}
.domain-card__bg--2 {
  background-image: url("../images/advantage_2.png");
}
.domain-card__bg--3 {
  background-image: url("../images/advantage_3.png");
}
.domain-card__bg--4 {
  background-image: url("../images/advantage_4.png");
}
.domain-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 24px 32px;
  box-sizing: border-box;
}
.domain-card__anim-clip {
  overflow: hidden;
}
.domain-card__title {
  margin: 0;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
.domain-card__summary {
  margin: 22px 0 0;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.domain-card__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.domain-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(26, 26, 26, 0.9);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}
.domain-card__list li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icon-bingo.png") no-repeat center/cover;
}
.domain-card__detail {
  display: none;
  flex-direction: column;
  min-height: 0;
  margin-top: 0;
  box-sizing: border-box;
}
.domain-card__detail-clip {
  overflow: hidden;
}
.domain-card__consult-wrap {
  position: relative;
  z-index: 3;
  width: fit-content;
  margin-top: 0;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.domain-card__consult-wrap:hover .daetool-service-kefu-popup, .domain-card__consult-wrap:focus-within .daetool-service-kefu-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.domain-card__consult-wrap .daetool-service-kefu-popup {
  left: 0;
  right: auto;
  top: calc(100% + 4px);
  z-index: 10;
}
.domain-card__consult-btn {
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 32px;
  border-radius: 8px;
  background: linear-gradient(99deg, #ffa340 0%, #ff8400 100%);
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.domain-card__consult-btn:hover {
  background: linear-gradient(99deg, #ffb866 0%, #ff9720 100%);
}
.domain-card__consult-btn:active {
  background: linear-gradient(99deg, #f5922e 0%, #e67600 100%);
}
.domain-card .domain-card__summary {
  display: block;
}
.domain-card:not(.is-expanded) .domain-card__body .domain-card__title,
.domain-card:not(.is-expanded) .domain-card__body .domain-card__summary {
  color: #fff;
}
.domain-card:not(.is-expanded) .domain-card__consult-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}
.domain-card.is-expanded {
  z-index: 2;
  overflow: visible;
  flex-basis: 426px;
  width: 426px;
}
.domain-card.is-expanded .domain-card__body {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: start;
}
.domain-card.is-expanded .domain-card__anim-clip {
  min-width: 0;
}
.domain-card.is-expanded .domain-card__summary {
  display: none;
}
.domain-card.is-expanded .domain-card__detail {
  display: flex;
  margin-top: 22px;
  min-height: 0;
  align-self: start;
}
.domain-card.is-expanded .domain-card__consult-wrap {
  position: relative;
  align-self: start;
  justify-self: start;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.domain-card.is-expanded .domain-card__list {
  animation: domain-card-list-in 0.6s ease 0.2s both;
}
.domain-card.is-expanded .domain-card__body .domain-card__title {
  color: #1a1a1a;
  animation: domain-card-title-in 0.6s ease 0.2s both;
}
.domain-card.is-expanded .domain-card__bg--1 {
  background-image: url("../images/advantage_1_spread.png");
}
.domain-card.is-expanded .domain-card__bg--2 {
  background-image: url("../images/advantage_2_spread.png");
}
.domain-card.is-expanded .domain-card__bg--3 {
  background-image: url("../images/advantage_3_spread.png");
}
.domain-card.is-expanded .domain-card__bg--4 {
  background-image: url("../images/advantage_4_spread.png");
}

.advantage-card-list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.advantage-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  box-sizing: border-box;
  width: 285px;
  min-height: 248px;
  padding: 24px 24px 34px;
  border: none;
  border-radius: 20px;
  background-color: #eef6ff;
  background-image: linear-gradient(180deg, #c5e0ff 0%, #eef6ff 100%);
  box-shadow: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  cursor: default;
}
.advantage-card img {
  width: 48px;
  height: 48px;
}
.advantage-card__title {
  margin: 0;
  color: #333;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  transition: color 0.3s ease;
}
.advantage-card__desc {
  color: #666;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s ease;
}
.advantage-card:hover {
  background-color: transparent;
  background-image: linear-gradient(127deg, #79b3ff 0.61%, #6467ff 99.4%);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}
.advantage-card:hover .advantage-card__title,
.advantage-card:hover .advantage-card__desc {
  color: #fff;
}

.homepage-solutions {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  background: linear-gradient(99deg, #faeeff 0.48%, #ebf4ff 18.9%, #fff 50.24%, #fcf4ff 82.01%, #dfeeff 100%);
}
.homepage-solutions__inner {
  width: 1200px;
  margin: 0 auto;
}
.homepage-solutions__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 80px;
  text-align: center;
}
.homepage-solutions__title-en {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(76, 121, 255, 0.5) 0%, rgba(76, 121, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-solutions__title-cn {
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.homepage-solutions__cards {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.homepage-solutions-panel {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 426px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px rgba(215, 225, 255, 0.5);
  box-sizing: border-box;
  overflow: hidden;
}
.homepage-solutions-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.homepage-solutions-panel__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.homepage-solutions-panel__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.homepage-solutions-panel__title {
  margin: 0;
  color: #1a1a1a;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}
.homepage-solutions-panel__list {
  flex: 1;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}
.homepage-solutions-panel__item {
  flex-shrink: 0;
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(162, 162, 162, 0.2);
}
.homepage-solutions-panel__item--last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.homepage-solutions-panel__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.homepage-solutions-panel__link::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-right: 2px;
  border-radius: 50%;
  background: #4c79ff;
}
.homepage-solutions-panel__link:hover .homepage-solutions-panel__item-title {
  color: #4c79ff;
}
.homepage-solutions-panel__item-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding-left: 6px;
  color: rgba(26, 26, 26, 0.8);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.778px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  transition: color 0.2s ease;
}
.homepage-solutions-panel__item-date {
  flex-shrink: 0;
  color: #a2a2a2;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.homepage-solutions-panel__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 4px;
  margin-top: 24px;
  padding: 12px 32px;
  border-radius: 40px;
  border: 1px solid rgba(162, 162, 162, 0.5);
  background: #fff;
  color: #3a3a3a;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.homepage-solutions-panel__more:hover {
  border-color: #4c79ff;
  color: #4c79ff;
}
.homepage-solutions-panel__more:hover .homepage-solutions-panel__more-arrow {
  border-color: #4c79ff;
}
.homepage-solutions-panel__more-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3a3a3a;
  border-bottom: 2px solid #3a3a3a;
  transform: rotate(-45deg) translateY(-1px);
  transition: border-color 0.2s ease;
}

