@charset "utf-8";
.footer-wrap{
    height: 150px;
    padding: 15px 0;
    position: relative;
    background: url("../images/footer-bg.jpg") top no-repeat #2ba165;
}
.footer-wrap:before,
.footer-wrap:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}
.footer-wrap:before{
    top: 5px;
}
.footer-wrap:after{
    bottom: 5px;
}
.foot-block{
    float: left;
    width: 800px;
}
.foot-menu{
    color: #fff;
    margin-top: 10px;
    vertical-align: middle;
}
.foot-menu a{
    color: #fff;
    padding: 0 3px;
    vertical-align: middle;
    font-size: 14px;
}
.foot-edit{
    color: #fff;
    height: 100px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.scan-code{
    float: right;
    width: 125px;
    height: 125px;
    margin-top: 14px;
}
.scan-code img{
    width: 125px;
    height: 125px;
}















