.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.footer .content {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    padding-bottom: 18px;
    text-align: center;
}

.footer .content .link .title {
    width: 60px;
}

.footer .content .link .item {
    margin: 0 20px 5px 20px;
}

.footer .content .info {
    margin-top: 26px;
    line-height: 28px;
}

.footer .content .info .item {
    margin: 0 60px;
}

.footer .content .qrcode {
    width: 88px;
    padding: 0 35px;
}

.footer .content .qrcode .image {
    width: 88px;
    height: 88px;
}

.footer .content .qrcode .image img {
    width: 100%;
    height: 100%;
}

.footer .content .qrcode .title {
    text-align: center;
    margin: 3px;
}

.footer .copyright {
    padding: 10px;
    text-align: center;
}