/**
 * 这是个 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;
  }
}
.bestSupplier {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bestSupplier .bestSupplierContainer {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bestSupplier .bestSupplierContainer .bestSupplierTitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin-bottom: 48px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard {
  background-color: #fbf9f9;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: space-between;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard.no-link {
  cursor: default;
  pointer-events: none;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(1) {
  width: 405px;
  margin-right: 32px;
  margin-bottom: 32px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(2) {
  width: 759px;
  margin-bottom: 32px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(3) {
  width: 614px;
  margin-right: 32px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(4) {
  width: 554px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  margin-bottom: 8px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardDescription p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink {
  color: #ff7a00;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink .cardLinkText {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding-right: 4px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink .cardLinkIcon {
  font-size: 20px;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink:hover {
  color: #e56a00;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  overflow: hidden;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage .desktop-img {
  display: block;
}
.bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage .mobile-img {
  display: none;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .bestSupplier {
    width: 100vw;
    background-color: #fff;
    padding: 64px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bestSupplier .bestSupplierContainer {
    padding: 0 6%;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierTitle {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 32px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard {
    padding: 24px;
    border-radius: 16px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(1) {
    width: 40.3%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(2) {
    width: calc(59.7% - 20px);
    margin-bottom: 20px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(3) {
    width: calc(57.7% - 20px);
    margin-right: 20px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(4) {
    width: 42.3%;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardDescription {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardDescription p {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink {
    color: #ff7a00;
    text-decoration: none;
    display: inline;
    line-height: 16px;
    align-items: center;
    margin-bottom: 24px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink .cardLinkText {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-right: 4px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink .cardLinkIcon {
    font-size: 16px;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink:hover {
    color: var(--color-theme-1);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage {
    width: 100%;
    height: 160px;
    border-radius: 16px;
    overflow: hidden;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  .bestSupplier {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer {
    width: calc(343 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierTitle {
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard {
    padding-top: calc(28 / 16 * var(--root-fs) * 1px);
    padding-right: calc(20 / 16 * var(--root-fs) * 1px);
    padding-left: calc(20 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(28 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(2) {
    width: 100%;
    margin-bottom: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(3) {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard:nth-of-type(4) {
    width: 100%;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent {
    text-align: center;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardTitle {
    font-size: calc(18 / 16 * var(--root-fs) * 1px);
    line-height: calc(24 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(6 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardDescription {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardDescription p {
    margin-bottom: calc(8 / 16 * var(--root-fs) * 1px);
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink {
    justify-content: center;
    margin-bottom: calc(22 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink .cardLinkText {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(22 / 16 * var(--root-fs) * 1px);
    padding-right: calc(4 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink .cardLinkIcon {
    font-size: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardContent .cardLink:hover {
    color: var(--color-theme-1);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage {
    height: calc(160 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage .desktop-img {
    display: none;
  }
  .bestSupplier .bestSupplierContainer .bestSupplierGrid .bestSupplierCard .cardImage .mobile-img {
    display: block;
  }
}
.scaleWithoutLimits {
  width: 100%;
  background: radial-gradient(69.48% 188.15% at 50% 72.98%, #ffd4ae 0%, #fff8f5 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsTitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  width: 100%;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard {
  min-height: 180px;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent {
  flex: 1;
  padding-top: 2px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #333;
  margin-bottom: 10px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
  margin: 0;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .scaleWithoutLimits {
    width: 100vw;
    padding: 64px 0;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer {
    padding: 0 6%;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsTitle {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 32px;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    width: 100%;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    min-height: auto;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon {
    width: 28px;
    height: 28px;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent {
    flex: 1;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardDescription {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .scaleWithoutLimits {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer {
    width: calc(343 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsTitle {
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
    text-align: center;
    margin-bottom: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard {
    background-color: #fff;
    padding: calc(20 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: calc(16 / 16 * var(--root-fs) * 1px);
    min-height: auto;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard:last-child {
    margin-bottom: 0;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon {
    width: calc(32 / 16 * var(--root-fs) * 1px);
    height: calc(32 / 16 * var(--root-fs) * 1px);
    margin-right: calc(8 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent {
    flex: 1;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardTitle {
    font-size: calc(16 / 16 * var(--root-fs) * 1px);
    font-weight: 600;
    line-height: calc(22 / 16 * var(--root-fs) * 1px);
    color: #333;
    margin-bottom: calc(8 / 16 * var(--root-fs) * 1px);
    padding-top: calc(2 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardDescription {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    font-weight: 400;
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    color: #666;
    margin: 0;
  }
}
.keyServices {
  width: 100%;
  background-color: #fbf9f9;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyServices .keyServicesContainer {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.keyServices .keyServicesContainer .keyServicesTitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  text-align: left;
  margin-bottom: 12px;
}
.keyServices .keyServicesContainer .keyServicesSubTitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  text-align: left;
  margin-bottom: 48px;
}
.keyServices .keyServicesContainer .keyServicesContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-right: 75px;
  height: 562px;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard {
  width: 100%;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardIcon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent {
  flex: 1;
  padding-top: 4px;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent .cardTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  margin-bottom: 4px;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent .cardDescription {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  margin: 0;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesImage {
  width: 534px;
  height: 562px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.keyServices .keyServicesContainer .keyServicesContent .keyServicesImage .keyServicesImageImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .keyServices {
    width: 100vw;
    padding: 68px 0;
  }
  .keyServices .keyServicesContainer {
    padding: 0 6%;
    width: 100%;
  }
  .keyServices .keyServicesContainer .keyServicesTitle {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 10px;
  }
  .keyServices .keyServicesContainer .keyServicesSubTitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
  }
  .keyServices .keyServicesContainer .keyServicesContent {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-right: 0;
    height: auto;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardIcon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent {
    flex: 1;
    padding-top: 4px;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent .cardTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    margin-bottom: 4px;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent .cardDescription {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    margin: 0;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesImage {
    width: 100%;
    height: 296px;
    margin-bottom: 4px;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesImage .keyServicesImageImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
  }
}
@media (max-width: 700px) {
  .keyServices {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
  }
  .keyServices .keyServicesContainer {
    width: calc(343 / 16 * var(--root-fs) * 1px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .keyServices .keyServicesContainer .keyServicesTitle {
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
    text-align: center;
    margin-bottom: calc(8 / 16 * var(--root-fs) * 1px);
  }
  .keyServices .keyServicesContainer .keyServicesSubTitle {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(18 / 16 * var(--root-fs) * 1px);
    text-align: center;
    margin-bottom: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .keyServices .keyServicesContainer .keyServicesContent {
    flex: 1;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid {
    width: 100%;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: calc(16 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
    margin-top: calc(16 / 16 * var(--root-fs) * 1px);
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardIcon {
    width: calc(48 / 16 * var(--root-fs) * 1px);
    height: calc(48 / 16 * var(--root-fs) * 1px);
    margin-right: calc(10 / 16 * var(--root-fs) * 1px);
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent {
    padding-top: calc(0 / 16 * var(--root-fs) * 1px);
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent .cardTitle {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    font-weight: 600;
    line-height: calc(22 / 16 * var(--root-fs) * 1px);
    color: #333;
    margin-bottom: calc(2 / 16 * var(--root-fs) * 1px);
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesGrid .keyServicesCard .cardContent .cardDescription {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    font-weight: 400;
    line-height: calc(16 / 16 * var(--root-fs) * 1px);
    color: #666;
    margin: 0;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesImage {
    width: 100%;
    height: calc(375 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(4 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .keyServices .keyServicesContainer .keyServicesContent .keyServicesImage .keyServicesImageImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
  }
}
.how-it-work-box {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.how-it-work-box .how-it-work-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #1b1b1b;
  text-align: center;
}
.how-it-work-box .how-it-work-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 60px;
  max-width: 1200px;
  width: 100%;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  flex: 1;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 282px;
  height: 100%;
  min-height: 360px;
  padding: 32px 32px 145px;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg-ipad {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg-mobile {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-num {
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  color: #1e7353;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #262729;
  text-align: left;
  margin-bottom: 8px;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  text-align: left;
  margin-bottom: 0;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -12px;
  right: -14px;
  z-index: 1;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box .how-it-work-content-item-img {
  width: 200px;
  height: 200px;
  object-fit: fill;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box .how-it-work-content-item-img-mobile {
  width: 68px;
  height: 48px;
  object-fit: fill;
  display: none;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item-icon-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item-icon {
  width: 24px;
  font-size: 20px;
  color: #333;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .how-it-work-box {
    width: 100vw;
    padding: 0 6%;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how-it-work-box .how-it-work-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .how-it-work-box .how-it-work-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    max-width: 100%;
    width: 100%;
    gap: 0;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: auto;
    min-height: max-content;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: max-content;
    padding: 20px 16px;
    opacity: 1;
    position: relative;
    z-index: 1;
    padding-right: 200px;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg {
    display: none;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg-ipad {
    display: block;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg-mobile {
    display: none;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-num {
    font-size: 12px;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-tit {
    font-size: 16px;
    line-height: 20px;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -16px;
    right: 0;
    z-index: 1;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box .how-it-work-content-item-img {
    width: 120px;
    height: 120px;
    object-fit: fill;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box .how-it-work-content-item-img-mobile {
    display: none;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item-icon {
    width: 20px;
    font-size: 16px;
    transform: rotate(90deg);
  }
}
@media (max-width: 700px) {
  .how-it-work-box {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how-it-work-box .how-it-work-title {
    width: calc(351 / 16 * var(--root-fs) * 1px);
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
  }
  .how-it-work-box .how-it-work-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-top: calc(24 / 16 * var(--root-fs) * 1px);
    width: calc(343 / 16 * var(--root-fs) * 1px);
    max-width: 100%;
    gap: 0;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(343 / 16 * var(--root-fs) * 1px);
    flex: auto;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: max-content;
    padding: calc(20 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(62 / 16 * var(--root-fs) * 1px);
    opacity: 1;
    position: relative;
    z-index: 1;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg-ipad {
    display: none;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-bg-mobile {
    display: block;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-num {
    font-size: calc(12 / 16 * var(--root-fs) * 1px);
    line-height: calc(18 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(10 / 16 * var(--root-fs) * 1px);
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-tit {
    font-size: calc(16 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(4 / 16 * var(--root-fs) * 1px);
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-desc {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(4 / 16 * var(--root-fs) * 1px);
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box {
    width: calc(68 / 16 * var(--root-fs) * 1px);
    height: calc(48 / 16 * var(--root-fs) * 1px);
    bottom: calc(16 / 16 * var(--root-fs) * 1px);
    right: calc(18 / 16 * var(--root-fs) * 1px);
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box .how-it-work-content-item-img {
    width: calc(120 / 16 * var(--root-fs) * 1px);
    height: calc(120 / 16 * var(--root-fs) * 1px);
    display: none;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item .how-it-work-content-item-img-box .how-it-work-content-item-img-mobile {
    width: calc(68 / 16 * var(--root-fs) * 1px);
    height: calc(48 / 16 * var(--root-fs) * 1px);
    object-fit: fill;
    display: block;
  }
  .how-it-work-box .how-it-work-content .how-it-work-content-item-icon {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    transform: rotate(90deg);
  }
}
.benefits-box {
  width: 100%;
  background: #1e7353;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefits-box .benefits-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
.benefits-box .benefits-content {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 42px;
}
.benefits-box .benefits-content .benefits-card {
  background-color: #007f60;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 350px;
}
.benefits-box .benefits-content .benefits-card .benefits-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.benefits-box .benefits-content .benefits-card .benefits-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.benefits-box .benefits-content .benefits-card .benefits-card-content {
  flex: 1;
}
.benefits-box .benefits-content .benefits-card .benefits-card-content .benefits-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin-bottom: 12px;
}
.benefits-box .benefits-content .benefits-card .benefits-card-content .benefits-card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #e7f4f1;
  margin: 0;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .benefits-box {
    width: 100vw;
    padding: 64px 0;
  }
  .benefits-box .benefits-title {
    padding: 0 6%;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 32px;
  }
  .benefits-box .benefits-content {
    padding: 0 6%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
  .benefits-box .benefits-content .benefits-card {
    padding: 24px;
    border-radius: 16px;
    min-height: 250px;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-content .benefits-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-content .benefits-card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #e7f4f1;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .benefits-box {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
  }
  .benefits-box .benefits-title {
    width: calc(343 / 16 * var(--root-fs) * 1px);
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
    text-align: center;
    margin-bottom: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .benefits-box .benefits-content {
    width: calc(343 / 16 * var(--root-fs) * 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .benefits-box .benefits-content .benefits-card {
    background-color: #007f60;
    padding: calc(20 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: calc(16 / 16 * var(--root-fs) * 1px);
    min-height: auto;
    width: 100%;
  }
  .benefits-box .benefits-content .benefits-card:last-child {
    margin-bottom: 0;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-icon {
    width: calc(40 / 16 * var(--root-fs) * 1px);
    height: calc(40 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(12 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-content {
    flex: 1;
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-content .benefits-card-title {
    font-size: calc(16 / 16 * var(--root-fs) * 1px);
    font-weight: 600;
    line-height: calc(22 / 16 * var(--root-fs) * 1px);
    color: #fff;
    margin-bottom: calc(8 / 16 * var(--root-fs) * 1px);
  }
  .benefits-box .benefits-content .benefits-card .benefits-card-content .benefits-card-description {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    font-weight: 400;
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    color: #e7f4f1;
    margin: 0;
  }
}
html {
  background: #f5f2fe;
}
@media (min-width: 701px) and (max-width: 1200px) {
  html {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}
@media (max-width: 700px) {
  html {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}
body {
  font-family: PingFangSC-Medium, PingFangSCSemibold;
  min-width: 1200px;
  min-height: 760px;
  background: url("/egg/image/integrations/tiktok_banner_bg.png") no-repeat top center;
  background-size: 100vw 760px;
}
@media (min-width: 701px) and (max-width: 1200px) {
  body {
    width: 100vw;
    min-width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}
@media (max-width: 700px) {
  body {
    width: 100vw;
    min-width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh;
    background-size: 100vw 100vh;
    overflow-x: hidden !important;
  }
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .content {
  position: relative;
  z-index: 2;
  width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.banner .content .textContent {
  flex: 1;
  max-width: 610px;
  margin-right: 32px;
}
.banner .content .textContent .mainTitle {
  padding-top: 80px;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-align: left;
}
.banner .content .textContent .mainTitle .mainText {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-align: left;
}
.banner .content .textContent .mainTitle .tiktokText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 75px;
  vertical-align: bottom;
}
.banner .content .textContent .mainTitle .tiktokText .tiktokTextImage {
  width: 100%;
  height: 100%;
}
.banner .content .textContent .subtitle {
  padding-top: 28px;
}
.banner .content .textContent .subtitle .subtitle-item {
  padding-bottom: 16px;
}
.banner .content .textContent .subtitle .subtitle-item .iconfont {
  font-size: 16px;
  color: #fff;
}
.banner .content .textContent .subtitle .subtitle-item .subtitle-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  padding-left: 6px;
}
.banner .content .textContent .buttonGroup {
  display: flex;
  flex-wrap: wrap;
}
.banner .content .textContent .buttonGroup .btnItem {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  background: #ff2d61;
  cursor: pointer;
  margin-right: 16px;
}
.banner .content .textContent .buttonGroup .btnItem:hover {
  background: #e02855;
}
.banner .content .textContent .buttonGroup .btnItem:hover .btnText {
  color: #fff;
}
.banner .content .textContent .buttonGroup .btnItem .btnText {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.banner .content .textContent .buttonGroup .connectBtn {
  box-sizing: border-box;
  border: 1px solid #ff2d61;
  background: transparent;
}
.banner .content .textContent .buttonGroup .connectBtn .btnText {
  color: #ff2d61;
}
.banner .content .textContent .buttonGroup .connectBtn:hover {
  background: #ff2d61;
  border: 1px solid #ff2d61;
}
.banner .content .textContent .buttonGroup .connectBtn:hover .btnText {
  color: #fff;
}
.banner .content .rightSection {
  width: 516px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 56px;
  margin-top: 80px;
}
.banner .content .rightSection .personImage {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .banner {
    width: 100vw;
  }
  .banner .content {
    padding: 0 6%;
    width: 100%;
    align-items: center;
    height: 50vw;
  }
  .banner .content .textContent {
    flex: 1;
    margin-right: 0;
  }
  .banner .content .textContent .mainTitle {
    padding-top: 3.2vw;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 4.4vw;
    color: #333;
    text-align: left;
  }
  .banner .content .textContent .mainTitle .mainText {
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 3.6vw;
    color: #fff;
    text-align: left;
  }
  .banner .content .textContent .mainTitle .tiktokText {
    width: 15.4vw;
    height: 6vw;
  }
  .banner .content .textContent .mainTitle .tiktokText .tiktokTextImage {
    width: 100%;
    height: 100%;
  }
  .banner .content .textContent .subtitle {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  .banner .content .textContent .subtitle .subtitle-item {
    padding-bottom: 0.8vw;
  }
  .banner .content .textContent .buttonGroup {
    padding-bottom: 40px;
  }
  .banner .content .textContent .buttonGroup .btnItem {
    min-width: 205px;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    margin-right: 12px;
  }
  .banner .content .textContent .buttonGroup .btnItem:hover {
    background: #ff2d61;
  }
  .banner .content .textContent .buttonGroup .btnItem:hover .btnText {
    color: #fff;
  }
  .banner .content .textContent .buttonGroup .btnItem .btnText {
    font-size: 14px;
    line-height: 40px;
  }
  .banner .content .textContent .buttonGroup .connectBtn:hover {
    background: transparent;
    border: 1px solid #ff2d61;
  }
  .banner .content .textContent .buttonGroup .connectBtn:hover .btnText {
    color: #ff2d61;
  }
  .banner .content .textContent .buttonGroup .whatsappBtn {
    margin-right: 0;
  }
  .banner .content .rightSection {
    padding-top: 0;
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner .content .rightSection .personImage {
    width: 40vw;
    height: auto;
  }
}
@media (min-width: 701px) and (max-width: 1200px) and (min-width: 1000px) {
  .banner .content {
    height: 45vw;
  }
}
@media (max-width: 700px) {
  .banner {
    width: 100%;
  }
  .banner .content {
    flex-direction: column;
    width: calc(343 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent {
    flex: 1;
    margin-right: calc(0 / 16 * var(--root-fs) * 1px);
    max-width: calc(343 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .mainTitle {
    text-align: center;
    padding-top: calc(20 / 16 * var(--root-fs) * 1px);
    font-size: calc(28 / 16 * var(--root-fs) * 1px);
    line-height: calc(36 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .mainTitle .mainText {
    font-size: calc(28 / 16 * var(--root-fs) * 1px);
    line-height: calc(36 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .mainTitle .tiktokText {
    width: calc(124 / 16 * var(--root-fs) * 1px);
    height: calc(48 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .mainTitle .tiktokText .tiktokTextImage {
    width: 100%;
    height: 100%;
  }
  .banner .content .textContent .subtitle {
    display: flex;
    padding-top: calc(18 / 16 * var(--root-fs) * 1px);
    font-size: calc(12 / 16 * var(--root-fs) * 1px);
    line-height: calc(16 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(0 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .subtitle .subtitle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    padding-bottom: calc(12 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .subtitle .subtitle-item:after {
    content: "";
    position: absolute;
    left: calc(115 / 16 * var(--root-fs) * 1px);
    top: auto;
    width: calc(2 / 16 * var(--root-fs) * 1px);
    height: calc(51 / 16 * var(--root-fs) * 1px);
    opacity: 0.64;
    border-radius: calc(2 / 16 * var(--root-fs) * 1px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 43.8%, rgba(255, 255, 255, 0) 100%);
  }
  .banner .content .textContent .subtitle .subtitle-item:last-child:after {
    display: none;
  }
  .banner .content .textContent .subtitle .subtitle-item .iconfont {
    font-size: calc(16 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .subtitle .subtitle-item .subtitle-text {
    text-align: center;
    color: #fff;
    padding-left: 0;
    font-size: calc(12 / 16 * var(--root-fs) * 1px);
    line-height: calc(16 / 16 * var(--root-fs) * 1px);
    padding-top: calc(8 / 16 * var(--root-fs) * 1px);
    padding-left: calc(8 / 16 * var(--root-fs) * 1px);
    padding-right: calc(8 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .buttonGroup {
    justify-content: space-around;
    padding-bottom: calc(16 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .buttonGroup .btnItem {
    min-width: calc(160 / 16 * var(--root-fs) * 1px);
    height: calc(40 / 16 * var(--root-fs) * 1px);
    margin-top: calc(24 / 16 * var(--root-fs) * 1px);
    padding-top: calc(8 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(8 / 16 * var(--root-fs) * 1px);
    padding-left: calc(16 / 16 * var(--root-fs) * 1px);
    padding-right: calc(16 / 16 * var(--root-fs) * 1px);
    border-radius: calc(22 / 16 * var(--root-fs) * 1px);
    margin-right: calc(0 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .buttonGroup .btnItem:hover {
    background: #ff2d61;
  }
  .banner .content .textContent .buttonGroup .btnItem:hover .btnText {
    color: #fff;
  }
  .banner .content .textContent .buttonGroup .btnItem .btnText {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(40 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .buttonGroup .btnItem .emailIcon {
    width: calc(24 / 16 * var(--root-fs) * 1px);
    height: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .buttonGroup .btnItem .whatsappIcon {
    width: calc(22 / 16 * var(--root-fs) * 1px);
    height: calc(22 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .textContent .buttonGroup .connectBtn:hover {
    background: transparent;
    border: 1px solid #ff2d61;
  }
  .banner .content .textContent .buttonGroup .connectBtn:hover .btnText {
    color: #ff2d61;
  }
  .banner .content .textContent .buttonGroup .connectBtn {
    margin-right: 0;
  }
  .banner .content .rightSection {
    width: calc(343 / 16 * var(--root-fs) * 1px);
    height: auto;
    margin-bottom: calc(40 / 16 * var(--root-fs) * 1px);
    margin-top: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .banner .content .rightSection .personImage {
    width: calc(343 / 16 * var(--root-fs) * 1px);
    height: auto;
  }
}
.how-it-work-box {
  background: #fff;
}
.how-it-work-box .how-it-work-content .how-it-work-content-item-box .how-it-work-content-item .how-it-work-content-item-num-box .how-it-work-content-item-num {
  color: #ff2d61;
}
.why-cjdropshipping-box {
  width: 100%;
  background: #f9f9f9;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why-cjdropshipping-box .why-cjdropshipping-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}
.why-cjdropshipping-box .why-cjdropshipping-content {
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
}
.why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  min-height: 262px;
}
.why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 24px;
  margin-left: 4px;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content .why-cjdropshipping-card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #333;
  margin-bottom: 8px;
  text-align: left;
}
.why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content .why-cjdropshipping-card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
  text-align: left;
  margin: 0;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .why-cjdropshipping-box {
    width: 100vw;
    padding: 64px 0;
  }
  .why-cjdropshipping-box .why-cjdropshipping-title {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 32px;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content {
    width: 100%;
    padding: 0 6%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card {
    padding: 20px;
    min-height: 200px;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    margin-right: 10px;
    margin-left: 4px;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-icon img {
    width: 100%;
    height: 100%;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content .why-cjdropshipping-card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content .why-cjdropshipping-card-description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .why-cjdropshipping-box {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
  }
  .why-cjdropshipping-box .why-cjdropshipping-title {
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
    text-align: center;
    margin-bottom: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .why-cjdropshipping-box .why-cjdropshipping-content {
    width: calc(343 / 16 * var(--root-fs) * 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card {
    width: 100%;
    flex-direction: row;
    padding: calc(20 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(16 / 16 * var(--root-fs) * 1px);
    min-height: auto;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card:last-child {
    margin-bottom: 0;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-icon {
    width: calc(24 / 16 * var(--root-fs) * 1px);
    height: calc(24 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(16 / 16 * var(--root-fs) * 1px);
    border-radius: calc(4 / 16 * var(--root-fs) * 1px);
    margin-right: calc(8 / 16 * var(--root-fs) * 1px);
    margin-left: calc(0 / 16 * var(--root-fs) * 1px);
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content {
    flex: 1;
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content .why-cjdropshipping-card-title {
    font-size: calc(16 / 16 * var(--root-fs) * 1px);
    font-weight: 500;
    line-height: calc(22 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(8 / 16 * var(--root-fs) * 1px);
  }
  .why-cjdropshipping-box .why-cjdropshipping-content .why-cjdropshipping-card .why-cjdropshipping-card-content .why-cjdropshipping-card-description {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(18 / 16 * var(--root-fs) * 1px);
  }
}
.scaleWithoutLimits {
  width: 100%;
  background: #f9f9f9;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsTitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  width: 100%;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard {
  min-height: 180px;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent {
  flex: 1;
  padding-top: 2px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #333;
  margin-bottom: 10px;
}
.scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
  margin: 0;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .scaleWithoutLimits {
    width: 100vw;
    padding: 64px 0;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer {
    padding: 0 6%;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsTitle {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 32px;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    width: 100%;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard {
    padding: 20px;
    border-radius: 16px;
    min-height: auto;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon {
    width: 28px;
    height: 28px;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent {
    flex: 1;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardDescription {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .scaleWithoutLimits {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer {
    width: calc(343 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsTitle {
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
    text-align: center;
    margin-bottom: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard {
    padding: calc(20 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: calc(16 / 16 * var(--root-fs) * 1px);
    min-height: auto;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard:last-child {
    margin-bottom: 0;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon {
    width: calc(32 / 16 * var(--root-fs) * 1px);
    height: calc(32 / 16 * var(--root-fs) * 1px);
    margin-right: calc(8 / 16 * var(--root-fs) * 1px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent {
    flex: 1;
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardTitle {
    font-size: calc(16 / 16 * var(--root-fs) * 1px);
    font-weight: 600;
    line-height: calc(22 / 16 * var(--root-fs) * 1px);
    color: #333;
    margin-bottom: calc(8 / 16 * var(--root-fs) * 1px);
    padding-top: calc(2 / 16 * var(--root-fs) * 1px);
  }
  .scaleWithoutLimits .scaleWithoutLimitsContainer .scaleWithoutLimitsGrid .scaleWithoutLimitsCard .cardContent .cardDescription {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    font-weight: 400;
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    color: #666;
    margin: 0;
  }
}
.free-store-box {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.free-store-box .free-store-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.free-store-box .free-store-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.free-store-box .free-store-content {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.free-store-box .free-store-content .free-store-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: max-content;
}
.free-store-box .free-store-content .free-store-card:hover {
  background-color: #ff2d61;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-header .free-store-card-title-line {
  background-color: #fff;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-header .free-store-card-title {
  color: #fff;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-description {
  color: #fff;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-bullets .free-store-card-bullet {
  color: #fff;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-bullets .free-store-card-bullet:before {
  background-color: #fff;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta {
  color: #fff;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta:hover {
  color: #fff;
}
.free-store-box .free-store-content .free-store-card:hover .free-store-card-cta-icon {
  animation: arrowMove 1.5s ease-in-out infinite;
}
.free-store-box .free-store-content .free-store-card:nth-of-type(1) {
  width: 353px;
}
.free-store-box .free-store-content .free-store-card:nth-of-type(2) {
  width: 348px;
}
.free-store-box .free-store-content .free-store-card:nth-of-type(3) {
  width: 435px;
}
.free-store-box .free-store-content .free-store-card:nth-of-type(4) {
  width: 525px;
}
.free-store-box .free-store-content .free-store-card:nth-of-type(5) {
  width: 643px;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header .free-store-card-title-line {
  width: 4px;
  height: 24px;
  background-color: #ff2d61;
  border-radius: 2px;
  margin-right: 12px;
  flex-shrink: 0;
  position: absolute;
  left: -32px;
  top: 1px;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header .free-store-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  margin: 0;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  margin: 0 0 16px 0;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-bullets {
  list-style: none;
  padding: 0;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-bullets .free-store-card-bullet {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #666;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-bullets .free-store-card-bullet:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff2d61;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 6px;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-bullets .free-store-card-bullet:last-child {
  margin-bottom: 0;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-cta {
  display: flex;
  align-items: center;
  color: #ff2d61;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: color 0.3s ease;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-cta:hover {
  color: #7526f5;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-cta .free-store-card-cta-text {
  margin-right: 4px;
}
.free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-cta .free-store-card-cta-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.free-store-box .free-store-content .free-store-card .free-store-card-image {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
}
.free-store-box .free-store-content .free-store-card .free-store-card-image .free-store-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .free-store-box {
    width: 100vw;
    padding: 0 6%;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .free-store-box .free-store-title {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  .free-store-box .free-store-content {
    width: 100%;
    gap: 20px;
  }
  .free-store-box .free-store-content .free-store-card {
    padding: 24px;
  }
  .free-store-box .free-store-content .free-store-card:hover {
    background-color: #fff;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-header .free-store-card-title-line {
    background-color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-header .free-store-card-title {
    color: #333;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-description {
    color: #666;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-bullets .free-store-card-bullet {
    color: #666;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-bullets .free-store-card-bullet:before {
    background-color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta {
    color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta .free-store-card-cta-icon {
    animation: none;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta:hover {
    color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(1) {
    width: calc(30% - 10px);
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(2) {
    width: calc(30% - 10px);
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(3) {
    width: calc(38% - 10px);
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(4) {
    width: calc(46% - 10px);
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(5) {
    width: calc(53% - 10px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content {
    flex: none;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header {
    margin-bottom: 12px;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header .free-store-card-title-line {
    width: 4px;
    height: 24px;
    border-radius: 2px;
    margin-right: 12px;
    flex-shrink: 0;
    position: absolute;
    left: -24px;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header .free-store-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-bullets .free-store-card-bullet {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-cta {
    font-size: 14px;
    display: inline;
    line-height: 16px;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-image {
    height: 140px;
  }
}
@media (max-width: 700px) {
  .free-store-box {
    width: 100vw;
    padding-top: calc(42 / 16 * var(--root-fs) * 1px);
    padding-bottom: calc(42 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-title {
    font-size: calc(24 / 16 * var(--root-fs) * 1px);
    line-height: calc(32 / 16 * var(--root-fs) * 1px);
    text-align: center;
    margin-bottom: calc(24 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content {
    width: calc(343 / 16 * var(--root-fs) * 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    grid-auto-rows: auto;
    align-items: start;
  }
  .free-store-box .free-store-content .free-store-card {
    width: 100%;
    padding: calc(16 / 16 * var(--root-fs) * 1px);
    border-radius: calc(16 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(16 / 16 * var(--root-fs) * 1px);
    min-height: auto;
  }
  .free-store-box .free-store-content .free-store-card:last-child {
    margin-bottom: 0;
  }
  .free-store-box .free-store-content .free-store-card:hover {
    background-color: #fff;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-header .free-store-card-title-line {
    background-color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-header .free-store-card-title {
    color: #333;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-description {
    color: #666;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-bullets .free-store-card-bullet {
    color: #666;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-bullets .free-store-card-bullet:before {
    background-color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta {
    color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta .free-store-card-cta-icon {
    animation: none;
  }
  .free-store-box .free-store-content .free-store-card:hover .free-store-card-content .free-store-card-cta:hover {
    color: #ff2d61;
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(1) {
    width: 100%;
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(2) {
    width: 100%;
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(3) {
    width: 100%;
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(4) {
    width: 100%;
  }
  .free-store-box .free-store-content .free-store-card:nth-of-type(5) {
    width: 100%;
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header {
    margin-bottom: calc(12 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header .free-store-card-title-line {
    width: calc(4 / 16 * var(--root-fs) * 1px);
    height: calc(24 / 16 * var(--root-fs) * 1px);
    border-radius: calc(2 / 16 * var(--root-fs) * 1px);
    margin-right: calc(12 / 16 * var(--root-fs) * 1px);
    left: calc(-16 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header .free-store-card-title-line {
    width: calc(4 / 16 * var(--root-fs) * 1px);
    height: calc(20 / 16 * var(--root-fs) * 1px);
    margin-right: calc(8 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-header .free-store-card-title {
    font-size: calc(16 / 16 * var(--root-fs) * 1px);
    font-weight: 600;
    line-height: calc(22 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-description {
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(0 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-bullets {
    margin-bottom: calc(0 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-bullets .free-store-card-bullet {
    font-size: calc(13 / 16 * var(--root-fs) * 1px);
    line-height: calc(18 / 16 * var(--root-fs) * 1px);
    margin-bottom: calc(6 / 16 * var(--root-fs) * 1px);
    padding-left: calc(12 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-content .free-store-card-cta {
    display: none;
    font-size: calc(14 / 16 * var(--root-fs) * 1px);
    line-height: calc(20 / 16 * var(--root-fs) * 1px);
  }
  .free-store-box .free-store-content .free-store-card .free-store-card-image {
    height: calc(120 / 16 * var(--root-fs) * 1px);
    margin-top: calc(16 / 16 * var(--root-fs) * 1px);
    border-radius: calc(12 / 16 * var(--root-fs) * 1px);
  }
}
.listen-suggestions.theme-tiktok-shop {
  background: #fff !important;
}
.faq-wrap.theme-tiktok-shop {
  background: #f5f5f5 !important;
}
.faq-wrap.theme-tiktok-shop .faq-box {
  background: #f5f5f5 !important;
}
.faq-wrap.theme-tiktok-shop .faq-brick {
  background: #fff !important;
  border: none;
}
.why-choose-section.theme-tiktok-shop {
  background: url("/egg/image/integrations/tiktok_why_choose_bg.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.why-choose-section.theme-tiktok-shop .btn-group-primary {
  background-color: #ff2d61;
  color: #fff;
  border: 1px solid #ff2d61;
}
.why-choose-section.theme-tiktok-shop .btn-group-primary:hover {
  background-color: #e02855;
  color: #ffffff;
  border: 1px solid #e02855;
}
.why-choose-section.theme-tiktok-shop .btn-group-secondary {
  background-color: transparent;
  color: #ff2d61;
  border: 1px solid #ff2d61;
}
.why-choose-section.theme-tiktok-shop .btn-group-secondary:hover {
  background-color: #ff2d61;
  color: #ffffff;
  border: 1px solid #ff2d61;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .why-choose-section.theme-tiktok-shop .container {
    padding: 0 !important;
  }
  .why-choose-section.theme-tiktok-shop .btn-group-primary:hover {
    background-color: #ff2d61;
    color: #fff;
    border: 1px solid #ff2d61;
  }
  .why-choose-section.theme-tiktok-shop .btn-group-secondary:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}
@media (max-width: 700px) {
  .why-choose-section.theme-tiktok-shop .btn-group-primary:hover {
    background-color: #ff2d61;
    color: #fff;
    border: 1px solid #ff2d61;
  }
  .why-choose-section.theme-tiktok-shop .btn-group-secondary:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
