.top-notice {
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 24px;
  padding-right: 12px;
  margin-bottom: 12px;
}
.swiper {
  height: 43px;
}
.notice-content-item {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  font-size: 13px;
}
.top-notice-left {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 15px;
}
.top-notice-left-icon {
  width: 17px !important;
  height: 17px !important;
}
.top-notice-close {
  font-size: 18px !important;
  color: #515762;
  cursor: pointer;
}
.top-notice-left-desc {
  max-width: 50%;
  line-height: 18px;
  margin-left: 8px;
  margin-right: 24px;
}
.top-notice-left-time {
  line-height: 18px;
}
.top-notice-left-view {
  line-height: 18px;
  margin-left: 24px;
  color: #0066ff;
  cursor: pointer;
}
