.zy_footer{
    background-color: #0052a4;
}
.zy_footer_center{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zy_footer_center .item{
    width: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0052a4;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    background-color: #FFFFFF;
    padding: 5px 0;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #b9b9b9;
    transition: all .3s;
}
.zy_footer_center .item:hover{
    transition: all .3s;
    transform: translate(-2px,-2px) scale(1.01);
}
.zy_footer_center .item img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}



.zy_footer_bottom{
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px;
}

.friendship-links{
    color: #FFFFFF;
    line-height: 1.8;
}
.friendship-links-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.friendship-links-item a{
    color: #FFFFFF;
}

.zy_zxing{
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy_weChat_zxing{
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 10px;
}

.zy_weChat_zxing img{
    width: 100px;
    height: 100px;
    background-color: #f2f2f2;
}