footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    box-sizing: border-box;
}
.footer-wrap{
    width: 1440px;
    color: #ffffffc4;
}
.footer-btn{
    display: flex;
    border-bottom: 1px solid #ffffffc4;
    padding-bottom: 1rem;
    gap: 30px;
}
.footer-text{
    margin-top: 50px;
    /* line-height: 1.5rem; */
}
footer .logo{
    font-size: 2rem;
}

@media screen and (max-width:1440px) {
    .footer-wrap{
        width: 1280px;
    }
}
@media screen and (max-width:1280px) {
    .footer-wrap{
        width: 1024px;
    }
}
@media screen and (max-width:1024px) {
    .footer-wrap{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media screen and (max-width:860px) {
    .footer-wrap{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .footer-text .logo{
        width: 220px !important;
    }
}
@media screen and (max-width:550px) {
    .footer-wrap{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .none{
        display: none;
    }
}