.game{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
	transition: all .6s;
	min-width: 300px !important;
}


.game-left{
	width: 840px;
	display: flex;
	flex-direction: column;
	transition: all .6s;
}

.game-right{
	width: 340px;
	display: flex;
	flex-direction: column;
	transition: all .6s;
}

.game-living{
	
}

.living-nav{
	width: 100%;
	height: 70px;
	background-color: #31363C;
	border-radius: 8px 8px 0 0;
	margin-top: 10px;
}

.living-nav-list{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	margin:0 20px;
	overflow: hidden;
}

.living-nav-list li{
	background-color: #141618;
	border-radius: 6px;
	padding: 4px 10px;
	margin-right: 6px;
	color: #FCC222;
	cursor: pointer;
	flex-shrink: 0;
}

.living-nav-action{
	background-color: #FCC222 !important;
	color: #141618 !important;
}

.living-list{

}

.living-item{
	padding: 15px;
	display: flex;
	flex-direction: row;
	color: #9A9A9A;
	align-items: center;
}

.living-item:nth-child(odd){
	background-color: #202529;
}

.living-item:nth-child(even){
	background-color: #31363C;
}


.living-day{
	 display: flex;
	 flex-direction: row;
	 min-width: 40px;
}

.living-date{
	margin: 0 10px;
}

.living-league{
	margin-right: 6px;
	color: #9A9A9A;
	width: 80px;
}

.living-team{
	width: 150px;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
.living-team1{
	width: 150px;
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

.living-name{
	color: #fff;

}

.living-logo{
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin: 0 6px;
}

.living-status{
	flex-direction: column;
	color: #fff;
	display: flex;
	width: 88px;
	align-items: center;
}

.living-status>p{
	font-size: 12px;
	color: #9A9A9A;
}

.living-score {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.living-play{
    max-width: 80px;
	padding: 6px 10px;
    background-color: #4F5567;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    margin-left: 6px;
	transition: all .6s;
}

.living-play-start{
	background-color: #FF1B25;
}


.living-play-active{
	color: #fff;
	background-color: #FF1B25;
}



.game-match {
	
}

.match-nav{
	width: 100%;
	background-color: #31363C;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}

.match-nav-item{
	font-size: 14px;
  font-weight: 400;
  margin: 2px;
  padding: 5px 12px;
  line-height: 22px;
  background: #141618;
  color: #FCC222;
  border-radius: 6px;
}




.game-video{
	margin-top: 20px;
}

.video-list{
	margin-top: 10px;
	width: 100%;
	border-radius: 8px;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	background-color: #31363C;
}

.video-item{
	display: flex;
	flex-direction: row;
	padding: 12px;
	align-items: center;
}

.video-item img{
	width: 37px;
	margin-right: 10px;
}

.video-item div{
	display: flex;
	flex-direction: column;
}

.video-item .title{
    font-size: 14px;
    padding-bottom: 2px;
    color: #fff;
}

.video-item .time{
		font-size: 12px;
    color: #999999;
}



.game-news{
	margin-top: 20px;
}

.news-list{
	margin-top: 10px;
}

.news-item{
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

.news-image{
	width: 136px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #31363C;
  flex-shrink: 0;
}

.news-image1{
  background-size: 40%;
}


.news-content{
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-title{
	line-height: 1.5;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}

.news-time{
    color: #8A8A8A;
    font-size: 12px;
}





.game-rank{
	margin-top: 20px;
}

.rank-nav{
	background-color: #31363C;
	border-radius: 8px 8px 0 0;
	padding:10px 20px ;
		margin-top: 10px;
}

.rank-nav-list{
	list-style-type: none;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	background-color:#141618;
	overflow: hidden;
}

.rank-nav-list li{
	flex-grow: 1;
  text-align: center;
  line-height: 32px;
  color: #FCC222;
  cursor: pointer;
}

.rank-nav-action {
	background-color: #FCC222 !important;
	color: #141618 !important;
}

.rank-head{
	background-color: #202529;
  padding: 0 10px;  
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  color: #999;
}

.rank-head p{
	text-align: center;
}

.rank-no{
	width: 50px;
}

.rank-team{
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.rank-match{
	width: 70px;
}

.rank-score{
	width: 70px;
}

.rank-list{
	 
}

.rank-list{
	background-color:#141618;
	padding-bottom: 10px;
	border-radius: 0 0 8px 8px;
}

.rank-item{
	display: flex;
	padding: 10px;
}

.rank-item:nth-child(odd){
	background-color:#31363C;
}

.rank-item:nth-child(1) .rank-no p{
	background-color: #FF3927;
}
.rank-item:nth-child(2) .rank-no p{
	background-color: #FC7B44;
}
.rank-item:nth-child(3) .rank-no p{
	background-color: #FCCE31;
}


.rank-no p{
	width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  color: #ffff;
}

.rank-team img{
  padding-right: 5px;
  height: 16px;
  display: block;
}


.rank-team p{
	color: #fff;
}


.rank-match p{
	color: #fff;
	text-align: center;
}

.rank-score p{
	color: #fff;
	text-align: center;
}


.article{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	transition: all .6s;
}

.article-list{
	  width: 500px;
    display: flex;
    flex-direction: column;
    	margin-top: 10px;
    	transition: all .6s;
}

.article-item{
	display: flex;
	flex-direction: row;
	height: 80px;
	align-items: center;
	transition: all .6s;
}

.article-title{
	color: #fff;
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .6s;
}

.article-time{
  color: #999999;
  font-size: 12px;
  width: 100px;
}

.article-roll{
	width: 700px;
	position: absolute;
	bottom: 20px;
	right: 0;
	 text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	background-color: #000;
	color: rgba(255, 255, 255, .5);
	padding: 10px;
}



.link{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.link-list{
	width: 100%;
	background-color: #31363C;
	height: 20px;
	border-radius: 8px;
	margin-top: 10px;
}
