
.tt-landing-page {
    margin: 0;
    font-family: "PingFang SC";
    color: #1D1F23;
    background: #FFFFFF;
}

.tt-landing-page * {
    box-sizing: border-box;
}

.tt-landing-page h1,
.tt-landing-page h2,
.tt-landing-page h3,
.tt-landing-page h4,
.tt-landing-page p,
.tt-landing-page ul {
    margin: 0;
    padding: 0;
}

.tt-landing-page ul {
    list-style: none;
}

.tt-landing-page a {
    text-decoration: none;
}

.tt-landing-page img {
    display: block;
}

.tt-container {
    width: 1156px;
    margin: 0 auto;
}

.tt-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.tt-section--tint {
    background: linear-gradient(90deg, rgba(0, 242, 234, 0.04) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0) 56%, rgba(255, 0, 79, 0.04) 100%), #FFFFFF;
}

.tt-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 64px;
    text-align: center;
}

.tt-section-head__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tt-section-head__mark {
    width: 28px;
    height: 30px;
    flex: none;
}

.tt-section-head__title h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #1D1F23;
}

.tt-section-head p {
    font-size: 18px;
    line-height: 30px;
    color: #8D9398;
}

.tt-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 140px;
    height: 48px;
    padding: 12px 24px;
    background: #1479CD;
    border: 1px solid #0064FA;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tt-button-primary:hover {
    border-color: #1479CD;
    background: #FFFFFF;
    color: #1479CD;
    opacity: 1;
    transform: translateY(-2px);
}

.tt-section-cta {
    margin-top: 64px;
    text-align: center;
}

.tt-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #1479CD;
    transition: opacity .2s ease;
}

.tt-card-link:hover {
    opacity: .75;
}

.tt-card-link img {
    width: 16px;
    height: 16px;
}

.tt-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    padding: 0 6px;
    background: #1D1F23;
    border-radius: 4px;
    box-shadow: -2px 1px 0 0 #00F2EA, 2px -1px 0 0 #FF004C;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}

.tt-step-badge--sm {
    border-radius: 4px;
}

.tt-step-badge--gray {
    background: #9EA1A7;
    box-shadow: -2px 1px 0 0 #DFDFDF, 2px -1px 0 0 #C5C5C5;
}

.tt-hero {
    position: relative;
    overflow: hidden;
    height: 664px;
    background: #000000;
}

.tt-hero__glow {
    position: absolute;
    width: 814px;
    height: 809px;
    border-radius: 50%;
    pointer-events: none;
}

.tt-hero__glow--red {
    top: -566px;
    left: -452px;
    background: rgba(254, 44, 85, 0.9);
    filter: blur(70px);
}

.tt-hero__glow--cyan {
    right: -476px;
    bottom: -464px;
    background: rgba(37, 244, 238, 0.58);
    filter: blur(84px);
}

.tt-header {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.tt-header__inner {
    display: flex;
    align-items: center;
    width: 1156px;
    height: 64px;
    margin: 0 auto;
}

.tt-header__logo img {
    width: 120px;
    height: 43.5px;
}

.tt-header__nav {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    gap: 8px;
}

.tt-header__nav li {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 10px 20px;
    position: relative;
}

.tt-header__nav li a {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: .8;
    transition: opacity .2s ease;
}

.tt-header__nav li a:hover {
    opacity: 1;
}

.tt-header__nav li.is-active a {
    opacity: 1;
}

.tt-header__nav li.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 28px;
    height: 2px;
    margin-left: -14px;
    background: #FFFFFF;
    border-radius: 4px;
}

.tt-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1156px;
    margin: 0 auto;
    padding-top: 64px;
}

.tt-hero__copy {
    display: flex;
    flex-direction: column;
    width: 610px;
    padding-top: 92px;
}

.tt-hero__copy h1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-family: "TikTok Sans", "Inter", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 50px;
    line-height: 52px;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
}

.tt-hero__tiktok {
    width: 188px;
    flex: none;
    filter: drop-shadow(0 11px 2px rgba(0, 0, 0, 0.25));
    margin-top: 6px;
}

.tt-hero__slogan {
    margin-bottom: 24px !important;
    font-size: 34px;
    line-height: 32px;
    font-weight: 500;
    color: #FE2C55;
}

