/* 首页 logo 专用样式 */
.home-logo {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: normal;
    line-height: 1;
    transform: translateY(-10px); /* 向上移动10px */
    position: relative;
}

.home-logo-link {
    margin-top: -25px !important;
    display: block;
    width: 80px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}