.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F5F5F7;
    /*padding: 120px 0 0;*/
    z-index: 2;
}

.footer .wrapper {
    max-width: 1200px;
}

.footer-cons {
    font-size: 0;
}

.footer-cons > div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.footer-cons p {
    margin-bottom: 24px;
    font-size: 16px;
}

.footer-cons .title {
    font-weight: 500;
    line-height: 1.7;
}

.wechat p {
    margin-bottom: 4px;
}

.wechat .focus-us {
    margin-top: 44px;
}

.footer-cons .wechat img {
    width: 80px;
    height: 80px;
    mix-blend-mode: multiply;
}


.copy-right {
    margin-top: 40px;
    padding: 40px 0;
    /*border-top: 1px solid #6E6E73;*/
    text-align: center;
    font-size: 14px;
}

.copy-right, .copy-right a {
    color: #6E6E73;
}

.privacy {
    margin-left: 36px;
}
