.setupCenter {
	width: 481px;
	height: 481px;
	margin: 0 auto;
	margin-top: 145px;
	background-color: #FAC920;
	border-radius: 50%;
	position: relative;
}

.singlelev {
	width: 90px;
	height: 90px;
	background: rgba(250, 201, 32, 1);
	border: 3px solid rgba(250, 201, 32, 1);
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	background-color: #fff;
}

.setupCenter>.singlelev:nth-child(1) {
	top: 39px;
	left: 5px;
}

.setupCenter>.singlelev:nth-child(2) {
	top: 164px;
	left: -47px;
}

.setupCenter>.singlelev:nth-child(3) {
	top: 292px;
	left: -22px;
}

.setupCenter>.singlelev:nth-child(4) {
	top: 402px;
	left: 64px;
}

.setupCenter>.singlelev:nth-child(5) {
	top: 423px;
	left: 200px;
}

.setupCenter>.singlelev:nth-child(6) {
	top: 392px;
	left: 335px;
}

.setupCenter>.singlelev:nth-child(7) {
	top: 283px;
	left: 424px;
}

.setupCenter>.singlelev:nth-child(8) {
	top: 153px;
	left: 433px;
}

.setupCenter>.singlelev:nth-child(9) {
	top: 40px;
	left: 371px;
}

.singlelev>p {
	text-align: center;
}

.singlelev>p:nth-child(1) {
	font-size: 30px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.singlelev>p:nth-child(2) {
	font-size: 24px;
	font-family: ArialMT;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.singleCenter {
	width: 240px;
	height: 163px;
	text-align: center;
	line-height: 163px;
	background: url(img/gamesetup.png);
	background-size: 100% 100%;
	font-size: 34px;
	font-family: FZCHYJW--GB1-0;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	-webkit-text-stroke: 6px undefined;
	text-stroke: 6px undefined;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -81px;
	margin-left: -120px;
}

.testsetup {
	width: 533px;
	height: 335px;
	margin: 0 auto;
	background: url(img/testsetup.png);
	margin-top: 62px;
}

.testsetuptit {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	padding-top: 40px;
}

.radiobox {
	margin-left: 96px;
	margin-top: 30px;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	overflow: hidden;
}

.radioLeft {
	width: 110px;
	text-align: left;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	display: inline-block;
	float: left;
}
.primaryMainTop {
	height: 60px;
	background: #415880;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-left: 27px;
	color: #fff;
}
a{
	text-decoration: none;
}
.primaryMainTop>a {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	padding-right: 8px;
	height: 60px;
	line-height: 60px;
}

.label {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.label>label {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
}

.radioRight label>input {
	margin-right: 10px;
}

.radioRight input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url('./img/uncheck.png') no-repeat center center;
    margin-right: 5px;
    margin-top: 2px;
    background-size: 100% 100%;
}

.radioRight input[type="radio"]:checked + label::before {
    background: url('img/checked.png') no-repeat center center;
    border: none;
}

.label input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.radioRight{
	float: left;
	overflow: hidden;
}
.game-bg{
	display: block;
	margin: 5px auto;
	float: none;
	cursor: pointer;
}
.singlelevActive{
	background: rgba(102, 160, 255, 1);
}
.singlelevActive>p{
	color: #fff !important;
}
.p-intro{
	font-size: 18px;
	margin: 5px auto;
}
.game-intro{
	padding: 0 20px;
    line-height: 36px;
}
