* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	background: #f5f5f5;
	/* font-family: 微软雅黑; */
	font-family: SourceHanSansCN-Normal;
}

/* .examContent{
	transition: all 1s ease; 
} */
.answerActive1 {
	cursor: pointer;
	margin-left: 20px;
	width: 96px;
	height: 40px;
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #53565A;
}

.tagActive1 {
	width: 80px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #C7C8C9;
	cursor: pointer;
	color: #53565A;
}

.tagActive2 {
	width: 80px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #F47DB0;
	cursor: pointer;
	background: #FFE3EF;
	color: #F4287F;
}

.answerActive2 {
	cursor: pointer;
	margin-left: 20px;
	width: 96px;
	height: 40px;
	background: #257AEA;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.answerCard {
	width: 20px;
	height: 20px;
	border: 2px solid #f2f2f2;
	text-align: center;
	line-height: 15px;
	color: #141414;
	font-size: 12px;
}

.questions .quTitle {
	width: 100%;
	height: 60px;
	font-size: 16px;
	background: #E1F0FF;
	padding-left: 20px;
	display: flex;
	align-items: center;
}


#errorTip {
	position: fixed;
	line-height: 25px;
	padding: 5px 0;
	z-index: 9999;
	width: 260px;
	text-align: center;
	background: #333;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	border-radius: 3px;
	color: #fff;
}

.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #fff;
}

.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background-color: #fff;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	background-color: #bbb;
}
