/**
*=================================
* 默认主题
*=================================
*/
/**
*=================================
* 文本字体颜色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: #CBB7EE;
  border-radius: 5px;
}
.layui-tab-content {
  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 h1{font-size: 44px;font-weight: bold;color: #1B2F4A;}
.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/h60/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;
}


.information-warpper {
  width         : 1200px;
  margin        : auto;
  display       : flex;
  flex-direction: column;
}

.information-warpper .information {
  display: flex;
}

.information-warpper .information .container {
  width         : 792px;
  display       : flex;
  flex-direction: column;
  padding-bottom: 40px;
  margin-bottom : 40px;
}

/* 主体区域 - 头部banner */
.container-banner {
  width     : 792px;
  display   : flex;
  position  : relative;
  padding   : 25px 0 26px 0;
  box-sizing: border-box;
}


.container-banner .label {
  display   : flex;
  height    : 66px;
  flex-wrap : wrap;
  color     : #FFFFFF;
  font-size : 16px;
  overflow  : hidden;
  transition: 0.3s;
  width     : 792px;
}

.container-banner .label span {
  width: 240px;
}

.container-banner .label a {
  color        : #1B2F4A;
  cursor       : pointer;
  margin       : 24px 24px 0 0px;
  padding      : 12px 24px;
  border-radius: 4px;
  border       : 1px solid #1B2F4A;
  box-sizing   : border-box;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.container-banner .label a:hover {
  background : #5900EE;
  color      : #FFFFFF;
  border     : none;
  font-weight: bold;
}

.container-banner .label a.active {
  background : #5900EE;
  color      : #FFFFFF;
  border     : none;
  font-weight: bold;
}

.container-banner .label-open-icon {
  position  : absolute;
  right     : 0;
  top       : 55px;
  width     : 24px;
  height    : 24px;
  background: url("../../images/h60/open-icon.png") no-repeat;
  cursor    : pointer;
}

/* 主题区域 - 资讯 */
.container-detail {
  max-height    : 1858px;
  width         : 800px;
  padding-bottom: 40px;
  display       : flex;
  flex-direction: column;
  overflow      : hidden;
}

.container-detail .content {
  width        : 772px;
  display      : flex;
  background   : #FFFFFF;
  border-radius: 8px;
  padding-right: 20px;
  box-shadow   : 0px 0px 7px rgba(55, 55, 55, 0.16);
  margin-bottom: 20px;
}

.container-detail .content .img a{position: relative;  height:192px;display: flex;justify-content: center;align-items: center;flex-direction: column;overflow: hidden;border-radius: 8px;}

.container-detail .content .img a img {
  width        : 281px;

  border-radius: 8px;
}

.container-detail .content .detail {
  padding : 20px 30px 20px 24px;
  height  : 152px;
  width   : 451px;
  position: relative;
  box-sizing: border-box !important;
}

.container-detail .content .detail .title a {
  font-size  : 18px;
  max-width  : 471px;
  color      : #1B2F4A;
  font-weight: bold;
  margin-top : 20px;
}

.container-detail .content .detail .title a:hover {
  color: #5900EE;
}

.container-detail .content .detail .title {
  max-width    : 471px;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.container-detail .content .detail .text-detail {
  display           : inline-block;
  width             : 98%;
  height            : 45px;
  max-height        : 45px;
  line-height       : 24px;
  font-size         : 14px;
  margin-top        : 10px;
  color             : #666666;
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-detail .content .detail .text-detail:hover {
  color: #1B2F4A !important;
}

.container-detail .content .detail a.go-detail {
  font-size: 14px;
  position : absolute;
  right    : 13px;
  bottom   : 100px;
  color    : #5900EE !important;
}

.container-detail .content .detail .label {
  width     : 320px;
  height    : 25px;
  overflow  : hidden;
  display   : flex;
  flex-wrap : wrap;
  margin-top: 57px;
}

.container-detail .content .detail .label a {
  font-size    : 12px;
  margin       : 0 10px 10px 0;
  display      : inline-block;
  color        : #5900EE;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
  max-width    : 130px;
  cursor       : pointer;
  padding      : 7px 4px;
  border-radius: 4px;
  background   : #cbb7ee;
  box-sizing   : border-box;
}

.container-detail .content .detail .label a .actve {
  background: #5900EE;
  color     : #fff;
}

.container-detail .content .detail .date {
  font-size: 14px;
  color    : #999999;
  position : absolute;
  right    : 13px;
  bottom   : 21px;
}

/* 侧边栏区域 */
.aside {
  width         : 380px;
  display       : flex;
  flex-direction: column;
  margin-left   : 40px;
}

.newest-match {
  margin-top: 60px;
}

/* 分页 */
.pagination-container {
  display        : flex;
  justify-content: center;
}

.pagination-container .pagination-jump {
  padding      : 3px;
  margin       : 3px;
  text-align   : center;
  margin-bottom: 20px;
  font-size    : 16px;
  color        : #999999;
  line-height  : 46px;
}

.pagination-container .pagination-jump .jump-input {
  border       : 1px solid #c7c7c7;
  width        : 50px;
  height       : 28px;
  border-radius: 5px;
  color        : #666;
  text-align   : center;
}

.pagination {
  display        : flex;
  justify-content: center;
  padding        : 3px;
  margin         : 3px;
  text-align     : center;
  margin-bottom  : 20px;
}

.pagination li {
  border         : 1px solid #999999;
  margin         : 5px;
  text-decoration: none;
  font-size      : 16px;
  border-radius  : 3px;
}

.pagination li:hover {
  border: 1px solid #5900EE;
  color : #5900EE;
}

.pagination li:active {
  border: 1px solid #5900EE;
  color : #5900EE !important;
}

.pagination li a {
  display: inline-block;
  padding: 5px 15px;
  color  : #999999;
}

.pagination li span {
  display: inline-block;
}

.pagination .disabled {
  color: #999999;
}

.pagination .actived {
  color     : #FFFFFF !important;
  background: #5900EE !important;
  border    : 1px solid #5900EE;
}

div::-webkit-scrollbar {
  display: none;
}

div:hover::-webkit-scrollbar {
  display: none;
}

div {
  scrollbar-width: none;
}

/* 主体区域 - 头部banner */
.container-banner {
  width     : 792px;
  display   : flex;
  position  : relative;
  padding   : 25px 0 26px 0;
  box-sizing: border-box;
}



.container-banner .label {
  display   : flex;
  height    : 66px;
  flex-wrap : wrap;
  color     : #FFFFFF;
  font-size : 16px;
  overflow  : hidden;
  transition: 0.3s;
  width     : 792px;
}

.container-banner .label span {
  width: 240px;
}

.container-banner .label a {
  color        : #1B2F4A;
  cursor       : pointer;
  margin       : 24px 24px 0 0px;
  padding      : 12px 24px;
  border-radius: 4px;
  border       : 1px solid #1B2F4A;
  box-sizing   : border-box;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.container-banner .label a:hover {
  background : #5900EE;
  color      : #FFFFFF;
  border     : none;
  font-weight: bold;
}

.container-banner .label a.active {
  background : #5900EE;
  color      : #FFFFFF;
  border     : none;
  font-weight: bold;
}

.container-banner .label-open-icon {
  position  : absolute;
  right     : 0;
  top       : 55px;
  width     : 24px;
  height    : 24px;
  background: url("../../images/h60/open-icon.png") no-repeat;
  cursor    : pointer;
}

.container-banner .banner-title {
    font-size: 44px;
    color: #1B2F4A;
    font-weight: bold;
    left: 0;
}
.com-bread-crumbs {
  width : 740px;
  margin: 25px 0 14px 0;
  color : #000000;
}

.information-warpper {
  width          : 1200px;
  margin         : auto;
  display        : flex;
  justify-content: space-between;
}

.information-warpper .container {
  width         : 752px;
  display       : flex;
  flex-direction: column;
  padding-bottom: 40px;
}

/* 资讯详情 */
.news-detail-content {
  width        : 752px;
  background   : #FFFFFF;
  padding      : 40px 20px 20px 20px;
  border-radius: 8px;
  box-shadow   : 0px 0px 20px rgba(55, 55, 55, 0.16);
  margin-bottom: 20px;
}

.news-detail-content .title {
  font-size    : 28px;
  font-weight  : bold;
  line-height  : 48px;
  margin-bottom: 19px;
  color        : #000;
}

.news-detail-content .detail-info {
  color: #999999;
}

.news-detail-content .content {
  margin-top: 23px;
}

.news-detail-content .content center,
.news-detail-content .content p {
  font-size   : 14px;
  color       : #666666;
  line-height : 28px;
  table-layout: fixed;
  word-break  : break-all;
}

.news-detail-content .content center img,
.news-detail-content .content p img {
  border-radius: 8px;
  margin       : 20px 0;
  object-fit   : contain;
  max-width    : 100%;
}

.news-detail-content .content img {
  width: 100%;
  height: 100%;
}

.news-detail-content .label {
  display   : flex;
  margin-top: 40px;
  flex-wrap : wrap;
}

.news-detail-content .label li {
  font-size    : 12px;
  margin       : 0 10px 10px 0;
  max-width    : 740px;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
  padding      : 4px 10px;
  border-radius: 4px;
  background   : #cbb7ee;
  box-sizing   : border-box;
}

.news-detail-content .label li a {
  color: #5900EE;
}

/*资讯分页*/
.news-detail-paging {
  font-size  : 16px;
  line-height: 30px;
  margin-top : 20px;
}

/* 侧边栏区域 */
.aside {
  width         : 380px;
  display       : flex;
  flex-direction: column;
  margin-left   : 20px;
}


div::-webkit-scrollbar {
  display: none;
}

div:hover::-webkit-scrollbar {
  display: none;
}

div {
  scrollbar-width: none;
}

/* 关联赛事 */
.relevance-match-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}
.relevance-match {
  width: 530px;
  display: flex;
  justify-content: space-between;
}
.relevance-match__home-team-icon,
.relevance-match__visitor-team-icon {
  width: 50px;
  height: 50px;
}
.relevance-match__team-info {
  display: flex;
  width: 91%;
  justify-content: space-between;
  align-items: center;
}
.relevance-match__home-team-name {
  margin-left: 12px;
}
.relevance-match__home-team-name,
.relevance-match__visitor-team-name {
  font-size: 16px;
  width: 25%;
}
.relevance-match__visitor-team-name {
  text-align: right;
  margin-right: 12px;
}
.relevance-match__team-status-info {
  text-align: center;
}
.relevance-match__team-score {
  font-size: 36px;
  font-weight: bold;
}
.relevance-match__team-status {
  margin-top: 10px;
  color: #898787;
}
.relevance-match__btn {
  border: 1px solid #FF9900;
  color: #FF9900;
  padding: 0 30px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: relative;
  top: 10px;
}
.el-text-overflow-1 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

