/** 告知区 */
.pro-layout-header-notice {
  position: fixed;
  top: 64px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  color: var(--zaui-text, #343434);
  line-height: 32px;
  text-align: center;
  background: transparent;

  img {
    width: 16px;
    margin-right: var(--zaui-space-size-sm, 8px);
  }
  a {
    color: var(--zaui-brand, #006aff);
    text-decoration: none;
  }

  .pro-layout-header-notice-close {
    position: absolute;
    right: 0;
    display: block;
    padding: 0 var(--zaui-space-size-md, 16px);
    cursor: pointer;

    img {
      width: 12px;
      margin-right: 0;
    }
  }
}
