@CHARSET "UTF-8";

/************************题目相关公共样式开始*/
/*题目详情页面*/
#question-info {
	padding: 23px 28px;
}

/*题目内容*/
#question-common {
	width: 870px;
	padding-right: 30px;
}
.question-type{
	border: 1px solid #006aee;
	color: #006aee;
	font-size: 14px;
	border-radius: 5px;
	padding: 2px 5px;
}
#question-common .question-content {
	color: #818181;
	font-size: 18px;
	border-bottom: 1px #d8d8d8 dashed;
	margin: 30px 0 20px 0;
}

#question-common .question-content .question-detail {
	min-height: 250px;
}

#question-common .question-content .question-title {
	float: left;
	width: 752px;
	margin-bottom: 13px;
}

#question-common .question-content .question-option {
	font-size: 16px;
	margin-left: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 36px;
}

#question-common .question-content .question-img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	float: right;
	cursor: pointer;
}

#question-common .question-content .question-img img {
	max-width: 300px;
	max-height: 200px;
	margin-top: 10px;
}

#question-common .question-content .question-img a{
	display: block;
	max-width: 300px;
	max-height: 20px;
	font-size: 12px;
	color: #006aee;
	text-align: center;
}

#question-common .question-content .question-img a i{
	padding: 10px;
	background: url("/Public/image/icon/view-img.png") no-repeat center;
	background-size: 17px 17px;
}

#question-common .question-content .question-option .option-detail {
	cursor: pointer;
}

#question-common .question-content .question-option .option-detail:hover
	{
	cursor: pointer;
	color: #006aee;
}

#question-common .question-content .answer-tip {
	margin-bottom: 20px;
	font-size: 14px;
	margin-left: 31px;
	margin-top: 37px;
}

#question-common .question-content .answer-tip .select-tip {
	color: #999;
}

#question-common .question-content .answer-tip .right-tip {
	color: #28CA12;
	font-size: 16px;
	padding-top: 2px;
}

#question-common .question-content .answer-tip .wrong-tip {
	font-size: 16px;
}

#question-common  .tip-gray {
	color: #999;
	margin-left: 20px;
}

#question-common .question-content .right-answer {
	color: #006aee;
	font-weight: bold;
	font-size: 18px;
}

#question-common .question-content .red-tip {
	color: #de0015;
}

#question-common .select-option {
	margin-left: 5px;
	max-width: 520px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

#question-common .select-label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	vertical-align: text-top;
	height: 20px;
	width: 19px;
}

#question-common .not-label {
	background: url("/Public/image/icon/answer-no-select.png") no-repeat center;
}

#question-common .right-label {
	background: url("/Public/image/icon/answer-right.png") no-repeat center;
}

#question-common .wrong-label {
	background: url("/Public/image/icon/answer-wrong.png") no-repeat center;
}

#question-common .selected-label {
	background: url("/Public/image/icon/answer-select.png") no-repeat center;
}

.no-question-tip {
	font-size: 18px;
	line-height: 400px;
	text-align: center;
}
/*操作*/
#question-common .question-operate {
	margin: 10px 0px;
	font-size: 16px;
	color: #fff;
	clear: both;
	height: 51px;
}

#question-common .question-operate a {
	float: left;
	margin-right: 30px;
	height: 40px;
	width: 120px;
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align:center;
	text-align: -moz-center;
	background-color: #006aee;
	border-radius: 5px;
}

#question-common .question-operate a:last-child {
	margin-right: 0px;
}
#question-common .question-operate a img{
	vertical-align:middle;
}
#question-common .question-operate a span{
	margin-left:10px;
	vertical-align:middle;
	line-height:45px;
}

/*答题状态*/
#question-common .question-status {
	padding-bottom: 13px;
	font-size: 16px;
	color: #000;
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
}

#question-common .question-status input {
	margin-top: -2px;
	vertical-align: middle;
	margin-right: 5px;
}

#question-common .question-status>span {
	vertical-align: middle;
	margin-right: 40px;
}

#question-common .question-status>span:last-child {
	margin-right: 0;
}

#question-common .question-status .right-num {
	color: #408080;
	font-size: 18px;
	font-weight: bold;
	margin-right: 7px;
}

