@charset "utf-8";
.footer-02 {
    background: #2F2F2F;
    line-height: 28px;
    padding-bottom: 40px;
}

.footer-02 .mod {
    position: relative;
}

.footer-02 p {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.qr-site {
    position: absolute;
    right: 50px;
    top: 50px;
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
}

.qr-site > div {
    margin-bottom: 5px;
}

.qr-site img {
    width: 105px;
    height: 105px;
}

.lj-list {
    padding: 40px 0 50px;
    margin-left: -25px;
}

.lj-list a {
    color: rgba(255, 255, 255, .8);
    padding: 0 25px;
    font-size: 14px;
    position: relative;
}

.lj-list a::after {
    content: '';
    display: inline-block;
    height: 14px;
    border-left: 1px solid rgba(255, 255, 255, .8);
    position: absolute;
    right: 0;
    top: 3px;
}

.lj-list a:last-child::after {
    border: none;
}
