/**
*=================================
* 默认主题
*=================================
*/
/**
*=================================
* 文本字体颜色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;
}
.information-warpper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 30px auto 40px auto;
}
/* 当前标签 */
.label-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.label-title p {
  font-size: 44px;
  font-weight: bold;
  color: #1B2F4A;
}
.label-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 24px;
  border-radius: 4px;
  background: #008CE9;
  box-sizing: border-box;
  color: #FFFFFF;
  margin-left: 40px;
  max-width: 575px;
}
/* 视频标签页 */
.img {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 8px;
}
.img .video-play {
  background: url("../../../images/four/label-live-play-icon.png") no-repeat;
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.aside {
  width: 384px;
}
/* 热门资讯标签 */
.news-video-content {
  width: 384px;
  background: #FFFFFF;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 8px;
}
.hot-news,
.hot-video {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.hot-news .title,
.hot-video .title {
  font-size: 24px;
  font-weight: bold;
  color: #1B2F4A;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.hot-news .title:after,
.hot-video .title:after {
  content: ' ';
  width: 141px;
  height: 3px;
  background: #1B2F4A;
  position: absolute;
  bottom: -1.5px;
  left: 0;
  border-radius: 4px;
}
.hot-news .hot-news-label,
.hot-video .hot-news-label {
  padding: 24px 0;
}
.hot-news .hot-news-label a,
.hot-video .hot-news-label a {
  background: #F1F1F1;
  color: #666666 !important;
  padding: 5.5px 8px;
  margin-bottom: 16px;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer;
  height: 14px;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-news .hot-news-label a:hover,
.hot-video .hot-news-label a:hover {
  color: #008CE9 !important;
}
.banner-title {
  position: static;
  margin-top: 60px;
}
.match-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 5px 5px 10px 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background: #fff;
}
.match-info-item .match-info-left,
.match-info-item .top-team,
.match-info-item .bottom-team {
  display: flex;
  align-items: center;
}
.match-info-item .top-team,
.match-info-item .bottom-team {
  width: 105px;
}
.match-info-item img {
  margin-right: 5px;
}
.match-info-item p {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-info-item .vs-style {
  margin: 0 20px;
}
.match-info-item .match-info-right .league {
  padding: 6px 14px;
  border-radius: 4px;
  background: #cce8fb;
  box-sizing: border-box;
  color: #008ce9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 848px;
}
.news-list {
  width: 792px;
}
.news-list .news-title {
  font-size: 44px;
  font-weight: bold;
  color: #1B2F4A;
  padding: 30px 0 10px;
}
.news-list .news-wrap {
  overflow: auto;
  max-height: 840px;
  padding-right: 20px;
}
.news-list .news-item {
  margin-top: 10px;
  padding: 10px 20px;
  box-shadow: 0px 0px 7px rgba(55, 55, 55, 0.16);
  background: #fff;
  border-radius: 8px;
}
.news-list .news-item .title {
  font-size: 18px;
  color: #1B2F4A;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid #008CE9;
  display: inline-block;
}
.news-list .news-item .title a:hover {
  color: #008CE9;
}
.news-list .news-item .text {
  display: inline-block;
  text-indent: 2em;
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-item .label {
  height: 25px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.news-list .news-item .label a {
  max-width: 68px;
  display: inline-block;
  height: 20px;
  font-size: 12px;
  color: #008CE9;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 4px;
  background: #cce8fb;
  box-sizing: border-box;
}
/* 滚动条样式 */
.news-list .news-wrap::-webkit-scrollbar {
  width: 6px;
  height: 24px;
}
/*设置滚动条上的滚动滑块样式*/
.news-list .news-wrap::-webkit-scrollbar-thumb {
  background: #6d6d78;
  border-radius: 8px;
}
/*鼠标位于内容上时，滚动条样式*/
.news-list .news-wrap:hover::-webkit-scrollbar {
  width: 6px;
  height: 243px;
  background-color: rgba(33, 35, 62, 0.9);
  border-radius: 6px;
}
/*鼠标位于内容上时，滚动滑块样式*/
.news-list .news-wrap:hover::-webkit-scrollbar-thumb {
  background: #6d6d78;
  border-radius: 10px;
}
.news-list .news-wrap:hover::-webkit-scrollbar-track {
  background-color: rgba(33, 35, 62);
}


div::-webkit-scrollbar {
  display: none;
}

div:hover::-webkit-scrollbar {
  display: none;
}

div {
  scrollbar-width: none;
}