#question-common .question-status .wrong-num {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	margin-right: 7px;
}

#question-common .question-status .right-rate {
	color: #8080ff;
	font-size: 18px;
	font-weight: bold;
	margin-right: 7px;
}

#question-common .option-confirm {
	background-color: #006aee;
	border: 1px solid #006aee;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	width: 90px;
	text-align: center;
	cursor: pointer;
	margin-left: 30px;
	margin-top: 20px;
}

/*答题卡*/
#answer-sheet {
	max-height: 200px;
	overflow-y: scroll;
	overflow: hidder
}

#answer-sheet span {
	cursor: pointer;
	font-size: 13px;
	color: #4c4c4c;
	border: 1px solid #d8d8d8;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	width: 31px;
}

#answer-sheet span:hover {
	background-color: #f3f3f3;
	color: #d9d9d9;
	border-color: #f3f3f3;
}

#answer-sheet .selected {
	background-color: #f3f3f3;
	color: #d9d9d9;
	border-color: #d9d9d9;
}

#answer-sheet .right-select {
	background-color: #d6e8ff;
	color: #65aaff;
	border: 1px solid #65aaff;
}

#answer-sheet .wrong-select {
	background-color: #ffeec9;
	color: #feb81a;
	border: 1px solid #feb81a;
}
/*试题详解*/
#question-explain {
	font-size: 16px;
	margin:30px 0;
}

#question-explain .explain-title {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000;
}

#question-explain .explain-answer {
	font-size: 14px;
	color: #b6b6b6;
	margin-top: 10px;
}

#question-explain .explain-answer-option {
	color: #666aee;
	font-size: 18px;
	font-weight: bold;
}

#question-explain .explain-answer-degree {
	font-size: 16px;
	font-weight: bold;
}

#question-explain  .grey-start{
	float: left;
	padding: 10px;
	background: url("/Public/image/icon/start-gray.png") no-repeat center;
	background-size: 13px 13px;
}

#question-explain .orange-start{
	float: left;
	padding: 10px;
	background: url("/Public/image/icon/start-orange.png") no-repeat center;
	background-size: 13px 13px;
}

#question-explain .explain-content {
	clear: both;
	margin-top: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #006aee;
}
/************************题目相关公共样式结束*/

/************************练习记录样式开始*/
.green-link {
	cursor: pointer;
	color: #29bb9c;
}

.green-link:hover {
	text-decoration: underline;
}

.exercise-record .one-exercise .nav-title {
	border-left: 3px solid #29bb9c;
	color: #4c4c4c;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 18px;
	line-height: 18px;
	padding-left: 13px;
}

.exercise-record .one-exercise .exercise-info {
	margin-left: 14px;
	margin-top: 17px;
	color: #4c4c4c;
	line-height: 30px;
	font-size: 14px;
}

.exercise-record .one-exercise .exercise-info span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.exercise-record .one-exercise .exercise-info .one-info {
	width: 80px;
}

.exercise-record .one-exercise .exercise-info .rate-info {
	width: 100px;
}

.exercise-record .one-exercise .round-logo {
	margin-right: 10px;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	position: relative;
	top: -3px;
	width: 6px;
}

.exercise-record .one-exercise .right-logo {
	background: #29bb9c none repeat scroll 0 0;
}

.exercise-record .one-exercise .wrong-logo {
	background: #ff6b6b none repeat scroll 0 0;
}

.exercise-record .one-exercise .notdo-logo {
	background: #ddd none repeat scroll 0 0;
}

.exercise-record .one-exercise .indicator-num {
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	color: #33CC33;
	font-weight: bold;
}
/************************练习记录样式结束*/

.question-info-skill {
	position: absolute;
	left: 930px;
	width: 300px;
	border: 1px #d8d8d8 solid;
}

.question-info-skill h5{
	height: 50px;
	line-height: 50px;
	color: #818181;
	text-align: center;
	font-size: 20px;
	background-color: #f3f3f3;
}

.question-info-skill a{
	display: block;
	height: 50px;
	width: 260px;
	line-height: 50px;
	font-size: 16px;
	color: #b6b6b6;
	margin: 0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}