body {
	background-color: #f6f6f6;
	padding-bottom:300px !important;
}

a {
	text-decoration: none;
}

.wordsList {
	width: 1200px;
	margin: 10px auto;
	min-height: 500px;
}

.primaryMainTop {
	height: 60px;
	background: #415880;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-left: 27px;
	color: #fff;
}

.primaryMainTop>a {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	padding-right: 8px;
	height: 60px;
	line-height: 60px;
}

.singleword {
	width: 1180px;
	height: 360px;
	background: rgba(255, 255, 255, 1);
	padding: 20px;
	margin-bottom: 53px;
	position: relative;
}

.wordtit {
	height: 30px;
	border-left: 3px solid #317EFB;
	font-size: 24px;
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
	color: #415880;
	line-height: 30px;
	padding-left: 5px;
}

.wordtit>span {
	font-size: 20px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	color: #415880;
	height: 30px;
	line-height: 30px;
	float: right;
}

.singleimg {
	width: 373px;
	height: 250px;
	border-radius: 5px;
	position: relative;
	float: left;
	margin-right: 18px;
	margin-top: 20px;
	overflow:hidden
}
.singleimgtrue {
	width: 373px;
	height: 250px;
	border-radius: 5px;
	position: relative;
	float: left;
	margin-right: 18px;
	margin-top: 20px;
	overflow:hidden
}
.singleimgwrong {
	width: 373px;
	height: 250px;
	border-radius: 5px;
	position: relative;
	float: left;
	margin-right: 18px;
	margin-top: 20px;
	overflow:hidden
}

.singleword>.singleimg:nth-last-child(1) {
	margin-right: 0;
}
.singleword>.singleimgtrue:nth-last-child(1) {
	margin-right: 0;
}

.singleword>.singleimgwrong:nth-last-child(1) {
	margin-right: 0;
}
.img-word {
	width: 373px;
	height: 250px;
	border-radius: 5px;
}

.label {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	bottom: -2px;
	right: -10px;
}

.label>label {
	cursor: pointer;
	height: 35px;
	line-height: 35px;
}

.singleimg input[type="radio"]+label::before {
	content: "\a0";
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url('./img/uncheck.png') no-repeat center center;
	margin-right: 10px;
	margin-top: 2px;
	background-size: 100% 100%;
}

.singleimg[data-istrue='true'] input[type="radio"]:checked+label::before {
	background: url('img/checked.png') no-repeat center center;
	border: none;
}

.singleimg[data-istrue='wrong'] input[type="radio"]:checked+label::before {
	background: url('img/checkwrong.png') no-repeat center center;
	border: none;
}

.sximg input[type="radio"]+label::before {
	content: "\a0";
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url('./img/uncheck.png') no-repeat center center;
	margin-right: 10px;
	margin-top: 2px;
	background-size: 100% 100%;
}

.sximg[data-istrue='true'] input[type="radio"]:checked+label::before {
	background: url('img/checked.png') no-repeat center center;
	border: none;
}

.sximg[data-istrue='wrong'] input[type="radio"]:checked+label::before {
	background: url('img/checkwrong.png') no-repeat center center;
	border: none;
}

.label input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.word-chose {
	width: 310px;
	height: 80px;
	background: rgba(255, 255, 255, 1);
	border-radius: 20px;
	font-size: 30px;
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
	color: #415880;
	text-align: center;
	line-height: 80px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -155px;
}

.word-chose>img {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin-top: 24px;
}
.word-chose>a {
	color:#415880;
	size:18px;
}
.word-chose2 {
	width: 310px;
	height: 80px;
	background: rgba(255, 255, 255, 1);
	border-radius: 20px;
	font-size: 30px;
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
	color: #415880;
	text-align: center;
	line-height: 80px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -155px;
}

.word-chose2>img {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin-top: 2px;
}

.zero {
	height: 30px;
	line-height: 30px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	border-color: #415880;
	background-color: #415880;
	color: #fff;
	float: right;
	font-size: 16px;
	margin-right: 50px;
}
.score {
z-index: 999;
}
.pagebox {
	width: 1200px;
	margin: 65px auto;
}

.sximg {
	border: 1px solid #317EFB;
	border-radius: 5px;
	
	text-align: center;
}

.sximg>img {
	vertical-align: middle;
}

.sximg>span {
	height: 100%;
	width: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}