﻿
.hide-banner .header-wrapper, .hide-banner .header2-wrapper {
  transform: translateY(-70px);
}

.hide-banner .index-wrapper {
  transform: translateY(0);
}

.hide-banner-forever .header-wrapper, .hide-banner-forever .header2-wrapper {
  transform: translateY(-70px);
}

.hide-banner-forever .index-wrapper {
  transform: translateY(0);
}

.index-wrapper {
  padding-top: 85px;
  transform: translateY(70px);
  transition: 0.1s all;
}

.index-wrapper .main-container {
  float: left;
  width: 796px;
}

.index-wrapper .column {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.index-wrapper .column .column-title {
  display: inline-block;
  background: #dd4d30;
  border-radius: 12px 0px 0px 0px;
  vertical-align: top;
}

.index-wrapper .column .column-title .column-img {
  float: left;
  width: 24px;
  height: 24px;
  margin: 8px 5px 0 20px;
}

.index-wrapper .column .column-title .text {
  display: inline;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.index-wrapper .column .column-bg {
  position: absolute;
  height: 100%;
  /* margin-left: -5px; */
}

.index-wrapper .main-container .match-container .tags-box {
  margin-top: 20px;
  padding: 0 20px;
}

.index-wrapper .main-container .match-container .tags-box .tags {
  margin-bottom: -10px;
}

.index-wrapper .main-container .match-container .tags-box .tags .tags-item {
  margin-bottom: 10px;
}

.index-wrapper .tags .tags-item {
  display: inline-block;
  height: 22px;
  padding: 0 6px;
  line-height: 22px;
}

.index-wrapper .tags .tags-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  border-radius: 2px;
}

.index-wrapper .tags .tags-item a:hover,
.index-wrapper .tags .tags-item.active a {
  color: #fff !important;
  background: #dd4d30;
}

.index-wrapper .main-container .match-container {
  width: 100%;
  background: #fff;
  border-radius: 12px 2px 2px 2px;
}

.index-wrapper .main-container .match-container .title {
  margin-bottom: 24px;
}

.index-wrapper .main-container .match-container .title .column {
  margin-right: 20px;
}

.index-wrapper .main-container .match-container .title .tags {
  font-size: 0;
}

.index-wrapper .main-container .match-container .title .tags .tags-item {
  position: relative;
}

.index-wrapper .main-container .match-container .title .tags .tags-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-wrapper .main-container .match-container .title .tags .tags-item:last-child {
  padding-right: 20px;
}

.index-wrapper .main-container .match-container .title .tags .tags-item:last-child:after {
  display: none;
}

/* .index-wrapper .main-container .match-container .title .tags .tags-item {
  margin-right: 20px;
}

.index-wrapper .main-container .match-container .title .tags .tags-item:last-child {
  margin-right: 0;
} */

.index-wrapper .main-container .match-container .title .tags .tags-item a {
  color: #6b6b6b;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-title {
  line-height: 28px;
  margin-top: 26px;
  margin-left: 36px;
  margin-right: 20px;
}

.index-wrapper .main-container .match-container .content .tab-box:first-child .tab-title {
  margin-top: 0px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-title .time1 {
  float: left;
  margin-right: 6px;
  font-size: 20px;
  font-weight: bold;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-title .time2 {
  float: left;
  margin-right: 4px;
  font-size: 12px;
  color: #6b6b6b;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-title .arrow-down,
.index-wrapper .main-container .match-container .content .tab-box .tab-title .arrow-up {
  width: 12px;
  height: 12px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content {
  width: 756px;
  margin: 0 auto;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card {
  position: relative;
  margin-bottom: 8px;
  background: #f7f8fa;
  border-radius: 1px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card:hover {
  background: #f4f5f8;
}

/* hot：置顶，hot2：热门（写死的） */
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card.hot .host-name,
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card.hot .guest-name,
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card.hot .match-time,
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card.hot .match-name,
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card.hot2 .match-name {
  font-weight: 600 !important;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card:last-child {
  margin-bottom: 0;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .match-time {
  float: left;
  margin-left: 16px;
  font-size: 14px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .match-name {
  position: absolute;
  float: left;
  width: 140px;
  line-height: 100%;
  font-size: 14px;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team {
  position: absolute;
  float: left;
  margin-left: 207px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .host-name,
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .guest-name {
  float: left;
  width: 107px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .host-name {
  text-align: right;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .host-img,
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .guest-img {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 17.5px;
  overflow: hidden;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .host-img {
  margin-left: 5px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .guest-img {
  margin-right: 5px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .score {
  float: left;
  width: 82px;
  margin: 0 15px;
  font-size: 17px;
  font-weight: 800;
  color: #000;
  text-align: center;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .score .host-score {
  float: left;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .score .guest-score {
  float: right;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .team .score .line {
  display: inline-block;
  width: 8px;
  height: 2px;
  margin: 0 4px;
  background: #000;
  vertical-align: 7%;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .hot-tag {
  float: left;
  width: 25px;
  height: 12px;
  margin-top: 29px;
  margin-left: 4px;
  line-height: 12px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff5949;
  border-radius: 4px 4px 4px 0px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .hot-tag .hot-text {
  transform: scale(0.83333);
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .status {
  float: right;
  margin-right: 20px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .status .living .living-tag {
  position: relative;
  float: left;
  width: 15px;
  height: 12px;
  margin-top: 29px;
  background: #dd4d30;
  border-radius: 1px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .status .living .living-tag .living-triangle {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 3.5px solid transparent;
  border-radius: 2px;
  border-left-color: #fff;
  left: 6px;
  top: 2.5px;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .status .living .living-text {
  float: left;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #dd4d30;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .status .no-living {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
}

.index-wrapper .main-container .match-container .content .tab-box.open .tab-title {
  margin-bottom: 14px;
}

.index-wrapper .main-container .match-container .content .tab-box.open .arrow-down {
  display: inline-block;
}

.index-wrapper .main-container .match-container .content .tab-box.open .arrow-up {
  display: none;
}

.index-wrapper .main-container .match-container .content .tab-box.close .tab-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content {
  display: none;
}

.index-wrapper .main-container .match-container .content .tab-box.close .arrow-down {
  display: none;
}

.index-wrapper .main-container .match-container .content .tab-box.close .arrow-up {
  display: inline-block;
}

.index-wrapper .main-container .match-container .content .tab-box:last-child.open {
  padding-bottom: 30px;
}

.index-wrapper .main-container .match-container .content .tab-box:last-child.close {
  padding-bottom: 44px;
}

.index-wrapper .right-container {
  float: right;
}

.index-wrapper .right-container .sub-container {
  width: 390px;
  margin-bottom: 24px;
  padding-bottom: 26px;
  background: #fff;
  border-radius: 12px 4px 4px 4px;
  border: 1px solid #f2f2f2;
}

.index-wrapper .right-container .sub-container:last-child {
  margin-bottom: 0;
}

.index-wrapper .right-container .league-container .content {
  width: 100%;
  padding: 20px 21px 0;
  font-size: 0;
}

.index-wrapper .right-container .league-container .content .league {
  display: inline-block;
  width: 80px;
  height: 93px;
  margin-right: 8px;
  margin-bottom: 2px;
  text-align: center;
}

.index-wrapper .right-container .league-container .content .league .league-img {
  width: 56px;
  height: 56px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.index-wrapper .right-container .league-container .content .league .league-name {
  max-width: 48px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: #949494;
}

.index-wrapper .right-container .league-container .content .league:hover {
  background: #f6f6f6;
  border-radius: 3px;
}

.index-wrapper .right-container .league-container .content .league:hover .league-name {
  color: #949494;
}

.index-wrapper .right-container .league-container .content .league:nth-child(4n) {
  margin-right: 0;
}

.index-wrapper .right-container .medal-container .medal-content {
  margin-top: 20px;
}

.index-wrapper .right-container .medal-container .medal-content .medal-name-table table {
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: #f7f8fa;
}

.index-wrapper .right-container .medal-container .medal-content .medal-name-table td {
  width: 60px;
  padding: 8px 0;
}

.index-wrapper .right-container .medal-container .medal-content .medal-name-table img {
  width: 24px;
}

.index-wrapper .right-container .medal-container .medal-content .medal-data-table {
  width: 360px;
  height: 245px;
  margin: 0 auto;
  overflow: auto;
}

.index-wrapper .right-container .medal-container .medal-content .medal-data-table table {
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  background: #f7f8fa;
  border-radius: 4px;
}

.index-wrapper .right-container .medal-container .medal-content .medal-data-table tr:nth-child(odd) {
  background: #eee;
}

.index-wrapper .right-container .medal-container .medal-content .medal-data-table td {
  position: relative;
  z-index: 1;
  width: 60px;
  padding: 8px 0;
}

.index-wrapper .right-container .medal-container .medal-content .medal-data-table td:last-child {
  margin-right: 0;
}

.index-wrapper .right-container .profile-container .content {
  padding: 0 20px;
}

.index-wrapper .right-container .profile-container .content .league-head {
  margin-top: 24px;
}

.index-wrapper .right-container .profile-container .content .league-head .left {
  float: left;
}

.index-wrapper .right-container .profile-container .content .league-head .left img {
  width: 80px;
  height: 80px;
}

.index-wrapper .right-container .profile-container .content .league-head .right {
  position: relative;
  float: right;
  width: 256px;
}

.index-wrapper .right-container .profile-container .content .league-head .right .league-name {
  margin-bottom: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.index-wrapper .right-container .profile-container .content .league-head .right .tags-box .tags {
  margin-right: -15px;
}

.index-wrapper .right-container .profile-container .content .league-head .right .tags-box .tags .tags-item {
  margin-right: 15px;
  margin-top: 4px;
}

.index-wrapper .right-container .profile-container .content .league-head .right .tags-box .tags .tags-item a {
  color: #464646;
  cursor: default;
}

.index-wrapper .right-container .profile-container .content .league-head .right .tags-box .tags .tags-item.hide {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.index-wrapper .right-container .profile-container .content .league-head .right .tags-box .tags.close {
  height: 50px;
  overflow: hidden;
}

.index-wrapper .right-container .profile-container .content .league-head .right .open-btn {
  position: absolute;
  background: #fff;
  right: 0px;
  top: 56px;
}

.index-wrapper .right-container .profile-container .content .league-head .right .close-btn {
  float: right;
  margin-top: 8px;
}

.index-wrapper .right-container .profile-container .content .league-head .right .open-btn,
.index-wrapper .right-container .profile-container .content .league-head .right .close-btn {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  cursor: pointer;
}

.index-wrapper .right-container .profile-container .content .league-head .right .open-btn img,
.index-wrapper .right-container .profile-container .content .league-head .right .close-btn img {
  width: 12px;
  height: 12px;
  margin-left: 1px;
  vertical-align: -3%;
}

.index-wrapper .right-container .profile-container .content .league-profile {
  margin-top: 20px;
  margin-bottom: 26px;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.index-wrapper .right-container .profile-container .content .league-profile.profile-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 11;
}

.index-wrapper .right-container .normal-news-container .content {
  padding: 0 20px;
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box .normal-news {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box + .normal-news-box {
  margin-top: 12px;
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box .normal-news.has-video .video {
  display: block;
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box .normal-news.has-type .type-name {
  display: block;
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box .normal-news:first-child {
  margin-top: 0;
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box .normal-news .type-name {
  display: none;
  float: left;
  position: relative;
  margin-right: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box .normal-news .type-name:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}

.index-wrapper .right-container .normal-news-container .content .normal-news-box .normal-news .video {
  display: none;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 2.5px;
  margin-right: 3px;
}

.index-wrapper .right-container .news-container {
  position: relative;
}

.index-wrapper .right-container .news-container .content {
  padding: 0 20px;
}

.index-wrapper .right-container .news-container .content .news-box .hot-news {
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.index-wrapper .right-container .news-container .content .news-box .hot-news:first-child {
  margin-top: 0;
}

.index-wrapper .right-container .banner-container .banner {
  position: relative;
  margin-bottom: 15px;
  font-size: 0;
}

.index-wrapper .right-container .banner-container .banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-wrapper .right-container .banner-container .banner .banner-img {
  width: 100%;
  height: 197px;
  border-radius: 6px;
  object-fit: cover;
}

.index-wrapper .right-container .banner-container .banner .banner-text {
  position: absolute;
  width: 91px;
  height: 34px;
  background: #dd4d30;
  border-radius: 0px 6px 0px 6px;
  left: 0;
  bottom: 0;
}

.index-wrapper .right-container .banner-container .banner .banner-text .type-name {
  display: inline-block;
  margin: 5px 10px 7px 11px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.index-wrapper .right-container .banner-container .banner .banner-text .match-name {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.index-wrapper .right-container .banner-container .banner .banner-text .match-name:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  background: white;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.index-wrapper .right-container .banner-container2 .banner {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.index-wrapper .right-container .banner-container2 .banner .banner-img {
  width: 100%;
  height: 197px;
  border-radius: 6px;
  object-fit: cover;
}

.index-wrapper .right-container .banner-container2 .banner .banner-text {
  position: absolute;
  width: 350px;
  height: 66px;
  left: 0;
  bottom: 3px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  border-radius: 0px 0px 6px 6px;
}

.index-wrapper .right-container .banner-container2 .banner .banner-text .value {
  max-width: 324px;
  margin: 33px 0 12px 12px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.index-wrapper .right-container .football-container .content,
.index-wrapper .right-container .basketball-container .content,
.index-wrapper .right-container .various-container .content {
  padding: 0 20px;
}

.index-wrapper .right-container .news-container,
.index-wrapper .right-container .football-container,
.index-wrapper .right-container .basketball-container,
.index-wrapper .right-container .various-container {
  position: relative;
}

.index-wrapper .right-container .news-container .more,
.index-wrapper .right-container .football-container .more,
.index-wrapper .right-container .basketball-container .more,
.index-wrapper .right-container .various-container .more {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}

.index-wrapper .right-container .news-container .more span,
.index-wrapper .right-container .football-container .more span,
.index-wrapper .right-container .basketball-container .more span,
.index-wrapper .right-container .various-container .more span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  vertical-align: middle;
}

.index-wrapper .right-container .news-container .more img,
.index-wrapper .right-container .football-container .more img,
.index-wrapper .right-container .basketball-container .more img,
.index-wrapper .right-container .various-container .more img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.index-wrapper .right-container .news-container .tags-box,
.index-wrapper .right-container .football-container .tags-box,
.index-wrapper .right-container .basketball-container .tags-box,
.index-wrapper .right-container .various-container .tags-box {
  margin-top: 20px;
  margin-bottom: 18px;
  padding: 0 20px;
}

.index-wrapper .right-container .news-container .tags-box .tags,
.index-wrapper .right-container .football-container .tags-box .tags,
.index-wrapper .right-container .basketball-container .tags-box .tags,
.index-wrapper .right-container .various-container .tags-box .tags {
  border-bottom: solid 1px #eee;
  padding-bottom: 7px;
}

.index-wrapper .right-container .news-container .tags-box .tags .tags-item,
.index-wrapper .right-container .football-container .tags-box .tags .tags-item,
.index-wrapper .right-container .basketball-container .tags-box .tags .tags-item,
.index-wrapper .right-container .various-container .tags-box .tags .tags-item {
  float: left;
  position: relative;
  padding: 0 6px;
}

.index-wrapper .right-container .news-container .tags-box .tags .tags-item:first-child,
.index-wrapper .right-container .football-container .tags-box .tags .tags-item:first-child,
.index-wrapper .right-container .basketball-container .tags-box .tags .tags-item:first-child,
.index-wrapper .right-container .various-container .tags-box .tags .tags-item:first-child {
  padding-left: 0px;
}

.index-wrapper .right-container .news-container .tags-box .tags .tags-item:after,
.index-wrapper .right-container .football-container .tags-box .tags .tags-item:after,
.index-wrapper .right-container .basketball-container .tags-box .tags .tags-item:after,
.index-wrapper .right-container .various-container .tags-box .tags .tags-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-wrapper .right-container .news-container .tags-box .tags .tags-item:last-child:after,
.index-wrapper .right-container .football-container .tags-box .tags .tags-item:last-child:after,
.index-wrapper .right-container .basketball-container .tags-box .tags .tags-item:last-child:after,
.index-wrapper .right-container .various-container .tags-box .tags .tags-item:last-child:after {
  display: none;
}

.index-wrapper .right-container .tags-container {
  padding-bottom: 24px;
}

.index-wrapper .right-container .tags-container .content {
  padding: 0 22px;
}

.index-wrapper .right-container .tags-container .content .tags-box {
  margin-top: 24px;
}

.index-wrapper .right-container .tags-container .content .tags-box .tags {
  margin-bottom: -14px;
  margin-right: -18px;
}

.index-wrapper .right-container .tags-container .content .tags-box .tags .tags-item {
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin-right: 2px;
  margin-bottom: 14px;
}

.index-wrapper .right-container .tags-container .content .tags-box .tags .tags-item a {
  color: #000;
}

/* 浮层 */
.floating-box {
  position: fixed;
  /* bottom: 150px; */
  bottom: 190px;
  right: 24px;
  z-index: 900;
  font-size: 0;
}

.floating-box .feedback-box {
  width: 54px;
  height: 54px;
  padding: 15px;
  border: 1px solid #d4dbe1;
  border-radius: 50%;
  background: #fff;
}

.floating-box.spread .feedback-box {
  border-radius: 50% 50% 0 0;
  border-bottom: none;
}

.floating-box .topping-box {
  width: 54px;
  height: 54px;
  padding: 15px;
  border: 1px solid #d4dbe1;
  border-top: none;
  border-radius: 0 0 50% 50%;
  background: #fff;
}

/* 没数据时样式 */
.right-container .sub-container .none {
  width: 100%;
  margin-bottom: 42px;
  margin-top: 54px;
  font-size: 0;
  text-align: center;
}
.right-container .sub-container .none p {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}

.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .match-card-info {
  position: relative;
  height: 70px;
  line-height: 70px;
}

/* 前瞻 */
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .match-card-previous {
  width: 720px;
  margin: 0 auto 10px;
  padding: 10px 14px 10px 10px;
  line-height: 100%;
  border-radius: 4px;
  background: #edeef2;
  overflow: hidden;
}
.index-wrapper .main-container .match-container .content .tab-box .tab-content .match-card .match-card-previous .desc {
  font-size: 12px;
  font-weight: 400;
  color: #6c717a;
  line-height: 20px;
}

/* 主容器的新闻容器 */
.index-wrapper .main-container .news-container {
  width: 100%;
  margin-top: 26px;
  border-radius: 10px;
  background: #fff;
}

.index-wrapper .main-container .news-container .title {
  position: relative;
}

.index-wrapper .main-container .news-container .title .opts {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}

.index-wrapper .main-container .news-container .title .opts .opts-item {
  position: relative;
  margin-right: 35px;
  font-size: 0px;
  font-weight: 400;
  color: #999999;
  vertical-align: middle;
}

.index-wrapper .main-container .news-container .title .opts .opts-item:last-child {
  margin-right: 0;
}

.index-wrapper .main-container .news-container .title .opts .opts-item span {
  font-size: 14px;
  vertical-align: middle;
}

/* 分割线 */
.index-wrapper .main-container .news-container .title .opts .opts-item.division:after { 
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}

.index-wrapper .main-container .news-container .title .opts .more img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.index-wrapper .main-container .news-container .content {
  margin-bottom: -12px;
  padding: 0 24px 12px;
}

.index-wrapper .main-container .news-container .content a {
  display: inline-block;
  width: 350px;
  margin-bottom: 12px;
  font-size: 14px;
}

.index-wrapper .main-container .news-container .content .left-box,
.index-wrapper .main-container .news-container .content .right-box {
  float: left;
  width: 359px;
  margin-top: 19px;
}

.index-wrapper .main-container .news-container .content .right-box {
  float: right;
}