.footer2 {
    background: #283451;
    height: .625rem;
    border-top: .025rem solid #8E93A1;
    line-height: .625rem;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright span {
    font-size: .19rem;
    color: rgba(160, 161, 168, 1);
    font-family: 'SourceHanSansCN-Regular';
}

.copyright span img {
    width: .375rem;
    height: .375rem;
}

.copyright a {
    color: rgba(255, 255, 255, 1);
    font-family: 'SourceHanSansCN-Normal';
    height: .625rem;
}

.copyright a img {
    width: .225rem;
    height: .25rem;
    margin-right: .125rem;
}