.fight-box {
  padding-top: 15px;
  padding-bottom: 10vh;
  overflow: auto;
}

.table {
  border-bottom: 1px solid #e5e5e5;
  min-width: 1000px;
  margin-bottom: 30px;
}

.table thead th {
  border-top: none;
}

.table thead th {
  text-align: center;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}

.table td {
  text-align: center;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}

.team-name {
  min-width: 100px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}

.player-name {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}

.bg-blue {
  background-color: rgb(65, 143, 211);
}

.bg-pink {
  background-color: rgb(243, 170, 182);
}

.set-score {
  font-size: 18px !important;
  font-weight: bold;
}

.lower_1 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/lower_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lower_2 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/lower_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lower_3 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/lower_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.higher_1 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/higher_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.higher_2 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/higher_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.higher_3 {
  color: #ffffff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/higher_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.icon-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #f7f7f7;
}

.icon-list .icon-item {
  width: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-list .icon-text {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-bottom: 10px;
}

.icon-list .icon-image {
  width: 15px;
  height: 15px;
  display: block;
}
