@charset "utf-8";
/* CSS Document */
.questionListBox {
	padding: 0px;
	margin: 10px auto;
	width: 100%;
	padding: 0px;
}
.questionList {
	padding: 10px 0px;
}
.questionListBox h7 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px #d3d3d3 solid;
	width:100%;
	display: inline-block;
}
.questionListBox h7 span {
	color: #f16520 !important;
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}
.questionList h1 span {
	color: #f16520;
	display: inline-block;
	margin-right: 5px;
}
.answer {
	width: 100%;
	margin: 5px 0px !important;
	padding: 10px;
}
.myAnswerCorrect{
	border:1px #f16520 solid;
	background-color:rgba(242,101,34,0.15)
}
.myAnswerError{
	border:1px #000000 solid;
}
.AnswerCorrectBg{
	background-color:rgba(242,101,34,0.15)
}
.questionListA {
	margin: 10px 0px 0px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.questionListA label {
	display: inline-block;
	font-weight: normal!important;
	margin: 0px 5px 0px 0px;
}
.regular-radio {
	display: none;
	position: absolute;
	/*width:16px;
	height: 16px;
	margin-top: 4px;
	opacity: 0;*/
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	padding: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -3px;
	z-index: -1;
	text-align: center
}
.answerResult img{
	display:block !important
}
.answerResultBox{
	width:60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #000000 solid;
	text-align: center;
	padding: 20px;
	margin: 30px auto 0px auto;
}
.answerResultBox img{
	width:20px;
}
.regular-radio + label img{
	display:none
}
.regular-radio:checked + label img{
	border-radius: 50%;
	max-width: 10px;
	text-align: center;
	display:block
}
.regular-radio:checked + label {
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
}
.regular-checkbox {
	display: none;
	position: absolute;
}
.regular-checkbox + label {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	padding: 3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 5px;
	z-index: -1
}
.regular-checkbox + label img{
	display:none
}
.regular-checkbox:checked + label img{	
	max-width: 10px;
	text-align: center;
	display:block
}
.regular-checkbox:checked + label {
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
}
.question-btBox {
	width: 100%;
	margin: 40px auto;
	text-align: center
}
.questionListA textarea {
	width: 90%;
	min-height: 30px;
	padding: 10px 2%;
	border: 1px #b0b0b0 solid;
}
.questionListA textarea:hover {
	width: 90%;
	min-height: 30px;
	padding: 10px 2%;
	border: 1px #b0b0b0 solid;
}
.questionBt {
	background: #f16520;
	width:150px;
	margin: 50px auto 0px auto;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0px;
	font-size: 1.125rem;
}
.voteSubmitBt {
	border: 0px;
	outline: 0px;
	background: #f16520;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 1.125rem;
}
.questionListVote .answer {
	width: 100%;
	margin: 5px 0px 0px 0px !important;
	position: relative
}
.voteCorrect {
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	padding: 2px 10px;
	background: #78BE20;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	color: #ffffff;
	font-size: 0.75rem;
	line-height: 1.125rem;
}
.voteCorrect:after {
	content: "";  /*:before和:after必带技能，重要性为满5颗星*/
	display: block;
	position: absolute;  /*日常绝对定位*/
	top: 5px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	right: -10px;
	border-left-color: #78BE20;
}
.questionListVote .voteAnswer {
	width: 90%;
	margin: 5px 0px 0px 0px !important;
	position: relative;
	padding: 0px 0px 0px 10%
}
.VoteResult {
	margin: 10px 0px;
	width: 90%;
}
.VoteResultList {
	width: 100%;
	margin: 10px auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.VoteResultListDiv1 {
	width: 8%;
	margin-right: 2%;
	;
}
.VoteResultList span {
	display: block;
	text-align: left;
	width: 41%;
	margin-right: 2%;
	white-space: normal;
	word-wrap : break-word;
}
.voteCorrect2 {
	position: relative;
	padding: 2px 0px;
	width: 100%;
	text-align: center;
	background: #78BE20;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	color: #ffffff;
	font-size: 0.75rem;
	line-height: 1.125rem;
}
.voteCorrect2:after {
	content: "";  /*:before和:after必带技能，重要性为满5颗星*/
	display: block;
	position: absolute;  /*日常绝对定位*/
	top: 5px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	right: -10px;
	border-left-color: #78BE20;
}
.VoteResultBar {
	width: 47%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.VoteResultBar div {
	height: 10px;
	width: 70%;
	background: rgba(113, 112, 116,0.15);
}
.VoteResultBar hr {
	height: 10px;
	background: #0091DA;
	width: 0px;
	border: 0px;
	outline: none;
}
.VoteResultText {
	margin: 10px auto;
	width: 90%;
	padding: 10px 2%;
	border: 1px #cccccc solid;
}
.que_qInput {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px #cccccc solid;
	background-color: transparent
}

@media screen and (max-width:1152px) {
.answer {
	width: 100%;
	margin: 5px 0px 0px 0px !important;
}
.answer2 {
	width: 100%;
	margin: 5px 0px 0px 0px !important;
}
}
