.ms_footer{
    background: -webkit-linear-gradient(top, #4cc6ef,#318fe9);
}
.ms_footer_center{
    padding:0 0 20px 0;
    display: flex;
    justify-content: space-evenly;
    color: #FFFFFF;
    font-weight: bold;
    align-items: center;
}
.ms_footer_center li a{
    cursor: pointer;
    color: #FFFFFF;
}
.ms_footer_bottom{
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    /*background-color: #0C0C0C;*/
    background-image: linear-gradient(to right, rgb(83 120 149) 0%, rgb(9 32 63) 100%);
    padding: 20px 0px;
}

.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;
}

.ms_zxing{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms_weChat_zxing{
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 10px;
}

.ms_weChat_zxing img{
    width: 100px;
    height: 100px;
    background-color: #f2f2f2;
}