body {
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

.footer {
    background: #414141;
    height: 235px;
    margin-top: 10px;
    position: relative;
}

.foot_nav {
    background: #414141;
    color: #fff;
}

.nav_cont {
    background: #ff6904;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    /* border-bottom: 1px dashed #caccc9; */
}

.nav_cont a {
    width: 100%;
    font-size: 14px;
    margin: 0 10px;
}

.foot_mes {
    width: 1000px;
    /* background-image: linear-gradient(to right, #4d97ff, #4d67ff); */
    color: #fff;
    font-size: 0.7rem;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 30px;
}

.foot_img {
    text-align: center;
    padding: 20px 0;
}

.er {
    width: 100px;
    display: inline-block;
    position: absolute;
    right: 350px;
    bottom: 21px;
}

.er img {

    width: 100px;
    height: 100px;
}