.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: column;
	justify-content: space-between;
	margin-top: 20px;
      transition: all .6s;
}

.team{
   width: 1200px;
    background-image: url(../images/bg_match.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 80px;
    transition: all .6s;
    min-width: 340px;
}

.team img{
    width: 76px;
    margin: 40px 0;
}

.team .name{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    width: 200px;
    flex-shrink: 1;
    text-align: center;
}

.team .detail{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.detail1,.detail3{
    color: #ADADBE;
     text-align: center;
}

.detail2{
    font-size: 32px;
    color: #FFFFFF;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.detail4{
    color: #fff;
    margin-top: 6px;
}

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

.detail-title{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.live-list{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    transition: all .6s;
    flex-wrap: wrap;
}

.live-list div{
    background: #FF1B25;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.detail-info{
    color: #fff;
    margin-top: 10px;
    line-height: 1.5em;
}


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


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



@media screen and (max-width:1200px){
    .team{
       width: 100%;
    }
}


@media screen and (max-width:680px){
    .team{
       padding: 10px;
    }
    .team img{
        width: 48px;
    }
    .detail2{
        font-size: 24px;
    }
}


@media screen and (max-width:480px){
    .team{
       padding: 0px;
    }
    .team img{
        width: 32px;
    }
}
