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: 894px;
  display: flex;
  flex-direction: column;
}
.information-warpper .aside {
  width: 380px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.special-live-box,
.other-live-box {
  margin-top: 39px;
}
.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 .live-match-title-wrap,
.other-live-box .live-match-title-wrap {
  background: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: auto;
}
.special-live-box .live-match-title-wrap .banner-title,
.other-live-box .live-match-title-wrap .banner-title {
  width: 828px;
  position: static;
  height: 100%;
  margin: 0;
}
.special-live-box .live-match-title-wrap .title-bottom,
.other-live-box .live-match-title-wrap .title-bottom {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.special-live-box .live-match-title-wrap .title-top,
.other-live-box .live-match-title-wrap .title-top {
  left: 49.8%;
  top: 50%;
  transform: translate(-50.2%, -50%);
  white-space: nowrap;
}
.special-live-box .live-table .match-logo-wrap,
.other-live-box .live-table .match-logo-wrap,
.special-live-box .live-table .match-teams-logo-wrap,
.other-live-box .live-table .match-teams-logo-wrap {
  width: 40px;
  height: 40px;
}
.special-live-box .live-table .match-logo-wrap .match-icon,
.other-live-box .live-table .match-logo-wrap .match-icon,
.special-live-box .live-table .match-teams-logo-wrap .match-icon,
.other-live-box .live-table .match-teams-logo-wrap .match-icon {
  width: 20px !important;
  height: 20px !important;
}
.special-live-box .live-table .match-logo-wrap .flag,
.other-live-box .live-table .match-logo-wrap .flag,
.special-live-box .live-table .match-teams-logo-wrap .flag,
.other-live-box .live-table .match-teams-logo-wrap .flag {
  width: 20px;
  height: 20px;
  left: 10px;
}
.special-live-box .live-table tbody td,
.other-live-box .live-table tbody td {
  line-height: normal;
  padding: 0;
  font-size: 14px;
}
.special-live-box .live-table tbody td a p,
.other-live-box .live-table tbody td a p {
  left: 58px;
}
.special-live-box .live-table tbody tr,
.other-live-box .live-table tbody tr {
  height: 80px;
}
.special-live-box .live-table tbody tr .match-teams-logo,
.other-live-box .live-table tbody tr .match-teams-logo {
  left: 55px;
}
.special-live-box .live-table tbody tr .match-teams-name,
.other-live-box .live-table tbody tr .match-teams-name {
  width: 100px;
}
.special-live-box .live-table tbody tr .match-teams-name p,
.other-live-box .live-table tbody tr .match-teams-name p {
  line-height: 25px;
}
.special-live-box .live-match-content,
.other-live-box .live-match-content {
  max-height: 546px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0;
}
.new-wrap,
.video-wrap {
  overflow: hidden;
}
.new-wrap .new-banner,
.video-wrap .new-banner,
.new-wrap .video-banner,
.video-wrap .video-banner {
  position: relative;
  padding: 50px 0 50px 0;
  box-sizing: border-box;
}
.new-wrap .new-banner .banner-title,
.video-wrap .new-banner .banner-title,
.new-wrap .video-banner .banner-title,
.video-wrap .video-banner .banner-title {
  top: 30px;
}
.new-wrap .new-list,
.video-wrap .new-list {
  max-height: 700px;
  overflow: auto;
}
.new-wrap .new-list .new-item,
.video-wrap .new-list .new-item {
  max-width: 894px;
  min-height: 152px;
  margin: auto;
  display: flex;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.new-wrap .new-list .new-item img,
.video-wrap .new-list .new-item img {
  width: 230px;
  height: 152px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.new-wrap .new-list .new-item .detail,
.video-wrap .new-list .new-item .detail {
  padding: 20px;
  width: 558px;
  position: relative;
}
.new-wrap .new-list .new-item .title,
.video-wrap .new-list .new-item .title {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-wrap .new-list .new-item .title a,
.video-wrap .new-list .new-item .title a {
  font-size: 18px;
  max-width: 500px;
  color: #000;
  font-weight: bold;
}
.new-wrap .new-list .new-item .text-detail,
.video-wrap .new-list .new-item .text-detail {
  width: 100%;
  max-width: 500px;
  height: 45px;
  max-height: 45px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-wrap .new-list .new-item .go-detail,
.video-wrap .new-list .new-item .go-detail {
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 60px;
  color: #C10B33 !important;
}
.new-wrap .new-list .new-item .label,
.video-wrap .new-list .new-item .label {
  width: 460px;
  overflow: hidden;
  display: flex;
  margin-top: 22px;
}
.new-wrap .new-list .new-item .label li,
.video-wrap .new-list .new-item .label li {
  font-size: 12px;
  margin-right: 10px;
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid #f3ced6;
  background: #f3ced6;
  color: #C10B33;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 58px;
}
.new-wrap .new-list .new-item .label li a,
.video-wrap .new-list .new-item .label li a {
  color: #C10B33;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-wrap .new-list .new-item .date,
.video-wrap .new-list .new-item .date {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.video-list {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
  grid-auto-flow: row;
  max-height: 518px;
  overflow: auto;
}
.video-list .video-item {
  width: 294px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  float: left;
  padding: 40px 40px 20px 40px;
}
.video-list .video-title {
  display: flex;
  color: #fff;
  justify-content: space-between;
  margin-bottom: 40px;
}
.video-list .video-title p {
  width: 214px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  position: inherit;
  white-space: inherit;
}
.video-list .video-title a {
  margin: auto 0;
}
.video-list .video-label {
  height: 20px;
  overflow: hidden;
}
.video-list .video-label a {
  display: inline-block;
  width: 58px;
  height: 20px;
  background: #d9e2f9;
  border-radius: 10px;
  margin-right: 20px;
  text-align: center;
  font-size: 12px;
  color: #6e92e7;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.aside .newest-match {
  margin-top: 39px;
}
.aside .news-video-content {
  width: 285px;
  background: #FFFFFF;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 8px;
  margin-top: 152px;
}
.aside .news-video-content .hot-news,
.aside .news-video-content .hot-video {
  padding: 20px;
}
.aside .news-video-content .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd5f7;
  position: relative;
}
.aside .news-video-content .hot-news-label {
  padding: 24px 0;
}
.aside .news-video-content .hot-news-label a {
  background: #F1F1F1;
  color: #666666 !important;
  padding: 5.5px 8px;
  margin-bottom: 16px;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer;
  border-radius: 100px;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside .news-video-content .hot-news-label a:hover {
  color: #C10B33 !important;
}
