.journal-match-tabs {
  padding: 0;
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: 2.67rem;
  padding-left: 4rem;
}

.journal-match-tabs__item {
  height: 8.53rem;
  min-width: 13.6rem;
  padding: 0 2.6rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 8.53rem;
  font-weight: 500;
  color: rgba(30, 41, 59, 1);
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.journal-match-tabs__item--active {
  background:url(https://img.ais.cn/thirds/app/images/journalMatching/icon-bg.png) top center no-repeat;
  background-size: 100% 100%;
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  font-weight: 600;
}
