@charset "utf-8";
.widget-schedule-list {
  height: 100%;
  position: absolute;
  margin-left: 7px;
}

.widget-schedule-list li {
  width: 236px;
  height: 100%;
  float: left;
  margin: 0 7px 0 7px;
  position: relative;
}

.widget-schedule-list li:first-of-type {
  margin-left: 0;
}

.widget-schedule-list li .schedule-tit {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 14px;
  text-align: center;
  padding-top: 9px;
}

.widget-schedule-list li .schedule-tit .schedule-line {
  width: 255px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 19px;
  left: -7px;
}

.widget-schedule-list li .schedule-tit .league {
  width: auto;
  max-width: 100%;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
  color: #3c3c3c;
  color: var(--color-text-1);
  font-size: 14px;
  position: relative;
}

.widget-schedule-list li .schedule-tit .league:before,
.widget-schedule-list li .schedule-tit .league:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: url("../../images/widget/widget-schedule-list/dot.png") no-repeat;
  top: 9px;
  display: block;
}

.widget-schedule-list li .schedule-tit .league:before {
  left: 0;
}

.widget-schedule-list li .schedule-tit .league:after {
  right: 0;
}

.widget-schedule-list li .schedule-tit .league-stage {
  width: 100%;
  height: 19px;
  line-height: 19px;
  text-align: center;
  color: #757575;
  color: var(--color-text-2);
  font-size: 12px;
  overflow: hidden;
}

.widget-schedule-list li .schedule-item {
  width: 236px;
  height: 172px;
  background: #fff;
  background: var(--color-fill-1);
  float: left;
  position: relative;
  -webkit-box-shadow: 0 4px 12px #f4f4f4;
          box-shadow: 0 4px 12px #f4f4f4;
  -webkit-box-shadow: 0 4px 12px var(--color-fill-2);
          box-shadow: 0 4px 12px var(--color-fill-2);
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--color-line-1);
}

.widget-schedule-list li .schedule-item .tag-subs {
  width: 61px;
  height: 26px;
  background: url("../../images/widget/widget-schedule-list/tag-subs.png") no-repeat;
  line-height: 22px;
  padding-right: 5px;
  text-align: center;
  color: #935a00;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: -6px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.widget-schedule-list li .schedule-item .tag-subs.show {
  top: 8px;
  opacity: 1;
}

.widget-schedule-list li.finished .schedule-item {
  border: 1px solid #e4e4e4;
  border: 1px solid var(--color-line-video-guess);
}

.widget-schedule-list li.finished .match-team {
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
}

.widget-schedule-list li.finished .match-ft {
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
  border-top: 1px solid #e4e4e4;
  border-top: 1px solid var(--color-line-video-guess);
}

.widget-schedule-list li.finished .match-ft .btnV2 {
  background-color: #eeeeee;
  background-color: var(--color-fill-3);
  border: none;
  cursor: default;
  pointer-events: none;
}

.widget-schedule-list .match-team {
  width: 100%;
  height: 124px;
  padding: 30px 15px 0;
  position: relative;
  border-radius: 4px 4px 0 0;
}

.widget-schedule-list .team {
  width: 50px;
  height: 90px;
  position: relative;
  text-align: center;
}

.widget-schedule-list .team-pic {
  width: 50px;
  /*width:65px;*/
  height: 50px;
  /*overflow: hidden;*/
}

.widget-schedule-list .team-pic img {
  width: 50px;
  height: 50px;
  vertical-align: top;
}

.widget-schedule-list .team-info {
  width: 78px;
  height: 15px;
  line-height: 15px;
  /*overflow: hidden;*/
  overflow: visible;
  margin-left: -13px;
  margin-top: 2px;
}

