.footer-box-centent {
    padding: 1.25rem;
    text-align: center;
    margin: 0 auto;
    background-color: #1a2141;
}
.footer-box-list, .footer-box-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.footer-box-list .footer-box-list-item .line {
    width: 2px;
    height: 16px;
    background: #616ea8;
    margin: 0 20px;
}

.paragraph {
    color: #6d7bbb;
}
.paragraph:last-child {
    margin: 0;
}
.fixed {
    position:fixed;
    right: 0;
    bottom: 650px;
    display: none;
}
.code-dl {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.code-dl .code-bg {
    width: 230px;
    height: 290px;
    background: url('../images/bg_erweima_right.png') no-repeat;
    background-size: 100%;
}
.code-dl .code-bg .code-bg-img {
    width: 175px;
    height: 175px;
    margin: 25px 27px 0;
    border-radius: 20px;
}