@charset "UTF-8"; 

.practice {
	width: 1200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.practice-all-list {
	width: 810px;
	margin-left: 180px;
	position: relative;
	padding-right: 210px
}

.practice-all-list>dl.practice-content-box {
	padding: 30px 30px 19px;
	background-color: #fff;
	margin-bottom: 16px;
	border-radius: 8px
}

.practice-all-list>dl.practice-content-box dt {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px
}

.practice-all-list>dl.practice-content-box dt span {
	font-size: 14px;
	float: right;
	color: #666;
	font-weight: 400;
	cursor: pointer;
	position: relative
}

.practice-all-list>dl.practice-content-box dt span::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background-color: #f5f5f5;
	vertical-align: bottom
}

.practice-all-list>dl.practice-content-box dt span:hover {
	color: #00b8a6
}

.practice-all-list>dl.practice-content-box dt span i {
	display: none;
	position: absolute;
	left: 0;
	top: -1px;
	color: #00b8a6
}

.practice-all-list>dl.practice-content-box dt span.active {
	color: #00b8a6
}

.practice-all-list>dl.practice-content-box dt span.active i {
	display: block
}

.practice-all-list>dl.practice-content-box dd div {
	display: inline-block;
	text-align: center;
	margin: 0 10px 14px 0;
	letter-spacing: 0
}

.practice-all-list>dl.practice-content-box dd div span {
	display: block;
	font-size: 13px;
	padding: 0 30px;
	color: #666;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	margin-bottom: 5px;
	cursor: pointer;
	border: 1px solid #ededed
}

.practice-all-list>dl.practice-content-box dd div span:hover {
	border: 1px solid #fff2e5;
	background-color: #fff2e5;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out
}

.practice-all-list>dl.practice-content-box dd div p {
	font-size: 12px;
	color: #d4d4d4
}

.practice-all-list>dl.practice-content-box dd div p em {
	font-weight: 400
}

.practice-all-list>dl.practice-content-box dd div.practice-content-list-action span
	{
	background-color: #ff9e3f;
	color: #fff
}

.practice-all-list>dl.practice-content-box dd div.practice-content-list-action:hover span
	{
	background-color: #ff8c25
}

.practice-bottom-checked {
	padding: 20px 10px 10px;
	background: #fff;
	border-radius: 8px
}

.practice-bottom-checked .checked-top-list {
	padding: 0 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.practice-bottom-checked .checked-top-list .checked-list {
	width: 70%
}

.practice-bottom-checked .checked-top-list .checked-list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 36px
}

.practice-bottom-checked .checked-top-list .checked-list dl dt {
	width: 56px;
	height: 36px;
	line-height: 36px
}

.practice-bottom-checked .checked-top-list .checked-list dl dd {
	width: 440px
}

.practice-bottom-checked .checked-top-list .checked-list dl dd p {
	height: 36px;
	line-height: 36px;
	color: #666
}

.practice-bottom-checked .checked-top-list .checked-list dl dd span {
	margin-left: 3px;
	margin-right: 3px;
	font-size: 16px
}

