/* 灏天来正式 Logo 替换 */
.brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.brand .brand-mark,
.footer-brand .brand-mark{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:transparent!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  padding:0!important;
}
.brand .brand-mark img,
.footer-brand .brand-mark img{
  width:42px!important;
  height:42px!important;
  object-fit:contain!important;
  display:block!important;
}
.footer-brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
@media(max-width:720px){
  .brand .brand-mark,
  .footer-brand .brand-mark{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }
  .brand .brand-mark img,
  .footer-brand .brand-mark img{
    width:36px!important;
    height:36px!important;
  }
}
