/**
 * 主题20 站点 Logo 尺寸
 */
:root {
    --theme20-nav-logo-max-h: 52px;
    --theme20-nav-logo-max-w: min(190px, 34vw);
    --theme20-footer-logo-max-h: 50px;
    --theme20-footer-logo-max-w: min(175px, 32vw);
}

@media (max-width: 991.98px) {
    :root {
        --theme20-nav-logo-max-h: 44px;
        --theme20-nav-logo-max-w: min(160px, 42vw);
        --theme20-footer-logo-max-h: 42px;
        --theme20-footer-logo-max-w: min(155px, 38vw);
    }
}

.techno_nav_manu .logo a.logo_img img,
.techno_nav_manu .logo a.main_sticky img {
    max-height: var(--theme20-nav-logo-max-h) !important;
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
    max-width: var(--theme20-nav-logo-max-w) !important;
    object-fit: contain !important;
    object-position: left center;
}

.techno-logo a.logo_img img {
    max-height: var(--theme20-footer-logo-max-h) !important;
    height: auto !important;
    width: auto !important;
    max-width: var(--theme20-footer-logo-max-w) !important;
    object-fit: contain !important;
}

header img[src*="logo/img"], header img[data-src*="logo/img"],
header img[src*="resource/logo"], header img[data-src*="resource/logo"] {
    max-height: var(--theme20-nav-logo-max-h) !important;
    max-width: var(--theme20-nav-logo-max-w) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.techno_nav_manu .logo img.lozad[data-src], .techno-logo img.lozad[data-src] {
    background: transparent !important;
    background-image: none !important;
}

.techno_nav_manu .logo a img, .techno-logo a img {
    background-color: transparent !important;
    background-size: auto !important;
}
