.footer-wrap {
    width: 100%;
}

.footer-box {
    background: #F5F5F5;
    padding: 0.76rem 2.6rem 0.87rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 底部导航 */
.footer-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #8B0304;
}

.footerbl-nav {
    margin-top: 0.28rem;
    display: flex;
    align-items: center;
}

.footer-nav-a {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    /* line-height: 0.44rem; */
}
.footer-nav-a:last-child{
    margin-bottom: 0;
}
.footerbln-left {
    margin-right: 0.6rem;
}

.footerbln-left:last-child {
    margin-right: 0;
}
.footerbc-con{
    margin-top: 0.28rem;
}
.footerbc-k {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.2rem;
}
.footerbc-k:last-child{
    margin-bottom: 0;
}
.footerbr-p {
    margin-top: 0.28rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    /* line-height: 0.44rem; */
}

.footerbr-img {
    width: 1rem;
    height: 1rem;
    margin-top: 0.26rem;
}

.footerbr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-icp-wrap {
    background: rgba(139, 3, 4, 1);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.footer-icp-box {
    text-align: center;
}

.footer-icp a {
    font-size: 0.12rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}
.footer-icp a:first-child{
    margin-bottom: 0.06rem;
}


@media only screen and (max-width: 1024px) {
    .footer-box{
        padding: 15px;
    }
    .footerb-left{
        display: none;
    }
    
    .footer-box p,
    .footer-box div,
    .footer-icp-wrap p,
    .footer-icp-wrap a{
        font-size: 12px!important;
    }
    
}