.footer {
    width: 100%;
    background-color: #292f36;
}

.footer-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.footer-wrapper .footer-content {
    display: -webkit-flex;
    display: flex;
    padding: 54px 0 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-wrapper .footer-content .footer-contact {
    flex: 1;
}

.footer-wrapper .footer-content .footer-contact .footer-logo {
    height: 68px;
}

.footer-wrapper .footer-content .footer-contact .text {
    width: 480px;
    margin-top: 18px;
    line-height: 20px;
    color: rgba(255, 255, 255, .65);
}

.footer-wrapper .footer-content .footer-contact .text:last-child {
    line-height: 14px;
}

.footer-wrapper .footer-content .footer-right {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.footer-wrapper .footer-content .footer-right .footer-menu {
    display: -webkit-flex;
    display: flex;
}

.footer-wrapper .footer-content .footer-right .footer-menu .column {
    margin-right: 100px;
}

.footer-wrapper .footer-content .footer-right .footer-menu .column .title {
    margin-bottom: 36px;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
}

.footer-wrapper .footer-content .footer-right .footer-menu .column .item {
    display: block;
    margin-top: 18px;
    line-height: 14px;
    color: rgba(255, 255, 255, .65);
    outline: none;
}

.footer-wrapper .footer-content .footer-right .footer-menu .column .item:hover {
    color: #fff;
}

.footer-wrapper .footer-link {
    line-height: 48px;
    height: 48px;
}

.footer-wrapper .footer-link .name {
    margin-right: 48px;
    color: rgba(255, 255, 255, .9)
}

.footer-wrapper .footer-link .value {
    margin-right: 16px;
    color: rgba(255, 255, 255, .65)
}

.footer .footer-copyright {
    line-height: 48px;
    height: 48px;
    color: rgba(255, 255, 255, .55);
    background-color: #010103;
    text-align: center;
}

.footer .footer-copyright .record {
    margin-right: 16px;
}

.footer-content .footer-qrcode {
    width: 135px;
    float: left;
    text-align: center;
}

.footer-content .footer-qrcode img {
    width: 82px;
}

.footer-content .footer-qrcode span {
    width: 100%;
    display: inline-block;
    color: rgba(255, 255, 255, .65);
    margin-top: 10px;
    line-height: 18px;
    font-size: 11px;
}

