body{
    padding: 0;
    margin: 0;
    /* font-size: 0.85rem; */
}
.footer{
    background:#c7000b;
    height:150px;
    margin-top:10px;
}
.foot_nav{
    background: #c7000b;
    color:#ffffff;
}
.nav_cont{
    width: 1200px;
    background: #c7000b;
    padding: 15px 0 10px 0;
    margin:0 auto;
    text-align: center;
    border-bottom:1px dashed #ffffff;
}
.nav_cont a{
    width: 100%;
    margin:0 10px;
}
/* .nav_cont a::after{
    content:'|';
    color:white;
} */
.foot_mes{
    color:#ffffff;
    font-size: 0.7rem;
    text-align: center;
    margin: 20px;
}
.foot_img{
    text-align: center;
    /*margin: 20px;*/
}