.footer {
    font-size: 12px;
    margin:0px auto 0;
    margin-top: 3rem;
}
.footer .foot_w {
    background: #FFF;
}
.foot_b {
    width: 100%;
    min-width: 1200px;
    background: #333;
}
.footer .foot_w .foot_bcon {
    background: #FFF;
}
.foot_bcon, .foot_bcon a {
    color: #e0dddd;
}
.foot_bcon {
    width: 1200px;
    background: #333;
    margin: 0 auto;
    padding: 20px 0;
}
.foot_bcon p {
    padding-top: 5px;
    text-align:center;
}
.footer .foot_w p, .footer .foot_w a {
    color: #666;
}
.top_solid{
    border-top: 1px #c1c1c1 solid;
}