.lives-box::before {
  content: "  ";
  position: absolute;
  top: 34px;
  left: 102px;
  width: 701px;
  height: 239px;
  z-index: 1;
}
.live-table-box {
  width: 1200px;
  max-height: 773px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  margin: 80px auto 0;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow-x: hidden;
}
.live-table-box .base-title-box {
  padding-top: 58px;
}
.live-table-box .live-date {
  display: flex;
  margin: 31px 30px 20px;
}
.live-table-box .live-date span {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  width: 113px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.live-table-box .live-date span.active {
  font-weight: bold;
  border-width: 2px;
}
.live-table-box .live-date span + span {
  margin-left: 58px;
}
.live-type {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 180px;
  left: -120px;
}
.live-type span {
  font-size: 18px;
  text-align: center;
  color: #666;
  width: 82px;
  height: 28px;
  line-height: 28px;
  border: 2px solid #CCCCCC;
  border-radius: 2px;
  border-radius: 5px;
  cursor: pointer;
}
.live-type span + span {
  margin-top: 10px;
}
.live-type span.active {
  font-weight: bold;
}
.live-table-box .live-table thead td:first-child,
.live-table-box .live-table tbody td:first-child {
  padding: 0 0 0 27px;
}
.live-table-box .live-table thead td:last-child,
.live-table-box .live-table tbody td:last-child {
  padding: 0 27px 0 0;
}
.live-table-box .live-table tbody td:first-child,
.live-table-box .live-table tbody td:last-child {
  border-radius: 0;
}
.liveing-channel-box {
  padding-top: 120px;
  position: relative;
}
.liveing-channel-box.match-bg {
  padding-top: 200px;
}
.liveing-channel-box.match-bg::before {
  content: "  ";
  position: absolute;
  top: 250px;
  right: 85px;
  width: 737px;
  height: 221px;
  z-index: -1;
}
.liveing-channel-box::after {
  content: "  ";
  position: absolute;
  bottom: 211px;
  left: -160px;
  width: 670px;
  height: 230px;
  z-index: -1;
}
.liveing-channel-box .channel-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  margin-top: 46px;
}
.channel-box-cover {
  width: 930px;
  height: 100%;
  background: #ddd;
  position: relative;
}
.channel-box-cover .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 50%;
  margin: auto;
}
.channel-box-info {
  width: 570px;
  margin-left: 60px;
}
.channel-box-info h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 39px;
  margin-top: 42px;
}
.channel-box-info h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 84px;
  line-height: 32px;
}
.channel-box-info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.channel-box-info p + p {
  margin-top: 20px;
}
.channel-news-box {
  margin-top: 80px;
}
.channel-news-box .information-list {
  margin-top: 26px;
  width: 1200px;
  margin: 26px auto 60px;
}
.channel-news-box .information-list .information-item {
  width: 380px;
}
