/*联赛积分排行榜*/

.rank-remark {
  text-align: center;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
}
.rank-remark .block {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  margin: 0 4px 0 20px;
  width: 13px;
  height: 13px;
  top: 1px;
}
.rules-tit {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
  font-weight: bold;
  height: 21px;
}
.promotion {
  background: #DA2727;
  color: #fff;
}
.east {
  color: #1c87f3;
}
.west {
  color: #ee3b3b;
}
.stage-menu {
  width: 100%;
  float: left;
}
.stage-menu li {
  cursor: pointer;
}
.data {
  padding-top: 2px;
}
/*----联赛/杯赛各板块通用----*/

.bggrouptit {
  color: var(--white);
}
.sclass-tit {
  display: inline-block;
  min-height: 30px;
  min-width: 180px;
  line-height: 30px;
  font-weight: bold;
}
.season-select {
  min-width: 86px;
}
.nav_select {
  min-height: 38px;
}
.sclass-content {
  min-height: 1000px;
}
#lastUpdateTime {
  padding-top: 10px;
  width: 100%;
}
/*----联赛/杯赛页赔率排序按钮----*/

.sort {
  position: relative;
  width: 10px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: -2px;
}
.sort::before,
.sort::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 5px solid #999;
  border-top: 0 none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  vertical-align: middle;
  transition: all 300ms;
}
.sort::after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.sort.up::before,
.sort.down::after {
  border-bottom-color: #ff5106;
}
.sort-on {
  background: rgba(0, 0, 24, 0.06);
}
.cupmatch_rw1 {
  background: #EFF4FA;
  line-height: 24px;
  border: 1px solid #8DB3C2;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.cupmatch_rw2 {
  background: #f0f0f0;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.cupmatch_rw2:hover {
  color: #F00;
  cursor: pointer;
  background: #EFF4FA;
}
.dark .cupmatch_rw2 {
  background: #333;
  border: 1px solid #444;
}
.dark .cupmatch_rw2:hover,
.dark .cupmatch_rw1 {
  background: #222;
  border: 1px solid #444;
  color: #e5e5e5;
}
/*----异常提示----*/

.unusual-tips {
  float: left;
  margin: 10px auto;
  width: 875px;
  text-align: center;
  height: 120px;
  line-height: 120px;
  border: 2px solid var(--gray50);
  font-size: 13px;
}
.loading-box {
  padding: 120px 0;
}
