/* 
* =============================================
* Notice (app) 
* https://youzan.github.io/vant/#/zh-CN/badge
* =============================================
*/
.notice {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 16px;
  padding: 0 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  background-color: #ee0a24;
  border: 1px solid #fff;
  border-radius: 999px;
}
.notice.notice-fixed {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}
.notice.notice-dot {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  width: 8px;
  min-width: 0;
  height: 8px;
  border-radius: 100%;
}

/*# sourceMappingURL=notice.css.map */