/**
 * 这是个 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;
  }
}
.process-flow-container {
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-flow-container .process-flow-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #333333;
  margin: 0;
  text-align: center;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .process-flow-container .process-flow-title {
    font-size: calc(24 / 32 * var(--root-fs) * 1px);
    line-height: calc(32 / 32 * var(--root-fs) * 1px);
  }
}
.process-flow-container .process-flow-content {
  width: 1200px;
  margin-top: 64px;
}
.process-flow {
  width: 100%;
}
.process-flow .process-flow__pc {
  display: block;
}
.process-flow .process-flow__mobile {
  display: none;
}
.process-flow__track {
  position: relative;
  --process-flow-steps: 1;
  --process-flow-card-gap: 32px;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.process-flow__step {
  position: relative;
  flex: 0 0 calc(100% / (var(--process-flow-steps) + 1));
  height: 320px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-flow__step:first-child,
.process-flow__step:nth-last-of-type(2) {
  flex: 0 0 calc(100% * 1.5 / (var(--process-flow-steps) + 1));
}
.process-flow__node {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.process-flow__num {
  position: relative;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-flow__num::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px dashed #d8d8d8;
  z-index: 0;
}
.process-flow__num::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 32px;
  border-left: 1px dashed #d8d8d8;
  z-index: 0;
}
.process-flow__step:first-child .process-flow__num::after {
  left: 66.67%;
  transform: translateX(-50%);
}
.process-flow__step:nth-last-of-type(2) .process-flow__num::after {
  left: 33.33%;
  transform: translateX(-50%);
}
.process-flow__num-inner {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.process-flow__step:first-child .process-flow__num .process-flow__num-inner {
  left: 66.67%;
  transform: translateX(-50%);
}
.process-flow__step:nth-last-of-type(2) .process-flow__num .process-flow__num-inner {
  left: 33.33%;
  transform: translateX(-50%);
}
.process-flow__card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  z-index: 3;
}
.process-flow__step:first-child .process-flow__card {
  left: 66.67%;
  transform: translateX(-50%);
}
.process-flow__step:nth-last-of-type(2) .process-flow__card {
  left: 33.33%;
  transform: translateX(-50%);
}
.process-flow__step.is-top .process-flow__num::after {
  bottom: 100%;
  height: calc(32 / 32 * var(--root-fs) * 1px);
}
.process-flow__step.is-top .process-flow__card {
  top: auto;
  bottom: 74px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .process-flow__step.is-top .process-flow__card {
    bottom: calc(66 / 32 * var(--root-fs) * 1px);
  }
}
.process-flow__step.is-bottom .process-flow__num::after {
  top: 100%;
  height: calc(32 / 32 * var(--root-fs) * 1px);
}
.process-flow__step.is-bottom .process-flow__card {
  bottom: auto;
  top: 74px;
  flex-direction: column-reverse;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .process-flow__step.is-bottom .process-flow__card {
    top: calc(66 / 32 * var(--root-fs) * 1px);
  }
}
.process-flow__text {
  width: 100%;
}
.process-flow__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.process-flow__icon .process-flow__icon-svg {
  display: block;
}
.process-flow__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  word-break: break-word;
  max-width: 100%;
}
.process-flow__card.has-subtitle .process-flow__label {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.process-flow__sub {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
  max-width: 100%;
  word-break: break-word;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.process-flow__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #d8d8d8;
  transform: translateY(-50%);
}
.process-flow.process-flow--down .process-flow__track {
  height: 240px;
}
.process-flow.process-flow--down .process-flow__track::before {
  top: 56px;
  transform: none;
}
.process-flow.process-flow--down .process-flow__num-inner {
  left: 50% !important;
}
.process-flow.process-flow--down .process-flow__step:first-child .process-flow__card,
.process-flow.process-flow--down .process-flow__step:nth-last-of-type(2) .process-flow__card,
.process-flow.process-flow--down .process-flow__step:first-child .process-flow__num::after,
.process-flow.process-flow--down .process-flow__step:nth-last-of-type(2) .process-flow__num::after {
  left: 50% !important;
}
.process-flow.process-flow--down .process-flow__step {
  height: 240px;
  flex: 0 0 calc(100% / (var(--process-flow-steps)));
}
.process-flow.process-flow--down .process-flow__step:first-child,
.process-flow.process-flow--down .process-flow__step:nth-last-of-type(2) {
  flex: 0 0 calc(100% / (var(--process-flow-steps)));
}
.process-flow.process-flow--down .process-flow__step.is-bottom .process-flow__card {
  top: 72px;
  bottom: auto;
  flex-direction: column-reverse;
}
.process-flow.process-flow--down .process-flow__card {
  max-width: 100%;
  flex-direction: column !important;
}
.process-flow.process-flow--down .process-flow__step:first-child .process-flow__card,
.process-flow.process-flow--down .process-flow__step:nth-last-of-type(2) .process-flow__card {
  max-width: calc(88vw / (var(--process-flow-steps) + 1));
}
.process-flow.process-flow--down .process-flow__node {
  top: 0;
}
.process-flow.process-flow--down .process-flow__arrow {
  top: 0;
}
.process-flow.process-flow--up .process-flow__track {
  height: 240px;
}
.process-flow.process-flow--up .process-flow__track::before {
  top: auto;
  bottom: 56px;
  transform: none;
}
.process-flow.process-flow--up .process-flow__num-inner {
  left: 50% !important;
}
.process-flow.process-flow--up .process-flow__step:first-child .process-flow__card,
.process-flow.process-flow--up .process-flow__step:nth-last-of-type(2) .process-flow__card,
.process-flow.process-flow--up .process-flow__step:first-child .process-flow__num::after,
.process-flow.process-flow--up .process-flow__step:nth-last-of-type(2) .process-flow__num::after {
  left: 50% !important;
}
.process-flow.process-flow--up .process-flow__step {
  height: 240px;
  flex: 0 0 calc(100% / (var(--process-flow-steps)));
}
.process-flow.process-flow--up .process-flow__step:first-child,
.process-flow.process-flow--up .process-flow__step:nth-last-of-type(2) {
  flex: 0 0 calc(100% / (var(--process-flow-steps)));
}
.process-flow.process-flow--up .process-flow__step.is-top .process-flow__card {
  bottom: 72px;
  top: auto;
}
.process-flow.process-flow--up .process-flow__card {
  max-width: 100%;
}
.process-flow.process-flow--up .process-flow__step:first-child .process-flow__card,
.process-flow.process-flow--up .process-flow__step:nth-last-of-type(2) .process-flow__card {
  max-width: calc(88vw / (var(--process-flow-steps) + 1));
}
.process-flow.process-flow--up .process-flow__node {
  top: auto;
  bottom: 56px;
  transform: translateY(50%);
}
.process-flow.process-flow--up .process-flow__arrow {
  top: auto;
  bottom: 56px;
  transform: translateY(50%);
}
@media (min-width: 701px) and (max-width: 1200px) {
  .process-flow-container {
    padding: 0 6%;
    padding-top: calc(72 / 32 * var(--root-fs) * 1px);
    padding-bottom: calc(72 / 32 * var(--root-fs) * 1px);
  }
  .process-flow-container .process-flow-content {
    width: 100%;
    margin-top: calc(32 / 32 * var(--root-fs) * 1px);
  }
  .process-flow__track {
    height: calc(350 / 32 * var(--root-fs) * 1px);
  }
  .process-flow__track::before {
    left: 24px;
    right: 60px;
  }
  .process-flow__card {
    width: calc(128 / 32 * var(--root-fs) * 1px);
    padding-left: calc(4 / 32 * var(--root-fs) * 1px);
    padding-right: calc(4 / 32 * var(--root-fs) * 1px);
    gap: calc(8 / 32 * var(--root-fs) * 1px);
  }
  .process-flow__icon {
    width: calc(80 / 32 * var(--root-fs) * 1px);
    height: calc(80 / 32 * var(--root-fs) * 1px);
  }
  .process-flow__label {
    font-size: calc(14 / 32 * var(--root-fs) * 1px);
    line-height: calc(18 / 32 * var(--root-fs) * 1px);
  }
  .process-flow__sub {
    font-size: calc(12 / 32 * var(--root-fs) * 1px);
    line-height: calc(16 / 32 * var(--root-fs) * 1px);
  }
  .process-flow__num {
    height: calc(32 / 32 * var(--root-fs) * 1px);
  }
  .process-flow__num-inner {
    width: calc(32 / 32 * var(--root-fs) * 1px);
    height: calc(32 / 32 * var(--root-fs) * 1px);
    line-height: calc(32 / 32 * var(--root-fs) * 1px);
    font-size: calc(16 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--down .process-flow__track {
    height: calc(220 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--down .process-flow__track::before {
    top: calc(48 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--down .process-flow__step {
    height: calc(220 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--down .process-flow__step.is-bottom::after {
    top: calc(48 / 32 * var(--root-fs) * 1px);
    height: calc(24 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--down .process-flow__step.is-bottom .process-flow__card {
    top: calc(60 / 32 * var(--root-fs) * 1px);
    flex-direction: column-reverse;
  }
  .process-flow.process-flow--down .process-flow__node {
    top: calc(24 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--down .process-flow__arrow {
    top: calc(24 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--up .process-flow__track {
    height: calc(220 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--up .process-flow__track::before {
    bottom: calc(48 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--up .process-flow__step {
    height: calc(220 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--up .process-flow__step.is-top::after {
    bottom: calc(48 / 32 * var(--root-fs) * 1px);
    height: calc(24 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--up .process-flow__step.is-top .process-flow__card {
    bottom: calc(60 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--up .process-flow__node {
    bottom: calc(48 / 32 * var(--root-fs) * 1px);
  }
  .process-flow.process-flow--up .process-flow__arrow {
    bottom: calc(48 / 32 * var(--root-fs) * 1px);
  }
}
@media (max-width: 700px) {
  .process-flow-container {
    padding-top: calc(56 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(56 / 16 * var(--root-fs) * 1px);
  }
  .process-flow-container .process-flow-title {
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
  }
  .process-flow-container .process-flow-content {
    width: 100%;
    margin-top: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .process-flow .process-flow__pc {
    display: none;
  }
  .process-flow .process-flow__mobile {
    display: block;
  }
  .process-flow-m {
    position: relative;
    width: calc(343 / 16 * var(--root-fs) * 1px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-top: calc(16 / 16 * var(--root-fs) * 1px);
  }
  .process-flow-m::before {
    content: "";
    position: absolute;
    left: calc(16 / 16 * var(--root-fs) * 1px);
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px dashed #d8d8d8;
    z-index: 0;
  }
  .process-flow-m__step {
    position: relative;
    width: 100%;
    margin-bottom: calc(16 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .process-flow-m__step:last-child {
    margin-bottom: 0;
  }
  .process-flow-m__node {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: calc(32 / 16 * var(--root-fs) * 1px);
  }
  .process-flow-m__num {
    position: relative;
    flex: 0 0 auto;
    width: calc(32 / 16 * var(--root-fs) * 1px);
    height: calc(32 / 16 * var(--root-fs) * 1px);
    margin-left: calc(0 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .process-flow-m__num::before {
    content: "";
    position: absolute;
    left: calc(36 / 16 * var(--root-fs) * 1px);
    right: -1000px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px dashed #d8d8d8;
    z-index: 0;
    width: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .process-flow-m__step:last-child .process-flow-m__num::after {
    display: none;
  }
  .process-flow-m__num-inner {
    flex: 0 0 auto;
    width: calc(32 / 16 * var(--root-fs) * 1px);
    height: calc(32 / 16 * var(--root-fs) * 1px);
    border-radius: 50%;
    background: var(--color-primary);
    color: #ffffff;
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .process-flow-m__card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: calc(8 / 16 * var(--root-fs) * 1px);
    min-width: 0;
  }
  .process-flow-m__icon {
    width: calc(64 / 16 * var(--root-fs) * 1px);
    height: calc(64 / 16 * var(--root-fs) * 1px);
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }
  .process-flow-m__icon .process-flow-m__icon-svg {
    display: block;
  }
  .process-flow-m__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(4 / 16 * var(--root-fs) * 1px);
  }
  .process-flow-m__label {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    font-weight: 500;
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    color: #333333;
    word-break: break-word;
    max-width: 100%;
  }
  .process-flow-m__card.has-subtitle .process-flow-m__label {
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
  .process-flow-m__sub {
    font-size: calc(12 / 16 * var(--root-fs) * 1px);
    font-weight: 400;
    line-height: calc(16 / 16 * var(--root-fs) * 1px);
    color: #999999;
    max-width: 100%;
    word-break: break-word;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .process-flow-m__arrow {
    position: absolute;
    left: calc(16 / 16 * var(--root-fs) * 1px);
    bottom: 0;
    width: 0;
    height: 0;
    --border-left: calc(6 / 16 * var(--root-fs) * 1px);
    --border-right: calc(6 / 16 * var(--root-fs) * 1px);
    --border-top: calc(8 / 16 * var(--root-fs) * 1px);
    border-left: var(--border-left) solid transparent;
    border-right: var(--border-right) solid transparent;
    border-top: var(--border-top) solid #d8d8d8;
    transform: translateX(-50%);
    z-index: 1;
  }
}