.practice-bottom-checked .checked-top-list .checked-list dl dd em {
	display: block;
	float: left;
	max-width: 60%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.practice-bottom-checked .checked-top-list .check-btn {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.practice-bottom-checked .checked-top-list .check-btn a {
	display: inline-block;
	width: 96px;
	height: 34px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 8px;
	text-align: center;
	color: #d8d8d8;
	margin-right: 18px;
	cursor: default
}

.practice-bottom-checked .checked-top-list .check-btn a:last-child {
	background: #ededed;
	color: #fff;
	margin-right: 0
}

.practice-bottom-checked .checked-top-list .check-btn a.select1 {
	border-color: #00b8a6;
	color: #666;
	cursor: pointer
}

.practice-bottom-checked .checked-top-list .check-btn a.select1:hover {
	color: #00b8a6
}

.practice-bottom-checked .checked-top-list .check-btn a.select2 {
	border-color: #00b8a6;
	background: #00b8a6;
	color: #fff;
	cursor: pointer
}

.practice-bottom-checked .checked-top-list .check-btn a.select2:hover {
	border-color: #00a897;
	background: #00a897
}

.practice-bottom-checked .practice-content-select {
	padding: 20px 20px 0;
	border-top: 1px solid #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.practice-bottom-checked .practice-content-select dl {
	min-width: 43%;
	display: inline-block;
	margin-bottom: 20px
}

.practice-bottom-checked .practice-content-select dl dt {
	display: inline-block;
	font-weight: 700;
	color: #333
}

.practice-bottom-checked .practice-content-select dl dd {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	color: #666;
	cursor: pointer
}

.practice-bottom-checked .practice-content-select dl dd::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 2px;
	background-color: #f5f5f5;
	vertical-align: bottom
}

.practice-bottom-checked .practice-content-select dl dd:hover {
	color: #00b8a6
}

.practice-bottom-checked .practice-content-select dl dd i {
	display: none;
	position: absolute;
	left: 0;
	top: -1px;
	color: #00b8a6
}

.practice-bottom-checked .practice-content-select dl dd.find-select-active
	{
	color: #00b8a6;
	font-weight: 700
}

.practice-bottom-checked .practice-content-select dl dd.find-select-active i
	{
	display: block
}

.practice-bottom-checked .practice-content-select span {
	color: #c7c7c7;
	font-size: 12px
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	z-index: 9;
	padding: 10px 0 0;
	-webkit-box-shadow: 0 0 20px rgba(215, 215, 215, .5);
	box-shadow: 0 0 20px rgba(215, 215, 215, .5);
	cursor: pointer
}

.fixed-bottom .bottom-content {
	width: 1200px;
	margin: 0 auto
}

.fixed-bottom .bottom-content .checked-top-list {
	padding-bottom: 10px
}

.fixed-bottom .bottom-content .checked-top-list .checked-list {
	width: 60%;
	padding: 9px 0
}

.fixed-bottom .bottom-content .checked-top-list .checked-list dl dd {
	width: 600px
}

.fixed-bottom .bottom-content .checked-top-list .checked-list dl dd em {
	max-width: 70%
}

.fixed-bottom .bottom-content .checked-top-list .check-btn {
	width: 40%
}

.fixed-bottom .bottom-content .checked-top-list .check-btn a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}

.fixed-bottom .bottom-content .practice-content-select {
	padding-bottom: 10px;
	display: none
}

.fixed-bottom .bottom-content .practice-content-select dl {
	min-width: auto;
	margin-right: 15px
}

.fixed-bottom .bottom-content .practice-content-select dl:last-child {
	margin-right: 0
}

.fixed-bottom:hover .bottom-content .practice-content-select {
	display: block
}

.pageScroll {
	width: 170px;
	background: #fff;
	border-radius: 8px;
	padding: 6px 0;
	float: left;
	margin-left: -180px
}

.pageScroll li {
	line-height: 40px;
	padding-left: 25px;
	color: #666;
	cursor: pointer
}

.pageScroll li.active {
	background-color: #d8f3f0;
	color: #00b8a6
}

.pageScroll li.active a {
	font-size: 16px;
	font-weight: 700;
	color: #00b8a6
}

.pageScroll li.active a::after {
	content: '\e667';
	font-family: iconfont !important;
	font-size: 12px;
	font-style: normal;
	float: right;
	margin-right: 10px
}

.pageScroll li:hover {
	color: #00b8a6;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out
}

.pageScroll li a {
	font-size: 14px;
	line-height: 40px;
	color: #666;
	display: block
}

.pageScroll li a:hover {
	color: #00b8a6;
	font-weight: 700
}

.pageScroll.left {
	margin-left: -180px
}

.practice-right-rank {
	width: 160px;
	padding: 26px 20px;
	background-color: #00b8a6;
	border-radius: 8px;
	float: right;
	margin-left: -200px;
	z-index: 1
}

.practice-right-rank .rank-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #9ee2db;
	margin-bottom: 16px
}

.practice-right-rank .rank-tab span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-bottom: 16px;
	position: relative;
	cursor: pointer
}

.practice-right-rank .rank-tab span:hover {
	color: #fffec7
}

.practice-right-rank .rank-tab span.active {
	color: #fffec7;
	font-weight: 700
}

.practice-right-rank .rank-tab span.active::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #fffec7;
	position: absolute;
	bottom: -1px;
	left: 0
}

.practice-right-rank ul {
	display: none
}

.practice-right-rank ul li {
	padding-left: 10px;
	margin-bottom: 16px
}

.practice-right-rank ul li:last-child {
	margin-bottom: 0
}

