.webFoot {
    clear: both;
    width: 100%;
    background-color: #ddd;
    color: #777;
}

.middle {
    width: 1002px;
    margin: 0 auto;
    font-size: 12px;
}

.foot {
    height: 100%;
}

.footLinks {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.footLinks {
    text-align: center;
    line-height: 50px;
}

.footCpy {
    text-align: center;
    line-height: 25px;
}
.footCert {
    text-align: center;
}

.footLinks span {
    margin: 0 3px;
}

.footLinks a {
    color: #777;
    text-decoration: none;
}

.footCpy a {
    text-decoration: none;
    color: #777;
}

