.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%;
  padding-bottom: 40px;
}

/* 热门资讯 及 轮播图 */
.live-box-top-wrap {
  width: 1200px;
  /* height   : 420px; */
  display: flex;
  margin: 67px auto 0 auto;
  /* color    : #fff; */
}

.live-box-top-wrap .title {
  background: url("../images/popular-news-title.png") no-repeat;
  width: 349px;
  height: 76px;
  margin-bottom: 40px;
  position: absolute;
}


.live-box-top-wrap .popular-news {
  width: 410px;
  height: 563px;
  display: flex;
  flex-direction: column;
  /* margin-right: 58px; */
}

.live-box-top-wrap .popular-news.content {
  flex: 1;
}

.live-box-top-wrap .popular-news .img {
  margin-top: 60px;
  width: 365px;
}

.live-box-top-wrap .popular-news .img-container {
  max-height: 563px;
  overflow: hidden;
}



.live-box-top-wrap .popular-news .img .img-item {
  display: block;
  width: 100%;
  height: 200px;
}

.live-box-top-wrap .popular-news .img .img-item>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-box-top-wrap .popular-news .img .img-item:first-child {
  padding-bottom: 45px;
}

.live-box-top-wrap .popular-news .news-nav {
  display: flex;
  align-items: flex-start;
  height: 38px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 38px;
}

.live-box-top-wrap .popular-news .news-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 735px;
}

.live-box-top-wrap .popular-news .news-nav ul li {
  width: 83px;
  min-width: 83px;
  height: 36px;
  border: 1px solid #9ea0aa;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.live-box-top-wrap .popular-news .news-nav ul li:hover {
  background: #ff9900;
  border: 1px solid #ff9900;
}

.live-box-top-wrap .popular-news .news-nav ul li.active {
  color: #fff !important;
  background: #ff9900 !important;
  border: 1px solid #ff9900 !important;
}

.layui-tab-title {
  border-bottom-style: none !important;
  margin-bottom: 20px;
  position: relative;
}

.layui-tab-title>div {
  display: flex;
  flex: 9.5;
  flex-wrap: wrap;
  height: 40px;
  overflow: hidden;
}

.layui-tab-title>img {
  position: absolute;
  right: 0;
  top: 0;
}

.layui-tab-title li {
  border: 1px solid #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.layui-tab-title li:hover {
  color: #fff !important;
  background: #ff9900 !important;
  border: 1px solid #ff9900 !important;
}

.layui-this {
  color: #fff !important;
  background: #ff9900 !important;
  border: 1px solid #ff9900 !important;
}

.layui-this::after {
  border-style: none !important;
}

.live-box-top-wrap .popular-news .news-nav ul li a {
  color: #fff !important;
  width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0px 4%;
}

.live-box-top-wrap .popular-news .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.live-box-top-wrap .popular-news .news-container {
  max-height: 465px;
  overflow: hidden;
}


.live-box-top-wrap .popular-news .news-list .news-item {
  display: flex;
  width: 48%;
  /* margin-bottom: 20px; */
  height: 65px;
  align-items: center;
}

.live-box-top-wrap .popular-news .news-list .news-item .news-tag {
  margin-left: 15px;
  margin-right: 10px;
  width: 60px;
  min-width: 60px;
  white-space: nowrap;
  overflow: hidden;
}

.live-box-top-wrap .popular-news .news-list .news-item .news-tag a,
.live-box-top-wrap .popular-news .news-list .news-item .news-tag span
{
  /*width: 38px;*/
  /*max-width: 38px;*/
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #583a0c;
  color: #ff9900;
  display: inline-block;
  font-size: 12px;
}

.live-box-top-wrap .popular-news .news-list .news-item:nth-last-of-type(-n + 2) .text {
  border: none;
}

.live-box-top-wrap .popular-news .news-list .news-item .icon {
  min-width: 50px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ff9900;
  background: #583a0c;
  margin-right: 10px;
}

.live-box-top-wrap .popular-news .news-list .news-item .text {
  display: inline-block;
  max-width: 280px;
  width: 280px;
  height: 100%;
  line-height: 65px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid #293048;
}