.practice-right-rank ul li a {
	display: inline-block;
	width: 100%;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.practice-right-rank ul li a:hover {
	color: #fffc72
}

.practice-right-rank ul li a span {
	margin-right: 20px;
	width: 18px;
	height: 16px;
	line-height: 16px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	display: inline-block
}

.practice-right-rank ul li a.selected {
	color: #fffc72 !important
}

.practice-right-rank ul li a.rank-top-three {
	color: #fffec7;
	font-weight: 700;
	position: relative
}

.practice-right-rank ul li a.rank-top-three i {
	margin-right: 22px;
	display: inline-block
}

.practice-right-rank ul li a.rank-top-three span {
	width: 16px;
	line-height: 14px;
	font-weight: 300;
	color: #00b8a6;
	position: absolute;
	left: 0;
	margin-right: 0
}

.practice-right-rank ul li a.rank-top-three:hover {
	color: #fffc72
}

.practice-right-rank ul li.top a {
	color: #fffec7
}

.practice-right-rank ul li.top a:hover {
	color: #fffd91
}

.practice-right-rank ul.active {
	display: block
}

.practice-head {
	width: 100%;
	height: 105px;
	background: url(//file.funit.cn/public/img/zhuanxiang-089ebe168b.jpg);
	background-position: center top
}

.practice-head .practice-text {
	width: 1200px;
	height: 105px;
	margin: 0 auto;
	z-index: 1;
	font-style: italic;
	font-size: 34px;
	font-family: YouSheBiaoTiHei;
	font-weight: 700;
	color: #fff;
	line-height: 105px;
	text-indent: 110px;
	text-shadow: 0 2px 7px rgba(51, 49, 199, .44)
}

.practice-head .practice-text img {
	float: right;
	width: 224px;
	height: 90px;
	margin-right: 80px;
	margin-top: 15px
}

.answer-wrapper {
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.result-analyse-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #f4f4f4
}

.result-analyse-tabs a {
	display: block;
	margin-right: 40px;
	width: 64px;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px
}

.result-analyse-tabs .result-analyse-tabs-active {
	border-bottom: 2px solid #00b8a6;
	color: #333;
	font-weight: 700
}

.exercise-details-foot-btn {
	padding-top: 20px;
	text-align: center
}

.exercise-details-foot-btn a {
	display: inline-block;
	width: 125px;
	height: 36px;
	background: #fff;
	border: 1px solid #00b8a6;
	border-radius: 8px;
	text-align: center;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #666
}

.exercise-details-foot-btn .exercise-foot-btn-again {
	background: #fff;
	margin-right: 30px
}

.exercise-details-foot-btn .exercise-foot-btn-else {
	background: #00b8a6;
	color: #fff;
	border: 1px solid #00b8a6
}

.exercise-details-foot-btn .exercise-foot-btn-again:hover {
	color: #00b8a6
}

.exercise-details-foot-btn .exercise-foot-btn-else:hover {
	background: #00a897;
	border: 1px solid #00a897
}

.exercise-details-foot {
	margin-top: 50px
}

.exercise-details-foot dl dt {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	margin-bottom: 20px
}

.exercise-details-foot dl dt img {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 15px;
	margin: 3px 15px 0 0
}

.exercise-details-foot dl dd {
	width: 220px;
	display: inline-block
}

.exercise-details-foot dl dd a {
	display: block;
	margin-bottom: 10px
}

.exercise-details-foot dl dd a img {
	width: 220px;
	height: 146px;
	border-radius: 15px
}

.exercise-details-foot dl dd p {
	font-size: 15px;
	font-weight: 400;
	color: #525252;
	line-height: 20px
}

.exercise-details-foot dl :nth-child(3), .exercise-details-foot dl :nth-child(5)
	{
	margin: 0 20px
}

.issue-exam-dirll-box {
	margin: 0 auto 27px;
	padding-top: 27px
}

.issue-exam-dirll-box .capacity-begin-ans {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.issue-exam-dirll-box .issue-exam-content {
	-webkit-box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, .05);
	box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, .05)
}

.community-box .capacity-begin-ans .issue-exam-left .drill-start-ans b {
	display: inline-block;
	max-height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.community-box .capacity-begin-ans .issue-exam-left .drill-start-ans span
	{
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 15px
}

.special-detail {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px
}

.answer-wrapper {
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.specal-det-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0
}

.specal-det-box .exercise-details {
	padding: 0 120px 10px;
	border-bottom: 1px solid #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.specal-det-box .exercise-details dt {
	display: none
}

.specal-det-box .exercise-details dd {
	width: 440px;
	height: 52px;
	line-height: 52px;
	background: #f6f6f6;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.specal-det-box .exercise-details dd .exercise-deyals-left {
	width: 74px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	border-right: 2px solid #fff
}

.specal-det-box .exercise-details dd .exercise-deyals-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 52px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-weight: 700;
	color: #333
}

.specal-det-box .exercise-details dd .exercise-deyals-right span {
	border-right: 2px solid #333;
	padding-right: 5px;
	margin-right: 2px
}

.specal-det-box .exercise-details dd .exercise-deyals-right :last-child
	{
	border-color: transparent
}

.specal-det-box .exercise-details dd .exercise-deyals-right mark {
	background: 0 0;
	color: red
}

.specal-det-box .exercise-details-analyse {
	padding: 30px 120px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.specal-det-box .exercise-details-analyse .exercise-details-title {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 16px;
	padding: 0 20px;
	margin-bottom: 30px
}

.specal-det-box .exercise-details-analyse dl {
	height: 60px;
	background: #f6f6f6;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.specal-det-box .exercise-details-analyse dl dt {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.specal-det-box .exercise-details-analyse dl dt p {
	width: 172px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-right: 2px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	color: #333
}

.specal-det-box .exercise-details-analyse dl dt p mark {
	display: none
}

.specal-det-box .exercise-details-analyse dl dt a {
	display: block;
	width: 231px;
	height: 32px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px
}

.specal-det-box .exercise-details-analyse dl dt>div {
	width: 246px;
	height: 60px;
	line-height: 60px;
	border-right: 2px solid #fff;
	font-size: 14px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.specal-det-box .exercise-details-analyse dl dt>div div {
	width: 80px;
	height: 18px;
	background: #fff;
	border-radius: 2px;
	float: left;
	margin-right: 9px
}

.specal-det-box .exercise-details-analyse dl dt>div div mark {
	display: block;
	width: 27px;
	height: 18px;
	background: #00b8a6;
	border-radius: 2px
}

.specal-det-box .exercise-details-analyse dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.specal-det-box .exercise-details-analyse dl dd p {
	line-height: 60px;
	color: #ff840c;
	margin-right: 10px
}

.specal-det-box .exercise-details-analyse dl dd a {
	display: block;
	max-width: 168px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.specal-det-box .exercise-details-analyse dl dd a span {
	display: none
}

.specal-det-box .exercise-details-analyse .exercise-details-tall>div mark
	{
	width: 200px
}

.analysis-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.analysis-box .issue-exam-content-box {
	padding: 0 160px
}

.analysis-box .issue-exam-content-box .correct-ans {
	border: 1px solid #00b6a4 !important;
	background: #fff !important;
	color: #333 !important;
	font-weight: 700 !important
}

.analysis-box .issue-exam-content-box .correct-ans:hover {
	border: 1px solid #00b6a4;
	background: #fff
}

.analysis-box .issue-exam-content-box .correct-ans mark {
	margin-left: 10px;
	background: 0 0;
	color: #00a292;
	display: none
}

.analysis-box .issue-exam-content-box .err-ans {
	border: 1px solid #f5f5f5;
	color: #333
}

.analysis-box .issue-exam-content-box dt {
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	width: 100%;
	margin-bottom: 30px
}

.analysis-box .issue-exam-content-box dt div {
	display: inline-block;
	width: 87%;
	vertical-align: top
}

.analysis-box .issue-exam-content-box dt div pre {
	white-space: pre-wrap;
	width: auto
}

.analysis-box .issue-exam-content-box dt div img {
	max-width: 100% !important;
	height: auto !important
}

.analysis-box .issue-exam-content-box dt .analysis-user-ans {
	margin-left: 34px;
	font-weight: 400;
	color: #ff9e3f;
	font-size: 16px
}

.analysis-box .issue-exam-content-box dt .analysis-user-ans mark {
	background: 0 0;
	color: #00a292;
	margin-left: 5px;
	display: none
}

.analysis-box .issue-exam-content-box dt .analysis-user-ans .err {
	color: #ff9e3f
}

.analysis-box .issue-exam-content-box dt .analysis-user-ans p {
	display: inline-block
}

.analysis-box .issue-exam-content-box dt .analysis-user-ans em {
	color: #ff9e3f;
	font-weight: 400
}

.analysis-box .issue-exam-content-box dt .analysis-user-ans em.true {
	color: #00b8a6
}

.analysis-box .issue-exam-content-box dt .analysis-user-btn {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	cursor: pointer
}

.analysis-box .issue-exam-content-box dt .analysis-user-btn i {
	color: #dadada;
	margin-right: 5px
}

.analysis-box .issue-exam-content-box dt .exam-content-operation-action
	{
	color: #ff9e3f
}

.analysis-box .issue-exam-content-box dt .exam-content-operation-action i
	{
	color: #ff9e3f
}

.analysis-box .issue-exam-content-box dd {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	cursor: default !important;
	position: relative
}

.analysis-box .issue-exam-content-box dd:hover {
	background: #f5f5f5;
	border: 1px solid #f5f5f5
}

.analysis-box .issue-exam-content-box dd img {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 3px 18px 0 23px;
	float: left
}

.analysis-box .issue-exam-content-box dd .issue-img-action {
	position: absolute;
	left: 10px
}

.analysis-box .issue-exam-content-box dd span {
	max-width: 730px;
	text-indent: 5px;
	vertical-align: top;
	display: inline-block
}

.analysis-box .issue-exam-content-box .issue-exam-bottom-answer-container
	{
	width: 100%
}

.analysis-box .issue-exam-content-box .analysis-tab-tit-btn {
	margin-bottom: 50px
}

.analysis-box .issue-exam-content-box .analysis-tab-tit-btn b {
	font-size: 16px;
	margin-right: 18px;
	color: #333
}

.analysis-box .issue-exam-content-box .analysis-tab-tit-btn a {
	display: inline-block;
	width: 420px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #00b6a4;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 400;
	color: #fff
}

.analysis-box .issue-exam-content-box .analysis-tab-tit-btn a:hover {
	background: #00a897;
	color: #fff
}

.analysis-box .issue-exam-content-box .analysis-tab-con-box b {
	font-size: 16px;
	margin-right: 18px;
	color: #333;
	line-height: 22px
}

.analysis-box .issue-exam-content-box .analysis-tab-con-box span {
	display: inline-block;
	width: 728px;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	text-indent: 0;
	color: #333
}

.analysis-box .issue-exam-content-box .analysis-tab-con-box span img {
	max-width: 100% !important;
	height: auto !important
}

.analysis-box .issue-exam-content-box .analysis-tab-con-box span pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

.analysis-box .from-top-margin {
	padding: 0 0 50px
}

.analysis-tab {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 160px;
	border-bottom: 1px solid #f4f4f4
}

.analysis-tab .analysis-tab-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.analysis-tab .analysis-tab-left div {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	margin-bottom: 10px
}

.analysis-tab .analysis-tab-left div p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.analysis-tab .analysis-tab-left div p a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #f5f5f5;
	text-align: center;
	color: #999;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 16px
}

.analysis-tab .analysis-tab-left div p a:last-child {
	margin-right: 0
}

.analysis-tab .analysis-tab-left div p .analysis-tab-error {
	color: #ff9e3f;
	border-color: #ffe0c2;
	background: #ffe0c2
}

.analysis-tab .analysis-tab-left div p .analysis-tab-action-err {
	background: #ffe0c2;
	border-color: #ff9e3f;
	color: #ff9e3f
}

.analysis-tab .analysis-tab-left div p .analysis-tab-action-true {
	background: #f5f5f5;
	border-color: #c5c5c5;
	color: #999
}

.analysis-tab .analysis-tab-left div span {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	margin-right: 20px;
	width: 45px;
	padding-top: 11px
}

.analysis-tab .analysis-tab-right {
	padding-top: 14px;
	padding-left: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.analysis-tab .analysis-tab-right span {
	width: auto;
	color: #999;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.analysis-tab .analysis-tab-right span b {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f5f5f5;
	margin-right: 4px
}

.analysis-tab .analysis-tab-right .analysis-tab-right-err {
	margin-left: 10px
}

.analysis-tab .analysis-tab-right .analysis-tab-right-err b {
	background: #ffe0c2
}

.analysis-comment-button {
	margin-top: 50px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e3e3e3
}

.analysis-comment-button .analysis-comment-button-left {
	line-height: 32px;
	display: inline-block;
	font-weight: 700;
	font-size: 15px
}

.analysis-comment-button .analysis-comment-button-right {
	float: right
}

.analysis-comment-button .analysis-comment-button-right button {
	width: 104px;
	height: 30px;
	background: #00b6a4;
	color: #fff;
	border-radius: 5px
}

.analysis-comment-button .analysis-comment-button-right button:hover {
	width: 104px;
	height: 30px;
	background: #5acbc0;
	color: #fff
}

.analysis-comment-content {
	min-height: 200px
}

.analysis-comment-content .analysis-comment-content-none {
	width: 365px;
	margin: 34px auto 0 auto;
	text-align: center;
	display: none
}

.analysis-comment-content .analysis-comment-content-none span {
	width: 84px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	margin: 0 auto 20px auto;
	display: block;
	border: 2px dashed #e6e6e6;
	border-radius: 50%
}

.analysis-comment-content .analysis-comment-content-none span i {
	font-size: 40px
}

.analysis-comment-content .analysis-comment-content-none p {
	font-size: 16px;
	font-weight: 400;
	color: #666
}

.comment-content-import {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f6f6f6;
	padding: 15px;
	margin-top: 15px;
	min-height: 190px
}

.comment-content-import textarea {
	width: 915px;
	min-height: 100px;
	background: #fff !important;
	resize: none;
	background: 0 0;
	overflow: auto;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	overflow-y: auto;
	-webkit-user-modify: read-write-plaintext-only;
	margin-bottom: 10px
}

.comment-content-import .reply-import-faces {
	font-size: 14px;
	font-weight: 400;
	color: #888;
	float: left;
	line-height: 32px
}

.comment-content-import .reply-import-faces span {
	margin-left: 5px;
	margin-right: 15px;
	cursor: pointer
}

.comment-content-import button {
	width: 69px;
	height: 32px;
	background: #5acbc0;
	border-radius: 5px;
	float: right;
	color: #fff
}

mark {
	background: 0 0
}

.details-boundary {
	margin-top: 80px;
	width: 100%;
	height: 20px
}

.detailsBox-con .modal-box-con-content {
	width: 100%;
	height: 94px;
	line-height: 94px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #333
}

.detailsBox-con .modal-box-con-content i {
	color: #ff9e48;
	vertical-align: bottom;
	font-size: 32px;
	margin-right: 10px
}

.plr-160 {
	margin-top: 16px;
	padding: 0 160px 20px;
	background: #fff;
	border-radius: 8px
}

.message-board {
	width: 100%;
	min-height: 300px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	margin-top: 20px;
	border-radius: 8px
}

.message-board>ol {
	width: 100%
}

.message-board>ol li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #efefef
}

.message-board>ol li ul>:last-child {
	border-bottom: 1px solid transparent
}

.message-board>ol li:last-child {
	border-bottom: none
}

.message-board .my-message-reply-plate {
	padding-bottom: 20px
}

.message-board .my-message-reply-plate .reply-import-faces {
	font-size: 14px;
	font-weight: 400;
	color: #888;
	float: left;
	line-height: 32px
}

.message-board .my-message-reply-plate .reply-import-faces span {
	margin-left: 5px;
	margin-right: 15px;
	cursor: pointer;
	color: #999
}

.message-board .my-message-reply-plate .reply-import-faces span.face::before
	{
	content: "\e63a";
	display: inline-block;
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #dadada
}

.message-board .my-message-reply-plate .reply-import-faces span.face.trigger-active
	{
	color: #00b6a4
}

.message-board .my-message-reply-plate .reply-import-faces span.face:hover::before
	{
	color: #00b6a4
}

.message-board .my-message-reply-plate .reply-import-faces span label {
	cursor: pointer
}

.message-board .my-message-reply-plate .reply-import-faces span .uploadImg
	{
	display: none
}

.message-board .my-message-reply-plate .reply-import-faces span:hover {
	color: #00b6a4
}

.message-board .my-message-reply-plate .reply-import-faces span:hover i,
	.message-board .my-message-reply-plate .reply-import-faces span:hover label
	{
	color: #00b6a4
}

.message-board .my-message-reply-plate .reply-import-faces span i {
	color: #dadada
}

.message-board .my-message-reply-plate button {
	width: 98px;
	height: 36px;
	background: #00b8a6;
	border-radius: 5px;
	float: right;
	color: #fff
}

.message-board .my-message-reply-plate button.addComment:hover {
	background: #00a897
}

.message-board .my-message-reply-plate button:hover {
	background-color: #00b6a4
}

.message-board .my-message-reply-plate .imgBox {
	display: none
}

.message-board .my-message-reply-plate .imgBox p {
	padding: 10px;
	color: #bcbcbc
}

.message-board .my-message-reply-plate .imgBox .imgwraper {
	overflow: hidden;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.message-board .my-message-reply-plate .imgBox .imgwraper .imgstyle {
	width: 60px;
	height: 60px;
	border-radius: 4px;
	margin-right: 10px;
	float: left;
	position: relative
}

.message-board .my-message-reply-plate .imgBox .imgwraper .imgstyle img
	{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.message-board .my-message-reply-plate .imgBox .imgwraper .imgstyle .deleteBtn
	{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 1;
	cursor: pointer;
	text-align: center;
	line-height: 60px
}

.message-board .my-message-reply-plate .imgBox .imgwraper .imgstyle .deleteBtn i
	{
	color: #fff;
	font-size: 25px
}

.message-board .my-message-reply-plate .imgBox .imgwraper .imgstyle:hover .deleteBtn
	{
	display: block
}

.message-board .my-message-reply-plate .imgBox .imgwraper .addBtn {
	width: 60px;
	height: 60px;
	border-radius: 4px;
	margin-right: 10px;
	float: left;
	position: relative;
	background: #f7fffe;
	border: 1px dashed #cacaca
}

.message-board .my-message-reply-plate .imgBox .imgwraper .addBtn.disabled label
	{
	color: #f0f0f0
}

.message-board .my-message-reply-plate .imgBox .imgwraper .addBtn label
	{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #ccc
}

.message-board .my-message-reply-plate .imgBox .imgwraper .addBtn label i
	{
	font-size: 60px;
	color: #cacaca;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.message-board .my-message-reply-plate .addCommentBox-bg {
	width: 100%;
	min-height: 48px;
	margin: 18px 0 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #d6d6d6;
	background-color: #f6f6f6 !important
}

.message-board .my-message-reply-plate .addCommentBox-bg.input-focus {
	background-color: #fff !important
}

.message-board .my-message-reply-plate .addCommentBox-bg>.textarea {
	width: 100%;
	min-height: 75px;
	border: none !important;
	resize: none;
	background: 0 0 !important;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 400;
	-webkit-user-modify: read-write-plaintext-only;
	color: #333
}

.message-board .my-message-reply-plate .addCommentBox-bg>.textarea.disabled
	{
	color: #333 !important
}

.message-board .message-reply-import {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 108px
}

.message-board .message-reply-import .input_text {
	width: 100%;
	height: 48px;
	background: #fff;
	border: 1px solid #00b8a6;
	border-radius: 8px;
	padding: 12px 13px 12px 13px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: hidden;
	resize: none
}

.message-board .message-reply-import .reply-import-faces {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	line-height: 32px;
	float: left;
	cursor: pointer
}

.message-board .message-reply-import .reply-import-faces span.faceBtn::before
	{
	content: "\e63a";
	display: inline-block;
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #dadada
}

.message-board .message-reply-import .reply-import-faces span.trigger-active
	{
	color: #00b6a4
}

.message-board .message-reply-import button {
	width: 98px;
	height: 36px;
	background: #00b8a6;
	border-radius: 8px;
	float: right;
	color: #fff
}

.message-board .message-reply-import button:hover {
	background: #00b6a4
}

.message-board .message-content-reply-record li {
	padding: 20px 0 10px
}

.message-board .message-content-reply-record .message-reply-import {
	min-height: 108px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.message-board .message-content-reply-record .message-content-reply-box
	{
	margin-bottom: 10px;
	padding: 0
}

.message-board .message-content-reply-record .reply_input {
	padding: 0
}

.message-tit {
	width: 100%;
	height: 50px
}

.message-tit dt {
	float: left;
	line-height: 50px;
	color: #333;
	margin-top: 20px;
	width: 100%
}

.message-tit dt span {
	color: #c3c3c3;
	margin-left: 10px
}

.message-tit dd {
	float: right;
	margin-top: 10px
}

.message-tit a {
	display: inline-block;
	width: 106px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #5acbc0;
	border-radius: 5px;
	color: #fff
}

.message-tit a:hover {
	background-color: #00b6a4
}

.message-content-figure-tit {
	width: 100%;
	margin-bottom: 25px
}

.message-content-figure-tit .uname, .message-content-figure-tit .uname2
	{
	color: #333;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	padding-top: 8px
}

.message-content-figure-tit img {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	margin-right: 15px
}

.message-content-figure-tit span {
	font-size: 15px;
	font-weight: 400;
	display: block;
	margin-bottom: 16px;
	color: #c3c3c3
}

.message-content-figure-tit span b {
	margin-left: 40px;
	font-weight: 400;
	color: #c3c3c3;
	font-size: 13px
}

.message-content-figure-tit span mark {
	background: 0 0;
	color: #000
}

.message-content-figure-tit pre {
	font-size: 14px;
	white-space: pre-wrap;
	word-break: break-all;
	font-family: 'Microsoft YaHei'
}

.message-content-figure-tit .content {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
	padding-left: 57px;
	line-height: 20px
}

.message-content-figure-tit .content .textCon {
	line-height: 20px;
	margin-bottom: 10px;
	letter-spacing: .5px;
	font-family: 'Microsoft YaHei';
	color: #666
}

.message-content-figure-tit .content .textCon pre {
	color: #666;
	line-height: 20px;
	letter-spacing: .5px;
	font-family: 'Microsoft YaHei'
}

.message-content-figure-tit .content img {
	width: 20px;
	height: 20px;
	float: none;
	margin-right: 3px;
	vertical-align: middle;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.message-content-figure-tit .content .imglist img {
	width: auto;
	height: auto;
	display: block;
	max-width: 50%
}

.message-content-operation-btn {
	width: 93%;
	width: -moz-calc(100% - 58px);
	width: -webkit-calc(100% - 58px);
	margin-bottom: 10px;
	margin-left: 58px
}

.message-content-operation-btn .active {
	color: #00b9a7
}

.message-content-operation-btn .active i {
	color: #00b9a7
}

.message-content-operation-btn span {
	font-size: 13px;
	font-weight: 400;
	color: #c3c3c3;
	margin-right: 20px;
	cursor: pointer;
	display: inline-block
}

.message-content-operation-btn span i {
	color: #e2e2e2;
	vertical-align: middle
}

.message-content-operation-btn span i.icon-dianzan1 {
	vertical-align: inherit
}

.message-content-operation-btn span:hover {
	color: #00b9a7
}

.message-content-operation-btn span:hover i {
	color: #00b9a7
}

.message-content-operation-btn a {
	color: #aaa;
	font-weight: 400;
	font-size: 13px
}

.message-content-operation-btn a:hover {
	color: #00b9a7
}

.message-content-operation-btn a:hover i {
	color: #00b9a7
}

.message-content-reply-box, .reply_input {
	margin-left: 58px;
	margin-right: 62px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0;
	position: relative;
	overflow: hidden;
	margin-top: 20px
}

.message-content-reply-record .textCon {
	line-height: 20px;
	overflow: hidden;
	letter-spacing: .5px;
	font-family: 'Microsoft YaHei';
	color: #666
}

.message-content-reply-record .textCon img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	float: none;
	vertical-align: middle
}

.widget-layer {
	position: relative;
	width: 410px;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #dbdbdb;
	z-index: 9;
	border-radius: 2px
}

.widget-layer::before {
	position: absolute;
	top: -16px;
	left: 2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #dbdbdb
}

.widget-layer::after {
	position: absolute;
	top: -15px;
	left: 2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #f0f0f0
}

.widget-layer .widget-tool {
	height: 28px;
	background: #f0f0f0
}

.widget-layer .widget-close {
	float: right;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-family: Arial
}

.widget-layer ul {
	width: 372px;
	margin: 0 auto;
	padding: 15px 5px 20px;
	overflow: hidden
}

.widget-layer li {
	position: relative;
	z-index: 8;
	float: left;
	width: 22px;
	height: 22px;
	padding: 4px;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #e8e8e8;
	cursor: pointer
}

.widget-layer li:hover {
	z-index: 9;
	border-color: #eb7350
}

.noComment {
	padding: 80px 0 42px;
	text-align: center
}

.noComment p {
	margin-top: 18px;
	color: #666;
	font-size: 16px
}

.message-content-reply-box {
	background-color: #f6f6f6;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px
}

.issue-exam-content-box {
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.issue-exam-content-box dt {
	line-height: 22px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}

.issue-exam-content-box dt div {
	display: inline-block;
	width: 96%;
	vertical-align: top
}

.issue-exam-content-box dt div pre {
	white-space: pre-wrap;
	width: auto
}

.issue-exam-content-box dt div img {
	max-width: 100% !important;
	height: auto !important
}

.issue-exam-content-box dd {
	cursor: pointer;
	position: relative;
	background: #f5f5f5;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 19px 28px;
	border: 1px solid #f5f5f5
}

.issue-exam-content-box dd:hover {
	background-color: #fff
}

.issue-exam-content-box dd img {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 6px 18px 0 0;
	float: left
}

.issue-exam-content-box dd .issue-img-action {
	position: absolute;
	left: 10px
}

.issue-exam-content-box dd span {
	max-width: 730px;
	text-indent: 5px;
	vertical-align: top;
	display: inline-block
}

.issue-exam-content-box .issue-exam-content-action {
	border-color: #00b8a6;
	background: #fff
}

.content-list-foot-btn {
	width: 468px;
	font-size: 15px
}

.content-list-foot-btn a {
	display: inline-block;
	width: 201px;
	height: 37px;
	background: #00a897;
	color: #fff;
	border-radius: 8px
}

.content-list-foot-btn a:hover {
	color: #00a292;
	border-color: #92d0ca
}

.content-list-foot-btn .from-foot-btn {
	margin-right: 56px;
	color: #343434
}

.content-list-foot-btn #next-btn:hover {
	background: #00b6a4;
	color: #fff
}

.content-list-foot-btn .jiaojuan {
	margin-right: 0
}

.content-list-foot-btn .content-list-foot-btn-start:hover {
	background: #00b6a4;
	color: #fff
}