.tt-hero__desc {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.tt-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: flex-start;
    height: 48px;
    margin-top: 32px;
    padding: 0 32px;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(127deg, #FF004C 1%, #000000 48%, #01EEE1 100%) border-box;
    border: 1.5px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #FF004C !important;
    position: relative;
    z-index: 0;
}

.tt-hero__button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(127deg, #01EEE1 1%, #000000 25%, #000000 75%, #FF004C 100%);
    opacity: 0;
    transition: opacity .3s ease;
}

.tt-hero__button:hover::before {
    opacity: 1;
}

.tt-hero__button:hover {
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(255, 0, 76, 0.25);
}

.tt-hero__button .tt-hero__arrow {
    width: 16px;
    height: 16px;
}

.tt-hero__visual {
    width: 440px;
    height: 539px;
    flex: none;
}

.tt-pain__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tt-pain__row {
    display: flex;
    padding: 24px 32px;
    background: #FBFCFD;
    border: 1px solid #E8EBF0;
    border-radius: 20px;
}

.tt-pain__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    text-align: center;
}

.tt-pain__item + .tt-pain__item {
    position: relative;
}

.tt-pain__item + .tt-pain__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 76px;
    margin-top: -38px;
    background: #ECEEF2;
}

.tt-pain__icon {
    width: 56px;
    height: 56px;
}

.tt-pain__item h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1D1F23;
}

.tt-pain__item p {
    font-size: 16px;
    line-height: 26px;
    color: #8D9398;
}

.tt-growth {
    padding-bottom: 0;
}

.tt-growth__list {
    width: 1100px;
    margin: 0 auto;
}

.tt-growth__stage {
    display: flex;
    align-items: center;
    gap: 56px;
    height: 160px;
}

.tt-growth__stage + .tt-growth__stage {
    position: relative;
}

.tt-growth__stage + .tt-growth__stage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 48px;
    right: 0;
    height: 1px;
    background: #E5E7EB;
}

.tt-growth__axis {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 268px;
    flex: none;
}

.tt-growth__axis img {
    width: 32px;
    flex: none;
}

.tt-growth__name {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tt-growth__index {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #73777D;
}

.tt-growth__name strong {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #1D1F23;
}

.tt-growth__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 24px;
    width: 776px;
    flex: none;
}

.tt-growth__features span {
    font-size: 18px;
    line-height: 26px;
    color: #1D1F23;
    text-align: center;
}

.tt-landing-page .tt-growth__note {
    margin-top: 48px;
    text-align: center;
    font-size: 18px;
    line-height: 29.25px;
    color: #8D9398;
}

.tt-growth .tt-section-cta {
    padding: 64px 0 80px;
    margin-top: 0;
}

.tt-feature__panel {
    display: flex;
    gap: 60px;
    align-items: center;
}

.tt-vtabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 260px;
    flex: none;
    align-self: flex-start;
}

.tt-vtabs__item {
    height: 60px;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
    color: #56565E;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.tt-vtabs__item:hover {
    background: rgba(20, 121, 205, 0.1);
    color: #1479CD;
    font-weight: 500;
}

.tt-vtabs__item.is-active {
    background: rgba(20, 121, 205, 0.1);
    color: #1479CD;
    font-weight: 500;
}

.tt-feature__content {
    flex: 1;
    min-width: 0;
    margin-top: 10px;
}

.tt-landing-page .tt-feature__desc {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #272E3B;
}

.tt-feature__shot {
    height: 470.5px;
}

.tt-feature__shot img {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    box-shadow: 0 40px 80px 0 rgba(0, 38, 191, 0.1), 0 8px 20px 0 rgba(132, 0, 255, 0.04);
}

.tt-feature__shot img.is-active {
    display: block;
}

.tt-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 40px;
}

.tt-dots--center {
    margin-top: 40px;
}

.tt-dots span {
    width: 25px;
    height: 6px;
    border-radius: 3px;
    background: rgba(18, 22, 27, 0.06);
    cursor: pointer;
    transition: background-color .2s ease;
}

.tt-dots span.is-active {
    background: rgba(0, 0, 0, 0.4);
}

.tt-selection .tt-section-head {
    margin-bottom: 0;
}

.tt-htabs {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-top: 40px;
}

.tt-htabs__item {
    padding: 12px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #4C4F54;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease;
}

.tt-htabs__item:hover {
    color: #2E3A46;
}

.tt-htabs__item.is-active {
    color: #1479CD;
    border-bottom-color: #1479CD;
}

.tt-selection__body {
    margin-top: 40px;
}

.tt-selection__pane {
    display: none;
}

.tt-selection__pane.is-active {
    display: block;
}

.tt-selection__pane .tt-feature__shot {
    width: 836px;
    height: auto;
    margin: 40px auto 0;
}

