/**
 * 这是个 less 变量、函数文件，不会被编译成 common.css
 */
.hover-color-primary:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skeleton-wrapper {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.skeleton-wrapper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-animation: skeletonLoading 2s ease-in-out infinite;
  animation: skeletonLoading 2s ease-in-out infinite;
  content: "";
}
@keyframes product-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.skeleton-element {
  animation: product-skeleton-loading 1.4s ease infinite;
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-position: 100% 50%;
  background-size: 400% 100%;
  height: 0.8rem;
  list-style: none;
}
.skeleton-more-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@-webkit-keyframes skeletonLoading {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  80%,
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes skeletonLoading {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  80%,
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
.skeleton-header {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  height: 72px;
  align-items: center;
}
.skeleton-header .skeleton-title {
  width: 200px;
  height: 28px;
}
.skeleton-more {
  width: 131px;
  height: 32px;
}
.skeleton-product-card {
  width: 16%;
  float: left;
  margin-left: 15px;
}
/**
 * 响应式设计工具文件
 * 提供便捷的混入和工具类来简化响应式开发
 */
:root {
  --root-fs: 16;
}
@media (min-width: 1200px) {
  :root {
    --root-fs: 40;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  :root {
    --root-fs: 38;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  :root {
    --root-fs: 36;
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  :root {
    --root-fs: 34;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  :root {
    --root-fs: 32;
  }
}
@media (min-width: 700px) and (max-width: 800px) {
  :root {
    --root-fs: 30;
  }
}
@media (min-width: 675px) and (max-width: 700px) {
  :root {
    --root-fs: 28;
  }
}
@media (min-width: 650px) and (max-width: 674px) {
  :root {
    --root-fs: 27;
  }
}
@media (min-width: 625px) and (max-width: 649px) {
  :root {
    --root-fs: 26;
  }
}
@media (min-width: 600px) and (max-width: 624px) {
  :root {
    --root-fs: 25;
  }
}
@media (min-width: 575px) and (max-width: 599px) {
  :root {
    --root-fs: 24;
  }
}
@media (min-width: 550px) and (max-width: 574px) {
  :root {
    --root-fs: 23;
  }
}
@media (min-width: 525px) and (max-width: 549px) {
  :root {
    --root-fs: 22;
  }
}
@media (min-width: 500px) and (max-width: 524px) {
  :root {
    --root-fs: 21;
  }
}
@media (min-width: 475px) and (max-width: 499px) {
  :root {
    --root-fs: 20;
  }
}
@media (min-width: 450px) and (max-width: 474px) {
  :root {
    --root-fs: 19;
  }
}
@media (min-width: 425px) and (max-width: 449px) {
  :root {
    --root-fs: 18;
  }
}
@media (min-width: 400px) and (max-width: 424px) {
  :root {
    --root-fs: 17;
  }
}
@media (min-width: 375px) and (max-width: 399px) {
  :root {
    --root-fs: 16;
  }
}
@media (min-width: 350px) and (max-width: 374px) {
  :root {
    --root-fs: 15;
  }
}
@media (min-width: 325px) and (max-width: 349px) {
  :root {
    --root-fs: 14;
  }
}
@media (min-width: 300px) and (max-width: 324px) {
  :root {
    --root-fs: 13;
  }
}
@media (min-width: 275px) and (max-width: 299px) {
  :root {
    --root-fs: 12;
  }
}
@media (min-width: 250px) and (max-width: 274px) {
  :root {
    --root-fs: 11;
  }
}
@media (max-width: 249px) {
  :root {
    --root-fs: 11;
  }
}
.pain-point-intro-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
}
.pain-point-intro-item .pain-point-card {
  position: relative;
  width: 282px;
  height: 211px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pain-point-intro-item .pain-point-card .pain-point-card-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pain-point-intro-item .pain-point-card .pain-point-card-image-wrapper .pain-point-card-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}
.pain-point-intro-item .pain-point-card .pain-point-card-icon-wrap {
  width: 48px;
  height: 48px;
  opacity: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.pain-point-intro-item .pain-point-card .pain-point-card-icon-wrap .pain-point-card-icon {
  font-size: 32px;
  color: #fff;
}
.pain-point-intro-item .pain-point-card .pain-point-card-image-text {
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.pain-point-intro-item .pain-point-card--result {
  width: 100%;
  padding: 24px 12px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.pain-point-intro-item .pain-point-card--result .pain-point-result-text {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.pain-point-intro-item .pain-point-card--result .pain-point-result-text .pain-point-result-label {
  font-weight: 500;
}
.pain-point-intro-item .pain-point-card--result .pain-point-result-text .pain-point-result-emoji {
  width: auto;
  height: 24px;
  aspect-ratio: 0.88461538;
  vertical-align: bottom;
}
.pain-point-intro-item .pain-point-intro-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pain-point-intro-item .pain-point-intro-arrow .pain-point-card-arrow-image {
  display: inline-block;
  width: 28px;
  height: 26px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .pain-point-intro-item {
    --gap: calc(48 / 32 * var(--root-fs) * 1px);
    width: calc((88vw - var(--gap)) / 4);
  }
  .pain-point-intro-item .pain-point-card {
    width: 100%;
    height: max-content;
    min-height: calc(140 / 32 * var(--root-fs) * 1px);
    padding-top: calc(26 / 32 * var(--root-fs) * 1px);
    padding-bottom: calc(26 / 32 * var(--root-fs) * 1px);
    padding-left: calc(12 / 32 * var(--root-fs) * 1px);
    padding-right: calc(12 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-image-wrapper .pain-point-card-image {
    border-radius: calc(16 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-icon-wrap {
    width: calc(40 / 32 * var(--root-fs) * 1px);
    height: calc(40 / 32 * var(--root-fs) * 1px);
    border-radius: calc(6 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-icon-wrap .pain-point-card-icon {
    font-size: calc(26 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-image-text {
    font-size: calc(14 / 32 * var(--root-fs) * 1px);
    line-height: calc(20 / 32 * var(--root-fs) * 1px);
    margin-top: calc(8 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card--result {
    min-height: calc(64 / 32 * var(--root-fs) * 1px);
    padding-top: calc(12 / 32 * var(--root-fs) * 1px);
    padding-bottom: calc(12 / 32 * var(--root-fs) * 1px);
    padding-left: calc(10 / 32 * var(--root-fs) * 1px);
    padding-right: calc(10 / 32 * var(--root-fs) * 1px);
    border-radius: calc(12 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card--result .pain-point-result-text {
    font-size: calc(14 / 32 * var(--root-fs) * 1px);
    line-height: calc(20 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card--result .pain-point-result-text .pain-point-result-emoji {
    height: calc(20 / 32 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-intro-arrow .pain-point-card-arrow-image {
    width: calc(24 / 32 * var(--root-fs) * 1px);
    height: calc(22 / 32 * var(--root-fs) * 1px);
  }
}
@media (max-width: 700px) {
  .pain-point-intro-item {
    flex-direction: row;
    gap: calc(12 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card {
    height: max-content;
    width: calc(178 / 16 * var(--root-fs) * 1px);
    min-height: calc(135 / 16 * var(--root-fs) * 1px);
    padding-top: calc(26 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(26 / 16 * var(--root-fs) * 1px);
    padding-left: calc(12 / 16 * var(--root-fs) * 1px);
    padding-right: calc(12 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-image-wrapper .pain-point-card-image {
    border-radius: calc(12 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-icon-wrap {
    width: calc(32 / 16 * var(--root-fs) * 1px);
    height: calc(32 / 16 * var(--root-fs) * 1px);
    border-radius: calc(6 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-icon-wrap .pain-point-card-icon {
    font-size: calc(22 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card .pain-point-card-image-text {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    margin-top: calc(8 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card--result {
    width: calc(120 / 16 * var(--root-fs) * 1px);
    min-height: calc(64 / 16 * var(--root-fs) * 1px);
    padding-top: calc(12 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(12 / 16 * var(--root-fs) * 1px);
    padding-left: calc(10 / 16 * var(--root-fs) * 1px);
    padding-right: calc(10 / 16 * var(--root-fs) * 1px);
    border-radius: calc(12 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card--result .pain-point-result-text {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-card--result .pain-point-result-text .pain-point-result-emoji {
    margin-left: calc(2 / 16 * var(--root-fs) * 1px);
    height: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .pain-point-intro-item .pain-point-intro-arrow .pain-point-card-arrow-image {
    width: calc(24 / 16 * var(--root-fs) * 1px);
    height: calc(22 / 16 * var(--root-fs) * 1px);
    transform: rotate(-90deg);
  }
}
