body,html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
.conent {
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
}
.conent_con {
	width: 100%;
}
.title {
	width: 100%;
	text-align: center;
	font-size: 7vh;
	color: #fff;
	font-weight: 600;
	-webkit-text-stroke: 2px #333;
}
.time {
	width: 100%;
	text-align: center;
	font-size: 4vh;
	-webkit-text-stroke: 2px #333;
	color: #fff;
	margin-bottom: 5vh;
	margin-top: 5vh;
}
.oneCSs {
	width: 95%;
	margin: auto;
	display: flex;
	border: 1px solid #fff;
	margin-bottom: 7vh;
}
.oneCSs_one {
	width: 30%;
	display: flex;
}
.oneCSs_two {
	width: 40%;
	display: flex;
}
.oneCSs_tree {
	width: 30%;
	display: flex;
}
.oneCSs_one label,.oneCSs_two label,.oneCSs_tree label{
	width: 60%;
	text-align: center;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 4.5vh;
	line-height: 8vh;
}
.oneCSs_one span,.oneCSs_two span,.oneCSs_tree span{
	width: 40%;
	display: block;
	background: #fff;
	color: #333;
	font-size: 4.5vh;
	line-height: 8vh;
	text-align: center;
}
@media screen and (min-width: 10px) and (max-width: 1000px) {
	.title {
		width: 100%;
		text-align: center;
		font-size: 7vh;
		color: #fff;
		font-weight: 600;
		-webkit-text-stroke: 2px #333;
	}
	.time {
		width: 100%;
		text-align: center;
		font-size: 4vh;
		-webkit-text-stroke: 2px #333;
		color: #fff;
		margin-bottom: 5vh;
		margin-top: 5vh;
	}
	.oneCSs {
		width: 95%;
		margin: auto;
		display: flex;
		border: 1px solid #fff;
		margin-bottom: 7vh;
	}
	.oneCSs_one label,.oneCSs_two label,.oneCSs_tree label{
		width: 60%;
		text-align: center;
		display: block;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
		font-size: 4.5vh;
		line-height: 8vh;
	}
	.oneCSs_one span,.oneCSs_two span,.oneCSs_tree span{
		width: 40%;
		display: block;
		background: #fff;
		color: #333;
		font-size: 4.5vh;
		line-height: 8vh;
		text-align: center;
	}
}