.index-notice {
  background: url("/static/images/streamer/notice.png") no-repeat;
  background-size: 1920px 50px;
}

.index-notice .notice {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}

.index-notice .notice_content {
  display: flex;
  align-items: center;
}

.index-notice .notice_content img {
  width: 22px;
  height: 20px;
  object-fit: cover;
}

.index-notice .notice_content p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 42px;
  margin-left: 16px;
  margin-bottom: 0;
}

.index-notice .inquiry {
  width: 110px;
  height: 42px;
  background: #DB3131;
  border-radius: 21px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 42px;
  border: none;
}

.w-1280 {
  width: 1280px;
  margin: 0 auto;
}
