.footer {
    background-color: #ffb106;
    width: 100%;
    height: 52px;
}

.footer-con {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}

.footer-left {
    width: 50%;
    line-height: 52px;
}

.footer-left a {
        cursor: pointer;
        margin-right: 20px;
        font-size: 12px;
        columns: #333333;
    }

.footer-right {
    width: 50%;
    text-align: right;
    line-height: 52px;
}
