body.siteContentConfigured .simpleSliceMain {
  isolation: isolate;
}

body.siteContentConfigured .simpleSliceMain > :not(.siteContentBackdrop):not(.heroShowcase):not(.platformRibbon):not(.douyinQuickPanel) {
  position: relative;
  z-index: 1;
}

body.siteContentConfigured .siteContentBackdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(.95);
}

body.siteContentConfigured .homeHeroCopy {
  transform: translateY(var(--site-content-offset-y, 0));
}

body.siteContentConfigured .heroMediaCard {
  opacity: var(--site-content-card-opacity, 1) !important;
  transform-origin: center;
}

body.siteContentConfigured .siteContentAggregationOff .heroShowcase {
  display: none !important;
}

@media (min-width: 901px) {
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-four-way .heroMediaCard.cardA {
    left: calc(50% - 500px) !important;
    right: auto !important;
    top: 330px !important;
    width: 155px !important;
    height: 118px !important;
    transform: scale(var(--site-content-card-scale, 1)) !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-four-way .heroMediaCard.cardB {
    left: calc(50% + 350px) !important;
    right: auto !important;
    top: 330px !important;
    width: 155px !important;
    height: 132px !important;
    transform: scale(var(--site-content-card-scale, 1)) !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-four-way .heroMediaCard.cardC {
    left: calc(50% - 470px) !important;
    right: auto !important;
    top: 470px !important;
    bottom: auto !important;
    width: 190px !important;
    height: 118px !important;
    transform: scale(var(--site-content-card-scale, 1)) !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-four-way .heroMediaCard.cardD {
    left: calc(50% + 270px) !important;
    right: auto !important;
    top: 470px !important;
    bottom: auto !important;
    width: 215px !important;
    height: 126px !important;
    transform: scale(var(--site-content-card-scale, 1)) !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardA,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardC {
    left: calc(50% - 500px) !important;
    right: auto !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardB,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardD {
    left: calc(50% + 345px) !important;
    right: auto !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardA,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardB {
    top: 336px !important;
    width: 170px !important;
    height: 122px !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardC,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-left-right .heroMediaCard.cardD {
    top: 486px !important;
    bottom: auto !important;
    width: 170px !important;
    height: 122px !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardA,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardB {
    top: 238px !important;
    bottom: auto !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardC,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardD {
    top: 555px !important;
    bottom: auto !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardA,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardC {
    left: calc(50% - 230px) !important;
    right: auto !important;
    width: 165px !important;
    height: 108px !important;
  }

  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardB,
  body.siteContentConfigured .simpleSliceMain.siteContentLayout-top-bottom .heroMediaCard.cardD {
    left: calc(50% + 65px) !important;
    right: auto !important;
    width: 165px !important;
    height: 108px !important;
  }

  body.siteContentConfigured .simpleSliceMain:not(.siteContentAnimationOff).siteContentLayout-four-way .heroMediaCard.cardA {
    animation: siteContentConvergeA 7.2s ease-in-out infinite !important;
  }

  body.siteContentConfigured .simpleSliceMain:not(.siteContentAnimationOff).siteContentLayout-four-way .heroMediaCard.cardB {
    animation: siteContentConvergeB 7.6s ease-in-out infinite .35s !important;
  }

  body.siteContentConfigured .simpleSliceMain:not(.siteContentAnimationOff).siteContentLayout-four-way .heroMediaCard.cardC {
    animation: siteContentConvergeC 7.4s ease-in-out infinite .7s !important;
  }

  body.siteContentConfigured .simpleSliceMain:not(.siteContentAnimationOff).siteContentLayout-four-way .heroMediaCard.cardD {
    animation: siteContentConvergeD 7.8s ease-in-out infinite 1s !important;
  }
}

@keyframes siteContentConvergeA {
  0%, 38%, 100% { opacity: var(--site-content-card-opacity, 1); transform: translate3d(0, 0, 0) scale(var(--site-content-card-scale, 1)); }
  58% { opacity: .12; transform: translate3d(425px, 34px, 0) scale(calc(var(--site-content-card-scale, 1) * .2)); }
}

@keyframes siteContentConvergeB {
  0%, 38%, 100% { opacity: var(--site-content-card-opacity, 1); transform: translate3d(0, 0, 0) scale(var(--site-content-card-scale, 1)); }
  58% { opacity: .12; transform: translate3d(-430px, 28px, 0) scale(calc(var(--site-content-card-scale, 1) * .2)); }
}

@keyframes siteContentConvergeC {
  0%, 38%, 100% { opacity: var(--site-content-card-opacity, 1); transform: translate3d(0, 0, 0) scale(var(--site-content-card-scale, 1)); }
  58% { opacity: .12; transform: translate3d(378px, -108px, 0) scale(calc(var(--site-content-card-scale, 1) * .2)); }
}

@keyframes siteContentConvergeD {
  0%, 38%, 100% { opacity: var(--site-content-card-opacity, 1); transform: translate3d(0, 0, 0) scale(var(--site-content-card-scale, 1)); }
  58% { opacity: .12; transform: translate3d(-382px, -112px, 0) scale(calc(var(--site-content-card-scale, 1) * .2)); }
}

.siteContentModules {
  max-width: 1220px;
  margin: 0 auto 54px;
  padding: 0 24px;
}

.siteContentModulesHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.siteContentModulesHead h2 {
  margin: 0;
  color: #182230;
  font-size: 24px;
  line-height: 1.2;
}

.siteContentModulesHead p {
  max-width: 420px;
  margin: 0;
  color: #667085;
  font-size: 13px;
}

.siteContentModulesGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.siteContentModuleCard {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce4ee;
  border-radius: 8px;
  background: #fff;
}

.siteContentModuleCard > img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  background: #edf2f7;
}

.siteContentModuleCopy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 13px;
}

.siteContentModuleCopy h3 {
  margin: 0;
  color: #182230;
  font-size: 16px;
  line-height: 1.35;
}

.siteContentModuleCopy p {
  display: -webkit-box;
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  color: #667085;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.siteContentModuleCopy a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  color: #1e5ec8;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  body.siteContentConfigured .simpleSliceMain .heroShowcase {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(520px, calc(100% - 28px));
    margin: 18px auto 0;
  }

  body.siteContentConfigured .simpleSliceMain .heroMediaCard.cardA,
  body.siteContentConfigured .simpleSliceMain .heroMediaCard.cardB,
  body.siteContentConfigured .simpleSliceMain .heroMediaCard.cardC,
  body.siteContentConfigured .simpleSliceMain .heroMediaCard.cardD {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    height: 104px !important;
    transform: none !important;
    animation: none !important;
  }

  .siteContentModules {
    margin-bottom: 34px;
    padding: 0 14px;
  }

  .siteContentModulesHead {
    display: grid;
  }

  .siteContentModulesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .siteContentModuleCard > img {
    height: 96px;
  }
}

body.siteContentConfigured #homeDouyinSubmit {
  background: var(--site-content-button-color, #3159c9) !important;
  border-color: var(--site-content-button-color, #3159c9) !important;
}

body.siteContentConfigured .homeAppMark,
body.siteContentConfigured .homeFooterMark {
  background-color: var(--site-content-primary-color, #111827);
}
