body {
    padding: 0;
    margin: 0;
    /* font-size: 0.85rem; */
}

.footer {
    background: #2d2b34;
    height: 150px;
    /* margin-top:50px; */

}

.foot_nav {
    background: #2d2b34;
    color: #e1e7eb;
}

.nav_cont {
    width: 1200px;
    background: #2d2b34;
    padding: 15px 0 10px 0;
    margin: 0 auto;
    text-align: center;
    border-bottom:1px dashed #caccc9;
}

.nav_cont a {
    width: 100%;
    margin: 0 10px;
}

.foot_mes {
    background: #2d2b34;
    color: #e1e7eb;
    font-size: 0.8rem;
    text-align: center;
    margin: 20px;
}

.foot_mes {
    line-height: 30px;
}

.foot_img {
    text-align: center;
    padding-bottom: 30px;
}