.HeaderNotice {
  background: #ffe357;
  color: #e60012;
  width: 100%;
  opacity: 0;
  height: 0;
  min-height: 0;
  font-size: 1rem;
  transition: all 0.3s;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  .HeaderNotice {
    padding: 0 20px;
  }
}

.HeaderNotice.-isView {
  position: relative;
  z-index: 32;
  height: 48px;
  min-height: 48px;
  opacity: 1;
}

.HeaderNotice > i {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1020px) {
  .HeaderNotice > i {
    margin: 0 0 0 auto;
  }
}

.HeaderNoticeWrapper {
  height: 48px;
}

.HeaderNotice .HeaderNotice_item {
  background: #ffe357;
  color: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
