/* 隐藏各端页脚 CRMEB 版本/版权信息（保留备案号） */

/* 后台 */
.i-copyright,
.ivu-global-footer,
.layout-footer,
.layout-footer-warp {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

/* 默认指向 crmeb.com 的版权链接 */
a[href="https://www.crmeb.com"],
a[href="https://www.crmeb.com/ask"],
a[href="http://doc.crmeb.com"],
a[href="https://doc.crmeb.com"] {
  display: none !important;
}

/* H5 默认技术支持图 /「我的」页版权（crmeb © 众邦科技…） */
img[src*="/static/images/support.png"],
img[src*="support.png"],
uni-image[src*="support.png"],
.support,
uni-image.support,
.support img,
div.support {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
