.hero-tabs {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    width: fit-content;
    max-width: calc(100% - 48px);
    margin: 48px auto 0;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.hero-tab {
    flex: 1 0 auto;
    padding: 12px 27px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #525967;
    font: inherit;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .18s, color .18s;
}

.hero-tab:hover {
    background: #edf5fa;
    color: #078cd1;
}

.hero-tab[aria-selected="true"] {
    background: #1e2935;
    color: #fff;
}

.hero-tab:focus-visible {
    outline: 2px solid #03a9f4;
    outline-offset: 3px;
}

.home-page .hero {
    min-height: clamp(430px, calc(100svh - 345px), 560px);
    padding: 32px 0 104px;
}

.home-page .hero[hidden] {
    display: none;
}

@media (min-width: 901px) {
    .home-page .hero-section {
        padding-bottom: 48px;
    }

    .home-page .product-proof {
        margin-top: -104px;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .home-page .hero-section {
        padding-bottom: 39px;
    }

    .home-page .product-proof {
        margin-top: -95px;
    }
}

.home-page .hero-section .slogan {
    font-size: 3.2rem;
}

.home-page .hero-section .slogan-desc {
    min-height: 3.9em;
}

.hero-window__bar {
    justify-content: space-between;
}

.hero-window__body {
    position: relative;
    overflow: hidden;
    aspect-ratio: 2.03;
    background: #f8fbfd;
}

.home-page .hero-visual .home-img-0 {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-window__body.is-loading .home-img-0,
.hero-window__body.has-error .home-img-0 {
    visibility: hidden;
}

.hero-image-status {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 24px;
    color: #8290a1;
    font-size: 14px;
    text-align: center;
}

.hero-image-status[hidden] {
    display: none;
}

@media (max-width: 1100px) {
    .home-page .hero {
        padding: 32px 0 96px;
    }

    .home-page .hero-section .slogan {
        font-size: 32px;
    }
}

@media (max-width: 900px) {
    .hero-tabs {
        width: calc(100% - 48px);
        max-width: 520px;
        margin-top: 36px;
        padding: 3px;
    }

    .hero-tab {
        flex: 1 1 0;
        min-width: 0;
        padding: 11px 4px;
        font-size: 13px;
    }

    .home-page .hero {
        min-height: 0;
        padding: 30px 0 72px;
    }

    .home-page .hero-section .slogan {
        font-size: clamp(30px, 5vw, 40px);
    }
}

@media (max-width: 360px) {
    .home-page .hero-section .slogan-desc {
        min-height: 7.6em;
    }
}
