html {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	width: 100%;
	/* height: 100%; */
	-webkit-user-select: none;
  background-color: #F3F3F3;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
}
body,button,input,select,textarea{
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}
button,input,select,textarea {
	border: none;
	font-size: 100%;
}
b,em,i {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-search-cancel-button {
	display: none
}
a,button,input,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent
}
a {text-decoration: none}
a:link {text-decoration: none}
a:hover {text-decoration: none}
a:active {text-decoration: none}
a:visited {text-decoration: none}

.clear {
	clear: both!important;
}
.time_show{
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #707070;
}
.time_show div{
  padding-bottom: 5px;
  padding: 5px 10px;
  background: #ffffff;
  margin:0px auto;
  padding-left: 13px;
  text-align: center;
}
.time_show div .breadcrumbs{
  position: relative;
  top: -1px;
  font-size: 14px;
  color: #CCCCCC;
  line-height: -3px;
  display: inline-block;
  transform: scaleY(1.5);
  padding: 0px 10px 0px 10px;
}
.clearfix:after {
	content: '';
	clear: both!important;
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}
.none {
	display: none!important;
}
.hidden {
	visibility: hidden!important;
}
.text-ignore{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.days-tv-cname .longtext-ignore{
  color: #777777;
  font-weight: 400;
}
.longtext-ignore{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #000000;
}
.text-normal{
	word-wrap: break-word;
	word-break: break-all;
}
.border-box{
	box-sizing: border-box;
}

.flex-child-grow,
.flex-child-equal{
  display: flex;
}
.flex-child-equal>*{
  flex: 1;
}
.flex-child-grow>*{
  flex-grow: 1;
  /* flex-shrink: 1; */
}
.vertical-center{
  display:flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 94px;
  font-size: 14px;
  background-color: #FFFFFF;
  z-index: 99;
}

.body {
	margin-top: 94px;
	font-size: 14px;    
  background: #F3F3F3;
}

.footer{
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
}

.footer a {
  margin-left: 10px;
}

.footer .copy{
  line-height: 19px;
  font-size: 14px;
  color: #5A7ABD;
  text-decoration: none;
}

.footer .footer-bottom{
  background: #182843;
  color: #999;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 10px;
}

.footer .footer-bottom p{
  text-align: center;
  line-height: 19px;
}

.link{
  border-top: 2px solid var(--main-theme-color);
  margin-top: 12px;
  background: #fff;
}

.link .title1{
  /* color: var(--main-theme-color); */
  font-size: 14px;
  line-height: 18px;
  padding: 6px 12px;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
}

.link .link-nodata{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link .link-nodata img{
  margin-top: 10px;
  margin-bottom: 4px;
  width: 22px;
  height: 20px;
}

.link .link-nodata p{
  text-align: center;
  font-size: 12px;
  color: #989898;
  margin-bottom: 10px;
}

.header .logo{
  height: 58px;
  line-height: 58px;
  padding-left: 12px;
  display: flex;
  padding-right: 12px;
  flex-direction: row;
  justify-content: space-between;
}

.header .logo img{
  vertical-align: middle;
  width: 123px;
  height: 45px;
}

.header .header_ad{
  align-self: center;
}

.header .header_ad img{
  display: block;
  width: 60vw;
  /* height: 40px; */
}

.header-nav{
  text-align: center;
}
.header-nav>#main-nav{
  align-items: center;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.header-nav li{
  height: 36px;
  line-height: 36px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  padding: 0 0.5rem;
  scroll-snap-align: start;
  justify-content: center;
  text-align: center;
}
.header-nav li.active{
  background-color: var(--sub-theme-color);
}
.header-nav li a{
  color: #FFFFFF;
  font-weight: bold;
}
.header-nav li.active a{
  color: #fff
  font-weight: bold;
}

#gotop{
  position: fixed;
  width: 54px;
  height: 54px;
  right: 2px;
  bottom: 77px;
  cursor: pointer;
  background-image: url(../images/arrows-up-new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: transparent;
  z-index: 101;
}

#magnet-top{
  overflow: hidden;
  text-align: left;
  max-height: 30px;
}
.css-sticky{
  margin-bottom: 12px;
}
.css-sticky .days-tv-card{
  position: relative;
}
.css-sticky .e4-text-warn{
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  z-index: 9;
  padding-left:13px;
}

/*
.under-nav-warp{
  overflow: hidden;
  margin: 0 auto;
}
.under-nav-group{
  overflow: scroll;
  display: flex;
  flex-direction: row;
}
.under-nav-group a{
  background: var(--main-theme-color);
  display: flex;
  align-items: center;
  height: 36px;
  padding: 8px 10px;
  float: left;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #FFFFFF;
}
*/

.under-nav-warp{
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 12px 2px 12px;
}
.under-nav-group{
  flex-direction: row;
  display: grid;
  flex-flow: wrap;
  width: 95vw;
  margin: auto;
  grid-template-columns: repeat(auto-fill,minmax(62px, 1fr));
}
.under-nav-group a{
  display: flex;
  padding: 6px 15px;
  border-radius: 1rem;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  justify-content: center;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 10px;
  width: 62px;
}
.under-nav-group a:hover,.under-nav-group a:active,.under-nav-group a:focus{
  background-color: var(--sub-theme-color);
  color: #fff;
}
.hot-card{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #707070;
  margin: 12px 0 17px 0;
}
.hot-card-left,
.hot-card-right{
  height: 38px;
  line-height: 38px;
}
.hot-card-left{
  float: left;
  width: 70px;
}
.hot-card-right{
  margin-left: 81px;
}
.hot-card-right a{
  float: left;
  text-align: center;
  width: 25%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
}

.news-list li i{
  float: left;
  width: 25px;
  height: 20px;
  background-position-x: 3px !important;
}
.news-list li>svg{
  float: left;
  height: 20px;
  margin-right: 4px;
}
.news-list li a{
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #333;
}
.icon-news-play{
	background: url(../images/play-black.png) center center no-repeat;
	background-size: auto;
}
.news-list li:hover a,.news-list li:active a,.news-list li:focus a{
  color: var(--sub-theme-color);
}
.news-list li:hover>svg>path,.news-list li:active>svg>path,.news-list li:focus>svg>path{
  stroke: var(--sub-theme-color);
}
.news-list li:hover>.icon-news-play,.news-list li:active>.icon-news-play,.news-list li:focus>.icon-news-play{
	background: url(../images/play-red.png) center center no-repeat;
	background-size: auto;
}
.days-live-card{
  margin-bottom: 10px;
}
.days-live-card > h6,
.days-tv-card > h6{
  height: 30px;
  line-height: 30px;
}
.days-tv-card > h6{    
  background-color: var(--main-theme-color);
  border: none;
  color: #fff;
}
.days-tv-card > h6::before{ 
	background: url(../images/time-white.png) center center no-repeat;
	background-size: auto;
  width: 18px;
  height: 18px;
}
.match-grid-container {
  display: grid;
  grid-template-columns: 12% 12% 52% 24%;
}
.match-grid-item {
  padding: 12px;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
}

.match-grid-item p{
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.days-tv-list{
  font-size: 14px;
  background: #ffffff;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
}
.days-tv-list li{
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px;
  border-bottom: 1px solid #f3f3f3
}
.days-tv-left{    
  position: absolute;
  left: 13px;
  top: 10px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.days-tv-time{
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: var(--main-theme-color);
  white-space: nowrap;
  margin-top: 2px;
}
.days-tv-cname{
  display: table;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.days-tv-cname > div{
  display: table-cell;
  vertical-align: middle;
}

.days-tv-center{
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 130px;
  right: 100px;
}
.days-tv-right{
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.days-tv-center p,
.days-tv-right p{
  color: #000000;
  line-height: 14px;
}
.days-tv-cname p,
.days-tv-center p a,
.days-tv-right p a{
  color: #777777;
  font-weight: 400;
}
.days-tv-center p:first-child,
.days-tv-right p:first-child{
  margin-bottom: 8px;
}

.rank-type{
  overflow: hidden;    
  font-size: 14px;
  background: #ffffff;
  padding: 6px 0px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #060627;
}

.rank-type ul{
  position: relative;
  float: left;
  left: 50%;
}

.rank-type li{
  position: relative;
  float: left;
  right: 50%;
  padding-left: 4px;
  padding-right: 4px;
}

.rank-type li::before{
  content: '';
  display: inline-flex;
  flex-direction: row;
  width: 2px;
  height: 15px;
  position: relative;
  top: 2px;
  background: #cccccc;
  margin: 0 12px 0 10px;
}

.rank-type li:first-child::before{
  content: '';
  width: 0;
  height: 0;
  background: none;
  margin: 0;
}

.rank-type li i{
  margin-right: 8px;
}

.rank-type .active{
  font-weight: bold;
  color: var(--main-theme-color);
}

.rank-table{
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #777777;
  background: #ffffff;
}

.rank-table .rank-table-th{
  background-color: #E9E9E9;
  height: 30px;
  /*border-top: 12px solid #f3f3f3;*/
}
.rank-table .rank-table-bold{
  font-weight: bold;
}
.rank-table.first-left tr th{
  font-weight: 400;
}
.rank-table.first-left tr th:first-child span{
  font-size: 20px;
  line-height: 26px;
}
.rank-table.first-left tr th:first-child i{
  font-size: 14px;
  font-style: normal;
  line-height: 19px;
  margin-left: 4px;
}
.rank-table.first-left tr th:first-child span,.rank-table.first-left tr th:first-child i{
  font-weight: bold;
  color: var(--sub-theme-color);
}
.rank-table th:first-child, .rank-table td:first-child { padding-left: 13px; }
.rank-table th:last-child, .rank-table td:last-child { padding-right: 13px; }
.rank-table.first-left tr th:first-child,
.rank-table.first-left tr td:first-child{
  text-align: left;
}

.rank-table td{
  padding-top: 2px;
  padding-bottom: 2px;
  height: 25px;
}

/* .rank-table tr:nth-of-type(odd) {

  border-bottom: 1px solid #F5F5F5;
} */
.rank-table tr{
  border-bottom: 1px solid #F3F3F3;
}

.rank-table tr i{
  font-style: italic;
}
.rank-table tr em{
  color: #999999;
}
.vs-container{
  background-color: white;
  margin-top: 110px;
  margin-bottom: 15px;
}

.vs-card-ufc{
  position: relative;
  text-align: center;
  box-sizing: border-box;
  height: 192px;
  background: url('../images/match-bg-ufc.png');
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.vs-card-ufc.ufc-end {
  background: url('../images/match-bgend-ufc.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.vs-card{
  position: relative;
  text-align: center;
  box-sizing: border-box;
  height: 192px;
  background: url('../images/vs_bg.png');
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.vs-card.vs-end {
  background: url('../images/match_end.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.vs-right,
.vs-left{
  flex: 1;
  top: 30px;
  max-width: 90px;
}
.vs-info img{
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 4px;
}
.vs-center{
  width: 160px;
}
.vs-left{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.vs-right{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.vs-time {
  height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  text-align: center;
}
.vs-pointer{
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
}
.vs-pointer .dash {
  margin: 0 5px;
}
.vs-pointer span{
  margin: 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.vs-status{
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
}
.vs-status.live {
  color: #FF0000;
}
.vs-live{
  padding: 10px;
  display: flex;
  align-items: center;
}
.vs-live > *{
  float: left;
  /* margin-left: 10px;
  margin-bottom: 10px; */
}
.vs-live .e4-button{
  padding: 8px 5px;
  font-weight: bold;
}
.vs-live .icon-phone{
  display: inline-block;
  width: 17px;
  height: 23px;
  vertical-align: text-bottom;
}
.vs-live .live_signal{
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #989898;
  display: flex;
}
.vs-live .live_signal img{
  margin-right: 10px;
}

/* 直播源列表 */
.signalCon {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}

.clickliveorigin {
  height: 25px;
  display: block;
  text-decoration: none;
  margin: 0 10px 10px 0 !important;
}

/* .signalCon_list {
  height: 25px;
} */


.signalCon_list>h5 {
  max-width: 120px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  box-sizing: border-box;
  color: white;
  background-color: var(--main-theme-color);
  overflow:hidden;
  word-break:keep-all;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-top: 5px;
  border-radius: 8px;
}

.signalCon .a h5{
  background-color: #989898;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 8px;
  color: white;
  padding: 0 10px;
}


.signalCon_listD {
  box-sizing: border-box;
  height: 24px;
  background: #CCCCCC;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.signalCon_listD>h5 {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  padding: 0 15px;
  box-sizing: border-box;
}

.green {
  border-radius: 2px;
  box-sizing: border-box;
  padding: 2px 7px;
  border: 1px solid #E9E9E9;
}
.breadcrumb{
  float: left;
  height: 36px;
  line-height: 36px;
  color: #CCCCCC;
  transform: scaleY(1.75);
}
.days-tv-list .days-tv-right p a span{
  display: block;
  width: 74px;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 4px 7px;
  white-space: nowrap;
}
.pre-game{
  border: 1px solid #E9E9E9;
  color: #777777;
  display: block;
  width: 74px;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 4px 7px;
  white-space: nowrap;
}

.end{
  border: 1px solid #E9E9E9;
  color: #777777;
  display: block;
  width: 74px;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 4px 7px;
  white-space: nowrap;
}

.live-game{
  background: var(--sub-theme-color);
  border: 1px solid var(--sub-theme-color);
  color: #fff;
  display: block;
  width: 74px;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 4px 7px;
  white-space: nowrap;
}
.days-tv-list .days-tv-right p a span.incoming{
  border: 1px solid #E9E9E9;
  color: #777777;
}
.days-tv-list .days-tv-right p a span.live{
  background: var(--sub-theme-color);
  border: 1px solid var(--sub-theme-color);
  color: #fff;
}

.empty-container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.empty-container .empty-text {
  margin-top: 5px;
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  color: #989898;
}


.under-nav .under-nav-warp .under-nav-group.f-just-center{
  justify-content: center;
  display: flex;
}
.under-nav .under-nav-warp .under-nav-group.f-just-center a{
  justify-content: center;
  width: 72px;
  height: 30px;
  background: #ffffff;
  color: #777777;
  margin: 0 5px;
  border-radius: 1rem;
  font-size: 14px;
}
.under-nav .under-nav-warp .under-nav-group.f-just-center a.e4-button--active{
  background: var(--sub-theme-color);
  border: none;
  color: #ffffff;
}


.rank-table.first-left tbody tr td:first-child{
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 14px;
}
.rank-table.first-left tbody tr td:last-child{
  font-weight: bold;
}
.rank-table.first-left tr em{
  display: inline-flex;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #CCCCCC;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 16px;
  color: #FFFFFF;
}

/* 首页热门赛事css */
.hot-match-container{
  padding: 0px 0px 0px 12px;
  background-color: #F3F3F3;
}

.hot-match-container .hot-match-item{
  width: 168px;
  height: 120px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  background: var(--main-theme-color);
  color: #fff;
  border-radius: 6px;
}
.hot-match-item .info1{
  display: flex;
  justify-content: space-between;
  height: 30px;
  align-items: center;
  background: var(--main-theme-color);
  color: var(--sub-theme-color);
  padding: 5.5px 10px;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid var(--grey-color);
}

.hot-match-item .info1 p{
  margin-right: 8px;
  font-size: 14px;
  color: var(--sub-theme-color);
}

.hot-match-item .teamname span, .hot-match-item .teamname span{
  color: #fff;
}

.hot-match-item .info1 span{
  font-size: 12px;
}

.hot-match-item .info1 noyet{
  color:#5A7ABD;
}

.hot-match-item .match-score-wrap{
  padding: 8px 10px 10px 10px;
  
}

.hot-match-item .match-score-wrap .match-score{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
}

.match-score-wrap .match-score .teamname, .match-score-wrap .match-score .scores{
  display: flex;
  flex-direction: column;
}

.match-score-wrap .hot-left-new{
  margin-bottom: 6px;
}

.hot-match-item .hot-match-play{
  margin-top: 10px;
  display: flex;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  justify-content: space-between;
}

.hot-match-item .hot-match-play .living a{
  color: #FF0000;
}

.hot-match-item .hot-href-new a{
  color:#5A7ABD;
}

.hot-match-item .teamname .failteam, .hot-match-item .scores .failteam{
  color: #989898;
}

.hot-match-item .hot-match-play>.hot-href-new{
  display: flex;
  align-items: center;
  gap: 2px;
}
.hot-match-item .hot-match-play>.hot-href-new.state.living>svg>path{
  stroke: var(--sub-theme-color);
}
.hot-match-item .hot-match-play>.hot-href-new.state.living>a{
  color: var(--sub-theme-color);
}
.hot-match-item .hot-match-play>.hot-href-new.state.notyet>a{
  color: var(--grey-color)
}
.hot-match-item .hot-match-play>.hot-href-new.state.notyet>svg>path{
  stroke: var(--grey-color);
}
.hot-match-item .hot-match-play>.hot-href-new.state.endmatch>a{
  color: var(--light-blue-color)
}
.hot-match-item .hot-match-play>.hot-href-new.state.endmatch>svg>path{
  stroke: var(--light-blue-color);
}
.under-nav{
  padding-top: 12px;
  background-color: #F3F3F3;
}

.under-nav .nav-submenu{
  display: flex;
  background-color: #F3F3F3;
  justify-content: space-between;
  margin-bottom: 10px;
}

.e4-video-h{
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 105px;
}

.e4-video-title{
  width: 80%;
  text-align: center;
  margin: auto;
}

/* Schedule page */
.season_wrapper,.round_wrapper{
  position: relative;
  background: #fff;
} 
.round_wrapper{
  padding-bottom: 0.75rem;
} 
.season_wrapper .topic_season_texts,.round_wrapper .topic_season_textr{
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0.5rem 0.65rem;
  display: flex;
  align-items: center;
  gap: .25rem;
}
.season_wrapper .topic_season_btns, .round_wrapper .topic_season_btnr{
  width: 100%;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.8rem;
  border: 1px solid #E9E9E9;
  color: #777;
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  border-radius: 0.25rem;
}
.season_wrapper .topic_season_btns.active, .round_wrapper .topic_season_btnr.active{
  background: var(--main-theme-color);
  color: #FFFFFF;
}
.season_wrapper .arrow_s, .round_wrapper .arrow_r{
  border-bottom: 2px solid var(--main-theme-color);
  border-right: 2px solid var(--main-theme-color);
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0.5rem;
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out;
}
.season_wrapper .topic_season_btns.active .arrow_s, .round_wrapper .topic_season_btnr.active .arrow_r{
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.season_wrapper .arrow_s.arrow_up, .round_wrapper .arrow_r.arrow_up{
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 0.75rem;
}
.season_wrapper .season_box{
  min-height: 50px;
  background: #F8F8F8;
  border-top: 1px solid #eee;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 2;
}
.round_wrapper .round_box{
  background: #F8F8F8;
  border-top: 1px solid #eee;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 2;
}
.round_wrapper .btn_wrapper, .season_wrapper .btn_wrapper{
  width: 100%;
  position: relative;
  z-index: inherit;
  padding: 0.5rem 0.7rem;
  box-sizing: border-box;
}
.round_wrapper .btn_wrapper .round_box, .season_wrapper .btn_wrapper .season_box{
  position: absolute;
  width: calc(100% - 20px);
  display: grid;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
  padding: .2rem;
  box-sizing: border-box;
}
.round_wrapper .btn_wrapper .round_box{
  grid-auto-flow: column;
  grid-template-rows: repeat(8, 1fr);
} 
.season_wrapper .btn_wrapper .season_box{
  grid-auto-flow: row;
}
.round_wrapper .btn_wrapper .round_box li{
  font-size: 0.85rem;
  cursor: pointer;
  text-align: center;
  line-height: 1.85rem;
}
.season_wrapper .btn_wrapper .season_box li{
  position: relative;
  width: 100%;
  font-size: 0.85rem;
  text-align: center;
  cursor: pointer;
  line-height: 1.85rem;
}
.update_div{
  margin-bottom: 20px;
}

.season_wrapper .arrow_forward{
  width: 34px;
  height: 34px;
  position: absolute;
  right: 16vw;
  top: 0;
}
.season_wrapper .arrow_forward::after{
  content: "";
  position: absolute;
  top: 0.55rem; 
  border-bottom: 2px solid var(--main-theme-color);
  border-right: 2px solid var(--main-theme-color);
  height: 8px;
  width: 8px;
  cursor: pointer;
  transform: rotate(-45deg);
}
.season_wrapper .arrow_backward{
  width: 34px;
  height: 34px;
  position: absolute;
  left: 16vw;
  top: 0;
}
.season_wrapper .arrow_backward::after{
  content: "";
  position: absolute;
  top: 0.55rem; 
  border-bottom: 2px solid var(--main-theme-color);
  border-right: 2px solid var(--main-theme-color);
  height: 8px;
  width: 8px;
  cursor: pointer;
  transform: rotate(135deg);
}
.schedule_wrapper{
    background: #fff;
}
.match_title_h{
    font-size: 0.7rem;
    font-weight: bold;
    color: #000;
}
.time_page{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.7rem;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #707070;
    background: #FFFFFF;
    margin: 0.5rem 0;
}
.time_show1{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.chev_bc{
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  height: 7px;
  width: 7px;
  transform: rotate(-45deg);
}
/* END Schedule page */
.chevron::before {
	border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.4em;
  left: 0.15em;
  position: relative;
  transform: rotate(-45deg);
  vertical-align: initial;
  width: 0.4em;
  color: #ccc;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}
.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}
.topindex_tag_silid a.active {
  background: var(--main-theme-color);
  color: #fff;
  border: 1px solid var(--main-theme-color);
}
.topindex_tag_silid {
  width: 12.5rem;
  overflow: hidden;
  margin-left:10px;
  padding: 12px 0;
}
.topindex_tag_silid a,.topindex_tag_silid li {
  font-size: 14px;
  color: #060606;
  width: auto;
  padding: 0.25rem 0.75rem;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
  margin-right: 0.5rem;
  background: #fff;
  cursor: pointer;
}
.topindex_tag_silid a:active,.topindex_tag_silid li:active,.topindex_tag_silid a.active,.topindex_tag_silid li.active {
  background: var(--sub-theme-color);
  color: #fff;
  border: 1px solid var(--sub-theme-color);
}
.player_container{
  width: 100%;
  height: 180px;
  background: #f5f5f5;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #fff;
  padding-bottom: 15px;
}
.video-grid-item {
  padding: 10px 10px 0px 10px;
  font-size: 30px;
  text-align: center;
}
.imageNewBox .bg-news{
  display: block;
  width: 100%;
  height: 96px;
}

.imageNewBox .play_video_icon{
  display: block;
  width: 18%;
  position: relative;
  height: 30px;
  bottom: 66px;
  left: 66px;
}
.video-grid-item span{
  color: #333333;
}
.video-grid-item .time{
  font-size: 12px;
  color: #888888;
}
/*翻页*/ 
.pagination-style{
    text-align: center;
    background: #fff;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px
}
.pagination>li {
    float: left;
    margin: 0 5px;
}
.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: var(--main-theme-color);
    background-color: #eee;
    border-color: #eee
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    cursor: default
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #eee;
    cursor: not-allowed
}



.ListItem{padding:10px;overflow:hidden; background:#FFF; margin-bottom:10px;}
.ctimg{ width:100%; text-align:center}
.ctnr{ width:100%; font-size: 14px;}
.ctimg img{width:150px; height:90px;}




 .articles_text{ background:#fff; padding:10px;}

 .articles_text .title h1 {
        font-size: 28px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 37px;
        color: #292E2E;
        margin-bottom: 20px;
    }
    .articles_text .title .source_time {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
        padding-bottom: 20px;
        border-bottom: 1px solid #D3E1E2; margin-bottom: 10px;
    }


 .articles_text .newstext{ font-size:16px; color:#333; line-height:30px;}
 .articles_text .newstext img{ max-width:auto !important;height:auto!important}
 

.articles_tag_text ul {
	display: flex;
	flex-wrap: wrap; margin-top: 10px;
}
.articles_tag_text ul li {
	height: 40px;
	border-style: solid;
	border-radius: 20px;
	border-color: #EEEEEE;
	border-width: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-in-out 200ms;
	margin: 30px 30px 0 0;
}
.articles_tag_text ul li a {
	color:#666;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	line-height: 40px;
	border-radius: inherit;
	padding: 0 30px;
	background-color: #f5f5f5;
}
.articles_tag_text ul li:hover{
	border-color: var(--main-theme-color);
}
.articles_tag_text ul li:hover a{
	color: var(--main-theme-color);
	cursor: pointer;
	background-color: #fff;
}