.tt-selection__pane .tt-feature__shot img {
    height: auto;
}

.tt-selection__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 143px;
    margin-top: 80px;
    padding: 0 51px;
}

.tt-selection__intro {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #1D1F23;
    width: 814px;
    margin: 0 auto !important;
}

.tt-selection__intro.w-left {
    width: 100% !important;
    text-align: center;
    padding-left: 35px;
}


.tt-selection__main {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 80px;
}

.tt-selection__features {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 265px;
    flex: none;
}

.tt-selection__feature h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1D1F23;
}

.tt-selection__feature p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(141, 147, 152, 0.72);
}

.tt-benefit {
    margin-top: 104px;
}

.tt-benefit > h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1D1F23;
}

.tt-benefit__list {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.tt-benefit__card {
    position: relative;
    overflow: hidden;
    flex: 1;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E8EBEF;
    border-radius: 16px;
    box-shadow: 0 3px 12px 0 rgba(15, 20, 31, 0.04);
    transition: box-shadow .2s ease;
}

.tt-benefit__card:hover {
    box-shadow: 0 8px 24px 0 rgba(15, 20, 31, 0.08);
}

.tt-benefit__head {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    justify-content: center;
    /* margin-bottom: 12px; */
}

.tt-benefit__head img {
    width: 48px;
    height: 48px;
}

.tt-benefit__head h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #1D1F23;
}

.tt-benefit__card p {
    position: relative;
    z-index: 1;
    height: 66px;
    font-size: 14px;
    line-height: 22px;
    color: #6F7782;
}

.tt-benefit__card p strong {
    font-weight: 500;
}

.tt-benefit__deco {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 277px;
    height: 166px;
    pointer-events: none;
}

.tt-listing__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.tt-listing__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    background: #FBFCFD;
    border: 1px solid #E8EAED;
    border-radius: 16px;
    transition: box-shadow .2s ease;
}

.tt-listing__card:hover {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
}

.tt-listing__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tt-listing__head h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1D1F23;
}

.tt-listing__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tt-listing__tags span {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #1D1F23;
}

.tt-listing__card .tt-card-link {
    margin-top: auto;
}

.tt-orders__grid,
.tt-stock__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tt-stock__grid {
    grid-template-columns: repeat(4, 1fr);
}

.tt-feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    border-radius: 16px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow .2s ease;
}

.tt-feature-card:hover {
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.08);
}

.tt-feature-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: none;
    background: #000000;
    border-radius: 12px;
    box-shadow: -2px 1px 0 0 rgba(0, 242, 234, 0.72), 2px -1px 0 0 rgba(255, 0, 79, 0.58);
}

.tt-feature-card__icon--sm {
    width: 40px;
    height: 40px;
    border-radius: 8.57px;
    box-shadow: -2px 1px 0 0 #00F2EA, 2px -1px 0 0 #FF004C;
}

.tt-feature-card__icon img {
    width: 24px;
    height: 24px;
}

.tt-feature-card__icon--sm img {
    width: 20px;
    height: 20px;
}

.tt-feature-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tt-feature-card__body h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111111;
}

.tt-feature-card__body p {
    font-size: 16px;
    line-height: 26px;
    color: #73777D;
}

.tt-feature-card .tt-card-link {
    margin-top: auto;
}

.tt-stock {
    position: relative;
    overflow: hidden;
}

.tt-stock__glow {
    position: absolute;
    left: 50%;
    top: 196px;
    width: 1219px;
    height: 397px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(255, 0, 79, 0.05) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 242, 234, 0.05) 100%);
    filter: blur(87.2px);
    pointer-events: none;
}

.tt-stock .tt-container {
    position: relative;
}

.tt-profit .tt-section-head {
    margin-bottom: 0;
}

.tt-pills {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 64px;
    padding: 8px;
    background: #F2F5F8;
    border-radius: 25px;
}

.tt-pills__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 276px;
    padding: 20px 16px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #303640;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.tt-pills__item.is-active {
    background: #FFFFFF;
    color: #1D1F23;
    font-weight: 500;
    box-shadow: 0 4px 12px 0 rgba(14, 66, 128, 0.09);
}

.tt-pills__item.is-active .tt-step-badge {
    background: #1D1F23;
    box-shadow: -2px 1px 0 0 #00F2EA, 2px -1px 0 0 #FF004C;
}

.tt-pills__item:hover {
    background: #FFFFFF;
    color: #1D1F23;
    font-weight: 500;
    box-shadow: 0 4px 12px 0 rgba(14, 66, 128, 0.09);
}

