/* BRANDS page reconstructed from brands.png on a fixed 1920 x 1841 artboard. */
:root {
    --brands-board-width: 1920;
    --brands-board-height: 1912;
    --board-scale: 1;
    --brands-blue: #175da9;
    --brands-home-blue: #01477f;
    --brands-ink: #282828;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #ffffff;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

.bmi-brands-page,
.bmi-brands-page button,
.bmi-brands-page input {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

.bmi-brands-page * {
    box-sizing: border-box;
}

.bmi-brands-page .fit-shell {
    display: grid;
    width: 100%;
    place-items: start center;
    overflow: hidden;
    background: #ffffff;
}

.bmi-brands-page .fit-box {
    position: relative;
    width: 1920px;
    height: 1912px;
    overflow: hidden;
}

.bmi-brands-page .artboard {
    --site-footer-position: absolute;
    --site-footer-top: 1452px;
    position: relative;
    width: 1920px;
    height: 1912px;
    overflow: hidden;
    transform: scale(var(--board-scale));
    transform-origin: top left;
    background: #ffffff;
}

/* Brands Banner */
.bmi-brands-page .brands-hero {
    position: absolute;
    top: 144px;
    left: 0;
    width: 1920px;
    height: 300px;
    overflow: hidden;
}

.bmi-brands-page .brands-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1920px;
    height: 300px;
    max-width: none;
}

.bmi-brands-page .brands-hero h1 {
    position: absolute;
    top: 104px;
    left: 159px;
    width: auto;
    white-space: nowrap;
    height: 92px;
    margin: 0;
    color: #ffffff;
    font-size: 75px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: 0;
    transform: translateX(-0.5px) scaleX(1.0218);
    transform-origin: center;
}

.bmi-brands-page .brands-breadcrumb {
    position: absolute;
    z-index: 2;
    top: 479px;
    left: 160px;
    display: flex;
    align-items: center;
    height: 24px;
    color: var(--brands-ink);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.bmi-brands-page .brands-breadcrumb a {
    color: var(--brands-ink);
    text-decoration: none;
}

.bmi-brands-page .brands-breadcrumb a:hover,
.bmi-brands-page .brands-breadcrumb a:focus-visible {
    color: var(--brands-blue);
}

.bmi-brands-page .brands-breadcrumb a:focus-visible {
    outline: 2px solid rgba(23, 93, 169, 0.45);
    outline-offset: 3px;
}

.bmi-brands-page .brands-breadcrumb-sep {
    margin: 0 3px;
}

.bmi-brands-page .brands-breadcrumb-current {
    color: var(--brands-blue);
}

/* 主体区所有坐标均来自 brands.png 的 1920px 基准稿。 */
.bmi-brands-page .brands-content {
    position: absolute;
    top: 515px;
    left: 0;
    width: 1920px;
    height: 933px;
    background: #ffffff;
}

.bmi-brands-page .brands-content > h2 {
    position: absolute;
    top: 89px;
    left: 0;
    width: 1920px;
    height: 60px;
    margin: 0;
    color: var(--brands-ink);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    transform: translateX(-2px) scaleX(1.0172);
}

.bmi-brands-page .brands-introduction {
    position: absolute;
    /* 后台富文本可包含图片，必须显示在固定画板的占位背景之上。 */
    z-index: 1;
    top: 189px;
    left: 260px;
    width: 1400px;
    height: auto;
    color: var(--brands-ink);
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
}

.bmi-brands-page .brands-introduction p {
    width: 1400px;
    max-width: 100%;
    min-height: 36px;
    height: auto;
    margin: 0;
    padding: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

.bmi-brands-page .brands-introduction p:first-child {
    transform: none;
}

.bmi-brands-page .brands-introduction p:last-child {
    transform: none;
}

.bmi-brands-page .brands-introduction img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bmi-brands-page .brands-placeholder {
    position: absolute;
    top: 303px;
    left: 160px;
    width: 1600px;
    height: 450px;
    background: transparent;
}

@media (max-width: 1279px) {
    .bmi-brands-page .fit-shell {
        display: block;
        overflow: visible;
    }

    .bmi-brands-page .fit-box {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    .bmi-brands-page .artboard {
        --site-footer-position: relative;
        --site-footer-top: auto;
        width: 100%;
        height: auto;
        overflow: visible;
        transform: none !important;
    }

    .bmi-brands-page .brands-hero {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 300px;
    }

    .bmi-brands-page .brands-hero-image {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .bmi-brands-page .brands-hero h1 {
        top: 50%;
        left: 0;
        width: auto;
        height: auto;
        padding: 0 32px;
        font-size: 48px;
        line-height: 1.1;
        white-space: normal;
        transform: translateY(-50%);
    }

    .bmi-brands-page .brands-breadcrumb {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
        height: 56px;
        padding: 0 32px;
        font-size: 18px;
        line-height: 24px;
    }

    .bmi-brands-page .brands-content {
        position: static;
        width: 100%;
        height: auto;
        padding: 56px 32px 72px;
    }

    .bmi-brands-page .brands-content > h2 {
        position: static;
        width: auto;
        height: auto;
        margin: 0 0 32px;
        font-size: 38px;
        line-height: 1.2;
        transform: none;
    }

    .bmi-brands-page .brands-introduction,
    .bmi-brands-page .brands-introduction p {
        position: static;
        width: 100%;
        height: auto;
        white-space: normal;
        transform: none;
    }

    .bmi-brands-page .brands-introduction {
        font-size: 18px;
        line-height: 1.7;
    }

    .bmi-brands-page .brands-introduction p {
        margin: 0 0 12px;
    }

    .bmi-brands-page .brands-placeholder {
        position: static;
        width: 100%;
        height: auto;
        min-height: 300px;
        margin-top: 36px;
    }

    .bmi-brands-page .site-footer {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 44px 24px;
    }

    .bmi-brands-page .site-footer .footer-social,
    .bmi-brands-page .site-footer .footer-line,
    .bmi-brands-page .site-footer .footer-privacy,
    .bmi-brands-page .site-footer .footer-badge {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        transform: none;
    }

    .bmi-brands-page .site-footer .footer-line {
        white-space: normal;
        line-height: 1.55;
    }
}

@media (max-width: 680px) and (max-width: 1279px) {
    .bmi-brands-page .brands-hero {
        height: auto;
        aspect-ratio: 1920 / 300;
    }

    .bmi-brands-page .brands-hero-image {
        object-fit: contain;
    }

    .bmi-brands-page .brands-hero h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
        transform: none;
    }

    .bmi-brands-page .brands-content {
        padding: 40px 20px 56px;
    }

    .bmi-brands-page .brands-breadcrumb {
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
    }

    .bmi-brands-page .brands-content > h2 {
        font-size: 31px;
    }
}
