/**
*=================================
* 默认主题
*=================================
*/
/**
*=================================
* 文本字体颜色class
*=================================
*/
/**
*=================================
* 选中颜色class
*=================================
*/
a.active {
  color: #5900EE;
}

a {
  color: #1B2F4A;
}

/**
*=================================
* 各类hover
*=================================
*/
.hover {
  color: #5900EE !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: #5900EE;
}

/*鼠标位于内容上时，滚动条样式*/
.container-detail:hover::-webkit-scrollbar {
  width        : 10px;
  height       : 24px;
  background   : #DDDDDD;
  border-radius: 6px;
}

/*鼠标位于内容上时，滚动滑块样式*/
.container-detail:hover::-webkit-scrollbar-thumb {
  background   : #5900EE;
  border-radius: 10px;
}

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

.common-bg-01 {
  top: 849px;
}

.live-table table {
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

/*整个滚动条样式*/
.layui-tab-content::-webkit-scrollbar {
  width        : 8px;
  background   : #DDDDDD;
  border-radius: 5px;
}

.layui-tab-content::-webkit-scrollbar-thumb {
  width        : 8px;
  background   : transparent;
  background   : #CBB7EE;
  border-radius: 5px;
}

.layui-tab-content {
  max-height: 754px;
  overflow  : auto;
  overflow-x: hidden !important;
}

/*鼠标位于内容上时，滚动条样式*/
/* 主页热门资讯 */
.live-popular-info-wrap {
  width     : 100%;
  height    : 733px;
  background: url("../images/home-info-bg.png") no-repeat;
  position  : relative;
}

/* .live-popular-info-wrap .live-popular-info-item .news-tag {
  font-size    : 12px;
  border-radius: 4px;
  background   : #cbb7ee;
  color        : #5900EE;
  max-width    : 38px;
  padding      : 0 10px;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
  position     : absolute;
  left         : 12px;
  top          : 0;
} */

.live-popular-info-wrap .live-popular-info {
  width   : 1200px;
  margin  : auto;
  position: relative;
}

.live-popular-info-wrap .live-popular-info .info-title,
.live-popular-info-wrap .live-popular-info .info-title_a {
  width   : 1094px;
  height  : 139px;
  position: absolute;
  top     : 93px;
  right   : 0;
  z-index : 3;
  color   : #fff;
}

.live-popular-info-wrap .live-popular-info .info-title .info-title_en,
.live-popular-info-wrap .live-popular-info .info-title_a .info-title_en {
  font-size     : 95px;
  letter-spacing: 3px;
}

.live-popular-info-wrap .live-popular-info .info-title .info-title_en span,
.live-popular-info-wrap .live-popular-info .info-title_a .info-title_en span {
  margin-left: 20px;
  font-weight: 100;
}

.live-popular-info-wrap .live-popular-info .info-title .info-title_cn,
.live-popular-info-wrap .live-popular-info .info-title_a .info-title_cn {
  font-size: 46px;
  padding  : 0 5px;
}

.live-popular-info-wrap .live-popular-info .info-title_a {
  top: 80px;
}

.live-popular-info-wrap .live-popular-info .info-title_a::after {
  content   : '';
  height    : 4px;
  width     : 85px;
  position  : absolute;
  left      : 10px;
  bottom    : -25px;
  background: #5900EE;
}

.live-popular-info-wrap .live-popular-info .info-title {
  background: url("../images/home-news-title-bg.png") no-repeat;
}

.live-popular-info-wrap .live-popular-info .info-hot-news {
  width      : 860px;
  max-height : 320px;
  overflow   : hidden;
  position   : absolute;
  right      : 0;
  top        : 155px;
  z-index    : 2;
  display    : flex;
  align-items: baseline;
}

.live-popular-info-wrap .live-popular-info .info-hot-news a {
  display        : flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
}

.live-popular-info-wrap .live-popular-info .info-hot-news a:first-child {
  margin-right: 60px;
}

.live-popular-info-wrap .live-popular-info .info-hot-news a img {
  width        : 400px;
  height       : 240px;
  margin-bottom: 15px;
}

.live-popular-info-wrap .live-popular-info .info-hot-news a p {
  font-size         : 18px;
  line-height       : 30px;
  font-weight       : bold;
  color             : #FFFFFF;
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.live-popular-info-wrap .live-popular-info .info-hot-news a p:hover {
  color: #5900EE;
}

.live-popular-info-wrap .live-popular-info .info-more {
  position     : absolute;
  top          : 355px;
  left         : 106px;
  color        : #FFFFFF;
  padding      : 8px 8px;
  border-radius: 4px;
  border       : 1px solid #FFFFFF;
  box-sizing   : border-box;
  padding-left : 14px;
  display      : flex;
  align-items  : center;
}

.live-popular-info-wrap .live-popular-info .info-more:hover {
  color: #5900EE;
}

.live-popular-info-wrap .live-popular-info-news-list-wrap {
  background      : #FFFFFF;
  width           : 1160px;
  /* height       : 130px; */
  position        : absolute;
  bottom          : 0;
  left            : 0;
  padding         : 40px 40px 40px 350px;
  border-radius   : 0px 8px 8px 0px;
  box-shadow      : 20px 20px 40px rgba(0, 0, 0, 0.09);
}

.live-popular-info-wrap .live-popular-info-news-list-wrap .live-popular-info-news-list {
  width        : 1160px;
  /* height    : 130px; */
  display      : flex;
  flex-wrap    : wrap;
  /* max-height: 130px; */
  overflow     : hidden;
}

.live-popular-info-wrap .live-popular-info-news-list-wrap .live-popular-info-news-list li {
  width           : 548px;
  height          : 40px;
  display         : flex;
  align-items     : center;
  position        : relative;
}

.live-popular-info-wrap .live-popular-info-news-list-wrap .live-popular-info-news-list li::before {
  content      : ' ';
  width        : 4px;
  height       : 4px;
  position     : absolute;
  left         : 0;
  top          : 17px;
  background   : #1B2F4A;
  border-radius: 50%;
}

.live-popular-info-wrap .live-popular-info-news-list-wrap .live-popular-info-news-list li:hover:before {
  content      : ' ';
  width        : 4px;
  height       : 4px;
  position     : absolute;
  left         : 0;
  top          : 17px;
  background   : #5900EE;
  border-radius: 50%;
}


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



.live-popular-info-wrap .live-popular-info-news-list-wrap .live-popular-info-news-list li .news-tag a {
  width        : 60px;
  max-width    : 60px;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
  background   : #cbb7ee;
  color        : #5900EE;
  padding      : 5px 10px;
  display      : inline-block;
  font-size    : 12px;
  border-radius: 4px;
  box-sizing   : border-box;
}

.live-popular-info-wrap .live-popular-info-news-list-wrap .live-popular-info-news-list li a:hover {
  color: #5900EE;
}

@media screen and (max-width: 1440px) {
  .live-popular-info-news-list-wrap {
    padding: 40px 0px 40px 152px !important;
  }
}

/* 主页录像回放 */
.live-match-video-wrap {
  width     : 100%;
  height    : 746px;
  margin-top: 80px;
  position  : relative;
}

.live-match-video-wrap .live-match-video-bg {
  width     : 1556px;
  height    : 746px;
  background: url("../images/common-bg-2.png") no-repeat;
  position  : absolute;
  right     : 0;
  top       : 0;
}

.live-match-video {
  width   : 1200px;
  height  : 746px;
  margin  : auto;
  position: relative;
}

.live-match-video .live-match-video-title,
.live-match-video .live-match-video-title_a {
  width   : 555px;
  height  : 400px;
  position: absolute;
  top     : 0;
  left    : 0;
  color   : #1b2f4a;
}

.live-match-video .live-match-video-title .live-match-video-title_en,
.live-match-video .live-match-video-title_a .live-match-video-title_en {
  font-size: 98px;
}

.live-match-video .live-match-video-title .live-match-video-title_en span,
.live-match-video .live-match-video-title_a .live-match-video-title_en span {
  display    : block;
  font-weight: 100;
}

.live-match-video .live-match-video-title .live-match-video-title_en span:nth-child(1),
.live-match-video .live-match-video-title_a .live-match-video-title_en span:nth-child(1) {
  padding: 20px;
}

.live-match-video .live-match-video-title .live-match-video-title_cn,
.live-match-video .live-match-video-title_a .live-match-video-title_cn {
  position   : absolute;
  font-size  : 43px;
  font-weight: bold;
  padding    : 10px 5px;
  bottom     : 0;
  left       : 0;
}

.live-match-video .live-match-video-title {
  background: url("../images/home-video-title-bg.png") no-repeat;
}

.live-match-video .live-match-videos {
  width     : 800px;
  height    : 675px;
  max-height: 675px;
  position  : absolute;
  right     : -10px;
}

.live-match-video .live-match-videos a.watch-more {
  position: absolute;
  left    : -410px;
  bottom  : 10px;
}

.live-match-video .live-match-videos a.watch-more p {
  color: #1B2F4A;
}

.live-match-video .live-match-videos a.watch-more p:hover {
  color: #5900EE;
}

.live-match-video .live-match-videos .live-match-videos-wrap {
  padding : 2px 10px 0 0;
  overflow: hidden;
  height  : 675px;
}

.live-match-video .live-match-videos .live-match-video-details {
  float        : right;
  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: #5900EE;
}

.live-match-video .live-match-videos .live-match-video-details .video-title .video-label {
  max-width: 430px;
  display  : flex;
}

.live-match-video .live-match-videos .live-match-video-details .video-title .video-label a {
  padding      : 4px 10px;
  border-radius: 4px;
  background   : #cbb7ee;
  box-sizing   : border-box;
  color        : #5900EE;
  margin-right : 10px;
  max-width    : 88px;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.live-match-video .live-match-videos .live-match-video-details .video-play-icon {
  flex: 0.7;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(2) {
  width       : 578px;
  margin-right: 145px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(2) .title {
  max-width: 468px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(3) {
  width: 500px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(3) .title {
  max-width: 390px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(4) {
  width       : 540px;
  margin-right: 76px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(4) .title {
  max-width: 430px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(5) {
  width: 510px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(5) .title {
  max-width: 400px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(6) {
  width: 430px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(6) .title {
  max-width: 320px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(7) {
  width   : 540px;
  position: absolute;
  bottom  : 95px;
  left    : -410px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(7) .title {
  max-width: 430px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(8) {
  width   : 420px;
  position: absolute;
  bottom  : -22px;
  left    : -212px;
}

.live-match-video .live-match-videos .live-match-video-details:nth-child(8) .title {
  max-width: 310px;
}

/* 广告 */
.advertisement-lists {
  width          : 1200px;
  margin         : auto;
  display        : flex;
  justify-content: space-between;
  height         : 200px;
  margin-bottom  : 10px;
}

.advertisement-lists .advertisement-left,
.advertisement-lists .advertisement-right {
  width        : 580px;
  height       : 200px;
  background   : rgba(0, 0, 0, 0);
  box-shadow   : 0px 10px 20px rgba(0, 0, 0, 0.16);
  opacity      : 1;
  border-radius: 8px;
  position     : relative;
}

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

.advertisement-lists .advertisement-left a p,
.advertisement-lists .advertisement-right a p {
  padding   : 4px 7px;
  color     : #FFFFFF;
  font-size : 12px;
  background: rgba(0, 0, 0, 0.5);
  position  : absolute;
  bottom    : 10px;
  right     : 10px;
}

.live-match-wrap .live-table-channel {
  margin    : auto;
  position  : relative;
  margin-top: 100px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

.layui-tab-content {
  max-height: 754px;
  overflow  : auto;
}