.notice-logo {
  line-height: 22px;
  margin-right: 8px;
  transition: 0.3s;
  color: #ff0000;
  font-size: 1.45em
}
#notice {
  height: 47px;
  background-color: rgba(0, 0, 0, 0.110);
  color: var(--font-color);
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  overflow: hidden;

}
[data-theme="dark"] #notice {
  background: rgba(0, 0, 0, 0.175) !important;
}
#notice span {
  white-space: nowrap;
  font-weight: bolder;
}
.swiper-wrapper {
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-weight: bold;
}
.swiper-slide:hover {
  color: #64b2ff;
}
#noticeList {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.notice-enter {
  line-height: 25px;
  margin-left: 8px;
  transition: 0.3s;
}