.ir-topbar {
  width: 100%;
  overflow: hidden;
  /* background: #fafad2; */
  border-bottom: 1px solid #cccccc1f;
  padding: 10px 0;
  box-sizing: border-box;
  min-height: 40px;
  position: relative;
}

.ir-topbar.single {
  text-align: center;
}

.ir-topbar .ir-wrapper {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  height: 40px;
}
.ir-wrapper * {
  height: 100%;
  line-height: 40px;
}

.ir-topbar .ir-wrapper span.ir-item {
  display: inline-block;
  margin-right: 150px;
  font-size: 14px;
  line-height: 1.4rem;
}
