/* 强行覆盖页面所有旧地址 */
[class*="footer"], [id*="footer"], footer, .contact, .info {
  font-size: 0 !important;
}
[class*="footer"]::after, [id*="footer"]::after, footer::after {
  content: "香港中環威靈頓街14-24號威靈頓公爵大廈2A室\A 14-24 Wellington St, Central, Hong Kong" !important;
  font-size: 16px !important;
  white-space: pre-wrap !important;
  line-height: 1.5 !important;
  color: #333 !important;
}