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

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

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

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

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

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

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

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

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

.mc-section-head__title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mc-section-head__mark {
    width: 32px;
    height: 30px;
    flex: none;
}

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

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

.mc-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 11px 24px;
    background: #1479CD;
    border: 1px solid #1479CD;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

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

.mc-section-cta {
    margin-top: 48px;
    text-align: center;
}

/* 头部导航 + Hero 区。 */
.mc-hero {
    position: relative;
    overflow: hidden;
    height: 664px;
    background: #FFE600;
}

.mc-hero__circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.mc-hero__circle--big {
    width: 663px;
    height: 663px;
    left: calc(50% + 586px);
    top: -243px;
    background: #FED800;
}

.mc-hero__circle--left {
    width: 450px;
    height: 450px;
    left: calc(50% - 1163px);
    top: 404px;
    background: #FED800;
}

.mc-hero__circle--dot-1 {
    width: 56px;
    height: 56px;
    left: calc(50% - 928px);
    top: 315px;
    background: #FED800;
}

.mc-hero__circle--dot-2 {
    width: 26px;
    height: 26px;
    left: calc(50% - 613px);
    top: 644px;
    background: #FEDC00;
}

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

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

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

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

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

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

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

.mc-header__nav li.is-active a {
    font-weight: 500;
    opacity: 1;
}

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

.mc-hero__inner {
    position: relative;
    z-index: 1;
    width: 1156px;
    margin: 0 auto;
}

.mc-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 711px;
    padding-top: 150px;
    gap: 0;
}

.mc-hero__copy h1 {
    font-family: "PingFang SC";
    font-size: 43px;
    line-height: 52px;
    font-weight: 900;
    color: #191700;
    white-space: nowrap;
}

.mc-hero__brand,
.mc-hero__erp {
    color: #2E3176;
}

.mc-hero__slogan {
    margin-top: 26px !important;
    font-family: "PingFang SC";
    font-size: 34px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: .5px;
    color: #2E3176;
}

.mc-hero__desc {
    max-width: 570px;
    margin-top: 24px !important;
    font-family: "PingFang SC";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #052A4B;
}

.mc-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    margin-top: 28px;
    padding: 0 32px;
    background: #3483FA;
    border: 1px solid #3483FA;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF !important;
    box-shadow: 0 8px 16px rgba(46, 49, 118, 0.16);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mc-hero__button:hover {
    background: #2E3176;
    border-color: #FED800;
    color: #FFFFFF !important;
    box-shadow: 0 12px 24px rgba(46, 49, 118, 0.28);
    transform: translateY(-2px);
}

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

.mc-hero__visual {
    position: absolute;
    z-index: 1;
    width: 890px;
    left: calc(50% - 135px);
    top: 118px;
    pointer-events: none;
}

/* 01 一套系统，跑通美客多全链路。 */
.mc-flow {
    padding-bottom: 80px;
}

.mc-flow__stage {
    position: relative;
    width: 1080px;
    height: 405px;
    margin: 0 auto;
}

.mc-flow__path {
    position: absolute;
    left: 0;
    top: 0;
    width: 1080px;
    height: 336px;
}

.mc-flow__node {
    position: absolute;
    width: 250px;
    height: 106px;
    text-align: center;
}

.mc-flow__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto;
}

.mc-flow__node h3 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #1F2329;
}

.mc-flow__node p {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #8E959E;
}

/* 02 全链路能力总览。 */
.mc-capability__row {
    padding: 80px 0;
    background: linear-gradient(90deg, rgba(255, 251, 230, 0.6) 0%, #FFFFFF 50%, rgba(240, 246, 255, 0.6) 100%);
}

.mc-capability__row--head {
    padding-bottom: 0;
}

.mc-capability__row--head .mc-section-head {
    margin-bottom: 0;
}

.mc-capability__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.mc-capability__row--head + .mc-capability__row {
    padding-top: 90px;
}

.mc-capability__copy {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    max-width: 582px;
}

.mc-capability__head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mc-capability__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: none;
    background: #FFE600;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #004FB8;
}

.mc-capability__head h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #1D1F23;
}

.mc-capability__intro {
    margin-top: 8px !important;
    font-size: 18px;
    line-height: 28px;
    color: #56565E;
}

