.rc-marquee-wrap {
  width: 100%;
  background: #000;
  border-top: 2px solid #ffd600;
  border-bottom: 2px solid #ffd600;
  overflow: hidden;
  position: relative;
  height: 34px;
  display: flex;
  align-items: center;
}

.rc-marquee-track {
  white-space: nowrap;
  display: inline-block;
}

.rc-marquee-track span {
  font-size: 17px;
  font-weight: 700;
  color: #ffd600;
  margin-right: 50px;
  display: none;
}
