﻿.exam-title {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #FF9900;
	text-align: center;
}

.exam-group {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #006699;
	padding-top: 10px;
}

.exam-box-normal {
	background-color: #D5EEFB!important;

}
.exam-box {
	background-color: #EFEFEF;
	margin: 10px;
	border-radius:8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.exam-box h3{
	font-size: 16px;
	line-height: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	height: 35px;
	overflow: hidden;
}

.exam-show-detail {
	margin:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.exam-show-detail li {
	line-height: 35px;
}
.exam-show-detail-t {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#exam-show-btns {
	margin-left: 5px;
}
#exam-show-btns div {
	padding: 10px;
}




#exam-do-loading {
	height: 150px;
	font-size: 16px;
	text-align: center;
}

#exam-do-tip {
	background-image: url(../images/exam_bg.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;

}
#exam-do-tip-info {
	font-size: 18px;
	line-height: 45px;
	text-indent: 10px;
	text-align: center;
}
#exam-do-tip-status {
	position: absolute;
	top: 12px;
	right: 0px;
	height: 20px;
	line-height: 20px;
}
#exam-do-tip-status img {
	float: left;
	margin-right: 5px;
}
#exam-do-tip-status p{
	margin: 0px;
	padding: 0px;
	float: left;
}
#exam-do-tip-process {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#exam-do-tip-process li {
	float: left;
	line-height: 25px;
	text-align: center;
	height: 25px;
	width: 30px;
	margin-right: 2px;
	border: 1px solid #999999;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	cursor: pointer;
}
.exam_nums_li_sel{
	background-color: #FF6633;
}

.exam-do-item {
	padding-left: 15px;
}
.exam-do-item li{
	width:100%;
}
.exam-do-item label{
	width:100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.exam-do-item label:hover{
	background-color: #0099FF;
	color: #FFFFFF;
}



.u-form {
	padding-right: 10px!important;
	padding-left: 10px!important;
}

.error-answer{
	border: 1px solid #FF0000!important;
}