.mc-capability__features {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 32px;
}

.mc-capability__feature {
    display: flex;
    gap: 16px;
}

.mc-capability__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: none;
    margin-top: 2px;
    background: rgba(52, 131, 250, 0.08);
    border-radius: 50%;
}

.mc-capability__feature-icon img {
    width: 15px;
    height: 15px;
}

.mc-capability__feature-body h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #1D1F23;
}

.mc-capability__feature-body p {
    margin-top: 13px !important;
    font-size: 15px;
    line-height: 21px;
    color: #8D9398;
}

.mc-capability__copy .mc-button-primary {
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: 15px;
    margin-left: 46px;
}

.mc-capability__shot {
    flex: none;
    align-self: flex-start;
    height: auto;
}

/* 03 特色功能。 */
.mc-feature .mc-section-head {
    margin-bottom: 48px;
}

.mc-feature__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 32px;
}

.mc-feature__card {
    height: 176px;
    padding: 25px;
    background: #FFFFFF;
    border: 1px solid #E2E7F1;
    border-radius: 18px;
    cursor: pointer;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.mc-feature__card:hover {
    border-color: #1479CD;
    box-shadow: 0 8px 24px 0 rgba(15, 20, 31, 0.08);
}

.mc-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: rgba(0, 79, 184, 0.07);
    border-radius: 10px;
}

.mc-feature__icon img {
    width: 24px;
    height: 24px;
}

.mc-feature__card h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #111418;
}

.mc-feature__card p {
    margin-top: 8px !important;
    font-size: 16px;
    line-height: 24px;
    color: #73777D;
}

/* 04 多场景运营。 */
.mc-scene .mc-section-head p {
    color: #73777D;
}

.mc-scene__cards {
    display: flex;
    gap: 24px;
}

.mc-scene__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 280px;
    min-height: 422px;
    padding: 42px 32px 32px;
}

.mc-scene__card--free {
    width: 292px;
    flex: none;
    background: #FFE600;
    border-radius: 16px;
}

.mc-scene__group {
    display: flex;
    flex: 1;
    min-height: 422px;
    background: #FBFCFD;
    border: 1px solid #E2E7F1;
    border-radius: 16px;
    overflow: hidden;
}

.mc-scene__group .mc-scene__card {
    flex: 1;
    width: auto;
}

.mc-scene__group .mc-scene__card + .mc-scene__card {
    border-left: 1px solid #E2E7F1;
}

.mc-scene__icon {
    width: 48px;
    height: 48px;
}

.mc-scene__card h3 {
    margin-top: 34px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #111418;
}

.mc-scene__highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px !important;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
    color: #0047CB;
}

.mc-scene__highlight img {
    width: 18px;
    height: 18px;
}

.mc-scene__card ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
}

.mc-scene__highlight + ul {
    margin-top: 0;
}

.mc-scene__card li {
    font-size: 18px;
    line-height: 46px;
    color: #111418;
}

/* 05 荣誉奖项。 */
.mc-award {
    padding-bottom: 88px;
}

.mc-award .mc-section-head {
    margin-bottom: 56px;
}

.mc-award__wrap {
    position: relative;
    width: 1156px;
    height: 197px;
    margin: 0 auto;
}

.mc-award__viewport {
    position: relative;
    width: 1156px;
    height: 197px;
    overflow: hidden;
}

.mc-award__viewport::before,
.mc-award__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 174px;
    z-index: 1;
    pointer-events: none;
}

.mc-award__viewport::before {
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.mc-award__viewport::after {
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.mc-award__track {
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: max-content;
    transition: transform .45s ease;
    will-change: transform;
}

.mc-award__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    height: 197px;
}

.mc-award__card--1,
.mc-award__card--5 {
    width: 218px;
}

.mc-award__card--2,
.mc-award__card--4 {
    width: 194px;
}

.mc-award__card--3 {
    width: 207px;
}

.mc-award__card--6 {
    width: 293px;
}

.mc-award__card--7 {
    width: 262px;
}

.mc-award__card--8 {
    width: 271px;
}

.mc-award__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 122px;
}

