body {
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

.footer {
    /* height: 235px; */
    margin-top: 10px;
    background-position: center;
    background: #262626;
}

.foot_nav {
    background: #262626;
    color: #333;
    margin-top: 10px;
}

.nav_cont {
    background:#262626;
    padding: 12px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    /* border-bottom: 1px dashed #caccc9; */
}

.nav_cont a {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.foot_mes {
    background: #262626;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}

.foot_img {
    padding: 20px 0;
    text-align: center;

}