.fl {
  float: left;
}

.fr {
  float: right;
}

.title-bar-group {
  /* padding: 6px 0; */
  line-height: 22px;
  border-bottom: solid 1px #ededed;
}

.title-bar-list > li {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

.title-bar-list > li.cur {
  font-size: 16px;
  color: #2e8ae6;
  font-weight: bold;
}

.title-bar-list > li.cur::after {
  content: '';
  display: block;
  margin: 4px auto 0;
  width: 26px;
  height: 3px;
  background-color: #2e8ae6;
  border-radius: 2px;
}

.more-link {
  padding-right: 12px;
  background: url(../images/icon_arrow_regular.png) right center no-repeat;
}

.yykf-list {
  /* background-color: #3b2c20; */
}

.yykf-list > li {
  /* padding: 0 10px; */
  background: 0 0;
  /* width: 257px; */
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-bottom: 1px dashed #ededed;
}

.yykf-list > li:hover {
  background-color: #fafafa;
}

.yykf-list > li a {
  color: #333;
}

.yykf-list > li:hover,
.yykf-list > li:hover a {
  /* color: #fdb023; */
  color: #f03c25;
  font-weight: 700;
}

.s-game {
  width: 66px;
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  padding-left: 0;
}

.s-date,
.s-time {
  margin-left: 20px;
  width: 80px;
  display: inline-block;
  float: left;
  text-align: center;
  color: #f03c25;
  white-space: nowrap;
  /* width: 46px; */
}

.s-sid {
  display: inline-block;
  text-align: right;
  color: #b6b6b6;
  float: right;
  padding-right: 0;
  width: 80px;
}

.yykf-tab {
  margin-top: 20px;
  width: 100%;
}

.yykf-tab th,
.yykf-tab td {
  text-align: center;
}

.yykf-tab th {
  height: 50px;
  background-color: #e1f0ff;
}

.yykf-tab tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.yykf-tab td {
  height: 60px;
}

.yykf-tab-fl {
  display: inline-block;
  padding-left: 30px;
  background: url('../images/fl.png') no-repeat left center;
}

.yykf-tab-jryx {
  display: inline-block;
  width: 84px;
  line-height: 36px;
  background-color: #2e8ae6;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
