.clear {
	clear: both;
}

.banner{
	width:100%;
	height:310px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(/static/img/match/banner_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_bg{
	width:100%;
	height:100%;
}
/* 超小屏幕（手机，小于 768px） */
.xapp-match-info {
	/* border: 1px solid red; */
	height: 80px;
	
	/* background: green; */
}

.xapp-match-info .match-logo {
	float: left;
	margin-top: 8px;
	height: 80%;
	overflow: hidden;
	/* background: hotpink; */
}

.xapp-match-info .match-info {
	position: relative;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	width: 100px;
	height: 80%;
	/* background: gold; */
	padding-left: 10px;
}

 


.xapp-match-info .match-info-name {
	font-weight: bold;
}


.match-info>div{
	width: 60%;
}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
	.banner {
		width: 100%;
		background-image: url(/static/img/match/banner_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.xapp-match-info {
		height: 150px;
	}

	.xapp-match-info .match-logo {
		margin-top: 15px;
		margin-left: 10px;
	}

	.xapp-match-info .match-info {
		margin-top: 15px;
	}
	
	.xapp-match-info .match-info-name {
		font-size: 16px;
		line-height: 22px;
	}
	
	.match-info>div{
		margin:2px 0;
	}

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
	.xapp-match-info {
		height: 200px;
	}

	.xapp-match-info .match-logo {
		margin-top: 20px;
		margin-left: 15px;
	}

	.xapp-match-info .match-info {
		margin-top: 20px;
	}
	
	.xapp-match-info .match-info-name {
		font-size: 18px;
		line-height: 26px;
	}
	
	.match-info>div{
		margin:5px 0;
	}
	
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.xapp-match-info {
		height: 320px;
	}

	.xapp-match-info .match-logo {
		margin-top: 32px;
		margin-left: 20px;
	}

	.xapp-match-info .match-info {
		margin-top: 32px;
	}
	
	.xapp-match-info .match-info-name{
		font-size: 20px;
		line-height: 32px;
	}
	
	.match-info>div{
		overflow: hidden;
		margin: 10px 0;
	}
	
	
}

@media (max-width:768px) {
	body{
		font-size: 12px;
	}
	.xapp-match-info {
		height: auto;
		position: relative;
	}
	
	.xapp-match-info .match-info-name{
		font-size: 14px;
		line-height: 18px;
	}

	.xapp-match-info .match-logo {
		margin-top: 0 !important;
		width: 100% !important;
		height: auto;
	}

	.xapp-match-info .match-info {
		width: 100% !important;
		margin-left: 0;
		height: auto;
		position: unset;
		padding-left: 0;
		color: #000;
	}
	.banner.yancheng .xapp-match-info .match-info{
		color: #fff;
	}
	.banner.yancheng{
		padding: 15px;
	}
	.match-info button{
		position: absolute;
		right: 5px;
		top: 10px;
		height: 2.5rem;
		font-size: 18px;
		outline: none!important;
		box-shadow: none;
	}
	.btn{
		padding:0;
	}
	.match-info>div {
		width: 100%;
		margin: 5px 0;
	}
	.banner .container{
		padding: 0;
	}
}
