#footer {
    width: 100%;
    height: 70px;
    background: #000000;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
   /* position: fixed;
    bottom: 0;
    left: 0;*/
}

#footer a {
    display: block;
    padding-top: 13px;
    width: 25%;
    height: 70px;
    float: left;
    background: url(../images/public/footer.png) right center no-repeat;
    overflow: hidden;
}

#footer a img {
    display: block;
    height: 24px;
    margin: 0 auto;
}

#footer a p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
}

#slideup{
    background: url('../images/public/slideup.png') center center no-repeat;
    float: right;
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 0;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    display: none;
}

.foo_bottom{
	background-color: #000000;
    /*border-top: 1px solid #ccc;*/
    padding: 10px 0;
}
.foo_bottom .code{
    text-align: center;
    
}
.foo_bottom a {
    display: inline-block;
    padding:0 20px;
    line-height: 24px;
    color: #FFFFFF;
}