footer .link-item {
    width: 100%;
    height: 0.5rem;
    margin: 0 auto;
    background: #270B73;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .link-item li+li {
    margin-left: 2.27rem;
}
footer .link-item  li a {
    display: flex;
    align-items: center;
}
footer .link-item  li a img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.06rem;
}
footer .link-item  li a span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.2rem;
}
footer .bg-item {
    width: 100%;
    height: 1.73rem;
    margin: 0 auto;
    background: url(../image/foot_bg.png);
    background-size: 100% 100%;
    color: #FFF;
}
footer .bg-item .foot-item {
    display: flex;
    height: 1.34rem;
    justify-content: center;
}
footer .bg-item .foot-item .logo-item {
    width: 3.9rem;
    margin-left: 0.05rem;
}
footer .bg-item .foot-item .logo-item a {
    display: flex;
}
footer .bg-item .foot-item .logo-item a .logo {
    width: auto;
    height: 0.58rem;
    margin-top: 0.36rem;
}
footer .bg-item .foot-item .bsm {
    margin-top: 0.35rem;
}
footer .bg-item .foot-item .bsm img {
    width: 0.54rem;
    height: 0.54rem;
    border-right: 0.01rem solid #FFF;
    margin-right: 0.1rem;
}
footer .bg-item .foot-item .menu-item {
    width: 4.7rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    margin-top: 0.35rem;
}
footer .bg-item .foot-item .menu-item .menu {
    display: flex;
    align-items: center;
    margin: 0 0 0.14rem;
}
footer .bg-item .foot-item .menu-item .menu li:last-child {
    display: none;
}
footer .bg-item .foot-item .menu-item .menu li a {
    color: #FFFFFF;
}
footer .bg-item .foot-item .QR_code-item {
    display: flex;
    margin-top: 0.14rem;
}
footer .bg-item .foot-item .QR_code-item li {
    width: 0.98rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .bg-item .foot-item .QR_code-item li img {
    width: 0.68rem;
    height: 0.68rem;
}
footer .bg-item .foot-item .QR_code-item li span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.17rem;
    margin-top: 0.05rem;
}
footer .bg-item .copyright-item {
    width: 11.99rem;
    height: 0.37rem;
    border-top: 0.01rem solid rgba(255,255,255,0.13);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    line-height: 0.17rem;
}
footer .bg-item .copyright-item .line {
    margin: 0 0.06rem;
}