.red {
  color: red;
}
.gray {
  color: gray;
}
.green {
  color: green;
}
.text-placeholder {
  color: #666;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
header {
  width: 1200px;
  margin: auto;
}
header::after {
  content: "  ";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 750px;
  z-index: -1;
}
footer {
  font-size: 14px;
  width: 100%;
  min-height: 60px;
  text-align: center;
}
footer span,
footer a {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 5px;
  line-height: 60px;
}
footer a:hover {
  color: #ffffff !important;
}
footer .copy-right {
  color: #fff;
  margin: 15px 0 0;
  padding-bottom: 25px;
}
footer .link-swap {
  opacity: 0.8;
}
.header-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 25px;
}
.header-top .header-logo {
  display: flex;
  align-items: center;
  width: 128px;
  height: 50px;
  overflow: hidden;
}
.header-top .header-logo h1 {
  height: 50px;
}
.header-top .header-logo img {
  width: 100%;
  height: 50px;
}
.header-top .header-menu {
  flex: 1;
  margin-left: 40px;
}
.header-top .header-menu a {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  opacity: 0.6;
  position: relative;
}
.header-top .header-menu a + a {
  margin-left: 40px;
}
.header-top .header-menu a.active {
  font-weight: bold;
  opacity: 1;
}
.header-top .header-menu a.active::after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 80%;
  height: 4px;
  margin-left: -40%;
  background: #ffffff;
  border-radius: 2px;
}
.header-top .header-search {
  float: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-top .header-search p:first-child {
  margin-right: 18px;
}
.header-top .header-search p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.header-top .header-search a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-right: 18px;
}
.header-top .header-search .search {
  width: 120px;
  height: 40px;
}
.header-top .header-search .search input {
  font-size: 18px;
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  border-radius: 20px;
  padding-left: 45px;
  padding-right: 5px;
  background: #fff url('../../images/search.png') 9px center no-repeat;
  background-size: 26px;
  box-sizing: border-box;
}
.header-top .header-search.active {
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 110;
  float: none;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  height: 60px;
  border: 1px solid;
  padding: 20px;
  background: url(../../images/default/footer-bg.png) center top no-repeat;
  background-size: cover;
  transition: 1s;
  border-radius: 10px;
}
.header-nav {
  display: flex;
  position: relative;
}
.header-nav .header-nav-list {
  flex: 1;
  height: 14px;
  overflow: hidden;
}
.header-nav .header-nav-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header-nav .header-nav-list ul li {
  flex: 0 0 6%;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 50px;
}
.header-nav .header-nav-list ul li:nth-child(10n) {
  margin-right: 0;
}
.header-nav .header-nav-list ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-nav .header-nav-list ul li a:hover {
  color: #fff !important;
  opacity: 1;
}
.header-nav .header-nav-list ul li.active a {
  font-weight: bold;
  opacity: 1;
}
.header-nav i.arrow {
  display: inline-block;
  width: 18px;
  height: 11px;
  margin-left: 5px;
  background: url('../../images/arrow-down.png') center center no-repeat;
  cursor: pointer;
  transition: transform 0.3s linear;
}
.header-nav i.arrow.rotate {
  transform: rotate(180deg);
}
/* 广告 */
.ad.left {
  position: fixed;
  bottom: 40%;
  left: 0;
  width: 81px;
  height: 423px;
  z-index: 100;
}
.ad.right {
  position: fixed;
  bottom: 50%;
  right: 0;
  width: 81px;
  height: 420px;
  margin-bottom: -210px;
  background: url('../../images/line-bg.png') no-repeat;
  z-index: 100;
}
.contaier {
  width: 1600px;
  margin: 0 auto;
}
.error-box {
  text-align: center;
}
.error-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 580px;
}
.error-box a {
  display: block;
  font-size: 20px;
  color: #fff;
  margin: 83px auto;
  width: 176px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
}
/* 公用标题模块 */
.base-title-box {
  text-align: center;
  position: relative;
}
.base-title-box.left {
  text-align: left;
}
.base-title-box .title {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  letter-spacing: 8px;
}
.base-title-box img {
  margin-top: -10px;
}
.base-title-box p {
  display: inline-block;
  font-size: 34.5px;
  margin-top: -20px;
  position: relative;
  z-index: -1;
  opacity: 0.6;
}
.base-title-box a.more {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  width: 35px;
  height: 18px;
}
/* banner新闻页统一布局 */
.banner-box {
  width: 100%;
  height: 660px;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px -5px 7px -5px rgba(0, 0, 0, 0.35);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  padding-top: 1px;
}
.banner-box .title-box {
  position: absolute;
  left: -6px;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 321px;
  height: 106px;
  text-align: center;
  border-radius: 8px 4px 8px 8px;
  z-index: 10;
}
.banner-box .title-box h2.title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  letter-spacing: 5px;
  position: relative;
}
.banner-box .title-box img {
  position: absolute;
  top: 55%;
  left: 15%;
  text-align: center;
  z-index: -1;
}
.new-hot-main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}
.new-hot-main .new-hot-cover {
  flex: 0 0 420px;
  z-index: 5;
}
.new-hot-main .new-hot-cover .cover-box {
  display: block;
  width: 100%;
  height: 230px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.new-hot-main .new-hot-cover .cover-box + .cover-box {
  margin-top: 45px;
}
.new-hot-main .new-hot-cover .cover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-hot-main .new-hot-cover .cover-box p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 0;
  height: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-hot-main .new-hot-list-warpper {
  flex: 1;
  position: relative;
  z-index: 100;
  margin-left: 140px;
}
.new-hot-main .new-hot-list .hot-news-box {
  margin-bottom: 60px;
}
.new-hot-main .new-hot-list .hot-news-box + .hot-news-box {
  margin-bottom: 38px;
}
.new-hot-main .new-hot-list .hot-news-box .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 20px;
  margin-bottom: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-hot-main .new-hot-list .hot-news-box p {
  width: 570px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
}
.new-hot-main .news-hot-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.new-hot-main .news-hot-btns .basic-tabs-btns {
  display: flex;
}
.new-hot-main .news-hot-btns a,
.new-hot-main .news-hot-btns button {
  display: block;
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 81px;
  height: 28px;
  line-height: 24px;
  border: none;
  background: transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid transparent;
}
.new-hot-main .news-hot-btns a + a,
.new-hot-main .news-hot-btns button + a,
.new-hot-main .news-hot-btns a + button,
.new-hot-main .news-hot-btns button + button {
  margin-left: 40px;
}
.new-hot-main .news-hot-btns a.active,
.new-hot-main .news-hot-btns button.active {
  font-weight: bold;
}
/* 新闻列表 */
.news-list .news-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-bottom: 12px;
}
.news-list .news-list-item:last-child {
  margin-bottom: 0;
}
.news-list .news-list-item::before {
  content: " ";
  width: 6px;
  height: 6px;
  opacity: 0.5;
  border-radius: 3px;
  margin-right: 12px;
}
.news-list .news-list-item dt {
  flex: 1;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 直播表格 */
.live-table {
  width: 1200px;
  margin: auto;
}
.live-table thead {
  width: calc(100% - 6px);
  line-height: 55px;
  border-bottom: 1px solid #CCCCCC;
}
.live-table thead td {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
}
.live-table thead,
.live-table tbody tr {
  display: table;
  table-layout: fixed;
}
.live-table tbody {
  display: block;
  width: 100%;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.live-table tbody tr {
  width: 100%;
}
.live-table tbody .score {
  font-weight: bold;
  color: #333;
}
.live-table tbody .hot-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 4px 0;
  vertical-align: middle;
}
.live-table tbody .flag {
  width: 32px;
  height: 32px;
  background: transparent;
  object-fit: cover;
  margin-right: 15px;
  vertical-align: middle;
}
.live-table tbody .right .flag {
  margin-left: 15px;
  margin-right: 0;
}
.live-table tbody .link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url('../../images/link-unactive.png');
  position: relative;
}
.live-table tbody td {
  line-height: 48px;
  padding: 0 10px;
}
.live-table tbody td.league {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.live-table tbody td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.live-table tbody td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.live-table tbody td .flex {
  display: flex;
  align-items: center;
}
.live-table tbody td .flex.center {
  justify-content: center;
}
.live-table tbody td .flex p,
.live-table tbody td .flex a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.live-table tbody td .flex p {
  flex: 1;
}
.live-table tbody td a.link {
  color: inherit;
  margin-right: 20px;
}
.live-table tbody td a.link:last-child {
  margin-right: 0;
}
.live-table .right {
  text-align: right;
}
.live-table .center {
  text-align: center;
}
.not-live-table p {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
}
.not-live-table img.loading {
  width: 70px;
}
.not-live-table img.not-match {
  margin: 70px auto 50px;
}
/* 资讯列表 */
.information-list {
  display: flex;
  margin-top: 26px;
}
.information-item {
  width: 100%;
}
.information-item + .information-item {
  margin-left: 30px;
}
.information-item .information-cover {
  width: 380px;
  height: 212px;
  border-radius: 4px;
  position: relative;
  background: url('../../images/default.jpg') left center;
  background-size: cover;
  overflow: hidden;
}
.information-item .information-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-item .information-cover span {
  position: absolute;
  top: 22px;
  left: 19px;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}
.information-item .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 大图模式 */
.information-cover-flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.information-cover-flex .information-cover {
  width: 222px;
  height: 124px;
}
.information-cover-flex .information-cover span {
  top: 12px;
  left: 11px;
}
.information-cover-flex .information-cover-info {
  flex: 1;
  margin-top: 13px;
  margin-left: 11px;
  overflow: hidden;
}
.information-cover-flex .information-cover-info .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 24px;
}
.information-cover-flex .information-cover-info .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.information-cover-flex .information-cover-info .info .eye-icon {
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url('../../images/eye-icon.png');
  margin-right: 8px;
}
.information-item a.information-news {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.information-item a.information-news:last-child {
  margin-bottom: 0;
}
.information-item a.information-news::before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  border-radius: 3px;
  margin-right: 12px;
}
.information-item a.information-news span {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information-item a.information-news em {
  flex: 1;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  color: #999;
}
/* 近期比赛 */
.sprots-recent-competition {
  min-height: 510px;
  position: relative;
  margin-bottom: 40px;
}
.sprots-recent-competition + .sprots-recent-competition {
  margin-top: 200px;
}
.sprots-recent-title {
  width: 106px;
  height: 444px;
  border-radius: 0px 0px 4px 8px;
  position: absolute;
  right: -50px;
  top: -143px;
  z-index: 999;
}
.sprots-recent-title h2 {
  width: 31px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 38px;
  position: absolute;
  margin-top: 130px;
  left: 44px;
  z-index: 10;
  writing-mode: tb-rl;
}
.sprots-recent-title img {
  position: absolute;
  top: 50%;
  left: 29px;
  z-index: 1;
  margin-top: -150px;
}
.sports-living-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
}
.sports-living-box + .sports-living-box {
  margin-top: 40px;
}
.sports-living-box > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.sports-living-box > div + div {
  margin-top: 3px;
  margin-bottom: 3px;
}
.sports-living-box > div .time {
  color: #666;
}
.sports-living-box .team img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.sports-living-box .link-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../../images/link-sm-unactive.png');
  background-size: cover;
  margin-right: 5px;
}
.sports-living-box .sports-living-middle > p {
  font-size: 16px;
  margin-left: 30px;
}
.sports-living-box .sports-living-middle .socre {
  color: #666;
  width: 80px;
  height: 24px;
  line-height: 21px;
  border: 2px solid #ccc;
  border-radius: 4px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.sports-living-box .sports-living-middle .socre span {
  display: block;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
}
.sports-living-box .sports-living-middle .socre::before,
.sports-living-box .sports-living-middle .socre::after {
  content: "  ";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #ccc;
}
.sports-living-box .sports-living-middle .socre::before {
  left: -24px;
}
.sports-living-box .sports-living-middle .socre::after {
  right: -24px;
}
/* 面包屑 */
.com-bread-crumbs {
  width: 1200px;
  margin: 88px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 10;
  color: #999;
}
.com-bread-crumbs p,
.com-bread-crumbs a {
  font-size: 12px;
  color: inherit;
  font-weight: 400;
}
.com-bread-crumbs em {
  font-style: normal;
  margin: 0 5px 0 10px;
}
.description {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin: 10px 0 25px;
}
.hot {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
  justify-content: center;
}
.hot span {
  margin-bottom: 10px;
  margin-right: 20px;
}
.hot a {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  margin-right: 20px;
  line-height: 17px;
}
.copy-right {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin: 10px 0 25px;
}
