html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
em,
i,
th,
td {
  list-style: none;
  font-style: normal;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'PingFangSC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
}
a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
  color: #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  height: 1px;
}
img {
  border-style: none;
  vertical-align: top;
}
img:not([src]) {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}
input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  margin: 0;
  padding: 0;
}
audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.clearFix:after {
  display: block;
  /*height: 0;*/
  /*overflow: hidden;*/
  content: '';
  clear: both;
}
.clearFix {
  *zoom: 1;
  /*兼容低版本浏览器*/
}
@font-face {
  font-family: 'iconfont';
  /* Project id 2902883 */
  src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lanqiu {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lanqiu::before {
  color: #f00;
  content: '\ea73';
}
.icon-zuqiu {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-zuqiu::before {
  color: #f00;
  content: '\e618';
}
.icon-remen {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-remen::before {
  color: #f31c1c;
  content: '\e6c1';
}
.icon-quanbu {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-quanbu::before {
  color: #f00;
  content: '\e681';
}
.toTop {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toTop::before {
  content: '\e64a';
}
.reverse {
  flex-flow: row-reverse;
}
::-webkit-scrollbar {
  width: 10px;
  height: 40;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #999;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #ededed;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.color__main {
  color: #f00;
}
.win {
  color: #dd4b39;
}
.lose {
  color: #008000;
}
.f-left {
  text-align: left !important;
  justify-content: flex-start;
}
.f-right {
  text-align: right !important;
  justify-content: flex-end;
}
a:active,
a:hover {
  color: #f00;
}
.no-live {
  padding: 90px;
  text-align: center;
  color: #999;
}
.no-live dt {
  background: url(../fonts/no_data.svg) no-repeat;
  width: 49px;
  height: 32px;
  display: block;
  transform: scale(2.5);
  margin: 0 auto;
}
.no-live dd {
  margin-top: 40px;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 30px;
  background: #f7f9fa;
  padding: 2px 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.breadcrumbs a:hover {
  color: #f00699;
}
.breadcrumbs a::after {
  content: '';
  display: inline-block;
  background: url(../images/icon_nav_down.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg) scale(0.6);
}
.breadcrumbs a:last-child::after {
  content: '';
  background: none;
}
.sload {
  display: block;
  text-align: center;
  color: #99cc33;
  line-height: 30px;
}
.no-data {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.no-data img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.living::before {
  content: '';
  background: url(../images/living.gif) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  display: inline-block;
}
.living .status-text,
.status-0 .status-text {
  color: #f00 !important;
}
.no-start .status-text,
.status-1 .status-text {
  color: #f00 !important;
}
.no-start .zhibo-name,
.status-1 .zhibo-name {
  color: #4180ff !important;
}
.over-btn .status-text,
.status-2 .status-text {
  color: #999 !important;
}
.over-btn .zhibo-name,
.status-2 .zhibo-name {
  background: #f2f2f2 !important;
  color: #f00 !important;
}
.livelist-box .live-status0 strong,
.livelist-box .living {
  color: #f00;
}
.livelist-box .no-start {
  color: #4180ff;
}
.logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 62px;
  margin: 0 auto;
}
.logo-box .nav-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo-box .nav-box .nav {
  height: 100%;
}
.logo {

}
.footer {
  background: #fff;
  color: #808080;
  padding: 14px 0;
}
.footer .site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding:0px 5px;
}
.footer .site-nav div{display: block;}
.footer .site-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .site-nav ul a {
  margin-right: 14px;
  font-size: 14px;
  font-weight: bold;
}
.footer .copyright {
  text-align: center;
  margin-top: 10px;
  line-height: 20px;
}
.m-footer-content {
  padding: 0 12px;
}
.m-footer-content .f-text {
  flex-shrink: 0;
}
.m-footer-content .site-nav {
  flex-wrap: wrap;
}
.m-footer-content .site-nav ul {
  flex-wrap: wrap;
}
.m-footer-content .site-nav ul li {
  flex-shrink: 0;
}
.main {
  padding-top: 15px;
  padding-bottom: 30px;
}
.arrow-right {
  width: 16px;
  height: 16px;
  background: url(../images/icon_nav_down.png) no-repeat;
  background-size: 100%;
}
.pagination-wrap {
  padding: 20px 10px;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.pagination-wrap .paging-cls {
  text-align: center;
}
.pagination-wrap .paging-cls li{display: inline-block;}
.pagination-wrap .paging-cls .current li{background: #f00;
  color: #fff;
    border: 1px solid #eef3f8;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0 3px;
}
.pagination-wrap .paging-cls span,
.pagination-wrap .paging-cls a {
  display: inline-block;
  border: 1px solid #eef3f8;
  border-radius: 5px;
  padding:3px 5px;
  margin: 0 3px;
}
.pagination-wrap .paging-cls span:hover,
.pagination-wrap .paging-cls a:hover {
  background: #f00;
  color: #fff;
}
.pagination-wrap .paging-cls .current {
  background: #f00;
  color: #fff;
  font-weight: bold;
	border: 1px solid #eef3f8;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0 3px;
}
.pagination-wrap .paging-cls .fa-angle-double-left::before {
  content: '<';
}
.pagination-wrap .paging-cls .fa-angle-double-right::before {
  content: '>';
}
.live_gybf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_gybf h3 {
  font-size: 16px;
  background: #f00;
  line-height: 28px;
  color: #fff;
}
.live_gybf .mxg li {
  display: flex;
  padding: 5px 24px;
  border-bottom: 1px solid #eef3f8;
}
.live_gybf .mxg li h4 {
  width: 110px;
  text-align-last: left;
  line-height: 30px;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.live_gybf .mxg li h4 img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 3px;
  vertical-align: middle;
}
.live_gybf .mxg li span {
  background: #eef3f8;
  flex: 1;
  line-height: 30px;
}
.live_gybf .mxg .to span {
  background: rgba(249, 117, 34, 0.1);
}
.live_gybf .mxg .to .gao {
  background: #f97522;
}
.live_gybf .mxg .tw span {
  background: rgba(39, 197, 195, 0.1);
}
.live_gybf .mxg .tw .gao {
  background: #f00;
}
.live_lqbf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_lqbf h3 {
  font-size: 16px;
  background: #f00;
  line-height: 28px;
  color: #fff;
}
.live_lqbf .bft {
  display: flex;
  background: #eef3f8;
}
.live_lqbf .bft h4 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 3px 0;
}
.live_lqbf .bft h4 img {
  width: 20px;
  margin-right: 3px;
}
.live_lqbf .msg li {
  padding: 0 4px;
  border-top: 1px solid #eef3f8;
  display: flex;
}
.live_lqbf .msg li span {
  flex: 1;
}
.data-title {
  padding: 24px;
}
.info-wrap {
  padding: 0 12px;
}
.info-wrap .flex-between .text-left {
  margin-left: 10px;
}
.info-wrap .flex-between .text-right {
  margin-right: 10px;
}
.info-wrap .flex .t-logo {
  width: 50px;
  height: 50px;
}
.info-wrap .flex dt {
  font-weight: bold;
}
.info-wrap .flex dd {
  color: #999;
}
.data-compare,
.overview-detail {
  line-height: 34px;
  margin-top: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0%);
  border-radius: 8px;
}
.overview-detail {
  padding: 0 12px 12px 12px;
}
.overview-detail .f-left {
  color: #f00;
}
.overview-detail .f-right {
  color: #f97522;
}
.overview-description {
  text-align: center;
  color: #999;
  flex-shrink: 0;
  margin: 0 0.32rem;
}
.data-compare .overview-detail {
  box-shadow: none;
}
.data-compare .rate {
  border-top: 1px solid #f1f1f1;
  border-radius: 0;
}
.data-compare .data {
  color: #f00;
  width: 48px;
}
.data-progress .home-info,
.data-progress .away-info {
  flex-grow: 1;
}
.data-progress .home-info .stat,
.data-progress .away-info .stat {
  align-items: center;
}
.data-progress .overview-description {
  width: 44px;
  margin: 5px;
}
.data-progress .progress {
  position: relative;
  width: 100%;
  height: 14px;
  flex: 1;
  background: rgba(39, 197, 195, 0.1);
}
.data-progress .progress-portion {
  position: absolute;
  height: 100%;
}
.left .progress-portion {
  left: 0;
  background: #f00;
}
.data-progress .progress.right {
  background: rgba(249, 117, 34, 0.1);
}
.right .progress-portion {
  right: 0;
  background: #f97522;
}
.article-detail {
  padding: 10px;
}
.article-detail p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}
.article-detail iframe,
.article-detail img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.tag {
  margin-top: 10px;
}
.tag a {
  background: #eee;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag a:hover {
  opacity: 0.8;
}
.livelist-box {
  flex-wrap: wrap;
}
.livelist-box li {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eee;
}
.livelist-box li:first-child {
  border-top: none;
}
.livelist-box li:hover {
  background: #f2f6ff;
}
.livelist-box li .t-logo {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.livelist-box li h2 {
  font-size: 14px;
}
.livelist-box li h3 {
  font-weight: normal;
  font-size: 14px;
}
.livelist-box li time {
  color: #f00;
  margin-right: 10px;
  display: inline-block;
}
.livelist-box li a:hover {
  color: #333;
}
.livelist-box li .team {
  margin-top: 4px;
  align-items: center;
}
.livelist-box .live-hot-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.livelist-box .hot-live-side {
  width: 300px;
  padding-right: 50px;
}
.livelist-box .hot-live-side.text-right {
  text-align: right;
}
.livelist-box .hot-live-match {
  flex-grow: 1;
}
.livelist-box .score-wrap {
  width: 100px;
  text-align: center;
  flex-grow: 1;
}
.livelist-box .score-wrap span,
.livelist-box .score-wrap strong {
  display: block;
  width: 100%;
}
.livelist-box .team-wrap {
  display: flex;
  align-items: center;
  flex-grow: 0;
  width: 200px;
}
.livelist-box .team-wrap.text-right {
  justify-content: flex-end;
}
* {
  box-sizing: border-box;
}
body {
  background: #f5f5f5;
}
.m-width {
  max-width: 1200px;
  margin: 0 auto;
}
.left-main {
  width: 900px;
}
.right-main {
  width: 280px;
}
.status-lan {
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  padding: 4px 12px;
  border-top: 2px solid #74b5f7;
}
.header {
  width: 100%;
  background: #fff;
}
.header .desc-box .description {
  margin: 0 auto;
  color: #9c9c9c;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
}

.header .live-content{display:flex;flex-wrap:wrap; justify-content:space-between}
.header .live-content .logo{max-width:200px;}
.header .live-content .logo a{font-size:28px;line-height:50px;font-weight:600;}
.header .live-content .logo img{max-height:38px;}
.header .nav {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9c9c9c;
  font-weight: 600;
}
.header .nav ul {
  display: flex;


}
.header .nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 7px 10px;
  flex-grow: 1;
  width: 100px;
}
.header .nav ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
}
.header .nav ul a small {
  font-size: 12px;
  color: #f00;
}
.header .nav ul .active {
  border-bottom: solid #74b5f7 5px;
}
.header .nav ul .active a {
  color: #74b5f7;
  font-weight: 600;
  font-size: 18px;
}
.header .nav ul .active span {
  position: relative;
}
.header .show-all-btn {
  background-color: #fff;
  color: #f00;
  border-radius: 0;
  line-height: unset !important;
}
.header .show-all-btn:hover {
  color: #f00 !important;
  opacity: 1 !important;
}
.header .show-all-btn:hover span {
  border-bottom: solid 1px #f00;
}
.hot-match {
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
.hot-match .swiper {
  width: 100%;
  height: 100%;
  height: 120px;
  overflow: hidden;
}
.hot-match .swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.hot-match .swiper-slide:hover {
  background-color: #38c0be;
  transition: all 0.3s ease;
}
.hot-match .swiper-slide:hover a {
  color: #fff;
}
.hot-match .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.hot-match .swiper-slide .live-btn {
  font-size: 14px;
}
.hot-match .match-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.hot-match .match-name h3 {
  font-size: 14px;
}
.hot-match .hot-game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.hot-match .hot-game-info img {
  width: 40px;
  height: 40px;
}
.hot-match .hot-game-info .team dd {
  margin-top: 8px;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hot-match .hot-game-info .match-score {
  flex-shrink: 0;
  font-size: 18px;
}
.hot-label {
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #dd4b39;
  padding: 2px 20px;
  border-radius: 5px;
}
.hot-category-list {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.hot-category-list .hot-item {
  margin: 10px;
  width: 72px;
}
.hot-category-list .hot-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hot-category-list .hot-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.show-all-btn-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.show-all-btn {
  background: #f00;
  color: #fff;
  width: 118px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.show-all-btn:hover {
  color: #fff !important;
  opacity: 0.8;
  font-weight: bold;
}
.live-content {
  max-width: 1200px;
  margin: 0 auto;

}
.live-content .live-list {
  background: #fff;
  position: relative;
  width: 100%;
}
.live-content .live-list a:hover {
  color: #f00;
}
.live-content .live-list .riqi {
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 500;
  background: #74b5f7 !important;
  border-radius: 5px 5px 0 0;
}
.live-content .live-list .riqi p {
  height: 100%;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
}
.live-content .live-list .riqi span {
  margin-left: 0.5rem;
}
.live-content .live-list .item {
  padding: 10px 20px;
  display: flex;
  border-top: 1px solid #999;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
}
.live-content .live-list .item:hover {
  background: #f2f6ff;
}
.live-content .live-list .item:hover .zhibo-name {
  opacity: 0.8;
}
.live-content .live-list .item .status-text {
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 20px;
  background: #f8f8f8;
  color: #f00;
}
.live-content .live-list .item h2 {
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #f00;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-content .live-list .item .time {
  width:80px;
}
.live-content .live-list .item .time .live-time {
  display: flex;
  font-weight: 600;
  color: #f00;

}
.live-content .live-list .item .time .live-time .live-link {
  margin-left: 1rem;
  font-weight: 600;
  color: #f00;
}
.live-content .live-list .status-bar {
  height: 44px;
}
.live-content .live-list .status-bar span {
  font-weight: bold;
  color: #dd4b39;
  padding-left: 10px;
  display: block;
  position: relative;
  font-size: 18px;
}
.live-content .live-list .status-bar span::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #dd4b39;
}
.live-content .live-list .duizhen {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.live-content .live-list .duizhen .live-link {
  width: 100%;
}
.live-content .live-list .duizhen .score-wrap {
  width: 100px;
  text-align: center;
}
.live-content .live-list .duizhen .score-wrap span,
.live-content .live-list .duizhen .score-wrap strong {
  display: block;
  width: 100%;
}
.live-content .live-list .duizhen .f-left,
.live-content .live-list .duizhen .f-right {
  display: flex;
  align-items: center;
  flex: 1;
}
.live-content .live-list .duizhen .f-left .team-logo {
  margin-right: 1rem;
}
.live-content .live-list .duizhen .f-right .team-logo {
  margin-left: 1rem;
}
.live-content .live-list .duizhen .team-logo {
  width: 36px;
  height: 36px;
}
.live-content .live-list .live-btn {
  width: 60px;
  text-align: center;
}
.live-content .live-list .zhibo-name {
  color: #f00;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.box {
  max-width: 1200px;
  margin: 0 auto;
}
.box-right {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}
.box-right a:hover {
  color: #f00;
}
.box-right .box-title {
  padding: 10px;
  font-size: 18px;
  color: #f00;
  border-bottom: 1px solid #eeeeee;
}
.box-right .hot-cate {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 10px 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.box-right .hot-cate::after {
  content: '';
  width: 78px;
}
.box-right .hot-cate .li-data {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #f00f00;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #f00f00;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li:hover {
  background: #f2f6ff;
}
.box-right .hot-cate li a {
  display: block;
}
.banner-info {
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.banner-info .banner-info-ico {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 20px;
}
.banner-info .banner-info-name {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
.lanqiu-bar {
  background-image: url(../images/lanqiu_bar.png);
  background-size: 100%;
}
.zuqiu-bar {
  background-image: url(../images/zuqiu_bar.png);
  background-size: 100%;
}
.news-box {
  max-width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 5px;
}
.news-box img {
  width: 300px;
}
.news-box ul {
  padding: 5px 0;
}
.news-box ul li {
  position: relative;
  font-size: 16px;
  padding: 5px 8px;
}
.news-box ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: 0;
  margin-right: 8px;
  margin-bottom: 3px;
  background: #d8d8d8;
  border-radius: 50%;
}
.xinwen-list {
  padding-bottom: 10px;
}
.xinwen-list li {
  margin: 10px 10px 0 10px;
}
.xinwen-list li a {
  position: relative;
  display: block;
}
.xinwen-list li a:hover {
  color: #fff;
}
.xinwen-list li img {
  width: 100%;
  height: 100px;
  display: none;
}
.xinwen-list .hover-news img {
  display: block;
}
.xinwen-list .hover-news a {
  color: #fff;
}
.xinwen-list .hover-news span {
  width: calc(100% - 10px);
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  bottom: 0;
  left: 0;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.article-content {
  max-width: 1200px;
  margin: 0 auto;
}
.article-list {
  background: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.article-list .no-live {
  margin: 0 auto;
}
.article-list li {
  padding: 24px;
  width: 100%;
}
.article-list .msg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-list .msg span {
  color: #f00;
}
.article-list .imga img {
  width: 200px;
  height: 100px;
  margin-right: 20px;
}
.article-detail-main {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.article-detail-main .title-bar {
  text-align: center;
}
.article-detail-main .news-time {
  text-align: right;
  margin-top: 10px;
}
.article-detail-main .news-time p {
  line-height: 28px;
}
.article-detail-main .news-time time {
  color: #999;
}
.match-nav {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.match-nav li {
  margin-right: 20px;
}
.match-nav a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: bold;
}
.match-nav .active {
  border: 1px solid #f00;
  color: #f00;
}
.match-nav .icon-quanbu,
.match-nav .icon-remen,
.match-nav .icon-zuqiu,
.match-nav .icon-lanqiu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-nav .icon-quanbu::before,
.match-nav .icon-remen::before,
.match-nav .icon-zuqiu::before,
.match-nav .icon-lanqiu::before {
  margin-right: 4px;
  font-size: 18px;
}
.reverse .left-main {
  width: 960px;
}
.reverse .right-main {
  width: 220px;
}
.date-list {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: stretch;
}
.date-list li {
  flex-grow: 1;
}
.date-list a {
  width: 120px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  color: #f00f00;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.date-list a:hover {
  color: #f00;
}
.date-list .active {
  background: #f00;
  color: #fff;
}
.date-list .active:hover {
  color: #fff;
}
.main-wrap {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}
.main-wrap .video-box {
  display: flex;
  justify-content: space-between;
}
.main-wrap .video-box .video-list {
  width: auto;
  flex-grow: 1;
  margin-top: 0;
}
.main-wrap .video-box .video-list .time {
  width: auto;
}
.main-wrap .video-box .video-list .duizhen {
  width: auto;
}
.main-wrap .video-box .video-list .duizhen .score-wrap {
  width: auto;
  margin: 0 20px;
}
.main-wrap .video-box .video-list .zhuwujilv {
  text-align: center;
  margin-top: 20px;
}
.main-wrap .zblb_heard_flcha li {
  display: block;
  background-color: #fff;
  font-size: 16px;
  border-right: 10px solid #999;
  cursor: pointer;
}
.main-wrap .zblb_heard_flcha li a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
}
.main-wrap .zblb_heard_flcha li.active {
  background-color: #f00;
}
.main-wrap .zblb_heard_flcha li.active a {
  color: #fff;
  font-weight: 600;
}
.left-wrap {
  width: 73%;
  background-color: #fff;
}
.right-wrap {
  width: 25%;
  background-color: #fff;
}
.anco-title {
  background-color: #f00;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.hotv-ul li,
.hotv-ul a {
  display: block;
  width: 100%;
}
.hotv-ul li + li {
  border-top: #999 solid 1px;
}
.hotv-ul a {
  padding: 8px 10px;
}
.footer {
  background-color: #323a45;
  color: #fff;
}
.footer a {
  color: #fff;
}



.flex {
  display: flex;
  align-items: center;
}
.live-main .live-inner {
  border-radius: 8px;
  background: #fff;
  padding: 10px 15px;
  margin-top: 10px;
}
.live-main .t-logo {
  width: 72px;
  height: 72px;
}
.live-main .f-left {
  margin-left: 10px;
}
.live-main .f-right {
  margin-right: 10px;
}
.live-main .match-info {
  height: 140px;
  border-radius: 8px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
.live-main .match-info .match-team {
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}
.live-main .match-info .match-team .team{width: 40%}
.live-main .match-info .match-head {
  font-size: 16px;
}
.live-main .match-info .score {
  font-size: 34px;
}
.live-main .match-info .matchNostart {
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 6px;
  display: inline-block;
  border-radius: 5px;
  margin: 10px 0;
  font-weight: bold;
}
.live-main .zuqiu-bg {
  background: url(../images/zqbg.jpg);
  background-size: 100%;
  background-position: center;
}
.live-main .lanqiu-bg {
  background: url(../images/lqbg.png);
  background-size: 100%;
  background-position: center;
}
.signal-list {
  font-size: 20px;
  color: #dd4b39;
  margin: 10px 0;
  flex-wrap: wrap;
}
.signal-list .signal {
  display: inline-block;
  background: url(../images/signal.svg) no-repeat;
  background-size: 100%;
  width: 34px;
  height: 34px;
  filter: drop-shadow(#dd4b39 999999px 0);
  transform: translateX(-999999px);
}

.signal-list a {
  font-size: 16px;
  color: #fff;
  background:#74b5f7;
  padding: 4px 8px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: inline-block;
}
.signal-list a:hover {
  background: #dd4b39;
  cursor: pointer;
  color: #fff;
}



.signal-list button {
  font-size: 14px;
  color: #dd4b39;
  padding: 4px 10px;
  margin-right: 10px;
  margin-bottom: 4px;
  border-radius: 4px;
}
.signal-list button:hover {
  background: #dd4b39;
  cursor: pointer;
  color: #fff;
}
.livebox {
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height:1.8;
}
@media (max-width: 780px) {
.livebox img{
  width: 100%;
}
}
.livebox .tab-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 54px;
  line-height: 54px;
}
.livebox .tab-list li {
  width: 140px;
  text-align: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.livebox .tab-list li:hover {
  color: #dd4b39;
  font-weight: bold;
}
.livebox .tab-list .tab-active span {
  font-weight: bold;
  color: #dd4b39;
  border-bottom: 6px solid #dd4b39;
  display: inline-block;
}

.liaotian-pannel a{color:red}



.tab-pannel .pannel-info {
  display: none;
  padding-top: 10px;
  position: relative;
}
.tab-pannel .pannel-info .section {
  padding: 0 24px;
}
.tab-pannel .liaotian-pannel {
  padding: 24px;
}
.tab-pannel .liaotian-pannel .warn {
  background-color: #fff8ea;
  font-size: 12px;
  color: #e6b95e;
  padding: 8px 10px;
}
.tab-pannel .liaotian-pannel .warn .notification {
  display: flex;
  align-items: center;
}
.tab-pannel .liaotian-pannel .warn .notification::before {
  content: '';
  display: inline-block;
  background: url(../images/notify.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  filter: drop-shadow(#e6b95e 999999px 0);
  transform: translateX(-999999px);
}
.tab-pannel .liaotian-pannel .join-tip {
  margin-top: 10px;
  margin-bottom: 100px;
  color: #333;
}
.tab-pannel .liaotian-pannel .send-box {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.11);
  padding: 5px 0;
}
.tab-pannel .liaotian-pannel .send-box input {
  outline: none;
  background: #f7f7f7;
  flex: 1;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-indent: 20px;
  margin-right: 30px;
  margin-left: 12px;
}
.tab-pannel .liaotian-pannel .send-box .sendBtn {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 12px;
  background: transparent;
  font-size: 34px;
  color: #dd4b39;
}
.tab-pannel .zhibo-info {
  padding: 24px;
}
.tab-pannel .zhibo-info p {
  font-size: 14px;
  line-height: 34px;
}
.tab-pannel .zhibo-info p span {
  color: #666;
}
.tab-pannel .zhibo-info .site-name {
  color: #dd4b39;
}
.livemstop {
  padding: 24px;
}
.livemstop h3 {
  display: flex;
  align-items: center;
}
.livemstop img.t-logo {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.live-data-list {
  padding: 0 24px;
  text-align: center;
}
.live-data-list dt {
  display: flex;
  align-items: center;
  color: #999999;
  justify-content: space-between;
  border: 1px solid #e9e9e9;
  background: #eee;
  box-sizing: border-box;
  height: 28px;
  line-height: 28px;
}
.live-data-list dt > div {
  width: 100%;
  text-align: center;
  padding: 8px 0px 8px 4px;
}
.live-data-list .live-match-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.live-data-list .live-match-item:hover {
  background: #eee;
}
.live-data-list .live-match-item:last-child {
  border-bottom: none;
}
.live-data-list .live-match-item h3 {
  font-size: 14px;
  font-weight: normal;
}
.live-data-list .live-match-item > div {
  width: 100%;
  text-align: center;
  padding: 8px 0px 8px 4px;
}
.live-data-list .live-match-item .pan em,
.live-data-list .live-match-item .jin em {
  display: block;
}
.live-data-list .live-match-item .ban {
  color: #999;
}
.live-data-list .recent-vs {
  width: 100px !important;
  flex-shrink: 0;
}



.qiuduiqiuyuan{padding:20px;}

.qiuduiqiuyuan .news-title{margin-bottom: 20px;text-align: center}
.qiuduiqiuyuan .qiudui{margin-bottom: 20px}
.qiuduiqiuyuan .qiudui ul a{border:1px solid #ccc;border-radius: 4px;margin:2px 5px 5px 0;display:inline-block;padding:2px 6px;}




.qiuduiqiuyuan img{display: block;margin:10px auto;max-width: 100%}


.qy_qyxx ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding:5px 0}
.qy_qyxx ul li{display: flex;width:32.333%;border:1px solid #EFEFEF;border-radius:8px;box-sizing: border-box;justify-content: center;flex-direction: column;align-items: center;padding:15px 0;font-size: 16px;font-weight: 400;color: #000;margin:5px 0;}
.qy_qyxx ul li span{color: #ADADAD;font-size: 12px;display:block;padding-top:5px;}



.match_info_item .sqfx{padding:10px 0;}
.match_info_item .sqfx  .mainform{border: solid 1px #d3d3d3;}

.match_info_item .sqfx  .mainform span{line-height:1.2;padding:10px 0}
.match_info_item .sqfx  .mainform .r1{display: flex;justify-content: space-between;background: #efefef;}
.match_info_item .sqfx  .mainform .r2{display: flex;justify-content: space-between;border-top: solid 1px #d3d3d3;}
.match_info_item .sqfx  .mainform .r1 span{width:20%;text-align:center;font-weight:600}
.match_info_item .sqfx  .mainform .r2 span{width:20%;text-align:center}



@media(max-width:1200px){
.header .live-content .logo{padding:0 10px}
}


@media(max-width:800px){
.main-wrap{flex-wrap: wrap;}
.left-wrap{width: 100%;}
.right-wrap{width: 100%;}
.main-wrap .video-box{flex-wrap: wrap;}
.fenglei_lb{width: 100%;}
.main-wrap .zblb_heard_flcha li{display: inline-block;border-right:0;font-size: 14px;}
.main-wrap .zblb_heard_flcha li a{padding:5px 15px;}
}


@media (max-width: 780px) {
.qy_qyxx ul {border:0;}
.qy_qyxx ul li{width:48%;margin:1% 0}
.header .live-content .logo{width:100%;text-align:center;max-width:100%}
.header .nav{width:100%;background:#3a95f1}
.header .nav ul{width:100%}
.header .nav ul li{width:25%}
.header .nav ul li a{color:#fff}
.live-content .live-list .item{flex-wrap:wrap}
.live-content .live-list .item .time{width: 100%;display: flex;justify-content: center;flex-direction:row-reverse}
.live-content .live-list .item .time .live-time{padding:0 8px;}
.live-content .live-list .duizhen{width:100%;padding:10px 0}
.live-content .live-list .live-btn{width:180px;margin:5px auto}
}


.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000; /* Optional: background color for when video is loading */
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
