.footer{
    background-color: #ac1223;
    font-size: 14px;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer .web{
    display: flex;
    padding-top: 15px;
    padding-bottom: 10px;
    align-items: center;
    /* justify-content: space-between; */
}
.footer_left {
    display: flex;
    align-items: center;
    padding-right: 33px;
}    
.footer_right p {
    line-height: 25px;
}