.tt-pills__item:hover .tt-step-badge {
    background: #1D1F23;
    box-shadow: -2px 1px 0 0 #00F2EA, 2px -1px 0 0 #FF004C;
}

.tt-profit__main {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 32px;
}

.tt-profit__main .tt-feature__shot {
    width: 836px;
    flex: none;
}

.tt-profit__copy {
    width: 265px;
}

.tt-profit__copy h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1D1F23;
}

.tt-profit__copy p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(76, 79, 84, 0.72);
}

.tt-profit__copy p + p {
    margin-top: 12px;
}

.tt-profit .tt-dots--center {
    margin-top: 80px;
}

.tt-award__viewport {
    width: 100%;
    overflow: hidden;
}

.tt-award__track {
    display: flex;
    gap: 24px;
    width: max-content;
    transition: transform .45s ease;
    will-change: transform;
}

.tt-award__card {
    position: relative;
    width: 271px;
    height: 197px;
    flex: 0 0 271px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #D0D8DE;
    border-radius: 12px;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.tt-award__card:hover {
    border-color: #1479CD;
}

.tt-award__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 109px;
    margin-bottom: 4px;
}

.tt-award__pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tt-award__card h3 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1D1F23;
}

.tt-award__card--hot {
    border-color: #1479CD;
    box-shadow: 0 4px 6px -3px rgba(38, 38, 38, 0.1), 0 8px 12px 1px rgba(38, 38, 38, 0.06), 0 3px 16px 2px rgba(38, 38, 38, 0.05), 0 0 1px 0 rgba(38, 38, 38, 0.2);
}

.tt-award__card--hot::after {
    content: "";
    position: absolute;
    left: 145px;
    bottom: 6px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231D1F23'%3E%3Cpath d='M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74zm9.84 4.63l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74l-3.43-.72c-.08-.01-.15-.03-.24-.03-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.tt-award__arrows {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.tt-award__arrow {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #F5F5F5;
    color: #4C4F54;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.tt-award__arrow:hover {
    background: #1479CD;
    color: #FFFFFF;
}

.tt-blog {
    padding-bottom: 100px;
}

.tt-blog__head {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-bottom: 48px;
}

.tt-blog__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.tt-blog__heading h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #1D1F23;
}

.tt-blog__heading p {
    font-size: 16px;
    line-height: 24px;
    color: #8D9398;
}

.tt-blog__more {
    position: absolute;
    right: 0;
    bottom: 6px;
    font-size: 16px;
    line-height: 22px;
    color: #1479CD;
    transition: opacity .2s ease;
}

.tt-blog__more:hover {
    opacity: .75;
}

.tt-blog__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 32px;
}

.tt-blog__main {
    display: flex;
    flex-direction: column;
    min-height: 554px;
    background: #FFFFFF;
    border: 1px solid rgba(223, 226, 231, 0.6);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

.tt-blog__main:hover,
.tt-blog__item:hover {
    box-shadow: 0 8px 24px 0 rgba(15, 20, 31, 0.08);
}

.tt-blog__pic {
    position: relative;
    overflow: hidden;
}

.tt-blog__main .tt-blog__pic {
    height: 300px;
}

.tt-blog__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-blog__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: #F54A45;
    border-radius: 100px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 2px 12px 0 rgba(0, 0, 0, 0.02);
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.tt-blog__badge img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.tt-blog__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.tt-blog__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
}

.tt-blog__tag {
    padding: 4px 8px;
    background: #F1F5F9;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #45556C;
}

.tt-blog__date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: "SF Pro", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #8D9398;
}

.tt-blog__date img {
    width: 12px;
    height: 12px;
}

.tt-blog__body h3 {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1D1F23;
}

.tt-blog__body p {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #8D9398;
}

.tt-blog__read {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(223, 226, 231, 0.4);
    font-size: 14px;
    line-height: 20px;
    color: #1479CD;
}

.tt-blog__read img {
    width: 16px;
    height: 16px;
}

.tt-blog__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tt-blog__item {
    display: flex;
    gap: 24px;
    flex: 1;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(223, 226, 231, 0.6);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

.tt-blog__item .tt-blog__pic {
    width: 176px;
    height: 109px;
    flex: none;
    border-radius: 8px;
}

.tt-blog__item .tt-blog__body {
    padding: 0;
    justify-content: center;
}

.tt-blog__item .tt-blog__body h3 {
    padding-bottom: 8px;
}

.tt-blog__item .tt-blog__body p {
    padding-bottom: 0;
}

.tt-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 0;
    min-height: 360px;
    justify-content: center;
    background: #1479CD;
    text-align: center;
    color: #fff;
}