.widget-schedule-list .team-info span {
  /*width: 50px;*/
  /*width:65px;*/
  max-width: 65px;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-schedule-list .match-score {
  width: 106px;
  top: 32px;
  left: 50%;
  margin-left: -52px;
  font-family: 'dinbold', microsoft yahei;
  text-align: center;
}

.widget-schedule-list .match-state {
  width: 106px;
  top: 81px;
  left: 50%;
  margin-left: -52px;
  text-align: center;
  color: #757575;
  color: var(--color-text-2);
  font-size: 12px;
}

.widget-schedule-list li.active .match-state {
  color: #3c3c3c;
  color: var(--color-text-1);
}

.widget-schedule-list .match-date {
  width: 106px;
  top: 42px;
  left: 50%;
  margin-left: -52px;
  text-align: center;
  color: #3c3c3c;
  color: var(--color-text-1);
  font-size: 14px;
}

.widget-schedule-list .match-time {
  width: 106px;
  top: 63px;
  left: 50%;
  margin-left: -52px;
  text-align: center;
  color: #3c3c3c;
  color: var(--color-text-1);
  font-size: 16px;
  font-weight: bold;
}

.widget-schedule-list .match-time em {
  font-size: 12px;
}

.widget-schedule-list li.focus .match-time {
  color: #f69c00;
  color: var(--color-text1);
}

.widget-schedule-list .match-score p {
  width: 40px;
  height: 50px;
  position: relative;
  overflow: hidden;
  background-position: 4px -146px;
}

.widget-schedule-list .match-score p em {
  width: 40px;
  height: 50px;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #757575;
  color: var(--color-text-2);
  font-size: 42px;
  font-weight: bold;
  font-family: "Arial", "\5b8b\4f53";
  line-height: 47px;
  display: none;
}

.widget-schedule-list .match-score p.fr em {
  text-align: left;
  text-indent: 3px;
}

.widget-schedule-list .match-score p.fl em {
  text-align: right;
}

.widget-schedule-list li.active .match-score p em,
.widget-schedule-list li.active .match-score .semicolon {
  color: #f69c00;
  color: var(--color-text1);
}

.widget-schedule-list .match-score .semicolon {
  width: 14px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  overflow: hidden;
  font-size: 42px;
  font-weight: bold;
  color: #757575;
  color: var(--color-text-2);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.widget-schedule-list .match-ft {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
  border-top: 1px solid #e0e0e0;
  border-top: 1px solid var(--color-line-2);
  border-radius: 0 0 4px 4px;
}

.widget-schedule-list li.active .match-ft {
  background: url("../../images/widget/widget-schedule-list/match-active.gif") repeat-x;
}

.widget-schedule-list li.active .btn {
  border: 0;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  font-weight: bold;
  color: #3c3c3c;
}

.widget-schedule-list li.active .btn:hover {
  background-color: #fff;
}

.widget-schedule-list .match-ft .btn {
  /*margin: 0 auto 0 -45px;
    position: absolute;
    top: 9px;
    left: 50%;*/
  display: inline-block;
}

.widget-schedule-list .match-ft .btn + .btn {
  margin-left: 20px;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.widget-schedule-item {
  width: 238px;
  height: 100%;
  float: left;
  margin: 0 6px 0 6px;
  position: relative;
  -webkit-box-shadow: 0 4px 12px rgba(255, 255, 255, 0.6);
          box-shadow: 0 4px 12px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 4px 12px var(--color-fill-9);
          box-shadow: 0 4px 12px var(--color-fill-9);
}

.widget-schedule-item-wrap {
  border: 1px solid #d1d1d1;
  border: 1px solid var(--color-line-8);
  width: 236px;
  height: 202px;
  background: #fff;
  background: var(--color-fill-1);
  background: rgba(255, 255, 255, 0.6);
  background: var(--color-fill-9);
  float: left;
  margin: 0 14px 0 0;
  position: relative;
  -webkit-box-shadow: 0 4px 12px #f4f4f4;
          box-shadow: 0 4px 12px #f4f4f4;
  -webkit-box-shadow: 0 4px 12px var(--color-fill-2);
          box-shadow: 0 4px 12px var(--color-fill-2);
  border-radius: 4px;
}

.match-game--lol .widget-schedule-list li.widget-schedule-item:first-child {
  margin-left: 0;
}

.widget-schedule-item-hd {
  width: 100%;
  height: 124px;
  padding: 25px 15px 0;
  position: relative;
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
  border-bottom: 1px solid #d1d1d1;
  border-bottom: 1px solid var(--color-line-8);
}

.widget-schedule-item-tit {
  font-size: 16px;
  color: #3c3c3c;
  color: var(--color-text-1);
  line-height: 1;
  text-align: center;
}

.widget-schedule-item-tit-txt {
  padding: 0 4px;
}

.widget-schedule-item-des {
  font-size: 12px;
  color: #757575;
  color: var(--color-text-2);
  text-align: center;
  margin: 3px auto 12px;
}

.widget-schedule-item-btn {
  text-align: center;
}

.widget-schedule-item-btn .btn {
  color: #3c3c3c;
  color: var(--color-text-1);
  font-size: 14px;
}

.hasEnded .widget-schedule-item-btn .btn {
  background-color: #e4e4e4;
  background-color: var(--color-fill-4);
  cursor: default;
  pointer-events: none;
}

.underway .widget-schedule-item-btn .btn {
  border-color: #ffb300;
  border-color: var(--color-line1-2);
  background: rgba(255, 202, 40, 0.5);
  background: var(--color-fill1-1);
}

.underway .widget-schedule-item-btn .btn:hover {
  background-color: #ff8f00;
  background-color: var(--color-fill1-3);
}

.notYetBegun .widget-schedule-item-btn .btn {
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
  cursor: default;
  pointer-events: none;
}

.underway .widget-schedule-item-hd {
  background-color: #fff;
  background-color: var(--color-fill-1);
}

.notYetBegun .widget-schedule-item-hd {
  background-color: #fff;
  background-color: var(--color-fill-1);
}

.icon-liveing {
  width: 19px;
  height: 12px;
  display: inline-block;
  background: url(../../images/common/icon-liveing.png) no-repeat center top;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 8px;
}

.widget-swiper--hasHd .tui-panel-bd .tui-slider-wp .viewport {
  height: 175px;
}

.widget-swiper--hasHd2 .tui-panel-bd .tui-slider-wp .viewport {
  height: 142px;
}

.widget-swiper--hasHd2 .tui-panel-bd .widget-schedule-item-wrap {
  height: 142px;
}

.widget-swiper--hasHd2 .tui-panel-bd .tui-slider-wp .widget-schedule-item-hd {
  height: 142px;
  padding-top: 30px;
}

.widget-swiper--hasHd .tui-panel-bd .widget-schedule-item-wrap {
  overflow: hidden;
}

.widget-schedule-item-bd {
  width: 100%;
  height: 76px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  background-color: var(--color-fill-1);
  /*border-top: 1px solid #dbdbdb;*/
}

.widget-schedule-item-tab {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
  font-size: 0;
}

.widget-schedule-item-tab-item {
  display: inline-block;
  color: #3c3c3c;
  color: var(--color-text-1);
  font-size: 12px;
  min-width: 30px;
  max-width: 60px;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  height: 80%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.widget-schedule-item-tab-item.cur {
  background-color: #fff;
  background-color: var(--color-fill-1);
}

.widget-schedule-item-tabBox {
  height: 46px;
}

.widget-schedule-item-tabBox-item {
  text-align: center;
  font-size: 0;
  width: 234px;
  height: 46px;
  display: table-cell;
  vertical-align: middle;
}

.widget-schedule-item-tabBox-item .icon-chicken {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../../images/common/icon-chicken.png) no-repeat center top;
  background-size: 100% auto;
  margin-right: 8px;
  vertical-align: middle;
}

.widget-schedule-item-tabBox-item span {
  font-size: 14px;
  color: #3c3c3c;
  color: var(--color-text-1);
  vertical-align: middle;
  line-height: 1;
}

.match-team--noimg.match-team {
  padding-top: 47px;
}

.match-team-title,
.match-team-subtit {
  text-align: center;
}

.match-team-title-txt,
.match-team-subtit-txt {
  display: inline-block;
}

.match-team-title-txt {
  font-size: 16px;
  color: #3c3c3c;
  color: var(--color-text-1);
}

.match-team-subtit-txt {
  font-size: 12px;
  color: #757575;
  color: var(--color-text-2);
}

.match-team-title-txt + .match-team-title-txt {
  margin-left: 16px;
}

.match-team-subtit-txt + .match-team-subtit-txt {
  margin-left: 4px;
}

.widget-schedule-list--noslide.widget-schedule-list {
  position: relative;
  width: 100%;
  font-size: 0;
}

.widget-schedule-list--noslide.widget-schedule-list li {
  margin: 0 19px 19px 0;
  float: none;
  display: inline-block;
}

.widget-schedule-list--noslide.widget-schedule-list li:nth-child(4n) {
  margin: 0 0 19px 0;
}

.schedule-subscr-wp {
  position: absolute;
  width: 61px;
  height: 26px;
  left: -6px;
  top: 8px;
}

.schedule-subscr-wp .icon-subscr {
  position: absolute;
  left: 0;
  top: 0;
}

.icon-subscr {
  display: inline-block;
  width: 61px;
  height: 26px;
  background: url("../../images/common/subscr.png");
  background-repeat: no-repeat;
}

.schedule-subscr-text {
  display: block;
  width: 57px;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  color: #935a00;
  font-size: 12px;
  position: relative;
  z-index: 1;
  text-align: center;
}
