.footer {
    width: 100%;
    /*background-color: #F8F8F8;*/
    background: rgba(22,123,212,1);
    padding-bottom: .05rem;
}
.footer_center{
    width: 14rem;
    margin: 0 auto;
    padding: 0.9rem 0 1.2rem;
    display: flex;
    justify-content: space-between;
}
/* 左侧 */
.footer_left {
    display: flex;
}
.footer_left .item {
    width: fit-content;
    margin-right: 0.9rem;
}
.footer_left .item:last-child {
    margin-right: 0;
}
.footer_left .item .tit {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.footer_left .item .tie {
    display: block;
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #D7EBFE ;
    line-height: 0.3rem;
}
.footer_left .item .tie:hover {
    font-weight: bold;
}



/* 右侧 */
.footer_right {
    padding-left: 0.64rem;
    border-left: 0.01rem solid #E2E2E2;
}
.footer_right .lianxi .li {
    display: flex;
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #D7EBFE ;
    line-height: 0.45rem;
}
.footer_right .pics {
    margin-bottom: 0.1rem;
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
}
.footer_right .pics .item {
    position: relative;
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.2rem;
}
.footer_right .pics img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer_right .pics .qrcode {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0.54rem;
    height: 0.54rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.footer_right .pics .item:hover .qrcode {
    top: 150%;
    opacity: 1;
    visibility: visible;
}






/* 版权 */
.footer_footer {
    width: 100%;
    height: 0.5rem;
    margin-top: -.5rem;
    background: rgba(0,0,0,.3);
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #8EAECB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_footer a {
    font-size: 0.14rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #8EAECB;
}
.footer_footer img {
    width: 0.55rem;
    height: 0.2rem;
    margin-left: 0.1rem;
    object-fit: contain;
}
