/* 页脚组件样式文件 */

/* 大屏幕适配 - 27寸及以上 */


/* 超大屏幕适配 - 29寸及以上 */


/* 页脚主体样式 */
.footer {
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    color: #999999;
    background: white !important;
    position: relative;
    z-index: 2;
}
.list-unstyled{
    margin-top: .3125rem;
    li{
        margin-top: 1rem;
    }
}
/* 页脚标题样式 */
.footer span {
    font-weight: var(--font-weight-mini-medium);
    margin-bottom: 1.5rem;
    color: #333;
}
.footer-footer span{
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Medium;
    font-size: 0.75rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(153, 153, 153, 1)
}
/* 页脚列表样式 */
.footer ul li {
    margin-bottom: 0.5rem;
}

/* 页脚链接样式 */
.footer ul li a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #999999;
    font-size: var(--font-size-minimum);
}

.footer ul li a:hover {
    color: var(--primary-color);
}

/* 页脚品牌区域样式 */
.footer-brand {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    position: relative;
    margin-top: 0;
    padding-top: 0;
}

/* 让右侧logo区域真正靠右 */
.footer .col-lg-6:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 0;
    padding-top: 0;
}

.footer .col-lg-6:last-child .footer-brand {
    margin-right: 0;
    padding-right: 15px;
    margin-top: 0;
    padding-top: 0;
}

/* 左半面内容居中和对齐 */
.footer .col-lg-6:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 200px;
    padding-top: 0;
}

.footer .col-lg-6:first-child .row {
    width: 100%;
    align-items: flex-start;
}

/* 确保左右两边高度一致 */
.footer .row > .col-lg-6 {
    display: flex;
    align-items: flex-start;
    min-height: 200px;
}

/* 让logo区域紧贴右边 */
.footer .row {
    margin-left: 0;
    margin-right: 0;
}

.footer .container {
    padding-left: 15px;
    padding-right: 0;
    min-height: 12.5rem;
}

/* 页脚Logo样式 */
.footer-logo {
    width: 7.8125rem;
    height: 2.1875rem;
    margin: 0 auto;
    object-fit: contain;
}

/* 页脚标语样式 */
.footer-slogan {
    font-size: var(--font-size-minimum);
    margin-top: 0.5rem;
    color: #333;
}

/* 社交媒体链接样式 */
.social-links a {
    color: #999999;
    font-size: var(--font-size-auxiliary);
    transition: color 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    color: var(--primary-color);
}
.beian{
    font-size: var(--font-size-minimum);
    font-weight: var(--font-weight-mini-medium);
    margin-top: 0.5rem;
    padding: 0.25rem 0;
    line-height: 1.4;
}

/* 调整分割线间距 */
.hr-class {
    margin-top: -3rem;
    margin-bottom: 0.5rem;
}
/* 页脚响应式设计 */
@media (max-width: 992px) {
    .footer-brand {
        text-align: center;
        align-items: center;
        margin-top: 2rem;
        min-height: auto;
        height: auto;
    }
    
    .footer .col-lg-6:first-child {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .footer-brand {
        text-align: center;
        align-items: center;
        margin-top: 2rem;
        min-height: auto;
        height: auto;
    }
    
    .footer span {
        margin-bottom: 1rem;
    }
    
    .footer ul li {
        margin-bottom: 0.3rem;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 2rem 0 !important;
    }
    
    .footer-logo {
        max-width: 7.5rem;  
        min-width: 7.5rem;  
        height: 1.875rem; 
    }
    
    .footer-slogan {
        font-size: 0.8rem;
    }
}
