/*match box*/

#matchBox {
  background: url("/images/tj_28.jpg") no-repeat;
  width: 100%;
  color: var(--text-white);
  background-size: cover;
}
#matchBox .plays {
  width: 100%;
  height: 430px;
  display: block;
}
#matchBox .plays .home {
  width: 790px;
  float: left;
}
#matchBox .plays .playBox {
  width: 200px;
  float: left;
  position: relative;
}
#matchBox .plays .playBox .play {
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  display: table;
}
#matchBox .plays .playBox .play div {
  text-align: center;
  overflow: hidden;
  display: block;
  min-height: 38px;
  padding: 5px;
}
#matchBox .plays .playBox .play span {
  width: 100%;
  height: 70px;
  overflow: hidden;
  vertical-align: middle;
  display: table-cell;
}
#matchBox .plays .playBox .play span img {
  border-radius: 30px;
  box-shadow: 0 0 10px #000;
}
#matchBox .plays .playBox .play .name {
  color: #333;
  height: 20px;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 20px;
  padding: 0px 5px;
}
#matchBox .plays .playBox .play .name a {
  color: #333;
}
#matchBox .five .playBox {
  width: 180px;
}
#matchBox .five .playBox .play .name {
  height: 20px;
  text-align: center;
  color: #e7f1da;
  line-height: 20px;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#matchBox .five .playBox .play .name a {
  color: var(--text-white);
  width: 140px;
  height: 20px;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
#matchBox .five .playBox .play .name a:hover {
  color: #dcde2c;
}
#matchBox .five .playBox .play i {
  background-color: #ff0;
  color: #000;
  margin-left: 4px;
  font-weight: bold;
  padding: 0px 2px;
}
#matchBox .playsTitle {
  background-color: #226204;
  color: var(--text-white);
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
