@media  all and (min-width: 320px) and (max-width: 1200px) {
    .footer-img{
        height: auto;
        padding: 20px 0px;
    }
    .footer-details-item:nth-child(1){
        height: auto;
    }
    .footer .links-list, .footer .footer-details{
        width: 100%;
        flex-wrap: wrap;
        padding: 0px 18px;
    }
    .footer-details-item p, .footer-details-item p a{
        line-height: 20px;
    }
    .links-item{
        padding: 5px 0px 0px 0px;
    }
    .links-item p{
        padding: 0px 20px 0px 20px;
    }
    .links{
        height: auto;
        padding-bottom: 20px;
    }

    .footer-details-item:nth-child(2){
        width: 100%;
    }
    .wx-official-box{
        flex-wrap: wrap;
        height: auto;
    }
    .footer-details-item:nth-child(2){
        height: auto;
    }
    .footer .links-list, .footer .footer-details{
        height: auto;
    }
    .bottom-copyright{
        height: auto;
        flex-direction: column;
        padding-top: 4px;
    }
}
