/**
*=================================
* 默认主题
*=================================
*/
/**
*=================================
* 文本字体颜色class
*=================================
*/
/**
*=================================
* 选中颜色class
*=================================
*/
a.active {
  color: #008CE9;
}
a {
  color: #1B2F4A;
}
/**
*=================================
* 各类hover
*=================================
*/
.hover {
  color: #008CE9 !important;
}
/**
*=================================
* 各类背景图替换
*=================================
*/
/**
*=================================
* 公共区
*=================================
*/
/* 添加边框 */
/* 添加字体描边 */
/**
*=================================
* 超过文本
*=================================
*/
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 旋转 */
.rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}
.rotate-back {
  transform-origin: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}
/* 滚动条样式 */
.container-detail::-webkit-scrollbar {
  width: 10px;
  height: 24px;
}
/*设置滚动条上的滚动滑块样式*/
.container-detail::-webkit-scrollbar-thumb {
  background: #008CE9;
}
/*鼠标位于内容上时，滚动条样式*/
.container-detail:hover::-webkit-scrollbar {
  width: 10px;
  height: 24px;
  background: #DDDDDD;
  border-radius: 6px;
}
/*鼠标位于内容上时，滚动滑块样式*/
.container-detail:hover::-webkit-scrollbar-thumb {
  background: #008CE9;
  border-radius: 10px;
}
.live-table table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.common-bg-01 {
  top: 115px;
}
/*整个滚动条样式*/
.layui-tab-content::-webkit-scrollbar {
  width: 8px;
  background: #DDDDDD;
  border-radius: 5px;
}
.layui-tab-content::-webkit-scrollbar-thumb {
  width: 8px;
  background: transparent;
  background: #008CE9;
  border-radius: 5px;
}
.layui-tab-content {
  max-height: 754px;
  overflow: auto;
}
/* 标题 */
.live-match-content-title {
  width: 1200px;
  height: 138px;
  font-size: 44px;
  color: #1B2F4A;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 138px;
  position: relative;
}
.live-match-content-title:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 14px;
  background: #008CE9;
  width: 74px;
  height: 4px;
  margin-left: -37px;
}
.top_info {
  width: 1200px !important;
  position: relative;
  left: -5px;
}
.live-table {
  width: 1190px;
}

.live-match-wrap {
  padding: 0;
}

/* 主页录像回放 */
.live-match-video-wrap {
  width: 100%;
  height: 711px;
  position: relative;
}
.live-match-video-wrap .live-match-video-bg {
  width: 1556px;
  height: 746px;
  background: url("../../../images/four/common-bg-2.png") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.live-match-video {
  width: 1200px;
  height: 568px;
  margin: auto;
  position: relative;
  display: flex;
  padding: 80px 0 30px;
}
.live-match-video .common-title {
  width: 580px;
  position: absolute;
}
.live-match-video .live-match-videos {
  display: flex;
  flex-wrap: wrap;
  max-height: 568px;
  overflow: hidden;
}
.live-match-video .live-match-videos span {
  width: 582px;
  margin-right: 40px;
}
.live-match-video .live-match-videos .live-match-video-details {
  padding: 20px 30px;
  width: 518px;
  height: 46px;
  border-radius: 8px;
  display: flex;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}
.live-match-video .live-match-videos .live-match-video-details .video-title {
  display: flex;
  flex-direction: column;
  flex: 9.3;
  justify-content: space-between;
}
.live-match-video .live-match-videos .live-match-video-details .video-title .title {
  max-width: 410px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1B2F4A;
  font-size: 16px;
}
.live-match-video .live-match-videos .live-match-video-details .video-title .title:hover {
  color: #008CE9;
}
.live-match-video .live-match-videos .live-match-video-details .video-title .video-label {
  max-width: 410px;
  display: flex;
}
.live-match-video .live-match-videos .live-match-video-details .video-title .video-label a {
  padding: 4px 10px;
  border-radius: 4px;
  background: #cce8fb;
  box-sizing: border-box;
  color: #008CE9;
  margin-right: 10px;
}
.live-match-video .live-match-videos .live-match-video-details:first-child {
  margin-right: 0;
}
.live-match-video .live-match-videos .live-match-video-details:nth-child(2n+1) {
  margin-right: 44px;
}
.live-match-video .live-match-videos .live-match-video-details:nth-child(9) {
  margin-right: 100px;
}
.live-match-video .live-match-videos .live-match-video-details .video-play-icon {
  flex: 0.7;
}
.live-match-video a.watch-more {
  position: absolute;
  right: 0;
  bottom: 20px;
}
