@charset "utf-8";

body {
	overflow: hidden;
	background-color: #081436;
	color: #fff;
}

#root .container {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	/*
	background-image: url('../../resources/images/pc/bg_start.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	*/
}

#root .bg-body {
	width: 100%;
}

.grade-box {
	position: absolute;
	left: 71px;
	top: 65px;
}

.grade-box .grade-box-in {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 66px 0 0 98px;
}

.grade-box .grade-box-in > div {
	margin-top: 0.5rem;
	padding-left: 5.6rem;
	font-family:'LCDBold';
	color: #fff;
	font-size: 4.4rem;
	text-shadow: 2px 2px 4px #68ff0d;
}

.grade-box .grade-box-in > div > span {
	display: inline-block;
}

.grade-box .grade-box-in .txt-tit > span {
	padding-left: 1.0rem;
}

.grade-box .grade-box-in .txt-tit {
	margin-top: 0;
	padding-left: 0;
	font-size: 6.6rem;
}

.grade-box .grade-box-in .txt-quiz > span {
	color: #68ff0d;
	text-shadow: none;
}

.grade-box .grade-box-in .txt-time > span {
	color: #68ff0d;
	text-shadow: none;
}

.grade-box .grade-box-in .txt-time > span > em {
	font-size: 3.0rem;
}

.score-box {
	position: absolute;
	top: 17.4rem;
	right: 26.2rem;
}

.score-box:before {
	content: '';
	position: absolute;
	left: 8.3rem;
	top: -7.4rem;
	display: block;
	width: 30.0rem;
	height: 18.1rem;
	background-image: url('../images/pc/img_rvg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.score-box > img {
	position: relative;
	width: 20.8rem;
}

.score-box > span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	text-align: center;
	color: #fff;
	font-family:'LCDBold';
	font-size: 7.6rem;
}

.score-box > span:after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}


.btn-box {
	position: absolute;
	left: 0;
	bottom: 4.0rem;
	width: 100%;
	text-align: center;
}

.btn-box .btn-start {
	display: inline-block;
}

.btn-box .btn-start img {
	width: 40.2rem;
}

@media (max-width: 750px) {
	html {}

	body {
		overflow: auto;
	}

	.grade-box {
		left: 6.8%;
		top: 18.4%;
		width: 57.3%;
	}

	.grade-box .grade-box-in {
		padding: 5.5rem 0 0 7.2rem;
	}

	.grade-box .grade-box-in > div {
		padding-left: 5.0rem;
		font-size: 3.4rem;
	}

	.grade-box .grade-box-in .txt-tit {
		padding-left: 0;
		font-size: 5.2rem;
	}

	.grade-box .grade-box-in .txt-time > span > em {
		font-size: 2.8rem;
	}

	.score-box {
		top: 27.5rem;
		right: 8.0rem;
	}

	.score-box:before {
		left: 1.0rem;
		top: -6.8rem;
		width: 23.1rem;
		height: 11.8rem;
		background-image: url('../images/moblie/img_rvg.png');
	}

	.score-box > img {
		width: 19.5rem;
	}

	.btn-box {
		bottom: 8.0rem;
	}
}

@media (max-width: 560px) {
	html {
		font-size: 7px;
	}
}

@media (max-width: 412px) {
	html {
		font-size: 6px;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 5px;
	}
}

@media (max-width: 320px) {
	html {
		font-size: 4px;
	}
}










