html[lang='en'] .footer_menu .page_cooperation_brand{max-height: max-content;}
html[lang='en'] .customer_service{display: flex;align-items: center;}
@media(max-width:980px){
    html[lang='en'] .footer_menu .page_cooperation_brand{flex-wrap: wrap;}
}
@media(max-width:768px){
    html[lang='en'] .footer_menu .official_partners_right{flex-direction: row;gap: 8px;}
}
@media(max-width:500px){
    html[lang='en'] .customer_service{align-items: flex-start;}
    html[lang='en'] .footer_menu .official_partners_right{flex-direction: column;align-items: flex-start;}
}