div::-webkit-scrollbar {
  display: none;
}
.information-warpper {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.information-warpper .information {
  display: flex;
}
.information-warpper .container {
  width: 780px;
  display: flex;
  flex-direction: column;
}
.information-warpper .aside {
  width: 380px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.information-warpper .title-wrap {
  position: relative;
  margin: 35px 0;
}
.information-warpper .title-wrap .banner-title {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}
.information-warpper .title-wrap img {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 286px;
  height: 46px;
  z-index: -1;
}
.special-live-box .live-match-title,
.other-live-box .live-match-title,
.special-live-box .live-table,
.other-live-box .live-table,
.special-live-box .live-match-content,
.other-live-box .live-match-content,
.special-live-box .match-today,
.other-live-box .match-today,
.special-live-box .live-table-head,
.other-live-box .live-table-head,
.special-live-box .live-table-channel,
.other-live-box .live-table-channel,
.special-live-box .live-table-channel-list,
.other-live-box .live-table-channel-list {
  width: 100%;
}
.special-live-box .layui-tab-title,
.other-live-box .layui-tab-title {
  border-bottom-style: none !important;
  margin-bottom: 20px;
  height: auto !important;
  position: relative;
}
.special-live-box .layui-tab-title li,
.other-live-box .layui-tab-title li {
  border: 1px solid #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #fff;
}
.special-live-box .layui-tab-title div,
.other-live-box .layui-tab-title div {
  padding: 10px;
  padding-left: 0;
  display: flex;
  flex: 9.5;
  flex-wrap: wrap;
  height: 40px;
  overflow: hidden;
}
.special-live-box .layui-tab-title img,
.other-live-box .layui-tab-title img {
  position: absolute;
  right: 0;
  top: 0;
}
.special-live-box .live-match-content,
.other-live-box .live-match-content {
  max-height: 546px;
  overflow: auto;
}
.special-live-box .live-match-content tr td,
.other-live-box .live-match-content tr td {
  font-size: 14px;
}
.special-live-box .live-match-content tr .right,
.other-live-box .live-match-content tr .right,
.special-live-box .live-match-content tr .center,
.other-live-box .live-match-content tr .center,
.special-live-box .live-match-content tr .left,
.other-live-box .live-match-content tr .left {
  padding: 0;
}
.special-live-box .live-match-content tr .flag,
.other-live-box .live-match-content tr .flag {
  width: 25px;
  height: 25px;
}
.special-live-box .live-match-content tr .match-league-name,
.other-live-box .live-match-content tr .match-league-name {
  padding: 0;
}
.special-live-box .live-match-content tr .match-league-name p,
.other-live-box .live-match-content tr .match-league-name p {
  margin: 0;
}
.special-live-box .layui-tab-content,
.other-live-box .layui-tab-content {
  padding: 0;
}
.new-wrap .new-list {
  max-height: 700px;
  overflow: auto;
  border: 1px solid #293048;
}
.new-wrap .new-list .new-item {
  width: 700px;
  margin: auto;
  display: flex;
  padding: 22px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #293048;
}
.new-wrap .new-list .new-item img {
  width: 220px;
  height: 126px;
}
.new-wrap .new-list .detail {
  margin-left: 24px;
  height: 126px;
  width: 456px;
  position: relative;
}
.new-wrap .new-list .title {
  max-width: 456px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-wrap .new-list .title a {
  font-size: 18px;
  max-width: 456px;
  color: #fff;
}
.new-wrap .new-list .text-detail {
  display: inline-block;
  width: 94%;
  height: 45px;
  max-height: 45px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 20px;
  color: #9ea0aa;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-wrap .new-list .go-detail {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 45px;
  color: #ff9900 !important;
}
.new-wrap .new-list .label {
  width: 320px;
  overflow: hidden;
  display: flex;
  margin-top: 22px;
}
.new-wrap .new-list .label a {
  background: rgba(255, 153, 0, 0.2);
  font-size: 12px;
  padding: 4px 10px;
  color: #ff9900;
  margin-right: 10px;
  display: inline-block;
  max-width: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-wrap .new-list .date {
  font-size: 12px;
  color: #9ea0aa;
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-wrap .video-list {
  max-height: 518px;
  padding: 24px 40px 0px 40px;
  overflow: auto;
  border: 1px solid #293048;
}
.video-wrap .video-item {
  border-bottom: 1px solid #293048;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 0 24px 0;
}
.video-wrap .video-title a {
  width: 395px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 40px;
  cursor: pointer;
  display: inline-block;
}
.video-wrap .video-label {
  margin-right: 13px;
}
.video-wrap .video-label p {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  position: relative;
  top: -6px;
}
.video-wrap .video-label 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;
}
.video-wrap .video-btn {
  width: 36px;
  height: 36px;
  background: url(../../../images/buck/video-icon.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 15px;
}
.aside .recommend-match,
.aside .newest-match,
.aside .hot-news,
.aside .hot-video {
  margin-top: 30px;
}
.aside .recommend-match .title,
.aside .newest-match .title,
.aside .hot-news .title,
.aside .hot-video .title {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
}
.aside .recommend-match .title-bg,
.aside .newest-match .title-bg,
.aside .hot-news .title-bg,
.aside .hot-video .title-bg {
  top: 15px;
  left: 20px;
}
.aside .recommend-match .match-info-wrap,
.aside .newest-match .match-info-wrap,
.aside .hot-news .match-info-wrap,
.aside .hot-video .match-info-wrap {
  margin-top: 30px;
}
.aside .hot-news .hot-news-label {
  width: 350px;
  border: 1px solid #212840;
  padding: 24px 6px 24px 22px;
  overflow: hidden;
}
.aside .hot-news .hot-news-label a {
  background: #3d2f23;
  color: #FF9900;
  padding: 5.5px 8px;
  margin-bottom: 16px;
  margin-right: 12px;
  display: inline-block;
  cursor: pointer;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside .hot-video .hot-news-label {
  width: 350px;
  border: 1px solid #212840;
  padding: 24px 6px 24px 22px;
  overflow: hidden;
}
.aside .hot-video .hot-news-label a {
  background: #2b3055;
  color: #6e86dc;
  padding: 5.5px 8px;
  margin-bottom: 16px;
  margin-right: 12px;
  display: inline-block;
  cursor: pointer;
}
