
.footer{
    width: 100%;
    padding:0 4%;
    padding-top: 1rem;
}
.footer li{
    padding-bottom: .7rem;
}
.footer li h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #fff;
    padding-bottom: .6rem;
}
.footer li p{
    font-size: .24rem;
    line-height: .5rem;
    color: #fff;
}
.footer li a{
    display: inline-block;
    color: #fff;
    font-size: .24rem;
    line-height: .5rem;
    padding-right: .38rem;
}
.footer ul{
    border-bottom: 1px  solid #d1d3d6;
}
.footer-btm span,
.footer-btm a{
    display: block;
    font-size: .24rem;
    line-height: .5rem;
    color: #fff;
}
.footer-btm{
    padding:.6rem 0
}