/**
*=================================
* 默认主题
*=================================
*/
/**
*=================================
* 选中颜色class
*=================================
*/
li.active {
  background: #C10B33 !important;
  color     : #fff !important;
  border    : 1px solid #C10B33 !important;
}

.dot.active {
  background: #C10B33 !important;
}

.active-border {
  border-color: #C10B33 !important;
}

.active-bg {
  background: #C10B33;
}

/**
*=================================
* 文本字体颜色class
*=================================
*/
li.bg-red {
  background: #f3ced6 !important;
}

li.bg-blue {
  background: #d9e2f9 !important;
}

/**
*=================================
* 浮动class
*=================================
*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/**
*=================================
* 各类hover
*=================================
*/

/**
*=================================
* 各类背景图替换
*=================================
*/
/**
*=================================
* 公共区
*=================================
*/
/* 添加边框 */
/* 添加字体描边 */
.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 : 8px;
  height: 243px;
}

/*设置滚动条上的滚动滑块样式*/
.container-detail::-webkit-scrollbar-thumb {
  background: transparent;
}

/**
*=================================
* 超过文本
*=================================
*/
.layui-tab {
  margin-top: 60px;
}

.live-table {
  width: 1200px;
}

.wai {
  width: 1210px;
}

.live-match-content {
  width                     : 1210px;
  border-radius             : 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius : 12px;
  overflow                  : auto;
  max-height                : 780px;
}

.live-table tbody {
  overflow  : visible;
  max-height: auto;
}

.live-match-title-wrap {
  width         : 1210px;
  background    : #fff;
  display       : flex;
  flex-direction: column;
  margin        : auto;
  margin-top    : 60px;
  overflow-y: hidden;
}
.live-match-title-wrap::-webkit-scrollbar {
  display: none; /* Chrome Safari 兼容*/
}

.live-match-title-wrap .live-match-title {
  height: 125px;
}

/* .live-match-title-wrap .live-table-channel {
  width                  : 1200px;
  overflow               : hidden;
  background             : #fff;
  border-top-left-radius : 8px;
  border-top-right-radius: 8px;
  display                : flex;
  align-items            : center;
  position               : relative;
}

.live-match-title-wrap .live-table-channel .live-table-channel-list {
  width     : 1080px;
  height    : 40px;
  max-height: 40px;
  display   : flex;
  flex      : 9.5;
  flex-wrap : wrap;
  padding   : 24px;
  transition: 0.2s;
}

.live-match-title-wrap .live-table-channel .live-table-channel-list li {
  border-radius: 4px;
  border       : 1px solid #ddd;
  font-size    : 16px;
  margin       : 0 21px 26px 0;
  min-height   : 40px;
}

.live-match-title-wrap .live-table-channel .live-table-channel-list li.active,
.live-match-title-wrap .live-table-channel .live-table-channel-list li:hover {
  border    : 1px solid #C10B33 !important;
  background: #C10B33 !important;
  color     : #fff !important;
}

.live-match-title-wrap .live-table-channel .live-tabel-channel-open-btn {
  width     : 24px;
  height    : 24px;
  background: url("../../images/open.png") no-repeat;
  flex      : 0.5;
  cursor    : pointer;
  position  : absolute;
  right     : 15px;
  top       : 31px;
}

.layui-tab-title .layui-this:after {
  position      : absolute;
  left          : 0;
  top           : 0;
  content       : '';
  width         : 100%;
  height        : 41px;
  border        : none;
  box-sizing    : border-box;
  pointer-events: none;
}

.layui-this {
  color      : #fff !important;
  font-weight: bold;
  background : #C10B33;
  border     : none;

} */

.layui-tab-title,
.live-table {
  border-bottom: none;
}

.layui-tab-content {
  padding: 0;
}

.live-match-title {
  width   : 1200px;
  height  : 125px;
  position: relative;
}

.live-match-title .banner-title {
  left       : 50%;
  top        : 50%;
  margin-left: -117px;
  margin-top : -22px;
}

.live-match-title .banner-title .title-bottom {
  color              : #fff;
  -webkit-text-stroke: 1.2px #000;
}

.live-match-title .banner-title .title-top {
  color: #000;
}




