.site-fixed-top {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    z-index: 1000;
    background: transparent;
    box-sizing: border-box;
}

.site-scroll-body {
    box-sizing: border-box;
}

.site-header-bar {
    width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    background: linear-gradient(180deg, #917843 0%, #b88a27 100%);
    box-shadow: 0 10px 24px rgba(93, 62, 8, 0.28);
    box-sizing: border-box;
}

.site-header-bar .logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 8px 0 0;
    position: relative;
    background: transparent;
}

.site-header-bar .logo-bar .logo,
.site-header-bar .logo-bar .home {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.site-header-bar .logo-bar .logo .logo-text {
    display: block;
    min-width: 148px;
    max-width: 176px;
    padding-left: 8px;
    color: #fff5cf;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(73, 42, 0, 0.55);
}

.site-header-bar .logo-bar .logo .logo-text em {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 12px;
    color: #6b4300;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(180deg, #fffdf4 0%, #f5d97f 100%);
    border: 1px solid rgba(107, 67, 0, 0.18);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.site-header-bar .logo-bar-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    max-width: 52%;
}

.site-header-bar .logo-bar-nav a {
    display: block;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(180deg, #fffef6 0%, #f8e6a3 30%, #e2b545 68%, #8f5d00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none;
    border-radius: 8px;
    transition: filter 0.18s ease;
}

.site-header-bar .logo-bar-nav a:hover {
    filter: brightness(1.08);
}

.site-header-bar .logo-bar .home {
    line-height: 1;
    text-align: center;
    color: #fff8dc;
    font-size: 12px;
    min-width: 54px;
}

.site-header-bar .logo-bar .home a {
    display: block;
    padding: 4px 8px 5px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 249, 224, 0.22) 0%, rgba(92, 57, 8, 0.2) 100%);
    color: #fff8dc;
    text-decoration: none;
}

.site-header-bar .logo-bar .home img {
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.site-header-bar .logo-bar .home span {
    display: block;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(73, 42, 0, 0.45);
}

.site-header-bar .site-kj-wrap iframe,
.site-header-bar .site-domain-banner iframe {
    display: block;
    width: 100%;
    border: 0;
    background: #fff;
}

.site-header-bar .site-kj-wrap iframe {
    height: 200px;
}

.site-header-bar .site-domain-banner iframe {
    height: 40px;
}

@media (max-width: 720px) {
    .site-header-bar .logo-bar {
        padding: 0 4px 0 2px;
    }

    .site-header-bar .logo-bar .logo {
        min-width: 72px;
        max-width: 72px;
    }

    .site-header-bar .logo-bar .logo .logo-text {
        min-width: 72px;
        max-width: 72px;
        padding-left: 4px;
        font-size: 14px;
        line-height: 1;
    }

    .site-header-bar .logo-bar .logo .logo-text em {
        margin-top: 2px;
        padding: 0;
        color: #fff5cf;
        font-size: 10px;
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .site-header-bar .logo-bar-nav {
        gap: 2px;
        max-width: 58%;
    }

    .site-header-bar .logo-bar-nav a {
        padding: 3px 4px;
        font-size: 11px;
    }

    .site-header-bar .logo-bar .home {
        min-width: 48px;
        font-size: 10px;
    }

    .site-header-bar .logo-bar .home img {
        width: 22px;
        height: 22px;
    }
}
