.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-ignore {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*top*/
/*foot导航*/
.headnav {
  border-top: 1px #c0c0c0 solid;
}
.headnav h1 {
  width: 6rem;
  margin: 0.3rem 0.2rem 0.1rem 0.3rem;
}
.fl {
  float: left;
}
h1 img {
  width: 100%;
  height: 100%;
}
.hint {
  color: #999;
  font-size: 0.6rem;
  height: 2.3rem;
  line-height: 2.3rem;
  margin-top: 0.4rem;
  color: #333;
}
.hint i {
  color: #f46263;
  font-weight: 500;
  margin: 0 0.066667rem;
}
.fr {
  float: right;
}
.nav_btn {
  color: #2a3fa8;
  font-size: 0.6rem;
  border-radius: 4px;
  display: block;
  text-align: center;
  border: 1px #2a3fa8 solid;
  height: 1.1rem;
  line-height: 1.1rem;
  padding: 0.05rem 0.8rem;
  margin-top: 0.9rem;
  margin-right: 0.8rem;
}
/* 原始的 height:1.91rem; 高度给自适应,大前端说的 */
.footer_dh {
  overflow: hidden;
  box-shadow: 0 -2px 5px #f2f2f2;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 0.28rem 0 0.28rem 0;
}
/* 移除固定高度height 45px，padding改为-0.9rem 自适应，防止冲突 */
/* .footer_dh {box-shadow:0 -2px 5px #f2f2f2;position:fixed;left:0px;bottom:0px;width:100%;background-color:#fff;z-index:9999;padding:-0.9rem 0 0.8rem 0;} */
.footer_dh p {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 0.05rem;
}
.footer_dh .zhibo_dbnav span {
  background: url(/images/icon/match_all.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh .saicheng_dbnav span {
  background: url(/images/icon/index.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh .shiping_dbnav span {
  background: url(/images/icon/live.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh .video_dbnav span {
  background: url(/images/icon/special.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh .pingdao_dbnav span {
  background: url(/images/icon/channel.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}

.footer_dh span {
  display: block;
  text-align: center;
}
cite {
  font-style: normal;
  font-size: 0.55rem;
  color: #cccccc;
}

.footer_dh .zhibo_dbnav .on span {
  background: url(/images/icon/match_all2.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh .saicheng_dbnav .on span {
  background: url(/images/icon/index2.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.saicheng_dbnav .on cite {
  color: #2c87ff;
}

.zhibo_dbnav .on cite {
  color: #2c87ff;
}
.shiping_dbnav .on cite {
  color: #2c87ff;
}
.pingdao_dbnav .on cite {
  color: #2c87ff;
}
.video_dbnav .on cite {
  color: #2c87ff;
}
.footer_dh .pingdao_dbnav .on span {
  background: url(/images/icon/channel2.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh .shiping_dbnav .on span {
  background: url(/images/icon/live2.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh .video_dbnav .on span {
  background: url(/images/icon/special2.png) no-repeat center center;
  background-size: 1.1rem 1.1rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}
.footer_dh_top {
  margin-top: 2.8rem;
}
.header_box {
  width: 100%;
  height: 2.1rem;
  background: #fff;
}

.header_box .logo {
  width: 2.5rem;
  height: 1.1rem;
  float: left;
  margin: 0.5rem 0 0 0.5rem;
}

.header_box .logo img {
  width: 100%;
  height: 100%;
}

.header_box .nav {
  float: left;
}

.header_box .nav li {
  float: left;
  margin-left: 2.2rem;
}

.header_box .nav li a {
  font-size: 0.6rem;
  line-height: 2.1rem;
  color: #000;
}

/*=======================首页====================*/

.subnav_box {
  height: 1.8rem;
  background: #3179ff;
  overflow: hidden;
  position: relative;
}
.subnav_box a {
  float: left;
  width: auto;
  height: 1.8rem;
  font-size: 0.7rem;
  color: #fff;
  /* text-align: center; */
  line-height: 1.95rem;
  padding-left: 10px;
  padding-right: 10px;
}
.subnav_box a:last-child {
  margin-right: 1rem;
}
.subnav_box a:active {
  color: #fff;
  background: #0e5bea;
}
.subnav_box a.active {
  color: #fff;
  background: #0e5bea;
}
.subnav_box .slide_next,
.subnav_box .slide_prev {
  width: 1rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  background: #3179ff;
  z-index: 99;
  opacity: 0.95;
  transition: opacity 0.3s;
}
.subnav_box .slide_next {
  right: 0;
}
.subnav_box .slide_prev {
  left: 0;
}
.subnav_box .slide_prev s,
.subnav_box .slide_next s {
  display: inline-block;
  margin: 0.7rem 0 0 0.2rem;
  width: 0.36rem;
  height: 0.36rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.subnav_box .slide_next s {
  transform: rotate(-45deg);
}
.subnav_box .slide_prev s {
  transform: rotate(135deg);
}
.subnav_box .swiper-button-disabled {
  opacity: 0;
}

/*content*/
.score_list {
  padding: 0 0.5rem;
}

.score_list h1 {
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
  background: #f2f2f2;
  width: 100%;
}

.score_list h1 a {
  display: block;
  color: #333;
}

.score_list li {
  height: 5rem;
  background: #fff;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
}

.score_list li:nth-child(2) {
  margin-top: 0;
}

.score_list li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.score_list .score_name_left {
  width: 5.5rem;
  margin-top: 0.5rem;
  float: left;
  text-align: center;
}

.score_name_left img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto;
}

.score_name_left span {
  display: block;
  height: 1.4rem;
  font-size: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.4rem;
  color: #333;
  overflow: hidden;
}

.score_list .score_center {
  width: 6.75rem;
  float: left;
  text-align: center;
}
.score_center .leagueName {
  width: 100%;
  font-size: 0.7rem;
  color: #ffffff;
  position: absolute;
  top: -1rem;
}

.score_center time {
  display: block;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  height: 0.7rem;
  overflow: hidden;
}
.content_box{
  position: relative;

}
.time_show_box{
  text-align: center;
}
.score_center .score {
  font-size: 1.05rem;
  line-height: 1.05rem;
  color: #333;
  margin-top: 0.7rem;
}

.score_center p {
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin-top: 0.65rem;
  color: #333;
}

/*screening_fixed*/
.screening_box {
  width: 48px;
  height: auto;
  position: fixed;
  right: 6px;
  bottom: 68px;
  z-index: 10000;
}
.screening_box li {
  width: 100%;
  height: 48px;
  margin-top: 2px;
  background: url(../images/screening_img.png);
  background-size: 96px 96px;
}

.screening_box li.football {
  background-position: 0 0;
}

.screening_box li.basketball {
  background-position: 0 48px;
}
.screening_box li.football.active {
  background-position: 48px 0;
}

.screening_box li.basketball.active {
  background-position: 48px 48px;
}
.screening_box li a {
  display: block;
  height: 100%;
}

.red {
  color: #ce2623 !important;
}

.blue {
  color: #017bd1 !important;
}

/*===========专题/index============*/

.score_nav {
  height: 2.5rem;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}

.score_nav ul li {
  float: left;
  width: auto;
  height: auto;
  margin-left: 1.2rem;
  margin-top: 0.4rem;
}
.score_nav ul li:last-child {
  padding-right: 1rem;
}
.score_nav ul li a {
  font-size: 0.75rem;
  color: #333;
  padding-bottom: 8px;
  position: relative;
}

.score_nav ul li.active a {
  font-weight: bold;
  color: #3179ff;
}
.score_nav ul li a i {
  position: absolute;
  display: block;
  height: 2px;
  width: 0.6rem;
  background: #fff;
  left: 35%;
  bottom: 0;
}
.score_nav ul li.active a i {
  background: #3179ff;
}

.score_nav ul li a i {
  position: absolute;
  display: block;
  height: 2px;
  width: 0.6rem;
  background: #fff;
  left: 35%;
  bottom: 0;
}

.score_nav ul li.active a i {
  background: #3179ff;
}

.score_nav .score_slide_prev {
  width: 0.8rem;
  height: 2.5rem;
  background: #fff;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.score_nav .score_slide_next {
  width: 0.8rem;
  height: 2.5rem;
  background: #fff;
  box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.score_nav .score_slide_prev s {
  display: inline-block;
  margin: 0.95rem 0 0 0.3rem;
  width: 0.36rem;
  height: 0.36rem;
  transform: rotate(135deg);
  border-bottom: 1px solid #3179ff;
  border-right: 1px solid #3179ff;
}
.score_nav .score_slide_next s {
  display: inline-block;
  margin: 0.95rem 0 0 0.2rem;
  width: 0.36rem;
  height: 0.36rem;
  transform: rotate(-45deg);
  border-bottom: 1px solid #3179ff;
  border-right: 1px solid #3179ff;
}

/*submit/nav*/

/* .index_nav_back {
    background: #fff;
    padding-top: 0.75rem;
}

 .index_nav_box {
    width: 13.9rem;
    height: 1.5rem;
    margin: 0 auto;
    border: 1px solid #3179FF;
    border-radius: 0.2rem;
    box-sizing: border-box;
}
.index_nav_box-width{
    width: 16.9rem;
}

.index_nav_box time {
    float: left;
    font-size: 0.7rem;
    color: #0E5BEA;
    margin: 0.22rem 0 0 1.3rem;
}

.index_jian_one{
    margin-left: -39%;
}
.index_nav_box a {
    float: left;
    font-size: 0.7rem;
    color: #0E5BEA;
    margin: 0.22rem 0 0 6.5rem;
}

.index_nav_box s {
    float: left;
    margin: 0.4rem 0 0 0.5rem;
    font-size: 0;
    line-height: 0;
    border-width: 0.3rem;
    border-color: #3179FF;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
} */

.index_nav_back {
  /* background: #fff; */
  padding-top: 0.75rem;
}
.index_nav_right,
.index_nav_left {
  box-sizing: border-box;
  height: 1.4rem;
  line-height: 1.4rem;
  border: 1px solid #3179ff;
  border-radius: 0.3rem;
  font-size: 0.7rem;
  color: #0e5bea;
}
.index_nav_left {
  float: left;
  text-align: center;
  width: 4rem;
  margin-left: 0.5rem;
}
.index_nav_right {
  float: right;
  width: 13rem;
  margin-right: 0.5rem;
  padding-left: 4.4rem;
  background: url(../images/jiantou.png) 2rem center no-repeat;
}

/*比赛*/

.index_matches_box {
  height: 3.75rem;
  overflow: hidden;
}

.index_matches_box .matches_block {
  width: 8rem;
  height: 3.6rem;
  float: left;
  background: #fff;
  margin-left: 0.5rem;
  border-top: 0.15rem solid transparent;
}
.index_matches_box .matches_block:last-child{
  margin-right: 0.5rem;
}
.index_matches_box .live::after{
  display: block;
  content: "";
  width: 100%;
  height: 0.15rem;
  background: linear-gradient(270deg, #FF7474 0%, #FF2020 100%);
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  top: -0.15rem;
}
.index_matches_box .wan::after{
  display: block;
  content: "";
  width: 100%;
  height: 0.15rem;
  background: linear-gradient(270deg, #19E535 0%, #279B36 100%);
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  top: -0.15rem;
}
.matches_block .time_video{
  height: 1.15rem;
  border-bottom: 0.05rem solid #EEEEEE;
}
.matches_block .time_video time {
  font-size: 0.5rem;
  line-height: 1.15rem;
  color: #999;
  float: left;
  margin: 0rem 0.25rem 0rem 0.5rem;
}

.matches_block .time_video span {
  font-size: 11px;
  color: #333;
  float: right;
  margin: 0.25rem 0.3rem 0 0rem;
}

.matches_block .name_score {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: 0.9rem;
  margin-top: 0.25rem;
}
.matches_block .name_score >div{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.matches_block .name_score:nth-of-type(3){
  margin-top: 0.15rem;
}
.matches_block .name_score img {
  float: left;
  width: 0.9rem;
  height:0.9rem;
  margin-left: 0.5rem;
}

.matches_block .name_score span {
  float: left;
  width: 3.75rem;
  font-size: 0.5rem;
  color: #333;
  margin-left: 0.15rem;
}

.matches_block .name_score strong {
  float: left;
  width: 1.5rem;
  font-size: 0.6rem;
  color: #333;
  text-align: center;
}

.matches_block .name_score .colothin {
  /* color: #999; */
}

.matches_block .time_video{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.matches_block .time_video img{
  width: 2rem;
  height:0.8rem ;
}
/*热门要闻*/

.index_hot_news {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}

.index_hot_news .hotnews_title {
  height: 1.25rem;
}

.index_hot_news .hotnews_title h1 {
  font-size: 0.9rem;
  color: #000;
  font-weight: bold;
  float: left;
  margin-left: 0.75rem;
}

.index_hot_news .hot_news_nav {
  float: right;
  margin-right: 0.8rem;
}

.index_hot_news .hot_news_nav li {
  float: left;
  margin: 0.25rem 0 0 0.25rem;
  font-family: PingFangSC-Regular;
  font-size: 0.6rem;
}

.index_hot_news .hot_news_nav li a {
  color: #666;
}

.index_hot_news .hot_news_nav li a.active {
  color: #3179ff;
}

.index_hot_news .hot_news_nav i {
  float: left;
  width: 0.1rem;
  height: 0.5rem;
  background: #ccc;
  margin: 0.42rem 0 0 0.25rem;
}

/*block_max文章*/

.block_max {
  width: 17.75rem;
  height: 8.9rem;
  margin: 0.5rem auto 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.block_max > a > img {
  width: 100%;
  height: 100%;
}

.block_max > a > span {
  display: block;
  height: 20px;
  /* width: 97.3%; */
  /* background: rgba(0, 0, 0, 0.5); */
  font-size: 14px;
  color: #fff;
  /* line-height: 1.7rem; */
  padding:0 0.5rem;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0.5rem;
  word-break: break-all;
}

.block_max .video_ico {
  width: 2rem;
  height: 2rem;
  background: url(../images/video_play.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 7.65rem;
  top: 3.45rem;
}

.block_max:first-child {
  margin-top: 0.5rem;
}

/*=======频道页=======*/
.channel_box {
  width: 100%;
  height: auto;
}

.channel_box a {
  float: left;
  width: 7.875rem;
  height: 1.9rem;
  background: #fff;
  margin: 0.5rem 0 0 1rem;
}

.channel_box a img {
  width: 0.9rem;
  height: 0.9rem;
  float: left;
  margin: 0.5rem 0 0 1.875rem;
}

.channel_box a span {
  font-size: 0.75rem;
  line-height: 1.9rem;
  color: #333;
  float: left;
  margin-left: 0.5rem;
}

/*===========赛前==========*/

.fixed_score_box {
  min-height: 7.5rem;
  background: url(../images/banner_back.png) no-repeat;
  background-size: 100% 100%;
}

.fixed_score_box > a {
  display: inline-block;
  margin: 0.5rem 0 0 0.75rem;
}

.fixed_score_box > a > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  transform: rotate(-45deg);
  border: 1px solid #ffffff;
  border-bottom: none;
  border-right: none;
}

.fixed_score_box > a > span {
  font-size: 0.7rem;
  color: #ffffff;
}

.fixed_score .score_name_left {
  width: 5.85rem;
  float: left;
  text-align: center;
}

.fixed_score .score_name_left img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}

.fixed_score .score_name_left span {
  display: block;
  font-size: 0.7rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  color: #fff;
}

.fixed_score .score_center {
  width: 7rem;
  float: left;
  text-align: center;
}

.fixed_score .score_center time {
  display: block;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #fff;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.fixed_score .score_center .score {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.3rem;
  margin-top: 0.75rem;
}

.fixed_score .score_center p {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  line-height: 0.85rem;
  color: #ffffff;
}

.fixed_score .score_center a {
  display: inline-block;
  width: 3.3rem;
  height: 1.3rem;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.4rem;
  border-radius: 0.25rem;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
}

/*曚层*/

.layer_live_box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.layer_live {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
}

.layer_live_nav {
  height: 1.8rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.layer_live_nav span {
  line-height: 1.8rem;
  font-size: 0.8rem;
  color: #000;
  font-weight: bold;
  margin: 0.5rem 0 0 0.15rem;
}

/* .layer_live a {
    display: block;
    height: 3rem;
    font-size: 0.8rem;
    color: #000;
    text-align: center;
    line-height: 2.6rem;
} */
.layerA {
  max-height: 10rem;
  overflow-y: scroll;
}
.layerA > a {
  display: block;
  width: 100%;
  height: 3rem;
  font-size: 0.8rem;
  color: #000;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  padding: 0.5rem;
  box-sizing: border-box;
}
.layerA > a > h5 {
  width: 100%;
  height: 1rem;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a8ef5;
  overflow: hidden;
}
.layerA > a > p {
  width: 100%;
  height: 0.7rem;
  font-size: 0.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  margin-top: 0.25rem;
}
.layerA1 {
  display: block;
  width: 100%;
  height: 3rem;
  font-size: 0.8rem;
  color: #000;
  /* border-bottom: 1px solid #EAEAEA; */
  text-align: center;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.layerA1 > h5 {
  width: 100%;
  height: 1rem;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a8ef5;
  overflow: hidden;
}
.layer_live .js {
  line-height: normal;
  height: 3.75rem;
}

.layer_live .js span {
  display: inline-block;
  margin-top: 0.75rem;
}

.layer_live .js strong {
  display: block;
  font-size: 0.6rem;
  color: #333;
  margin-top: 0.25rem;
}

.layer_live a i {
  display: inline-block;
  width: 1.5rem;
  height: 0.7rem;
  border: 1px solid #238ceb;
  line-height: 0.7rem;
  border-radius: 0.2rem;
  font-size: 0.5rem;
  text-align: center;
  color: #238ceb;
  margin-left: 0.2rem;
}

.layer_live a:active {
  background: #f5f5f5;
}

.layer_live_hide {
  height: 2.6rem;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 2.6rem;
  border-top: 1px solid #dddddd;
}
.layer_live_hide:active {
  background: #f5f5f5;
}

/*全部信号源*/
.layer_qb a {
  float: left;
  width: 50%;
}
.layer_live_nav strong {
  font-size: 0.65rem;
  color: #333;
  float: right;
  font-weight: normal;
  margin: 0.5rem 1rem 0 0;
}

/*nav*/
.match_nav {
  margin-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 15px;
  background: #fff;
  overflow: hidden;
}
.stati_list_table{
  background-color: #fff;
  position: relative;
  /* padding-top: 10px; */
  padding-bottom: 10px;
}

.match_nav li {
  width: auto;
  height: auto;
  float: left;
  /* line-height: 33px; */
  margin-left: 1rem;
  margin-right: 1rem;
  /* border-bottom: 0.075rem solid #fff; */
}

.match_nav li a {
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 0 0.2rem;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
/* font-weight: bold; */
/* color: #E12847; */
}

/* .match_nav li.active {
  border-bottom: 4px solid #E12847;
} */
.match_nav li.active::after {
  background-color: #4180FF;
  content: "";
  display: block;
  /* border-radius: 2px; */
  height: 4px;
}

.match_nav li.active a {
  color: #4180FF;
  font-weight: bold;
}

/*content*/

.match_brief {
  background: #fff;
  /* padding-bottom: 1rem; */
}

.match_brief_nav {
  height: 1.75rem;
  padding:0px 0.5rem;
  display: flex;
}

.match_brief_nav li {
  float: left;
  /* width: 8.65rem; */
  flex: 1;
  height: 1.6rem;
  background: #f2f2f2;
  color: #4180FF;
  border:1px solid #4180FF;
  /* border-radius: 3px; */
}
.match_brief_nav li:nth-child(2){
  /* margin-left: 0.4rem; */
}
.match_brief_nav li img {
  float: left;
  width: 18px;
  height: 18px;
  margin: 0.3rem 0 0 2.25rem;
}

.match_brief_nav li span {
  float: left;
  font-size: 0.7rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}

.match_brief_nav li.active {
  background: #4180FF;
}

.match_brief_nav li.active span {
  color: #fff;
}
.match_brief_list {
  padding: 0 0.5rem 1.35rem;
}

.match_brief_li h1 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.7rem;
  color: #000;
  line-height: 0.875rem;
  font-family: Microsoft YaHei;
}

.match_brief_li h1::before{
  content: ".";
  background-color: #4180FF;
  width: 2px;
  color: #4180FF;
  margin-right: 5px;
}
.match_brief_li p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4rem;
  text-indent: 2em;
  color: #000;
  margin-top: 0.25rem;
}

.match_betab_nav {
  height: 2.2rem;
  /* background: #f2f2f2; */
}
.match_betab_nav h1{
  position: relative;
}
.match_betab_nav h1::before{
  display: block;
  content: "";
  background-color: #4180FF;
  width: 0.2rem;
  height: 0.7rem;
  color: #4180FF;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.match_betab_nav h1 {
  font-size: 14px;
  height: 0.95rem;
  line-height: 0.95rem;
  /* padding-left: 0.4rem; */
  /* border-left: 0.175rem solid #3179ff; */
  float: left;
  margin: 0.7rem 0 0 0rem;
  padding-left: 1rem;
  /* font-weight: bold; */
  font-family: Microsoft YaHei;
  color: #000000;
}
.match_brief_table table {
  display: block;
}

.match_brief_table table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  width: 7.5rem;
}
.match_brief_table table tbody tr:first-child {
  border-bottom: none;
}

.match_brief_table table tbody tr th {
  font-size: 0.6rem;
  line-height: 1.2rem;
  /* color: #666; */
  background: #f5f5f5;
  text-align: center;
}

.match_brief_table table tbody tr td {
  font-size: 12px;
  line-height: 1.75rem;
  color: #333;
  width: 5rem;
  height: 1.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match_brief_table table tbody tr:nth-last-child(1){
  border-bottom: 1px solid #e5e5e5;
}
.match_brief_table table tbody tr td:nth-child(1){
  padding-left: 10px;
  padding-right: 10px;
}
.match_brief_table table tbody tr td:nth-child(3){
  text-align: right;
}
.match_brief_table table tbody tr td:nth-child(4){
  text-align: center;
  width: 5.5rem;
}
.match_betab_name {
  height: 2rem;
}

.match_betab_name h1 {
  font-size: 0.7rem;
  line-height: 2rem;
  float: left;
  margin-left: 0.5rem;
  color: #333;
}

/*球员统计*/
::-webkit-scrollbar {
  display: none;
}

.match_member_list {
  padding-bottom: 0.5rem;
  background: #fff;
}
.match_member{
  background-color: #fff;
}
.match_member_list .list_name {
  float: left;
  width: 5rem;
  /* border-right: 1px solid #eee; */
}

.list_name li {
  border-top: 1px solid #eee;
  font-size: 0.55rem;
  line-height: 34px;
  color: #333;
  text-align: left;
  padding-left: 0.5rem;
  overflow: hidden;
  height: 34px;
}

.list_name li:first-child {
  background: #F5F5F5;
  font-weight: bold;
  color: #000;
  height: 24px;
  border-top: none;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
}
.list_name li:nth-last-child(1){
  border-bottom: 1px solid #eee;
}


.match_member_list .list_table {
  float: left;
  width: 13.75rem;
  overflow-x: scroll;
  overflow-y: hidden;
}

.list_table table tbody tr th {
  font-size: 0.55rem;
  height: 24px;
  background: #F5F5F5;
  font-weight: 300;
  color: #000000;
  text-align: center;
}

.list_table table tbody tr td {
  font-size: 0.55rem;
  line-height: 34px;
  color: #333;
  text-align: center;
  border-top: 1px solid #eee;
}
.list_table table tbody tr:nth-last-child(1){
  border-bottom: 1px solid #eee;
}

/*足球技术统计*/
.stati_toptitle {
  /* height: 1.7rem; */
  /* background: #f1f1f1; */
  line-height: 16px;
  padding-top: 15px;
  margin-bottom: 5px;
  /* display: none; */
}
.stati_toptitle:nth-child(1){
  padding-top: 4px;
}
.stati_toptitle h2 {
  font-size: 12px;
  font-weight:bold;
  text-align: center;
    color: #000;
    margin: 0px auto;
    display: block;
    width: 80px;
    /* background-color: #EEE; */
    line-height: 16px;
    /* border-radius: 3px 3px 0 0; */
/*   color: #000000; */

}
.swiper-wrapper{
  border-bottom: 1px solid #EAEAEA;
  padding:0 20px;
  box-sizing: border-box;
}
.swiper-wrapper_index{
  box-sizing: border-box;
  padding: 0px;
  border-bottom: none;
}
/* .swiper-wrapper::after{
  display: block;
  content: "";
  clear: both;
} */
.stati_toptitle span {
  float: left;
  font-size: 0.6rem;
  color: #666;
  margin-left: 0.5rem;
}

.table_bar_box {
    background: #fff;
    margin: 0px auto;
    width: 17.75rem;
    border: 1px solid #EAEAEA;
    padding-bottom: 20px;
}

.table_bar_box .table_bar_title div {
  display: inline-block;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 0.75rem;
  color: #000;
  font-size: 12px;
}

.table_bar_box .table_bar_title div em {
  color: #000;
  font-size: 12px;
}

.table_bar_box .table_bar .bar {
  width: 100%;
  height: 0.2rem;
  background: #dddddd;
  border-radius: 2px;
}

.table_bar_box .table_bar > div {
  display: inline-block;
  width: 7.9rem;
}

.table_bar_box .table_bar .bar i {
  display: block;
  height: 0.2rem;
  border-radius: 2px;
}

.table_bar_box .table_bar .bar i.lose {
  background: #999;
}

.table_bar_box .table_bar .bar i.win {
  background: #4180FF;
}

/*球队统计（实时数据）*/
.lq_real_time {
  /* padding: 0 0.25rem; */
  line-height: 24px;
}
.lq_real_time table tbody tr {
    border-bottom: 1px solid #EAEAEA;
}
.lq_real_time table tbody tr td:nth-of-type(1){
  padding-left: 0.5rem;
}
.lq_real_time table tbody tr td:last-child{
  padding-right: 0.5rem;
}
.lq_real_time table tbody tr th {
  font-size: 0.6rem;
  font-weight: 300;
  font-family: Microsoft YaHei;
  line-height: 24px;
  color: #000;
  text-align: center;
}





.lq_real_time table tbody tr td {
  font-size: 0.6rem;
  font-weight: 300;
  line-height: 1.375rem;
  color: #000;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.lq_real_time table tbody tr td:nth-child(1){
  text-align: left;
}
/*阵容*/
.lineup_list {
  background: #fff;
  padding: 0 0.5rem 10px 0.5rem;
}

.lineup_table_zx {
  font-size: 0.6rem;
  color: #000;
  padding: 0.75rem 0 0.25rem 0;
}

.lineup_list_table table {
  border: 1px solid #EEE;
  width: 100%;
  margin-top: -1px;
}

.lineup_list_table table tbody tr{
  /* border: 1px solid #EEE; */
}
.lineup_list_table table tbody tr td {
  font-size: 12px;
  line-height: 1.75rem;
  color: #000;
  vertical-align: middle;
  border: 0;
  
}
.lineup_list_table table tbody tr td:nth-child(1){
  text-align: right;
  width: 14.25rem;
  padding-right: 10px;
  border-bottom: 1px solid #EEE;
}
.lineup_list_table table tbody tr td:nth-child(2){
  padding-right: 0;
  padding-left: 0%;
  text-align: center;
  width: 100px;
  background-color: #F8F8F8;
}
.lineup_list_ii{

}
.lineup_list_table table tbody tr:nth-last-child(1) td{
  /* border-bottom:0px solid #EEE; */
  /* background-color: rebeccapurple; */
}
.lineup_list_table table tbody tr td:nth-child(3){
  text-align: left;
  border-bottom: 1px solid #EEE;
  width: 14.25rem;
  font-size: 12px;
  padding-left: 10px;
}
.lineup_list_table table tbody tr td .lineup_list_i {
  display: inline-block;
  border: 1px solid #666;
  width: 2rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 1rem;
}

.lineup_list_table table tbody tr td span {
  display: inline-block;
  font-size: 12px;
  /* width: 1rem; */
  text-align: center;
  /* padding: 0 0.35rem; */
}

.lineup_table_title {
  /* border-top: 1px solid #e5e5e5; */
  text-align: center;
  color: #000000;
  height: 26px;
  margin-top: 10px;
  line-height: 26px;
}
.lineup_table_title span{
  /* padding:5px 16px; */
  /* border-radius: 3px 3px 0px 0px; */
  /* background-color: #EEE; */
  margin:0px auto ;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.lineup_table_Title_add{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding-bottom:5px;
}
.lineup_table_Title_add span:nth-child(2){
  width: 50px;
  text-align: center;
}
/*锦集回放、事件*/
.match_video {
  /* padding-bottom: 1rem; */
}

.match_video .match_video_back li {
  width: 17.75rem;
  height: 2.1rem;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 auto;
  overflow: hidden;
}

.match_video_back {
  background: #fff;
  border-top: 1px solid #fff;
  /* height: 15.9rem; */
  overflow: hidden;
}

.match_video .match_video_back li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5rem;
  color: #333;
  width: 16rem;
  float: left;
  overflow: hidden;
}

.match_video .match_video_back li i {
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
  margin: 1.1rem 0 0 0.4rem;
}
.uptable_show_button {
  background: #fff;
  height: 2.2rem;
  font-size: 0.7rem;
  text-align: center;
  line-height: 2.2rem;
  color: #999;
}
.uptable_show_button span {
  float: left;
  margin-left: 7rem;
  color: #999;
}
.uptable_show_button s {
  float: left;
  margin: 0.85rem 0 0 0.5rem;
  width: 0.36rem;
  height: 0.36rem;
  transform: rotate(45deg);
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
/*事件*/
.event_box .content .dot_s {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.event_box span.text_lim {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  line-break: strict;
  vertical-align: middle;
  text-overflow: ellipsis;
  color: #000;
  font-size: 14px;
}
ol#timeline {
  width: 100%;
  padding-bottom: 20px;
  background: url(../images/event/bg_line.png) center center repeat-y;
}

ol#timeline li {
  position: relative;
  color: #555;
  margin: 10px 0;
}

ol#timeline li div {
  width: 40%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 5px 0;
  background: #fff;
  position: relative;
}

ol#timeline p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-indent: 0;
}

ol#timeline p img {
  width: 22px;
  vertical-align: middle;
}

.event_box .content_p {
  padding-bottom: 41px;
  /* height: 699px; */
  /* overflow: auto; */
  margin-right: 1px;
  padding: 10px 15px;
}

.event_box .cf:before,
.event_box .cf:after {
  content: "";
  display: table;
}

.event_box .cf:after {
  clear: both;
}

.event_box .cf {
  zoom: 1;
  clear: both;
  padding: 0;
}

ol#timeline .home {
  float: left;
  text-align: right;
  padding-right: 10px;
}

ol#timeline .home p {
  text-align: right;
  font-size: 12px;
}

ol#timeline .home span.arrow {
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  background: url(../images/event/tri_l.png) 0 0 no-repeat;
  position: absolute;
  right: -8px;
  top: 6px;
  background-size: cover;
}

ol#timeline .away {
  float: right;
  text-align: left;
  padding-left: 10px;
  line-height: 15px;
}

ol#timeline .away span.arrow {
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  background: url(../images/event/tri_r.png) 0 0 no-repeat;
  position: absolute;
  left: -8px;
  top: 6px;
  background-size: cover;
}

ol#timeline .away p {
  text-align: left;
}

ol#timeline .num {
  display: block;
  width: 25px;
  height: 25px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

/*视频页（带过滤条件）*/
.filter_video {
  height: 1.75rem;
}

.filter_video_list {
  width: 15.25rem;
  height: 1.75rem;
  float: left;
  overflow: hidden;
}

.filter_video a {
  height: 1.25rem;
  width: auto;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #333;
  background: #fff;
  border-radius: 1.25rem;
  padding: 0 0.5rem;
  margin: 0.375rem 0 0 1rem;
}

.filter_video a:first-child {
  margin-left: 0.75rem;
}

.filter_video .filter_link {
  float: left;
  font-size: 0.7rem;
  line-height: 2rem;
  margin-left: 0.5rem;
  padding-left: 0.85rem;
  background: url(../images/filter_back.png) no-repeat;
  background-size: 0.75rem;
  background-position-y: 0.625rem;
}

/*筛选曚层*/
.filter_video_layer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.layer_filter {
  width: 16.75rem;
  background: #fff;
  border-radius: 0.5rem;
  margin: 6.5rem auto 0;
  overflow: hidden;
}

.layerfilt_left {
  float: left;
  width: 9.25rem;
  background: #f5f5f5;
}

.layerfilt_left li {
  height: 2rem;
}

.layerfilt_left li img {
  width: 1rem;
  height: 1rem;
  float: left;
  margin: 0.5rem 0 0 1rem;
}

.layerfilt_left li span {
  float: left;
  font-size: 0.65rem;
  line-height: 2rem;
  color: #333;
  margin-left: 0.5rem;
}

.layerfilt_left li.active {
  background: #fff;
}

.layerfilt_right {
  width: 7.5rem;
  float: left;
}

.layerfilt_right a {
  display: block;
  height: 2rem;
  padding-left: 1rem;
  font-size: 0.65rem;
  line-height: 2rem;
  color: #333;
}

.layerfilt_right a:active {
  color: #dc2221;
}

/*=============播放页==============*/
.play_video_box {
  height: auto;
  background: #fff;
}

.play_video_box .play_link {
  width: 100%;
  height: 10.55rem;
  background: #000;
  position: relative;
}

.play_video_box > span {
  display: block;
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #333;
  padding: 0.5rem 0.75rem 0;
}

.play_video_box > time {
  display: block;
  font-size: 0.6rem;
  line-height: 0.85rem;
  color: #666;
  padding: 0.5rem 0.75rem 0;
}

.cctv_link {
  padding-bottom: 0.25rem;
}

.play_link img {
  width: 100%;
  height: 100%;
}

.video_article_play_m {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 3.5rem !important;
  height: 3.5rem !important;
}

.correlation_video {
  background: #fff;
  padding-top: 0.7rem;
}

.correlation_video h1 {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333;
  padding-left: 0.4rem;
  border-left: 0.175rem solid #dc2221;
  line-height: 0.875rem;
  margin-left: 0.75rem;
}

/*video，article专辑和推荐*/
.scroll_video_taggle {
  width: 100%;
  background: #fff;
  padding-top: 0.5rem;
}

.scroll_video_taggle .videolist_title {
  width: 17.25rem;
  height: 1.45rem;
  background: #eee;
  border-radius: 0.2rem;
  border: 1px solid #eee;
  margin: 0 auto;
}


.videolist_title li {
  width: 33.33%;
  height: 1.45rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.45rem;
  text-align: center;
  float: left;
}

.videolist_title li.active {
  background: #fff;
  color: #3179ff;
}

.videolistChose li{
  width: 50%;
  height: 1.45rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.45rem;
  text-align: center;
  float: left;
}

/*=========专题页==========*/
/*---index---*/
/*赛事*/
.topic_tag_title {
  height: 1.25rem;
  margin-top: 0.75rem;
}
.topic_tag_title h1 {
  float: left;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.25rem;
  font-weight: bold;
  margin-left: 0.75rem;
}
.topic_tag_title a {
  float: right;
  font-size: 0.7rem;
  color: #3179ff;
  line-height: 1.25rem;
  margin-right: 0.75rem;
}
.topic_tag_title a i {
  font-size: 0.7rem;
  font-family: simsun;
  margin-left: 2px;
}
.topic_match_box .topic_match li {
  height: 3.6rem;
  border-bottom: 1px solid #f1f1f1;
}
.topic_match .time_title {
  height: 1.5rem !important;
  margin-top: 0.25rem;
}
.topic_match .time_title time {
  font-size: 0.7rem;
  color: #333;
  margin-left: 0.75rem;
  line-height: 1.5rem;
}
.topic_match li a {
  display: block;
  height: 3.6rem;
}
.topic_match_flex {
  width: 100%;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.75rem;
}
.topic_match li a:active {
  background: #f5f5f5;
}

.topic_match li a .match_time{
  width: 4.6rem;
  height: 3.6rem;
}

.topic_match li a .match_time p{
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: left;
  padding-top: .4rem;
  box-sizing: border-box;
}
.topic_match li a .match_time time{
  display: block;
  width: 4.6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.7rem;
  color: #333;
}

.topic_match li a .match_name {
  width: 6.5rem;
  height: 3.6rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #000000;
  padding-left: 0.1rem;
  box-sizing: border-box;
}
.topic_match li a .match_name p {
  display: block;
  width: 100%;
  height: 1.8rem;
  line-height: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match_nameP1{
  padding-top: .4rem;
  box-sizing: border-box;
}

.matchSource {
  width: 4rem;
  height: 3.6rem;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #000000;
  overflow: hidden;
}
.matchSource p{
  width: 4rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: right;
  font-weight: 600;
}
.matchSource p:nth-child(1){
  padding-top: .4rem;
  box-sizing: border-box;
}

.topic_match .state {
  width: 1.9rem;
  height: 1rem;
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 1rem;
}
/*要闻*/
.topindex_tag_silid {
  float: left;
  width: 12.5rem;
  height: 1.1rem;
  margin: 0.1rem 0 0 1.8rem;
  overflow: hidden;
}
.topindex_tag_silid a {
  float: left;
  font-size: 0.65rem;
  color: #3179ff;
  width: auto;
  height: 1rem;
  line-height: 1.1rem;
  padding: 0 0.55rem;
  border: 1px solid #3179ff;
  border-radius: 1rem;
  margin-right: 0.75rem;
}
.topindex_tag_silid a:active {
  background: #3179ff;
  color: #fff;
}
.topindex_tag_silid a.active {
  background: #3179ff;
  color: #fff;
}
/*---直播页---*/
.topic_score_zb {
  padding: 0;
}
.topic_score_zb li {
  padding: 0 0.5rem;
}
/*---视频页---*/
.topic_video_tag {
  width: 100%;
  height: 1.1rem;
  padding-top: 0.75rem;
  overflow: hidden;
  background: #fff;
}
.topic_video_tag a {
  float: left;
  font-size: 0.65rem;
  color: #3179ff;
  width: auto;
  height: 1rem;
  line-height: 1.1rem;
  padding: 0 0.55rem;
  border: 1px solid #3179ff;
  border-radius: 1rem;
  margin-left: 0.75rem;
}
.topic_video_tag a:active {
  background: #3179ff;
  color: #fff;
}

/*==========文章页=========*/
/*面包屑*/
.bread_crumb {
  font-size: 0.6rem;
  color: #aaa;
  line-height: 0.9rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  background: #fff;
}
.bread_crumb a {
  font-size: 0.6rem;
  color: #aaa;
}
.articles_text {
  background: #fff;
  padding: 0 0.75rem 0.5rem;
  font-size: 0.8rem;
}
.articles_text h1 {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5rem;
  font-weight: bold;
  padding-top: 1rem;
}
.articles_text .time {
  display: block;
  font-size: 0.6rem;
  color: #666;
  margin-top: 1rem;
  height: 0.8rem;
}
.articles_text p {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.4rem;
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.articles_text a {
  color: #333;
}
.articles_text img {
  width: 100%;
}
.articles_text strong {
  font-weight: bold;
}
.correlation_list {
  background: #fff;
}

/*article/video/tag*/
.articles_tag_text {
  padding-bottom: 0.5rem;
}

.articles_tag_text a {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 0.55rem;
  padding: 0.15rem 0.6rem;
  font-size: 0.65rem;
  color: #333;
  margin-left: 0.75rem;
  margin-top: 0.5rem;
  box-sizing: border-box;
}

/* 推荐 、头条 */
.scroll_video_taggle .videolist_title2 {
  width: 12rem;
  height: 1.65rem;
}

.videolist_title2 li {
  width: 50%;
  height: 1.65rem;
  font-size: 0.7rem;
  line-height: 1.65rem;
}

/*相关推荐公用块样式*/
.block_title {
  padding: 0.5rem 0;
  background: #fff;
}
.block_title h1 {
  margin-left: 0.75rem;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #000;
}
.block_min {
  width: 17.25rem;
  height: 3.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 auto;
  position: relative;
}
.block_min img {
  float: left;
  width: 5rem;
  height: 3.75rem;
}
.block_min p {
  float: left;
  width: 11.75rem;
  height: 2.2rem;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  color: #000;
  line-height: 1.1rem;
  overflow: hidden;
}
.block_min time {
  font-size: 0.6rem;
  color: #999;
  line-height: 0.9rem;
  float: right;
  margin-top: 0.7rem;
}
.block_min a:active p {
  color: #326ce5;
}
.block_min .video_ico {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/video_play.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1.75rem;
  top: 1.9rem;
}
.css1 {
  border-bottom: 2px solid #3179ff;
  color: #3179ff;
}
.css2 {
  border-bottom: 2px solid #ffffff;
  color: #000000;
}
.css4 {
  border-bottom: 2px solid #3179ff;
  color: #3179ff;
}
.schedule-match {
  font-size: 0.5rem;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}

.schedule-match-wrapper .swiper-slide {
  width: 1.5rem;
  text-align: center;
  margin: 0.1rem;
}

.schedule-match-wrapper .today-p {
  line-height: 1.5rem;
}

/* 底部导航 */
.nav_bottom {
  width: 100%;
  height: 4.5rem;
  font-size: 0.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.nav_explain {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0.5rem 1.5rem 0;
  box-sizing: border-box;
}
.nav_explain > p {
  line-height: 0.9rem;
}
.nav_about1 {
  width: 100%;
  height: 0.8rem;
  background: #fff;
}
.nav_about {
  width: 100%;
  /* height: 4.5rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  border-top: 1px solid #eeeeee;
  padding: 0.6rem 0 0.6rem 0;
}
.nav_con {
  display: flex;
  justify-content: center;
}
.nav_con > a {
  width: 4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #999999;
  text-align: center;
}
.nav_free {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.nav_p {
  margin-top: 0.3rem;
  text-align: center;
}

.about {
  width: 100%;
  height: auto;
  background: #f8f8f8;
}

.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;
}

/* 广告位 */
.advertisingMatch {
  width: 100%;
  height: 4rem;
  background: #fffbfb;
  overflow: hidden;
}
.adverBanS {
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.advertisingA {
  display: block;
  width: 100%;
  height: 4rem;
}
.advertisingA > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
/* 集锦列表 */
.video-bar {
  margin: 10px;
}
.video-bar img {
  width: 100%;
}
.jinlist-container {
  padding: 10px 10px 0;
  background-color: #fff;
}

.jinlist-item {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-right: 8px;
  border: 1px solid #eee;
  display: flex;
  box-sizing: border-box;
}
.jinlist-item .ico {
  width: 18px;
  height: 100%;
}
.jinlist-item a {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  text-indent: 8px;
}
.loadmore {
  text-align: center;
}
/* 集锦列表结束 */
/* 集锦详情 */
.body{
  margin-top: 94px;
}
.video-container{
  margin: 10px 10px 0 10px;
}
.video-container .border {
  height: 3px;
  background-image: linear-gradient(to left, #4154FF, #4180FF);
}
.video-container .content {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}
.video-container .content .title{
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.video-container .content .info {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #999;
}
.video-container .play-box {
  height: 180px;
}
.video-container .play-box .pic {
  width: 100%;
  height: 100%;
}
.play-btn{
  position:absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
.play-btn img{
  width: 40px;
  display: block;
}

.match-wrap {
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.match-wrap .match-title {
  border-bottom: 1px solid #eee;
  padding: 8px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.match-wrap .match-info{
  margin: 10px 10px 0;
  padding: 10px 20px;
  background-color: #F3F7FF;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.match-wrap .match-info .team-logo {
  width: 50px;
}
.match-wrap  .team-name .name {
  font-size: 12px;
  color: #000;
  margin-top: 6px;
}
.match-wrap  .event-score .name {
  color: #999;
  font-size: 12px;
}
.match-wrap  .event-score .score {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
  display: flex;
}
.match-wrap  .event-score .score div {
  width: 50px;
  padding: 0 5px;
}
.match-wrap  .event-score .score .home-score {
  text-align: right;
}
.match-wrap  .event-score .score .guest-score {
  text-align: left;
}
.match-wrap  .event-score .match-link {
  font-size: 12px;
  color: #2C9F34;
}
.match-wrap .match-list {
  margin: 0 10px;
  padding-top: 10px;
}
.match-wrap .match-list .match-item {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 
}
.match-wrap .match-list .match-item  a{
  color: #666;
}
/* 集锦详情结束 */
.penalty_kick_content{
  font-size: 10px;
  color: #000000;
}
.penalty_kick_name{
  font-size: 20px;
}




/* 频道页样式 */

.linear_border_t{
  border-top: 3px solid transparent;
  border-radius: 3px;
  position: relative;
}
.linear_border_t::after{
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, #4154FF 0%, #4180FF 100%);
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  top: -3px;
  left: 0px;
  content:"";
}
.channel_play{
  margin: 0px 10px;
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}
.channel_play_title{
  height: 1.5rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #EEEEEE;
}
.channel_play_title h2{
  font-weight: 600;
}
.channel_play_title span{
  font-weight: 300;
  color: #999;
  font-size: 0.6rem;
  margin-left: 0.5rem;
}
.channel_synopsis{
  margin: 0px 0.5rem 0.5rem;
  background: #fff;
  box-sizing: border-box;
}
.channel_synopsis_title h4,
.heat_channel_title h4,
.about_channel_title h4{
  height: 1.6rem;
  line-height:  1.6rem;
  color: #000;
  font-size: 0.7rem;
  font-weight: 600;
  padding-left: 0.5rem;
  border-bottom: 1px solid #EEEEEE;
}
.channel_synopsis-con{
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.channel_left_box{
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink:0;
  overflow: hidden;
  position: relative;
  margin-right: 0.5rem;
}
.channel_left_box img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.channel_synopsis-text{
  color: #999999;
  font-size: 0.6rem;
  line-height: 0.9rem;
  flex-shrink:1;
  width: 13.85rem;
}
.heat_channel{
  background: #fff;
  margin: 0.5rem;
}
.heat_channel_box{
  padding: 0.5rem 0.4rem 0.25rem 0.35rem;
  display: flex;
  flex-wrap: wrap;
}
.heat_channel_box a{
  display: block;
  margin:0px 0.35rem 0.5rem 0.4rem;
  width: 3.5rem; 
  color: #666666;
}
.heat_channel_list_img{
  width: 100%;
  height: 3.5rem; 
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}
.heat_channel_list_img img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.heat_channel_list p{
  font-size: 0.6rem;
  width: 100%;
  overflow: hidden;
  /* text-overflow:ellipsis; */
  white-space: nowrap;
  text-align: center;
  margin-top: 5px;
}
.about_channel{
  background: #fff;
  margin: 0.5rem;
  margin-bottom: 0px;
}
.about_channel_box{
  padding: 0.5rem 0.45rem 0.25rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.about_channel_list{
  border: 0.05rem solid #EEEEEE;
  width: 4.9rem;
  height: 1.5rem;
  line-height :1.5rem;
  text-align: center;
  margin: 0px 0.3rem 0.5rem 0.3rem;
}
.about_channel_list a{
  font-size: 0.5rem;
  color: #666;
  display: block;
  padding: 0px 3px;
  height: 100%;
  overflow: hidden;
}
/* 频道页样式end */
/* 比赛也样式 */
.analysis_insert{
  background: #fff;
  padding-top: 20px;
}
.ai_tabs_nav{
  margin: 0px 10px 0px;
  display: flex;
}
.ai_tab{
  width: 50%;
  height: 30px;
  border: 1px solid #4180FF;
  line-height: 30px;
  cursor: pointer;
  color: #4180FF;
  background: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ai_tab img{
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.ai_tabs_nav .active{
  color: #fff;
  background: #4180FF;
  font-weight: normal;
}
.favorable_con{
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  margin: 0px 10px;
}
/* 比赛也样式end */
/* 专题页 集锦录像样式 */
.coll_sild{
  background: #fff;
  margin-bottom: 10px;
  padding-top: 5px;
  border-top: 3px solid transparent;
  position: relative;
}
.coll_sild::after{
  position: absolute;
  top: -3px;
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(270deg, #4154FF 0%, #4180FF 100%);
}
.coll_sild h3{
  padding-left: 10px; 
  border-bottom: 1px solid #EEEEEE;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.coll_sild_ul{
  padding: 0 10px;
  height: 150px;  
  overflow: hidden;
  box-sizing: border-box;
}
.coll_sild_li{
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #EEEEEE;
}
.coll_sild_li a{
  display: block;
  color: #666666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.coll_sild_li a:hover,
.coll_sild_li a:active{
  color: #4180FF;
}
.coll_sild_more {
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #4180FF;
  font-size: 10px;
  font-weight: 600;
}
.coll_sild_more  img{
  width: 10px;
  height: 6px;
  margin-left: 2px;
}
/* 专题页 集锦录像样式end */


/* 专题页 bar 样式 */
.banner-info {
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
}
.banner-info-ico {
	width: 32px;
	margin-right: 5px;
}
.banner-info-name {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.banner-info-intro {
  margin-top: 6px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
/* 专题页 bar 样式结束 */