@media screen and (max-width: 800px) {

.none {
	display: none!important;
}
.hidden {
	visibility: hidden!important;
}
.text-ignore{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.longtext-ignore{
word-wrap:break-word ;

  width:100px;

  color:#000 !important;
  font-weight:700;
}
.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%;
}
.vertical-center p {
  line-height:25px !important;
}
.vertical-center .vertical-center-t1 {
  color:#999;
  font-size:12px;
}
.bottom_nav {
background-color:#fff;
  /* display:flex; */
  padding:10px;
  overflow:hidden;
}
.bottom_nav li {
  width:20% !important;
  height:32px !important;
  background: #F8F8F8;
border: 1px solid #EEEEEE;
opacity: 1;
border-radius: 5px;
margin:5px 5px;
  float:left;
}
.menu-ul-3b80-two {
  /* display:flex; */
  overflow:hidden;
  background-color:#f5f5f5 !important;
}
.menu-ul-3b80-two li{
width:60px;
height:28px;
 background-color:#fff;
 border-radius:5px;
 margin-right:12px;
 margin-bottom:12px;
 /* margin-bottom:10px; */
 text-align:center;
 float:left;
 line-height:28px;

}
.menu-ul-3b80-two li.active a{
  background: var(--main-theme-color-solid);
  color:#fff;
  border-radius:5px;
  font-weight:700;

}


.menu-ul-3b80-two li a{
  font-size:13px;
  color:#666;
  display:inline-block;
  width:100%;
  height:100%;

}
.bottom_nav li a {
  display:inline-block;
  width:100% !important;
  color: #999999;
font-size:12px;
  height:100% !important;
  text-align:center;
  line-height:32px;
}
.vertical-center .vertical-center-t2 {
  color:#000;
  font-size:16px;
  font-weight:700;
}
.vertical-center .vertical-center-t3-end {
  font-size:12px;
  color: var(--main-theme-color-solid);
}
.vertical-center .vertical-center-t3-zhibo {
  font-size:12px;
  color:#FF3030;
  font-weight: bold;
}
.vertical-center .vertical-center-t3-weikaishi {
  font-size:12px;
  color:#999;
}
.header{
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  font-size: 14px;
  z-index: 99;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F8FF 100%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.body {
	margin-top: 80px;
	font-size: 14px;
  min-height: calc(100vh - 380px);
}
.footer{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;;
  color: #333333;
  /* background-color: #F5F5F5; */
}
.footer a {
  margin-left: 10px;
}

.header .logo{
  /* height: 45px !important; */
  line-height: 45px;
  display: flex;
  padding: 6px 12px;
  flex-direction: row;
  justify-content: space-between;
}
.header .logo img{
  vertical-align: middle;
  /* height: 45px; */
}
.header .header_ad img{
  display: block;
  width: 60vw;
  /* height: 3.35vh; */
}
.header-nav #main-nav {
  height:40px;
  display:flex;
  align-items:center;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}


.header-nav{
  text-align: center;
}
.header-nav li{
  height: 35px;
  line-height: 35px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  margin: 0 0.5rem;
  scroll-snap-align: start;
  justify-content: center;
  text-align: center;
  padding-left: 9px;
}
.header-nav li.active{
  /* background-color: #F98821; */
  color:var(--main-theme-color-solid);
  font-weight:700 !important;

}
.header-nav li.active a span{
  position: relative;
}
#main-nav li a span {
  line-height:25px !important;
}
#main-nav li.active a span::after{
  content: '';
  position: absolute;
  background-color:var(--main-theme-color-solid);
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
}
.get_compare{
  display: block;
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.get_compare span{
  display: block;
  height: 32px;
  background: var(--main-theme-color);
  border-radius: 3px;
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}
.header-nav li a{
  display: block !important;
  color: #666 !important;
  font-size:14px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-nav li.active a{
   color:var(--main-theme-color-solid);
  font-weight: bold;

}
.header-nav li.active a div{
  display:block !important;
}


#gotop{
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  border-radius: 100%;
  cursor: pointer;
  background-image: url(../images/arrows-up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: var(--main-theme-color-solid);
  /* background-color: rgba(28, 119, 58, 0.7); */
  z-index: 101;
}

#magnet-top{
  overflow: hidden;
  text-align: left;
  max-height: 30px;
}
.days-tv-card {
  padding:0px;
}
.days-tv-card:last-child li:last-child{
  border-bottom: none;
}
.css-sticky .days-tv-card{
  position: relative;
  background-color:#fff;
  /* margin-bottom:10px; */
  border-radius:5px;
}
.css-sticky .days-tv-card:first-child .days-tv-list li:first-child{
  padding-top: 5px !important;
}
.css-sticky .days-tv-card .days-tv-list li:first-child{
  padding-top: 0px !important;
}
.css-sticky .days-tv-card:first-child .e4-text-warn{
   height: 36px;
   line-height: 36px;
}
.css-sticky .days-tv-card .e4-text-warn{
  height: 46px;
  line-height: 46px;
}
/* .css-sticky .days-tv-card:last-child{
  margin-bottom:0px;
} */

.list_watch_a {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.e4-divider{
  height:102px !important;
  padding: 15px 0px ;
  box-sizing:border-box;
  border-bottom:1px solid #eee;
  display:flex;
  justify-content:space-between;
  position:relative;
}

.css-sticky .e4-text-warn{
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 9;
  height:35px;
  display:flex;
  align-items:center;
  color:#666;
  font-weight:400 !important;
  font-family: Microsoft YaHei;
  font-size:12px  !important;
}

.under-nav-warp{
  overflow: hidden;
  width: 305px;
  margin: 0 auto;
}
.under-nav-group{
  width: 325px;
  margin-right: -20px;
}
.under-nav-group a{
  float: left;
  width: 45px;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.hot-card-left,
.hot-card-right{
  height: 38px;
  line-height: 38px;
}
.hot-card-left{
  float: left;
  width: 70px;
}
.hot-card-right{
  margin-left: 70px;
}
.hot-card-right a{
  float: left;
  text-align: center;
  width: 25%;
  color: #08773A;
}
/*类名增加*/
.pdt-10{
  padding-top: 10px;
  box-sizing: border-box;
}
.share{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mgt-10 {
  margin-top: 0.5rem;
}
.mgb-10 {
  margin-bottom: 0.5rem;
}
.line{
  width:100%;
  height: 3px;
  background: var(--main-theme-color);
  border-radius: 3px 3px 0px 0px;
  padding: 0 10px;
  box-sizing: border-box;
}
/* 针对于首页 */
.hot_index_compare{
  height: 39px;
  padding: 0 10px;
  box-sizing: border-box;
  background: white;
  border-bottom: 1px solid #EEEEEE;
}
.hot_index_compare_tit{
  display: flex;
  align-items: center;
  align-content: center;
}
.hot_index_compare h2{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 19px;
  /* color: var(--main-theme-color-solid); */
}
.hot_index_compare a{
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: var(--main-theme-color-solid);
  display: block;
  height: 1rem;
  line-height: 1.3rem;
}
.getMoreCompare{
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 13px;
  color: var(--main-theme-color-solid);
}
.hot_index_compare .time_show{
  padding-bottom: 0;
}
.hot_index_compare .time_show>div{
  line-height:1.5rem;
}

.matchList_genre {
  width: 50%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  font-size: 12px;
  /* font-weight: bold; */
  color: #999999;
}
.index_matchList{
  background: white;
  height: 42px !important;
  align-items: flex-end !important;
  margin-bottom: 0 !important;
}
.index_matchList .matchList_genre{
  height: 30px;
  line-height: 32px;
  background: #F8F8F8;
  border: none;
}
.matchList_active {
  background: var(--main-theme-color) !important;
  color: #FFFFFF;
}
/*  体育频道  */
.sports-m{
	width: 100%;
	border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
.sports-m h2{
  background: #FFFFFF;
	height: 31px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 31px;
	border-bottom: 1px solid #EEEEEE;
  /* color: var(--main-theme-color-solid); */
}
.sports-m ul{
  background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
  border-radius: 0 0 3px 3px;
}
.sports-m ul li {
	width: 48%;
	height: 30px;
  background: #F8F8F8;
	border: 1px solid #EEEEEE;
	margin-bottom: 3%;
	margin-right: 3%;
	padding: 0 5px;
	box-sizing: border-box;
  border-radius: 1px;
}
.sports-m ul li:nth-of-type(2n){
	margin-right: 0px;
}

.sports-m ul li>a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	cursor: pointer;
	color: #666666;
	text-decoration: none;
	overflow: hidden;
}

/* 热门赛事 */
.hot-events{
	width: 100%;
	border-radius: 5px;
  padding: 0 .5rem;
  box-sizing: border-box;
}
.hot-events h2 {
	width: 100%;
	height: 35px;
	padding: 0 .5rem;
  background-color: white;
	box-sizing: border-box;
	font-size: .7rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 1.55rem;
	border-bottom: .05rem solid #EEEEEE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* color: var(--main-theme-color-solid); */
}
.hot-events h2 img{
  width: 15px;
  height: 21px;
  margin-right: 5px;
}
.hot-events ul{
	display: flex;
  background-color: white;
	flex-wrap: wrap;
	padding: .5rem .5rem 0 .5rem;
	box-sizing: border-box;
  border-radius: 0 0 3px 3px;
}
.saishi-option {
  width: 75px;
  height: 75px;
  border: 1px solid #EEEEEE;
  margin: 6px;
  border-radius: 3px;
  padding: 2px;
  box-sizing: border-box;
  background: #F8F8F8;
}
.saishi-option:nth-of-type(4n){
	margin-right: 0px;
}

.saishi-option >a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: .6rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 1.5rem;
	cursor: pointer;
	color: #666666;
	text-decoration: none;
	overflow: hidden;

}
/*  集锦录像 */
/* 集锦录像 */
.video-collected{
	width: 100%;
	border-radius: 5px;
  padding:  0 10px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.video-collected h2 {
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 31px;
  background-color: white;
	border-bottom: 1px solid #EEEEEE;
  /* color: var(--main-theme-color-solid); */
}
.video-collected h2 img{
  margin-right: 5px;
  width: 17px;
  height: 18.13px;
}
.video-collected ul{
  background-color: white;
	padding: 0 10px;
	box-sizing: border-box;
  padding-bottom: 10px;
}
.video-collected ul li {
	height: 36px;
  line-height: 36px;
	width: 100%;
  border-bottom: 1px solid #EEEEEE;
}

.video-collected ul li:active>a,.video-collected ul li:hover>a{
	color: var(--main-theme-color-solid);
}
.video-collected ul li>a{
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.video-collected div.typeDisplay {
  width: fit-content;
  height: 1.1rem;
  line-height: 1.2rem;
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.6rem;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
  margin: 0 0.5rem 0 0.3rem;
}
.video-collected div.typeDisplay.zuqiu {
  background-color: #2C9824;
}
.video-collected div.typeDisplay.lanqiu {
  background-color: #FF7B31;
}
.video-collected .getVideo{
  background-color: white;
	display: block;
	height: 42px;
	text-align: center;
	line-height: 32px;
	padding: 0 10px;
	box-sizing: border-box;
	text-decoration: none;
  border-radius:  0 0 3px 3px;
}
.video-collected .getVideo  span{
	display: block;
	width: 100%;
  border-radius: 5px;
	height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
  background: var(--main-theme-color);
}
/* 完场赛果 */
.final-result{
  background: white;
}
.final-result h2{
  padding: 0 10px;
  box-sizing: border-box;
  height: 39px;
  width: 100%;
  line-height: 39px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
}
.final-result .result_ul{
  padding: 10px 10px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.final-result .result_ul li{
  width: 48%;
  height: 100px;
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
}
.final-result .result_ul li:nth-of-type(2n){
  margin-right: 0;
}
.final-result .result_ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.result_title{
  height: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 10px;
  color: #333333;
}
.result_content{
  padding: 10px;
  box-sizing: border-box;
}

.result_content .home_team{
  margin-bottom: 10px;
}
.result_content .team_icon{
  display: flex;
  align-items: center;
  height: 20px;
  color: #333333;
  font-size: 12px;
}
.result_content .team_icon>img{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
/*  */
.news-list li i{
  float: left;
  width: 30px;
  height: 40px;
  background-position-x: 3px;
}
.news-list li a{
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.news-list li:nth-of-type(even) a{
  color: #FF0000;
}

.days-live-card{

}
.days-live-card > h6,
.days-tv-card > h6{
  height: 30px;
  line-height: 30px;
}
.days-tv-card > h6{
  background-color: #E3E3E3;
}
.days-tv-list{
  font-size: 13px;
  padding:0 10px;
  box-sizing: border-box;;

}
.e4-divider{
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px;
}
.days-tv-left{

  width: 100px;
  flex-direction:column;
  height:100% !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

}
.days-tv-time{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #6490E6;
}
.days-tv-cname{
  /* display: table; */



  color:#000;
}
.days-tv-cname > div{
  display: table-cell;
  vertical-align: middle;
}

.days-tv-center{
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 90px;
  right: 100px;
}
.days-tv-right{
  width:100px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  word-break:break-all;

}

.days-tv-center p,
.days-tv-right p{
  line-height: 13px;
}
.days-tv-cname p,
.days-tv-center p a,
.days-tv-right p a{
  color: #08773A;
}
.days-tv-center p:first-child,
.days-tv-right p:first-child{
  /* margin-bottom: 15px; */
}

.rank-type{
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 13px;
}
.rank-type ul{
  position: relative;
  float: left;
  left: 50%;
}
.rank-type li{
  position: relative;
  float: left;
  right: 50%;
  padding-left: 4px;
  padding-right: 4px;
  color: #999999;
  background-color: #EEEEEE;
}
.e4-background li.active a {
  color:var(--main-theme-color) !important;
  font-size:14px;
}
.rank-type li i{
  margin-right: 8px;
}
.rank-type .active{
  color: var(--main-theme-color);
  background-color: #FFFFFF;
}

.rank-table{
  text-align: center;
  width: 100%;
  font-size: 13px;
}
.rank-table .rank-table-th{
  font-weight: bold;
  color: #999999;
  background-color: #EEEEEE;
}
.rank-table .rank-table-bold{
  font-weight: bold;
}
.rank-table.first-left tr th:first-child,
.rank-table.first-left tr td:first-child{
  text-align: left;
  padding-left: 5px;
}
.rank-table td{
  padding-top: 2px;
  padding-bottom: 2px;
}
.rank-table tr:nth-of-type(odd) {
  border-bottom: 1px solid #F5F5F5;
}
.rank-table tr i{
  font-style: italic;
}
.rank-table tr em{
  color: #999999;
}
.vs-card .vs-left  {
  width:50px;
}
.match_name_icon {
  background-color:#fff;
  height:45px;
  display:flex;
  justify-content:space-between;
  padding: 0 10px;
  align-items:center;
}
.match_name_icon .left {

  display:flex;

  align-items:center;
}
.match_name_icon .right {

  display:flex;

  align-items:center;
}
.vs-card{
  position: relative;
  text-align: center;
  box-sizing: border-box;
  align-items:center;
  justify-content:space-between;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  height: 100px;
  padding: 0px 35px;
  background-color: var(--sub-theme-color);
}
.vs-right,
.vs-left{
  position: absolute;
  top: 30px;
  max-width: 90px;
}
.vs-info img{
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.vs-center .vs-status{
  width: 60px;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
  border-radius: 3px;
  font-weight: normal;
}

.vs-center .vs-status.live{
  color: #FF4141;
}
.vs-center {
  line-height:40px !important;
  position: relative;
  display:flex;
  width:171px;
  height:100%;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:url('../images/xinhaoyuanbgc.png') no-repeat center center;
  background-size:100% 100%;
}
.vs-center-img{
  position: absolute;
  width: 5rem;
  bottom: 0;
  display: block;
}
.vs-left{
  left: 0;
}
.vs-right{
  right: 0;
}
.vs-pointer{
  height: 50px;
  line-height: 50px;
}
.vs-pointer span{
  margin: 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.vs-status{
  font-weight: bold;
}

.vs-live{
  padding-top: 10px;
  background-color:#fff;
  margin-top:10px;
  border-radius:5px;
  margin-bottom:10px;
}
.vs-live .e4-color{
  display:block;
  height:20px;
  line-height:20px;
  color: #333333;
  border-bottom:1px solid #eee;
  padding-left:10px;
}
.xinhao-box {
  background-color:#fff;
  padding:10px;

}
.before_update {
  width:90px;
  display:inline-block;
  height:32px;
  line-height:32px;
  text-align:center;
  border: 1px solid #CCCCCC;
opacity: 1;
border-radius: 5px;
color: #000000;
}

.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;
}


/* 直播源列表 */
.signalCon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.clickliveorigin {
  color: #333;
  text-decoration: none !important;
  /* width: 21%; */
  margin: 0 7px 20px 7px;
}

.signalCon_list {
  width: fit-content;
  height: 32px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	padding: 0 5px;
	box-sizing: border-box;
	color: #000000;
}
.signalCon_list>h5 {
	width: fit-content;
	height: 32px;
	line-height: 32px;
	text-align: center;
  font-size: 12px;
	font-weight: 400;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.signalCon_list:hover{
	background: linear-gradient(180deg, #FFC186 0%, #FF914E 100%);
  color: #ffffff;
}


.signalCon_listD {
	width: 90px;
  height: 32px;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	color: #999999;
}

.signalCon_listD>h5 {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}


/* 底部信息 */
.about_header {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #9e9e9e;
  background: #fff;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
.about_active {
  color: #000;
  font-weight: bold;
}
.ab {
  position: relative;
}
.abI {
  width: 1rem;
  position: absolute;
  left: 43%;
  bottom: -0.75rem;
}
.abI > span:nth-child(1) {
  display: inline-block;
  width: 0.5rem;
  height: 3px;
  background: #ff0c0c;
}
.abI > span:nth-child(2) {
  display: inline-block;
  width: 0.5rem;
  height: 3px;
  background: #4a8ef5;
}
.about_content {
  height: calc(100% - 4.5rem);
}
.about_con {
  width: 100%;
  background: #fff;
  font-size: 0.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding: 0.5rem;
  box-sizing: border-box;
}
.about_con > h5 {
  font-size: 0.7rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.5rem;
}
.about_con > p {
  line-height: 1.25rem;
}
.about_line {
  width: 100%;
  text-align: center;
  border-bottom: 2px dashed#EAEAEA;
  margin: 1rem 0 0.5rem;
}
.backA {
  display: block;
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  left: 0.25rem;
  top: 0.9rem;
}
.backI {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  transform: rotate(-45deg);
  border: 1px solid #000;
  border-bottom: none;
  border-right: none;
  margin-left: 0.5rem;
}

.highA a{
  color: #000;
}


.matchList {
  width: 100%;
  height: 24px;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}




/* 查看更多 */
.viewMore{
  display: block;
  margin: .5rem 0 .5rem 0;
  background: #FFFFFF;
  border-radius: 5px;
  height: 1.9rem;
  text-align: center;
  font-size: .6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: var(--main-theme-color-solid);
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrows{
  display: block;
  height: .6rem;
  margin-left: .25rem;
}
.arrows1{
  display: block;
  height: .5rem;
  margin-left: .25rem;
}
/* 查看更多二级导航 */
.matchListNav{
  width: 100%;
  padding: 0 .5rem;
  box-sizing: border-box;
  /* position: fixed;
  top: 3rem; */
}
.menu-ul-matchList{
  height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-ul-matchList li a{
  display: block;
  width: 3rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: .15rem;
  font-size: .6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.menu-ul-matchList li a.hover{
  background: var(--main-theme-color-solid);
  color: #FFFFFF;
}

.no-data {
  padding: 38px 0;
  background-color: #ffffff;
  text-align: center;
  line-height: 20px;
}
.no-data .ico {
  width: 75px;
  height: 75px;
}
.no-data .text {
  font-size: 14px;
  color: var(--main-theme-color-solid);
}

.sportnews-list{
  height: 150px;
  overflow: hidden;
  padding-bottom: 0;
}
input.show_chk {
display: none;
}
.chk_label>label:after {
  content: "更多新闻";
}
.show_chk:checked ~ .chk_label>label:after{
  content: "收起显示";
}
.show_chk:checked ~ .chk_label>.chk_arrow{
  transform: rotate(270deg);
}
#fb_chk:checked + .sportnews-list,#bb_chk:checked + .sportnews-list{
  height: 100%;
}
.chk_label{
  text-align: center;
  background-color: white;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
}
.chk_label>label{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: var(--main-theme-color-solid);
}
.chk_label>.chk_arrow{
  margin-left: 5px;
  transform: rotate(90deg);
  position: relative;
  top: 2px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -ms-transition: -ms-transform .2s ease-in-out;
   transition: transform .2s ease-in-out;
}
/*news-videos page*/

.content_box {
  display: flex;
}

.content_box .content_block_left {
  width: 760px;
}

.content_right .topic_right_block {
  margin-left: 0;
}

.content_block_left .articles_text_box {
  background: #FFFFFF;
  padding: 0 0.5rem;
  margin-bottom: 20px;
}

.content_block_left .reading_box {
  background: #FFFFFF;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
}

.articles_text .title h1 {
  font-size: 1.25rem;
  font-family: Microsoft YaHei;
  font-weight: normal;
  line-height: 42px;
  color: #292E2E;
  margin-bottom: 20px;
  padding:0;
}
.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;
}
.articles_text p:first-of-type {
  margin-top: 20px;
}
.articles_text p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  color: #292E2E;
  margin-bottom: 30px;
}
.articles_text img {
  display: block;
  margin: auto;
  width: 360px;
  height: auto;
}
.articles_text a.link_video{
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles_text a img.play_video_icon{
  position: absolute;
  width: auto;
}
.articles_tag_text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.articles_tag_text ul li {
  background: #F8F8F8;
  border-radius: 14px;
  transition: all ease-in-out 200ms;
  margin: 0 16px 10px 0;
  border: 1px solid #EEEEEE;
}
.articles_tag_text ul li:hover {
  background-color: #000;
}
.articles_tag_text ul li:hover a {
  color: #fff;
}
.articles_tag_text ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.reading_box .reading_padding .reading_title {
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 16px;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
}
.reading_box .reading_padding .reading_title img {
  margin-right: 4px;
}
.reading_box .reading_padding .reading_title h1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #292E2E;
}
.news_list .liveNo, .sport_rank .liveNo{
  text-align: center;
  padding-bottom: 10px;
}
.news_list .liveNo img, .sport_rank .liveNo img{
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 10px;
}
.news_list .liveNo p, .sport_rank .liveNo p{
  color: var(--main-theme-color-solid);
  font-weight: 700;
  font-size: 16px;
}
/*end news-videos page*/
/* Schedule page */
.season_wrapper,.round_wrapper{
  padding: 0.5rem 0.7rem;
  position: relative;
  background: #fff;
}
.round_wrapper{
  padding-bottom: 0.75rem;
}
.season_wrapper .topic_season_texts,.round_wrapper .topic_season_textr{
  font-size: 0.7rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  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.7rem;
  border: 1px solid #93B7FF;
  color: var(--main-theme-color-solid);
  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-solid);
  border: 1px solid #B2C8EE;
  color: #FFFFFF;
}
.season_wrapper .arrow_s, .round_wrapper .arrow_r{
  border-bottom: 2px solid var(--main-theme-color-solid);
  border-right: 2px solid var(--main-theme-color-solid);
  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.65rem;
}
.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;
}
.round_wrapper .btn_wrapper .round_box, .season_wrapper .btn_wrapper .season_box{
  position: absolute;
  width: 100%;
  display: grid;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
  padding: 0.25rem;
  box-sizing: border-box;
}
.round_wrapper .btn_wrapper .round_box{
  grid-template-rows: repeat(8, 1fr);
  grid-auto-flow: column;
}
.season_wrapper .btn_wrapper .season_box{
  grid-auto-flow: row;
}
.round_wrapper .btn_wrapper .round_box li{
  font-size: 0.7rem;
  cursor: pointer;
  text-align: center;
  line-height: 1.25rem;
}
.season_wrapper .btn_wrapper .season_box li{
  position: relative;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
  line-height: 1.25rem;
}
.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-solid);
  border-right: 2px solid var(--main-theme-color-solid);
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  cursor: pointer;
}
.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-solid);
  border-right: 2px solid var(--main-theme-color-solid);
  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: #999999;
    background: #FFFFFF;
}
/* END Schedule page */
.noData{
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #ccc;
}
/*Video/Article page*/

.news_list .block_img h1 {
  font-size: 0.85rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
}
.news_list .block_img h1 a{
  color: #000000;
}
.news_list .block_img .news_content {
  padding: 0;
  flex: 1;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}
.news_list .block_img .news_content .play {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_list .block_img .news_content .play img{
  width: 20px;
  height: 20px;
}
.news_list .block_img .news_content time {
  height: 19px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
  margin-left: 10px;
}
.news_list .block_img .news_content .footer {
  display: flex;
  align-items: center;
}
/*End Video/Article page*/
/*Match Date Nav*/
.match_date_nav>ul>li{
  width: auto;
  /* height: 1.5rem; */
  border: 1px solid #CECECE;
  box-sizing: border-box;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.match_date_nav>ul>li>a{
  color: #333333;
}
.match_date_nav>ul>li.active{
  background: var(--main-theme-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  border: 1px solid transparent;
}
.match_date_nav>ul>li.active>a{
  color: #fff;
}
/* END Match Date Nav*/

.time_container{
  background: #fff;
  padding: 0.25rem 0;
  margin-top: 10px;
}
.time_update{
	margin: 0px 0.8rem;
	padding: 0;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: var(--main-theme-color-solid);
}
/** --- schedule worldcup --- **/
.ozb_top{
  height: 32px;
  }
.ozb_top span.worldcup{
    background: url(../images/worldcup/playoffs_title_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    height: auto;
    line-height: 32px;
    font-size: 0.7rem;
    color: #fff;
    width: 214px;
}
/** --- END schedule worldcup --- **/

/*--- hot-match index --- */
.hot-match-index{
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.hot-match-title{
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  height: 35px;
  font-size: 15px;
  padding: 0 12px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hot-match-title img{
  margin-right: 5px;
}

.hot-match-list{
  padding: 6px 0px 6px 12px;
  border-bottom: 1px solid #EEEEEE;
  color: #000;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hot-match-list img{
  width: 70%;
}

}
@media screen and (max-width: 800px) {
  /* 分页 */
  .m-hide, .header-top,.pagination {
    display: none;
  }
  .daohang-header, .m-header {
    display: block;
  }

  .pc-hide {
    /* display: revert; */
  }

  /* 头部 */
  .m-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* height: 80px; */
    font-size: 14px;
    z-index: 99;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F8FF 100%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  .m-header .logo {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 6px 12px;
  }
  .header-nav #main-nav {
    /* height:40px; */
    display:flex;
    align-items:center;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border-top: 1px solid #eee;
  }


  .header-nav{
    text-align: center;
  }
  .header-nav li{
    height: 35px;
    line-height: 35px;
    position: relative;
    display: flex;
    flex-shrink: 0;
    margin: 0 0.5rem;
    scroll-snap-align: start;
    justify-content: center;
    text-align: center;
    padding-left: 9px;
  }
  .header-nav li.active{
    /* background-color: #F98821; */
    color:var(--main-theme-color-solid);
    font-weight:700 !important;

  }
  .header-nav li.active a span{
    position: relative;
  }
  #main-nav li a span {
    line-height:25px !important;
  }
  #main-nav li.active a span::after{
    content: '';
    position: absolute;
    background-color:var(--main-theme-color-solid);
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
  }
  .get_compare{
    display: block;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .get_compare span{
    display: block;
    height: 32px;
    background: var(--main-theme-color);
    border-radius: 3px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
  }
  .header-nav li a{
    display: block !important;
    color: #666 !important;
    font-size:14px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-nav li.active a{
     color:var(--main-theme-color-solid);
    font-weight: bold;

  }
  .header-nav li.active a div{
    display:block !important;
  }
  /* 底部 */
  .footer {
    width: auto;
    font-size: 12px;
  }
  .footer_nav {
    display: none;
  }
  .footer_inner > div {
    padding:10px;
  }
  .footer_desc {
    background: #fff;
    line-height: 2;
    text-align: left;
  }
  .footer_copyright {
    background: #f2f2f2;
  }
  /* 搜索 */
  .search_bar_bg {
    display: none;
  }
  .daohang-header{
    display: grid;
    background: url('../images/searchBg.png') no-repeat;
    background-size: 100% 100%;
    justify-items: center;
    align-content: center;
    padding: 20px 43px 5px;
}
.daohang-header>a.logo{
    display: flex;
    align-items: center;
}
.daohang-header img.site-logo{
    width: 38px;
    height: 52px;
}
.search-section{
    align-self: center;
    justify-self: flex-start;
    width: 100%;
}
.suggest{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 10px;
    padding: 0 25px;
    color: #FFFFFF;
    mix-blend-mode: normal;
}
.suggest > a{
    color: #FFFFFF;
    mix-blend-mode: normal;
    text-decoration: underline;
    margin: 0 6px 9px 0;
    letter-spacing: 1px;
}
.input-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.search-div.input-group-append{
    right: 0px;
    position: absolute;
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-div.input-group-append .btn{
    background: transparent;
    color: #0E5BEA;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    font-size: 12px;
    font-weight: 400;
}
.search-div.input-group-append img{
    margin-right: 8px;
    width: 25px;
    height: 16.59px;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: linear-gradient(180deg, #FFB46F 0%, #FF8B42 100%);
    padding: 6px 19.5px;
    color: #FFFFFF;
}
.dropdown-toggle::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 5px;
    left: 5px;
    position: relative;
    transform: rotate(135deg);
    vertical-align: top;
    width: 5px;
    border-radius: 0px 2px 0px 0px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: 78px;
    text-align: center;
    font-size: 11px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    min-width: unset;
    padding:unset;
    margin: 6px 0 0;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    padding: 7px 0;
    cursor: pointer;
    color: #000000;
}
.dropdown-item.active{
    background: #FF914E;
    color: #FFF;
}
.btn:hover, .btn:focus{
    color: #FFF;
}
.dropdown-item:first-of-type{
    border-radius: 5px 5px 0px 0px;
}
.dropdown-item:last-of-type{
    border-radius: 0 0 5px 5px;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding-left: 10px;
    caret-color: #B3B9C5;
}
.form-control {
    color: #B3B9C5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
    height: 35px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
  /* 首页 */
  .line {
    height: 2px;
  }
  .maindiv {
    margin-top: 90px;
    margin-bottom: 30px;
    width: 100%;
  }
  .subnav-box-m {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
  }
  .subnav-box-m li {
    border-radius: 3px;
    border: 1px solid #F3F3F3;
    background: #fff;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    margin: 0 5px;
    white-space: nowrap;
  }
  .subnav-box-m li a {
    color: #000;
  }
  .subnav-box-m li.active{
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFBF84 0%, #FF924F 100%);
  }
  .page-index .maindiv {
    /* margin-top: 44px; */
  }
  .index_divide_section {
    display: block;
    margin: 0;
    padding: 0;
  }
  .index_right {
    margin-left: 0;
  }
  .top_tab {
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    height: 60px;
    justify-content: center;
  }
  .cate_tab {
    border-radius: 3px;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    height: 35px;
    padding: 5px 20px 5px 20px;
    margin: 0 5px;
  }
  .top_tab .active {
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFBF84 0%, #FF924F 100%);
    border: transparent;
   }
  #subnav_box { display: none;}
  .btn_tab {
      padding: 0 0.5rem;
  }
  .more_match_btn {
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    padding: 0;
  }
  .news-events {
    display: none;
  }
  .content_box,
  .popular-events,
  .video-events, .video-events ul li, .video-events .getVideo span {
    width: auto;
  }
  .popular_icon {
    grid-template-columns: repeat(3,31%);
    grid-gap: 13px 3.5%;
  }
  .product_name {
    margin: 0;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    border-left: 3px solid #FF914E;
  }
  .product_name img {
    width: 20px;
    height: 20px;
  }
  .product_name div {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    color: #333333;
  }
  /* 内页 */
  .col_01,.col_r1{
    float: none;
    width: 100%;
  }
  .banner-info, .content_col, .collection_sild, .collection_sild_more {
    width: 100%;
  }
  .state-title,.file_source {
    display: none;
  }
  .linear_top::after {
    height: 2px;
  }
  .video-list-con {
    border-top-width: 2px;
  }
  .collection-list {
    flex-direction: column;
    margin: 0 10px;
  }
  .collection-list .collection-item {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
  }
  .collection-list .collection-item a {
    width: 90%;
    font-size: 14px;
  }
  .collection-list .collection-item .tag {
    width: 30px;
  }
  .RecommendCard_data {
    margin-top: 10px;
    padding:0 10px 10px;
  }
  .RecommendCard_data img {
    width: 120px;
    height: 80px;
  }
  .RecommendCard_right {
    margin-left: 10px;
    height: 84px;
  }
  .RecommendCard_sub_title {
    font-size: 14px;
  }
  .RecommendCard_desc, .RecommendCard_time {
    font-size: 12px;
  }
  .content_list {
    padding: 10px;
    min-height: 200px;
  }
  .side, .match-wrap {
    display: none;
  }
  .video-container{
    width: 100%;
  }
  .video-container .content-wrap {
    width: 100%;
    float: none;
  }
  .video-container .content {
    padding: 10px;
  }
  .video-container .content .title {
    font-size: 16px;
  }
  .video-container .content .info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .video-container .content .time {
    font-size: 12px;
  }
  #changestyle_matchd_lt {
    padding: 0;
  }
  #changestyle_matchd_lt .col_02 {
    height: 150px;
  }
  #changestyle_matchd_lt .video_header {
    width: 100%;
    height: 100px;
  }
  #changestyle_matchd_lt .video_header_content {
    width: 200px;
    line-height: 30px;
  }
  #changestyle_matchd_lt .video_header_content >img {
    width: 100px;
  }
  #changestyle_matchd_lt .vs-info-3b80 {
    height: 100px;
    position: relative;
  }
  #changestyle_matchd_lt .vs div:nth-child(2) {
    width: 180px;
  }
  #changestyle_matchd_lt .matchInfo {
    position: absolute;
    top: 110px;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
  }
  #changestyle_matchd_lt .matchInfo:nth-child(1) {
    left: 0px
  }
  #changestyle_matchd_lt .matchInfo:nth-child(3) {
    right: 0px;
    flex-direction: row-reverse;
  }
  .vs-info-l-3b80-1 {
    width: 28px;
    height: 28px;
    margin: 0 10px;
  }
  .xinha-box {
    padding: 10px;
  }
  #changestyle_matchd_r {
    display: none;
  }


  .match-card{
    padding: 12px;
    background: #FFFFFF;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4px;
}
.match-card>a{
    width: 100%;
}
.match-card .vs{
    display: flex;
    justify-content: center;
    padding: 0 10px;
    align-items: center;
    flex-direction: column;
}
.match-card .vs .score{
    display: grid;
    width: 100%;
    grid-template-columns: 45% 10% 45%;
    align-items: center;
    font-weight: 700;
    margin-top: 10px;
    color: #292422;
    font-size: 24px;
}
.match-card .vs .score .dot{
    text-align: center;
}
.match-card .vs .score .homescore{
    text-align: right;
    padding-right: 5px;
}
.match-card .vs .score .awayscore{
    padding-left: 5px;
}
.right-info p{
    font-size: 14px;
    font-weight: 400;
    color: #292422;
}
.right-info > .hom.match-card:last-of-type{
    border: 0;
}
.competitionName p{
    width: 100%;
    color: #666666;
    font-size: 16px;
}
.match-card .match{
    display: flex;
    padding-bottom: 0.15rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.match>.left-info,.match>.right-info,.match>.score{
    display: flex;
    padding: 0.2rem 0;
}
.match > .left-info{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #5A7ABD;
}
.view-all s{
    border-style: solid;
    border-width: 1.5px 1.5px 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0.5em;
    color: #FF914E;
    position: relative;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.5em;
    border-radius: 0px 2px 0px 0px;
}
.view-all.expand s{
    font-size: 14px;
    transform: rotate(314deg);
    margin: 6px 5px 0px 0px;
}
.match>.right-info,.match>.score{
    flex-direction: column;
    justify-content: space-around;
    font-weight: 700;
    padding-left: 0.25rem;
}
.match > .state{
    justify-content: center;
}
.competitionTime{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666666;
}
.competitionTime p{
    color: #2A83F8;
    padding-right:10px;
    border-right: 1px solid #EEEEEE;
    margin:0 10px 0;
}
.left-info>.state,.match > .state{
    color: #919191;
    display: flex;
    align-items: center;
}
.left-info>.state.live,.match > .state.live{
    color: #FF2626;
}
.match .state.live p{
    width: 100%;
}
/* .left-info>.state.pre{
    color: #3179FF;
} */
.left-info>.state>p{
    color: #999;
}
.left-info>.competition{
    display: flex;
    align-items: center;
    padding-bottom: 0.25rem;
}
.right-info{
    display: grid;
    grid-template-columns: 33% 34% 33%;
    align-items: flex-start;
    width: 100%;
    margin: 16px 0px 20px;
}
.right-info>.home-team{
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}
.right-info>.away-team{
    max-width: 150px;
}
.right-info>.score{
    width: 50px;
    justify-content: center;
}
.right-info>.home-team,.right-info>.away-team,.right-info>.score{
    display: flex;
    align-items: center;
    padding-bottom: 0.25rem;
    flex-direction: column;
}
.right-info>.home-team>img,.right-info>.away-team>img{
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
}
.right-info>.home-team>.score,.right-info>.away-team>.score{
    margin-left: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.streamend,
.stream{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.streamend .streamLeft,
.stream .streamLeft{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.streamend .streamLeft > p,
.stream .streamLeft > p{
    display: flex;
    color: #333333;
    font-weight: 700;
    transition: opacity 0.3s ease-out;
    margin: 0 12px 8px 0;
}
.streamend .streamLeft > p::before,
.stream .streamLeft > p::before{
    width: 22px;
    height: 19px;
    background-size: 22px 18px;
    background-position: center;
    margin-right: 6px;
    content:'';
}
.streamend .streamLeft > .end,.stream .streamLeft > div>a,
.stream .streamLeft > a,.stream .streamLeft > div>a{
    color: #FFFFFF;
    font-size: 14px;
    background-color: #FF914E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    margin: 0 8px 8px 0;
    min-height: 19px;
}
.stream .streamLeft > a.hidden-stream,.stream .streamLeft > div.hidden-stream{
    display: none;
}
.stream .streamLeft> a.hidden-stream.expand{
    display: flex;
}
.stream .streamLeft > div.hidden-stream.expand{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2px;
}
.stream .streamLeft .hidden-stream{
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.match_tab {
  background: #F5F5F5;
}


}

