.lx-logo-wall {
    background: #fff;
    padding: 72px 0 80px;
    overflow: hidden;
}

.lx-logo-wall-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 0 20px;
}

.lx-logo-wall-title {
    margin: 0 0 52px;
    text-align: center;
    font-size: clamp(24px, 3.5vw, 34px);
    line-height: 1.3;
    font-weight: 400;
    color: #080b14;
}

.lx-logo-wall-rows {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.lx-logo-track-wrap {
    position: relative;
    overflow: hidden;
}

.lx-logo-track-wrap::before,
.lx-logo-track-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 1;
    pointer-events: none;
}

.lx-logo-track-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
}

.lx-logo-track-wrap::after {
    right: 0;
    background: linear-gradient(90deg, transparent 0%, #fff 100%);
}

.lx-logo-track {
    display: flex;
    align-items: center;
    gap: 100px;
    width: max-content;
    animation: lxLogoScroll var(--lx-speed, 80s) linear infinite;
}

.lx-logo-track-wrap:nth-child(even) .lx-logo-track {
    animation-direction: reverse;
}

.lx-logo-track-wrap:hover .lx-logo-track {
    animation-play-state: paused;
}

@keyframes lxLogoScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 50px));
    }
}

.lx-logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    opacity: .5;
    transition: opacity .24s ease;
}

.lx-logo-item:hover {
    opacity: 1;
}

.lx-logo-item img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
}

.lx-guide {
    padding: 80px 120px;
    background: url(//static.lexiang-asset.com/koala/img/icon-guide-bg.a2064feb.png) no-repeat calc(50% + 350px) bottom / auto 85.5073%, linear-gradient(268deg, #30a4fd, #30a4fd 45.78%);
}

.lx-guide-inner {
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    box-sizing: border-box;
}

.lx-guide-label {
    margin: 0 0 40px;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
}

.lx-guide-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lx-guide-use-btn,
.lx-guide-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 40px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    transition: opacity .2s ease;
}

.lx-guide-use-btn:hover,
.lx-guide-product-btn:hover {
    opacity: .8;
}

.lx-guide-use-btn {
    width: 124px;
    background: #fff;
    color: #30a4fd;
}

.lx-guide-product-btn {
    width: 138px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: #30a4fd;
    color: #fff;
}

.met-com-footer-container-section {
    background: #fafafc;
    color: #7b818f;
    font-size: 12px;
    line-height: 1.5;
}



@media (min-width: 992px) {

    .lx-logo-wall-inner {
        width: calc(100vw - (var(--wj-nav-left) * 2));
        margin-left: var(--wj-nav-left);
        margin-right: auto;
    }

    .lx-guide-inner {
        width: calc(100vw - (var(--wj-nav-left) * 2));
        margin-left: calc(var(--wj-nav-left) - 120px);
        margin-right: auto;
    }

}

@media (max-width: 1199px) {
    .lx-guide {
        padding: 48px 32px;
        background: url(//static.lexiang-asset.com/koala/img/icon-guide-bg.a2064feb.png) no-repeat calc(100% + 168px) 40px / auto 118%, linear-gradient(268deg, #30a4fd, #30a4fd 45.78%);
    }

    .lx-guide-label {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lx-guide-inner {
        width: calc(100vw - (var(--wj-nav-left) * 2));
        margin-left: calc(var(--wj-nav-left) - 32px);
        margin-right: auto;
    }
}


@media (max-width: 640px) {


    .lx-logo-wall {
        padding: 48px 0 56px;
    }

    .lx-logo-wall-title {
        margin-bottom: 28px;
    }

    .lx-logo-wall-rows {
        gap: 24px;
    }

    .lx-logo-track {
        gap: 40px;
    }

    .lx-logo-item {
        height: 28px;
    }

    .lx-logo-track-wrap::before,
    .lx-logo-track-wrap::after {
        width: 40px;
    }

    .lx-guide {
        padding: 32px;
        background: url(//static.lexiang-asset.com/koala/img/icon-guide-bg.a2064feb.png) no-repeat calc(100% + 140px) 56px / auto 85%, #30a4fd;
    }

    .lx-guide-label {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }

    .lx-guide-use-btn,
    .lx-guide-product-btn {
        width: auto;
        min-width: 98px;
        height: 32px;
        padding: 0 12px;
        font-size: 12px;
    }

}

@media (max-width: 420px) {


    .lx-guide {
        padding: 28px 20px;
    }

    .lx-guide-btn {
        flex-wrap: wrap;
    }

    .lx-guide-use-btn,
    .lx-guide-product-btn {
        flex: 1 1 128px;
    }
}