.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%;
  overflow: hidden;
}

.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  : auto;
  max-height: 846px;
}

.live-table tbody::-webkit-scrollbar {
  width        : 8px;
  max-height   : 24px;
  min-height   : 23px;
  border-radius: 5px;
  background   : #ddd;
}

/*设置滚动条上的滚动滑块样式*/

.live-table tbody::-webkit-scrollbar-thumb {
  width        : 8px;
  min-height   : 23px;
  max-height   : 24px;
  background   : #2a1c6a;
  border-radius: 5px;
}



/* 广告 */
.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;
  margin    : 80px auto;
  overflow  : hidden;
  min-height: 165px;
  display   : flex;
}

.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;
}

/* 录像回放 */
.live-match-videos {
  min-width: 1210px;
}

.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;
}

.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:hover {
  color: #ff9900;
}

.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;
  /* height              : 186px; */
  background             : #fff;
  border-top-left-radius : 12px;
  border-top-right-radius: 12px;
  margin                 : auto;
  overflow-y: hidden;
}
.live-match-title-wrap::-webkit-scrollbar {
  display: none; /* Chrome Safari 兼容*/
}

.live-match-title {
  width   : 1200px;
  height  : 125px;
  position: relative;
}

.live-match-title .banner-title {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  margin: 0;
}

.live-match-title .banner-title .title-bottom {
  color              : #fff;
  -webkit-text-stroke: 1.2px #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.live-match-title .banner-title .title-top {
  width: 100%;
  position: absolute;
  left: 49.8%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
}

.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;
}

/* 广告 */
.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);
}



.live-table-channel {
  margin       : auto;
  width        : 1210px;
  border-radius: inherit;
}

.live-match-content {
  padding: 0;
}
