@charset "UTF-8";
.widget-bet {
  width: 240px;
  height: 288px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  position: absolute;
  padding: 15px;
  bottom: 0;
  background-color: #fff;
}
.widget-bet--popbox {
  box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.1),
    0 8px 16px -8px rgba(0, 0, 0, 0.2);
}
.widget-bet-hd {
  height: 24px;
  line-height: 24px;
  text-align: justify;
}
.widget-bet-title {
  font-size: 14px;
  font-weight: normal;
  color: #3c3c3c;
  display: inline-block;
}
.widget-bet-subtit {
  float: right;
  color: #ff6f00;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.widget-bet-progress {
  overflow: hidden;
  font-size: 0;
  margin: 10px -3px 13px;
  position: relative;
}
.widget-bet-progress-a {
  height: 18px;
  float: left;
  background-color: #fe7070;
  background-size: 100% 10px;
  margin: 0 0 0 -1px;
  transform: skew(-20deg);
  text-align: center;
  color: #fff;
  position: relative;
}
.widget-bet-progress::before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.widget-bet-progress:after {
  content: '';
  position: absolute;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.widget-bet-progress-b {
  height: 18px;
  float: right;
  background-color: #6bcded;
  background-size: 100% 10px;
  transform: skew(-20deg);
  margin: 0;
  text-align: center;
  color: #fff;
  border-right: 3px solid #fff;
}
.widget-bet-progress-txt {
  transform: skew(20deg);
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.widget-bet-vs-item {
  float: left;
  width: 33.33%;
  text-align: center;
  vertical-align: middle;
}
.widget-bet-vs-name {
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin-top: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-bet-vs-icon {
  padding-top: 17px;
}
.widget-bet-vs-subname {
  font-size: 12px;
  color: #bfbfbf;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px -6px;
}
.widget-bet-ft {
  border-top: 1px solid #f5f5f5;
  padding-top: 13px;
}
.widget-bet-title-a {
  font-size: 14px;
  font-weight: bold;
  color: #3c3c3c;
  display: inline-block;
  float: left;
}
.widget-bet-title-sm {
  font-size: 13px;
  color: #757575;
  display: inline-block;
  float: right;
}
.widget-bet-title--normal{
  text-align: center;
  color: #3c3c3c;
  font-size: 14px;
}
.widget-bet-title--selected{
  text-align: center;
  color: #ff6f00;
  font-weight: bold;
}
.widget-bet-title-em {
  color: #ff6f00;
}
.widget-bet-subline {
  margin-bottom: 9px;
}
.widget-bet-subline:after {
  content: '';
  clear: both;
  display: block;
}
.widget-bet-input {
  width: 128px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding-left: 6px;
  color: #3c3c3c;
}
.widget-bet-input::placeholder {
  color: #bfbfbf;
}
.widget-bet-bd {
  height: 156px;
}
.widget-bet-vs-wrap {
  width: 63px;
  height: 63px;
  line-height: 63px;
  position: relative;
  margin: auto;
}
.widget-bet-vs-wrap:after {
  content: '';
  width: 63px;
  height: 63px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../../images/widget/vs-nor.png') no-repeat;
  background-size: 63px 63px;
}
/* .widget-bet-vs-wrap:hover:after {
  background: url('../../images/widget/vs-hover.png') no-repeat;
} */
.widget-bet-vs-wrap.cur:after,
.widget-bet-vs-wrap:hover:after {
  content: '';
  width: 64px;
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../../images/widget/vs-cur.png') no-repeat;
  background-size: 64px 65px;
}
.widget-bet-operate .we-button--primary {
  float: right;
}
.widget-bet-operate {
  white-space: nowrap;
}
.widget-bet--noaway.widget-bet {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 15px 0 15px;
}
.widget-bet-top {
  height: 60px;
  background-color: #f7f7f7;
  text-align: center;
  color: #333333;
  font-size: 14px;
  padding: 5px 10px 9px;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 3px 3px 0 0;
}
.widget-bet-match {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.widget-bet-time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #757575;
}
.widget-bet-time-txt {
  font-size: 12px;
  color: #757575;
}
.widget-bet-time-txt:last-of-type {
  margin-right: 0;
}
.widget-bet-tooltips.we-tooltips {
  padding: 10px 12px;
  z-index: 1;
}
.widget-bet-tooltips .widget-bet-explain {
  width: 201px;
}
.widget-bet-tooltips.we-tooltips--bottom-left:after {
  left: 30px;
}
.widget-bet-tooltips.we-tooltips--bottom-right:after {
  right: 35px;
}
.widget-bet-vs-item,
.widget-bet-vs-name,
.widget-table-more {
  cursor: pointer;
}

.widget-bet.fadeup-in {
  animation: fadeup-in 0.3s linear forwards;
}
@keyframes fadeup-in {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.widget-bet.fadeup-out {
  animation: fadeup-out 0.3s linear forwards;
}
@keyframes fadeup-out {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-20px);
    opacity: 0;
    display: none;
  }
}

.widget-bet-bd.widget-bet-bd--nosub {
  height: 128px;
}
.widget-bet-vs-img{
  width: 45px;
  height: auto;
}
.widget-bet-top-l{
  padding-right: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  height: 100%;
  padding-top: 4px;
}
.widget-bet-top-r{
  position: absolute;
  right: 10px;
  top: 9px;
  background-color: #fff;
  width: 41px;
  height: 41px;
  padding-top: 3px;
}
.widget-bet-subtitle{
  text-align: left;
  font-size: 12px;
  color: #757575;
}