@charset "utf-8";
.integral {
  width: 100%;
  height: 458px;
  background-color: #fff;
  background-color: var(--color-fill-1);
}

.integral-hd {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e4e4e4;
  border-bottom: 1px solid var(--color-line-1);
}

.integral-row {
  height: 100%;
  white-space: nowrap;
}

.integral-row > li:nth-child(1) {
  width: 24.5%;
  padding-left: 12px;
}

.integral-row > li:nth-child(2) {
  width: 32.5%;
}

.integral-row > li:nth-child(3) {
  width: 22.5%;
}

.integral-row > li:nth-child(4) {
  width: 20.4%;
}

.integral-hd .integral-row > li:nth-child(2) {
  text-indent: 10px;
}

.integral-bd .integral-row > li:nth-child(3) {
  text-indent: 6px;
}

.integral-bd .integral-row > li:nth-child(4) {
  text-indent: 10px;
}

.integral-col {
  display: inline-block;
  text-align: left;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.integral-hd .integral-col {
  font-size: 13px;
  color: #757575;
  color: var(--color-text-2);
}

.integral-bd {
  height: 409px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 4px;
}

.integral-bd .integral-col {
  font-size: 12px;
  color: #3c3c3c;
  color: var(--color-text-1);
}

.integral-item {
  height: 45px;
  line-height: 45px;
}

.integral-num {
  display: inline-block;
  width: 26px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
}

.integral-num > svg {
  fill: #d1d1d1;
  display: inline-block;
  vertical-align: middle;
}

.integral-num--champion {
  background-image: url(../../images/widget/champion.png);
  background-repeat: no-repeat;
  background-size: 26px 23px;
  line-height: 20px;
}

.integral-num--champion > svg {
  fill: #000;
}

.integral-logo {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.integral-teamname {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.number-svg + .number-svg {
  margin-left: 2px;
}