.tt-cta__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tt-cta__head h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #FFFFFF;
}

.tt-cta__head p {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.tt-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 56px;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid #0064FA;
    border-radius: 8px;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1479CD;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tt-cta__button:hover {
    color: #1479CD;
}

.tt-cta__note {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.tt-footer {
    padding: 32px 0;
    background: #042139;
    color: #FFFFFF;
}

.tt-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 1156px;
    margin: 0 auto;
}

.tt-footer__brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tt-footer__logo {
    width: 120px;
    height: 44px;
    flex: none;
}

.tt-footer__brand p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
}

.tt-footer__line {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.tt-footer__main {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.tt-footer__qr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 335px;
    flex: none;
}

.tt-footer__qr-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.tt-footer__qr-item p {
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.tt-footer__qr-placeholder {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.25);
    border-radius: 4px;
}

.tt-footer__social {
    display: flex;
    justify-content: space-between;
}

.tt-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #364D61;
    border-radius: 24.17px;
    transition: background-color .2s ease;
}

.tt-footer__social a:hover {
    background: #46607A;
}

.tt-footer__social img {
    max-width: 26px;
    max-height: 26px;
}

.tt-footer__cols {
    display: flex;
    gap: 48px;
}

.tt-footer__col {
    width: 120px;
}

.tt-footer__col h4,
.tt-footer__contact h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.tt-footer__col ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tt-footer__col a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    transition: color .2s ease;
}

.tt-footer__col a:hover {
    color: #FFFFFF;
}

.tt-footer__contact {
    width: 280px;
}

.tt-footer__contact p {
    margin-bottom: 8px;
    font-family: Verdana, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
}

.tt-footer__contact .tt-footer__addr {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.tt-footer__copyright {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        transition: none;
        opacity: 1;
        transform: none;
    }
}

/* TikTok 页面初始化导航 active 状态时暂时关闭导航过渡动画（参考 Temu 落地页实现）。 */
.tt-landing-page .index-head.tt-nav-no-transition,
.tt-landing-page .index-head.tt-nav-no-transition .nav-word ul .nav-li a,
.tt-landing-page .index-head.tt-nav-no-transition .nav-word ul .nav-li a::after {
    transition: none !important;
}

/* 全周期卖家成长模块：减小标题与成长列表之间的上方留白。 */
.tt-growth .tt-section-head {
    margin-bottom: 24px;
}
.tt-growth__list {
    width: 1156px;
}
.tt-growth__stage {
    padding-left: 28px;
}
.tt-growth__stage + .tt-growth__stage::before {
    left: 76px;
}

/* 落地页内所有链接点击后去掉浏览器默认黑色焦点边框（scoped 到本页，不影响其他页面）。 */
.tt-landing-page a:focus,
.tt-landing-page a:active {
    outline: none;
}

/* 运营困局行卡片（每行大卡片，共两个）：悬停样式与 Temu 落地页难题卡片一致（蓝边框 + 灰色阴影），整卡可点击打开注册弹窗。 */
.tt-pain__row {
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tt-pain__row:hover {
    border-color: #1479cd;
    box-shadow: 0 4px 6px -3px rgba(38,38,38,.1), 0 8px 12px 1px rgba(38,38,38,.06), 0 3px 16px 2px rgba(38,38,38,.05);
    transform: translateY(-1px);
}

/* 热销选品模块：按 UI 反馈收紧商机品图文区域上方留白（原 80px）。 */
.tt-selection__main {
    margin-top: 24px;
}

/* 底部 CTA 区块：高度与 Temu 落地页底部横幅（310px）保持一致。 */
.tt-cta {
    min-height: 310px;
}

/* 底部 CTA：字体、按钮尺寸与悬停动画对齐 Temu 落地页（按钮沿用 TikTok 蓝白配色）。 */
.tt-cta h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.tt-cta p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.tt-cta > div > div {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.tt-cta__button {
    width: auto;
    min-width: 140px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    transition: opacity .2s ease, transform .2s ease;
}

.tt-cta__button:hover {
    opacity: .9;
    transform: translateY(-1px);
}

/* 小秘视界模块“查看更多”链接样式（原依赖 Temu 页复制样式，改为本页自有类）。 */
.tt-section-head {
    position: relative;
}
.tt-blog__more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1479CD;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
