/**
 * 主题24 站点 Logo 尺寸
 */
:root {
    --theme24-nav-logo-max-h: 49px;
    --theme24-nav-logo-max-w: min(178px, 34vw);
    --theme24-footer-logo-max-h: 47px;
    --theme24-footer-logo-max-w: min(168px, 32vw);
}

@media (max-width: 991.98px) {
    :root {
        --theme24-nav-logo-max-h: 41px;
        --theme24-nav-logo-max-w: min(150px, 42vw);
        --theme24-footer-logo-max-h: 39px;
        --theme24-footer-logo-max-w: min(145px, 38vw);
    }
}

.petech_nav_manu .logo a.logo_img img,
.petech_nav_manu .logo a.main_sticky img {
    max-height: var(--theme24-nav-logo-max-h) !important;
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
    max-width: var(--theme24-nav-logo-max-w) !important;
    object-fit: contain !important;
    object-position: left center;
}

.footer_middle_logo img,
.Footer_middle_logo_inner img {
    max-height: var(--theme24-footer-logo-max-h) !important;
    height: auto !important;
    width: auto !important;
    max-width: var(--theme24-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(--theme24-nav-logo-max-h) !important;
    max-width: var(--theme24-nav-logo-max-w) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.petech_nav_manu .logo img.lozad[data-src],
.footer_middle_logo img.lozad[data-src] {
    background: transparent !important;
    background-image: none !important;
}

.petech_nav_manu .logo a img,
.footer_middle_logo img {
    background-color: transparent !important;
    background-size: auto !important;
}
