/* 周年庆横幅 - 固定在页面右上角，非浮窗，随页面滚动 */
.anniversary-banner {
  position: absolute;
  right: 50px;
  top: 700px;
  width: 100px;
  height: auto;
  z-index: 100;
}

.anniversary-banner img {
  transform: scale(1.3);
  width: 100px !important;
  height: auto;
  display: block;
}

.anniversary-banner a {
  display: block;
}