.overflow-ellipsis {
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.overflow-ellipsis-overline {
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.live-box {
  display       : flex;
  flex-direction: column;
  width         : 100%;
}


/* 广告 */
.live-match-video .advertisement-lists {
  display: flex;
}

.live-match-video .advertisement-lists .advertisement-left {
  margin-right: 40px;
}

.live-match-video .advertisement-lists .advertisement-left,
.live-match-video .advertisement-lists .advertisement-right {
  position: relative;
}

.live-match-video .advertisement-lists .advertisement-left p,
.live-match-video .advertisement-lists .advertisement-right p {
  position   : absolute;
  bottom     : 10px;
  right      : 10px;
  font-size  : 12px;
  color      : #fff;
  width      : 37px;
  height     : 20px;
  text-align : center;
  line-height: 20px;
  background : rgba(13, 20, 44, 0.5);
  opacity    : 0.5;
}

.live-match-video-wrap {
  width     : 1210px;
  min-height: 160px;
  margin    : 80px auto;
  overflow  : hidden;
}

/* 录像回放 */
.live-match-video {
  margin    : auto;
  height    : 720px;
  position  : relative;
  background: url(../../images/replay_bg.png) no-repeat;
  width     : 100%;
}

.live-match-video-bg {
  height    : 160px;
  position  : absolute;
  bottom    : 0;
  background: #fff;
  width     : 100%;
  z-index   : -1;
}

.live-match-video-bg:after {
  content   : "";
  width     : 200px;
  height    : 160px;
  position  : relative;
  left      : 0;
  background: #201753;
  display   : block;
}

.news-mt {
  margin-top: 200px;

}

/* 录像详情 */
.live-match-video-details .title {
  width      : 176px;
  font-size  : 44px;
  font-weight: bold;
  color      : #FFFFFF;
  text-shadow: 1px 0 1px #333,
    2px 0 2px #333,
    /* end of 2 level deep grey shadow */
    3px 0 3px #444,
    4px 0 4px #444,
    5px 0 5px #444,
    6px 0 6px #444;
}

.live-match-video-details {
  width        : 294px;
  height       : 100px;
  background   : #FFFFFF;
  box-shadow   : 20px 20px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  float        : left;
  margin-right : 44px;
  margin-bottom: 40px;
  padding      : 40px 40px 20px 40px;
}

.live-match-video-details:first-child {
  background: none;
  box-shadow: none;
  padding   : 0 80px 0 0;
  position  : relative;
}

.video-title {
  left: 0;

}

.mt {
  margin-top: 120px;
  z-index   : 1;
}

.live-match-video-details:nth-child(3n) {
  margin-right: 0;
}

.live-match-video-details .video-title {
  display        : flex;
  color          : #fff;
  justify-content: space-between;
  margin-bottom  : 40px;
}

.live-match-video-details .video-title p {
  width             : 214px;
  font-size         : 14px;
  font-weight       : bold;
  line-height       : 24px;
  color             : #000000;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow          : hidden;
  text-overflow     : ellipsis;
  position          : inherit;
  white-space       : inherit;
}

.live-match-video-details .video-title a {
  margin: auto 0;
}

.live-match-video-details .video-title a:hover {
  color: #C10B33;
}

.live-match-video-details .video-label {
  height  : 20px;
  overflow: hidden;
}

.live-match-video-details .video-label a {
  display      : inline-block;
  width        : 58px;
  height       : 20px;
  background   : #d9e2f9;
  border-radius: 10px;
  margin-right : 20px;
  text-align   : center;
  font-size    : 12px;
  color        : #6e92e7;
  line-height  : 20px;
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
  padding      : 0 10px;
}

.live-match-video-details .video-label span {
  font-size    : 12px;
  padding      : 5px 12px;
  background   : rgba(114, 140, 229, 0.2);
  max-height   : 70px;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
  margin-right : 5px;
  color        : #6a82d5;
}

.live-match-video-details .video-btn {
  width     : 36px;
  height    : 36px;
  background: url("../../images/video-icon.png") no-repeat;
  cursor    : pointer;
  position  : absolute;
  right     : 0;
}

.live-match-title-wrap {
  width                  : 1210px;
  background             : #fff;
  border-top-left-radius : 12px;
  border-top-right-radius: 12px;
  margin                 : auto;
}

.live-match-title {
  width   : 1200px;
  height  : 125px;
  position: relative;
}

.live-match-title .banner-title {
  left       : 50%;
  top        : 50%;
  margin-left: -117px;
  margin-top : -22px;
}

.live-match-title .banner-title .title-bottom {
  color              : #fff;
  -webkit-text-stroke: 1.2px #000;
}

.live-match-title .banner-title .title-top {
  color: #000;
}

.news-title {
  left: 0;
}

.video-more {
  margin-top: 121px;
}

.video-more:after {
  content   : ' ';
  width     : 66px;
  height    : 1px;
  position  : absolute;
  top       : 50%;
  z-index   : 0;
  background: #C10B33;
  left      : 22px;
}

.live-match-video-wrap .swiper-pagination {
  bottom: 114px;
}

.live-match-video-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #1a1246 !important;
}

.live-match-video-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #C10B33 !important;
}

/* 广告 */
.advertisement-lists {
  width                     : 1130px;
  display                   : flex;
  margin                    : auto;
  background                : #fff;
  border-bottom-left-radius : 12px;
  border-bottom-right-radius: 12px;
  padding                   : 40px;
  border-top                : 1px solid #dddddd;

}

.advertisement-lists .advertisement-left img,
.advertisement-lists .advertisement-right img {
  width        : 540px;
  height       : 220px;
  border-radius: 8px;
  object-fit   : cover;
}

.advertisement-lists .advertisement-left {
  margin-right: 40px;
}

.advertisement-lists .advertisement-left,
.advertisement-lists .advertisement-right {
  position: relative;
}

.advertisement-lists .advertisement-left p,
.advertisement-lists .advertisement-right p {
  position  : absolute;
  bottom    : 10px;
  right     : 10px;
  padding   : 6px 7px;
  color     : #fff;
  background: rgba(0, 0, 0, 0.5);
}