.mc-award__pic img {
    display: block;
    width: auto;
    height: auto;
}

.mc-award__card--1 img,
.mc-award__card--7 img {
    width: 218px;
    height: 122px;
}

.mc-award__card--2 img {
    width: 107px;
    height: 103px;
}

.mc-award__card--3 img {
    width: 124px;
    height: 119px;
}

.mc-award__card--4 img {
    width: 124px;
    height: 115px;
}

.mc-award__card--5 img {
    width: 129px;
    height: 117px;
}

.mc-award__card--6 img {
    width: 97px;
    height: 116px;
}

.mc-award__card--8 img {
    width: 102px;
    height: 119px;
}

.mc-award__card h3 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1D1F23;
    text-align: center;
    white-space: nowrap;
}

.mc-award__card--8 h3 {
    font-size: 14px;
    line-height: 20px;
}

.mc-award__arrow {
    position: absolute;
    top: 70px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #F5F5F5;
    cursor: pointer;
    transition: background-color .2s ease;
}

.mc-award__arrow:hover {
    background: rgba(20, 121, 205, 0.1);
}

.mc-award__arrow img {
    width: 24px;
    height: 24px;
}

.mc-award__arrow--prev {
    left: -106px;
}

.mc-award__arrow--next {
    right: -106px;
}

.mc-award__arrow--next img {
    transform: scaleX(-1);
}

/* 06 小秘视界。 */
.mc-blog {
    padding-bottom: 100px;
}

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

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

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

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

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

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

.mc-blog__grid {
    display: grid;
    grid-template-columns: 443px 1fr;
    gap: 32px;
}

.mc-blog__main {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

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

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

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

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

.mc-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;
}

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

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

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

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

.mc-blog__date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #8D9398;
}

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

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

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

.mc-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;
}

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

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

.mc-blog__item {
    display: flex;
    gap: 24px;
    flex: 1;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

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

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

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

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

/* 底部 CTA 横幅。 */
.mc-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 88px 0 90px;
    background: #1479CD;
    text-align: center;
}

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

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

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

.mc-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 56px;
    margin-top: 32px;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid #0064FA;
    border-radius: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1479CD;
    transition: opacity .2s ease;
}

.mc-cta__button:hover {
    opacity: .9;
}

/* 页脚。 */
.mc-footer {
    padding: 32px 0;
    background: #042139;
    color: #FFFFFF;
}

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

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

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

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

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

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

.mc-footer__left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mc-footer__qr {
    display: flex;
    gap: 40px;
}

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

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

.mc-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;
}

.mc-footer__social {
    display: flex;
    gap: 19px;
}

.mc-footer__social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    transition: opacity .2s ease;
}

.mc-footer__social a:hover {
    opacity: .8;
}

.mc-footer__social img {
    width: 40px;
    height: 40px;
}

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

.mc-footer__col {
    width: 120px;
}

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

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

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

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

.mc-footer__contact {
    width: 280px;
}

.mc-footer__contact p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
}

.mc-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;
    }
}


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

/* 黄色 Hero 上公共导航默认白字不可读，未滚动时使用静态页深色文字。 */
.mc-landing-page .index-head:not(.white-style) .nav-word ul .nav-li a,
.mc-landing-page .index-head:not(.white-style) .dropdown-menu--title {
    color: #191700;
}
.mc-landing-page .index-head:not(.white-style) .index-nav-a .nav-img-logo {
    color: #191700;
}
.mc-landing-page .index-head:not(.white-style) .nav-word ul .nav-li a.active::after,
.mc-landing-page .index-head:not(.white-style) .nav-word ul .nav-li a:hover::after {
    background-color: #191700;
}

/* 公共固定导航叠在 Hero 上，补齐静态页原头部占位。 */
.mc-hero__inner {
    padding-top: 64px;
}

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

/* 落地页 p 标签被清零 padding，注册弹窗报错文案需要保留原有左内边距对齐输入框。 */
.mc-landing-page #registerModal .register-msg {
    margin: 2px 0;
    padding-left: 88px;
}

/* 小秘视界模块“查看更多”链接样式（参考 TikTok 落地页）。 */
.mc-section-head {
    position: relative;
}
.mc-blog__more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1479CD;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
