.base-item {
  display: flex;
  flex-direction: row;
  padding-bottom: .29rem;
  flex-shrink: 0;
}

.base-label {
  font-size: .22rem;
  color: #294391;
  font-family: GameFont;
  line-height: .24rem;
}

.base-desc {
  font-size: .22rem;
  color: #294391;
  max-width: 5.06rem;
  font-family: gamefontyahei;
  line-height: .26rem;
}

.base-desc-link {
  color: #E7692B;
  cursor: pointer;
  text-decoration: underline;
  line-height: .26rem;
}

.base-desc-list {
  display: flex;
  flex-direction: column;
}

.base-desc-item {
  line-height: .26rem;
}

.base-item.commercial{
  .base-desc{
    max-width: 7.98rem;
  }
}