/* 播报区和底部声明之间的衔接区域 */
.footer-page-space {
    width: 100%;
    height: 10.8rem;
    margin: 0;
    background: #003314;
}

/* 播报结束后的高级分割线 */
.footer-page-space::after {
    content: "";
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.12rem;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 215, 90, 0),
        rgba(255, 215, 90, 0.55),
        rgba(255, 255, 255, 0.55),
        rgba(255, 215, 90, 0.55),
        rgba(255, 215, 90, 0)
    );
}

/* 页面底部责任声明 */
.site-bottom-footer {
    width: 100%;
    margin: 0;
    padding: 0.34rem 0.42rem 0.48rem;
    box-sizing: border-box;
    background: #003314;
    color: #ffffff;
    font-size: 0.25rem;
    line-height: 0.42rem;
    border-bottom: 0.03rem solid rgba(255, 255, 255, 0.20);
}

/* 顶部许可/责任图 */
.footer-license-img {
    width: 100%;
    margin-bottom: 0.24rem;
}

.footer-license-img img {
    width: 100%;
    max-width: 8.6rem;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* 内部分割线 */
.footer-line {
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0),
        rgba(255,255,255,0.24),
        rgba(255,255,255,0)
    );
    margin-bottom: 0.26rem;
}

/* 文字区域 */
.footer-text {
    max-width: 8.5rem;
    margin: 0 auto;
}

.footer-text p {
    margin: 0 0 0.20rem;
}

.footer-text strong {
    display: block;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.005rem;
}

.footer-copy {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.235rem;
}