.ft-main {
    background: #1a1a1a;
    color: #ccc;
    padding: 0;
}
.ft-wrap {
    padding: 60px 0 40px;
}
.ft-logo p {
    font-size: 13px;
    line-height: 1.5;
    color: #999;
    text-align: left;
    padding-right: 20px;
}
.ft-link-list a,
.ft-fixed-link-group a,
.ft-copyright-text span,
.ft-copyright-text {
    color: #bbb !important;
    text-decoration: none;
    transition: 0.3s;
}
.ft-link-list a:hover,
.ft-fixed-link-group a:hover {
    color: #d4a668 !important;
}
.ft-block-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}
.ft-block-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #d4a668;
}
.ft-gold-text {
    color: #d4a668 !important;
}
.ft-copyright-bar {
    background: #111;
    padding: 20px 0;
    border-top: 1px solid #252525;
}
.ft-beian-link {
    color: #888 !important;
    margin-left: 10px;
}
.ft-fixed-link-group .sep {
    color: #444;
    margin: 0 10px;
}
@media (max-width: 959px) {
    .ft-logo p,
    .ft-block-title {
        text-align: center;
    }
    .ft-block-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .ft-wrap {
        padding-top: 40px;
    }
    .uk-grid {
        text-align: center;
    }
}