.footer {
    padding-top: 54px;
    height: 124px;
    text-align: center;
    color: #666;
}

.footer .agreement {
    padding-bottom: 20px;
    font-size: 12px;
}

.footer .agreement a {
    color: #666;
    text-decoration: none;
}

.footer .agreement a::after {
    content: "|";
    padding: 0 15px;
    display: inline-block;
}

.footer .copy-right {
    font-size: 16px;
    color: #666;

}