.live-match-video-banner {
  width: 771px;
  height: 200px;
  background: url("../images/home-no-adv.png") no-repeat;
}

/* 录像回放 */
.live-match-video {
  width: 1200px;
  margin: auto;
  /* height    : 775px; */
  margin-top: 40px;
  position: relative;
  /* 广告 */
}

.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;
  width: 365px;
}

.live-match-video .advertisement-lists .advertisement-left img,
.live-match-video .advertisement-lists .advertisement-right img {
  object-fit: cover;
  width: 365px;
  height: 200px;
}

.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 {
  /* height    : 544px; */
  width: 691px;
  padding: 24px 40px 0px 40px;
  /* max-height: 544px; */
  overflow: hidden;
  border: 1px solid #293048;
  margin-top: 40px;
  margin-left: 0;
}

.live-match-video-wrap .live-match-videos {
  /* max-height    : 504px; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.live-hot-videotape .swiper-pagination-bullets,
.live-match-video-wrap .swiper-pagination-bullets {
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 0;
}

.live-match-video .more {
  position: absolute;
  bottom: 0;
  right: 216px;
}

.live-match-video .live-match-video-title {
  position: absolute;
  bottom: 155px;
  right: 0;
  background: url("../images/replay-live-title.png") no-repeat;
  width: 372px;
  height: 76px;
}

.live-match-video .live-match-video-title-bg {
  width: 245px;
  height: 774px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/replay-live-bg.png") no-repeat;
}

/* 录像详情 */
.live-match-video-details {
  border-bottom: 1px solid #293048;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 0 24px 0;
}

.live-match-video-details .video-title a {
  width: 395px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 40px;
  cursor: pointer;
  display: inline-block;
}

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

.live-match-video-details .video-label {
  margin-right: 13px;
}

.live-match-video-details .video-label p {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  position: relative;
  top: -6px;
}

.live-match-video-details .video-label span a {
  font-size: 12px;
  padding: 5px 12px;
  background: rgba(114, 140, 229, 0.2);
  margin-right: 5px;
  color: #6a82d5;
  width: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

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

footer {
  margin-top: 81px;
}

.live-match-table-wrap home {
  max-height: 852px;
}

.layui-tab {
  padding: 0;
}

.layui-tab-content {
  padding: 0;
  width: 1208px;
  max-height: 892px;
  overflow: auto;
  position: relative;
  border: 1px solid #293048;
  background: url(../images/match-bg.png) center no-repeat;
}

/* 滚动条样式 */
.layui-tab-content::-webkit-scrollbar {
  width: 6px;
  position: absolute;
}

/*设置滚动条上的滚动滑块样式*/
.layui-tab-content::-webkit-scrollbar-thumb {
  background: #ff9000;
  border-radius: 100px;
  position: absolute;
}

.layui-tab-content {
  scrollbar-width: thin;
  scrollbar-color: #ff9000 #0D142C;
}

/* 其他赛事推荐 */
.live-match-content.channel {
  margin-top: 30px;
}

.live-match-content.channel .live-match-head {
  border-bottom: none;
}

.live-match-content.channel .layui-tab-title {
  border: 1px solid #293048;
  width: 1208px;
  margin-bottom: 0;
  border-top: none;
}

.layui-tab-title>div {
  padding: 10px;
  padding-left: 0;
}

.live-match-content.channel .layui-tab-title>div {
  padding-left: 10px;
}

/* 联赛介绍 */
.league-introduction {
  padding: 0 15px 0 15px;
}

.league-introduction__content {
  color: #ffffff;
  line-height: 34px;
  padding-bottom: 15px;
  font-size: 16px;
}

.league-introduction__content a {
  color: #ffffff !important;
}

.league-introduction__content--height {
  height: 130px !important;
  overflow: hidden;
}

.league-introduction__more {
  text-align: center;
  color: #ffffff;
  border: 1px solid #9F9F9F;
  width: 100px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: none;
  cursor: pointer;
}