@CHARSET "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	z-index: 0;
	/*background-image: url(../../img/match/match_content_bg.png);
	background-size: 100% auto;
	background-repeat: y-repeat;*/
	min-width: 1200px;
}

body {
	background-image: url(../../img/match/match_bg_new.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

a:link {
	color: #000000;
	text-decoration: none
}

a:visited {
	color: #000000;
	text-decoration: none
}

a:hover {
	color: #ff7f24;
	text-decoration: underline;
}

a:active {
	color: #ff7f24;  
	text-decoration: underline;
}

.hide {
	display: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

@media screen and (max-width: 600px) {
	.match_content_div {
		min-height: 1750px;
	}
}