.l-footer{
    background: #F5F5F5;
}
.l-footer .link{
    padding:0 0.7rem;
}
.l-footer .link li div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
}
.l-footer .link li span{
    font-size: 0.25rem;
    color: #167C76;
}
.l-footer .link li dd{
    display: flex;
    align-items: center;
    height: 0.66rem;
    margin-inline-start: 0;
}
.l-footer .link li dd a{
    font-size: 0.25rem;
    color: #73757E;
}
.slide-down{
    width: 0.35rem;
    height: 0.35rem;
}
.qcode{
    width: 100vw;
    padding: 0.8rem 0.3rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #DFDFDF;
}
.qcode img{
    margin: auto;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
}
.qcode p{
    text-align: center;
    font-size: 0.32rem;
    color: #1C1C1C;
    line-height: 0.6rem;
}
.footer-info{
    padding: 0.42rem;
}
.footer-info p{
    text-align: center;
    font-size: 0.25rem;
    color: #2A2A2A;
    line-height: 0.4rem;
}