* {
    margin: 0;
    padding: 0;
}
#footer a{
    text-decoration: none;
    color: #007bff;
}
ul {
    list-style: none;
}
#footer {
    width: 100%;
    min-width: 1100px;
    background-color: #3c4858;
    margin: 0 auto;
}
#footer .footer-main {
    display: flex;
    width: 60%;
    margin: 0 auto;
    height: 200px;
    padding: 40px 0;
}
#footer .footer-main h5 {
    font-size: 20px;
    color: #f9fafc;
    font-weight: 400;
    line-height: 74px;

}
#footer .jzfx{
    flex: 2;
}
#footer .jzfx .logo-footer {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}
#footer .jzfx p {
    line-height: 26px;
    color: #ADB5BDB3;
    margin-bottom: 10px;
}
#footer .Legal{
    flex: 1;
}
#footer .about{
    flex: 1;
}
#footer .contact{
    flex: 1;
}
#footer .footer-main a{
    color: #ADB5BDB3;
    
}
#footer .footer-last li, #footer .footer-list li{
    color: #ADB5BDB3;
    margin-bottom: 5px;
}
#footer .footer-main .arrow li>a{
    display: flex;
    align-items: center;
}


#footer .icp {
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-top: 1px solid rgba(108, 117, 125, 0.5);
}
.frinedlink {
    border-top: 1px solid rgba(108, 117, 125, 0.5);
}
.frinedlink> div{
    width: 60%;
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0 auto;
}
.frinedlink a {
    padding: 6px;
    border-radius: 5px;
    background-color: white;
    margin-right: 20px;
}
.frinedlink a img {
    height: 38px;
    object-fit: contain;
}