﻿@media screen and (max-width:980px){
	
body {
    min-width: 100%;
}

.dftiyu-header__menu{display: flex;
    align-items: center;
    overflow: auto;
    margin-left: 15px;
	
	  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE和Edge */
  padding-bottom: 5px; /* 给滚动区域一点空间 */
  margin-bottom: -5px; /* 抵消padding-bottom的影响 */
}

/* Chrome, Safari和Opera */
.dftiyu-header__menu::-webkit-scrollbar {
  display: none;
}
	
	
	
.dftiyu-header__menu > a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 0px 10px;
    height: 30px;
    line-height: 32px;
    flex-shrink: 0;
}
	
	
	
	
	
	
	
.dftiyu-el-width-1200-center {
    width: 100% !important;
    margin: 0 auto;
}


.dftiyu-main-left {
    width: 100%; 
}
	

.dftiyu-main-right {
    width: 100%;
    margin-left:0px;
}
		
	.dftiyu-article-list__thumb {
    width: 120px;
    height: 90px;
    display: block;
}
	.dftiyu-article-list__item p,.dftiyu-article-list__item .dftiyu-el-right , .dftiyu-article-list__item .dftiyu-video-list__tag{ display:none}
	
	.pagination {
    display:  block;
   
}
	.pagination  li{ float:left
   
}

.dftiyu-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9998;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6d6c6c;
    display: none;
    text-align: center;
}

.dftiyu-top__icon {
    top: 4px;
}

.dftiyu-match {
    background: #ffffff;
    padding: 0 5px 5px 5px;
}

.dftiyu-video-list__title {
    width: 90%;
    line-height: 32px;
}
.dftiyu-video-list__item{ display:block; overflow:hidden}



.dftiyu-video-list__tag {
    display: block;
    align-items: center;
    position: relative;
    top: -px;
    margin-left: 5px;
}

.dftiyu-video-list__tag  span,.dftiyu-video-list__tag  a{ display:inline-block; height:30px; line-height:30px; float:left}
.dftiyu-video-list__tag  a{ height:20px; line-height:20px;overflow:hidden}


.dftiyu-main.dftiyu-el-flex{ display:block}
.dftiyu-video__list{ width:90%}

.dftiyu-video__tag {
    display: inline-block;
    align-items: center;
}
.dftiyu-video__tag span,.dftiyu-video__tag  a{ display:inline-block}

  
.dftiyu-match-cate .dftiyu-match-cate__title{ display:none}
.dftiyu-match-cate__extend-icon {display:none}

.dftiyu-match-cate__list { display:block;text-overflow:clip !important;
    width: 100%;
  overflow:hidden;
  white-space:nowrap;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE和Edge */
}

.dftiyu-match-cate__list::-webkit-scrollbar {
  display: none;
}

.dftiyu-match-cate__list a{

  display:inline-block !important;     
 
}



.dftiyu-match__item-list {
    display: block;
    align-items: center;
    padding: 0 15px;
    line-height: 60px;
    border-top: 1px solid #F5F5F5; overflow:hidden
}

.dftiyu-match__time {
    width: 50%;
    float:left;
}
.dftiyu-match__label {
   width: 50%;
   float:right;text-align:right
}

.dftiyu-match__play-btn {
    width: 105px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    text-align: center;
    background: #7633ff;
    color: #ffffff!important; margin:0 auto;
}

.dftiyu-article__content img {
    max-width: 100%!important;
    height:auto!important;
}
.dftiyu-current-location { padding-left:10px;box-sizing: border-box;

}

.dftiyu-article-list__title {
    font-size: 18px;
    font-weight:normal;  line-height:20px; overflow:hidden; display:block;   
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dftiyu-match__item-list {
    padding: 0px;
}

.dftiyu-match__play-btn-name {
    /* margin-left: 0px; */
    /* padding:0px 3px; */
}

/* 底部菜单 */
.dftiyu-menu {
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0px;
    background: #7633ff; display:block
}
.dftiyu-menu__content {
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
}
.dftiyu-menu__item {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.dftiyu-menu__name {
    margin-top: 2px;
    font-size: 12px;
    color: #ffffff;
}
.dftiyu-menu__name--color {
    margin-top: 2px;
    font-size: 12px;
    color: #f7cae7;
}
.dftiyu-menu__home-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_home.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__home-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_home_active.png) no-repeat;
    background-size: 100% 100%;
}

.dftiyu-menu__football-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_football.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__football-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_football_active.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__basketball-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_basketball.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__basketball-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_basketball_active.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__news-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_news.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__news-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_news_active.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__video-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_video.png) no-repeat;
    background-size: 100% 100%;
}
.dftiyu-menu__video-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_video_active.png) no-repeat;
    background-size: 100% 100%;
}


.dftiyu-article-list__other-info {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
}
.dftiyu-article-list__other-tag{display: inline-block; width:100%}
.dftiyu-article-list__tag-name {
    max-width: 70px!important;
    color: #7633ff !important;
    max-width: 120px;
    padding: 3px 6px; float:left
}
.dftiyu-article-list__other-time{ display:block;width:100%}

.dftiyu-source__centent {
    display: block;
    margin: 2px;
    padding-bottom: 5px;
}


.dftiyu-source__item { display: inline-block; margin-left:4px; margin-bottom:5px;
}


.dftiyu-match__team {
    width: 100%;
 display: grid;
    grid-template-columns: 2fr 1fr 1fr  1fr 2fr;
}

.dftiyu-match__vs {
    text-align: center;
    padding:0px 5px;
}


 
 
.dftiyu-match__visitor {
    display: flex;
}
.dftiyu-match__visitor-team {
    width: 120px;
    text-align: left;
}
.dftiyu-match__visitor-branch {
    width: 30px;
    text-align: left;
}

.dftiyu-footer {
    padding: 10px;
}


}