.history-nav{
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 20px auto;
    color: #949494;
    font-size: 12px;
}

.history-nav a{
    color: #949494;
}

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


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

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


.record-detail{
    background-color: #31363C;
    border-radius: 8px;
    padding: 20px;
}

.record-text1{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.record-text2{
    display: flex;
    flex-direction: row;
    margin: 10px 0 20px 0;
}

.record-text2 p{
    color: #A5A5A5;
}

.record-text2 a{
    color: #32C5FE;
}

.record-text3{
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.record-text3 a{
    color: #fff !important;
}


.record-text4{
    color: #32C5FE;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.record-text5{
    display: flex;
    flex-direction: row;
     margin-bottom: 10px;
}

.record-text5 p{
    color: #fff;
}

.record-text5 a{
    color: #32C5FE;
}

.record-label{
    display: flex;
    flex-direction: row;
     margin-bottom: 30px;
}

.record-label p{
     color: #fff;
}

.record-label div{
    background: #4F5567;
    border-radius: 11px;
    padding: 0 10px;
    color: #fff;
    margin-right: 12px;
}


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

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


.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{
    margin-top: 20px;
}


.game-video{

}

.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;
}
