#footer{
    width: 100%;
    overflow: hidden;
    border-top: 3px solid #481368;
    padding: 30px 0;
    background-color: #fff;
    
}

.f_info{
    display: flex;
    align-items: flex-start;
}

.f_logo{
    width: 30%;
}

.f_ad{
    width: 70%;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.f_ad span{
    font-size: 12px !important;
    color: #999 !important;
}