* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 16px;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-family: "Microsoft Yahei",helvetica;
	background: #f7f7f7;
	color: #333;
	position: relative;
	word-break: break-all;
	word-wrap: break-word;
	background: #f6f6f6;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
;

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

ul,li {
	list-style: none;
}

a,button,label,textarea,div,select,option {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}

input, button {
	font-family: "Microsoft YaHei","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}

textarea, input, select {
	resize: none;
	outline: none;
	background: none;
	border: none;
}

a,a:visited {
	text-decoration: none;
	color: #45AFE3;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/*说明*/
.description {
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

.description p.fontGreen {
	color: #62ac0b;
}
/*问题页*/
.page1{padding: 0 30%;}
.fieldgroup {
	border-bottom: 1px dotted #ccc;
	padding: 15px 0px;
}

.fieldgroup h3.caption {
	margin: 4px 5px;
	padding: 0 7px;
	text-align: center;
}

div.field {
	clear: both;
	margin: 4px 5px;
	padding: 0 7px;
	border: 2px solid #f7f7f7;
}

div.field.orgborder {
	border: 2px solid #ff9900;
}

div.field-label {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 8px 0;
	display: block;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
}

span.req {
	color: red;
	margin: 2px 0 0 2px;
}

table.matrix-rating {
	width: 100%;
	background: #fff;
	padding: 10px;
}

.trlabel {
	background: #eef6df;
	font-size: 20px;
	color: #444;
	height: 30px;
}

table.matrix-rating th {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	word-break: break-all;
}

table.matrix-rating td {
	text-align: center;
	padding-top: 6px;
}

table.matrix-rating a.rate-off {
	width: 20px;
	height: 20px;
	/* line-height: 18px; */
	text-decoration: none;
	border-radius: 30px;
	color: #333;
	border: 1px solid #cacece;
	cursor: default;
	display: inline-block;
	background: #fafafa;
}

table.matrix-rating a.rate-on {
	border: 6px solid #8ec31d;
	width: 10px;
	height: 10px;
	position: relative;
	color: #fff;
}

.divSubmit {
	padding: 10px;
}

.divSubmit .submitBtn,
.divSubmit .submitBtn:visited {
	background: #8fc320;
	width: 100%;
	display: block;
	margin: 10px 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	padding: 9px 0px 9px;
	border-radius: .2em;
	color: #fff;
}

.divSubmit .submitBtn:hover {
	background: #6c9417;
}
/*总分结果页*/
.page2 {
	padding: 15px 30%;
}
.page2 .totaltList .totalImg {
	margin-bottom: 15px;
	position: relative;
}

.page2 .totaltList .totalImg img.person {
	width: 100%;
	height: auto;
}
.page2 .totaltList .totalImg img.ecode {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 0;
    left: 0;
}
.page2 .totaltList .totalText {
	line-height: 22px;
	font-size: 16px;
}

.page2 .totaltList p {
	padding: 5px 0;
	word-wrap: break-word;
	word-break: normal;
}

.page2 .totaltList .totalText p span {
	padding: 2px 5px;
	background: #c3dc89;
	font-size: 14px;
}
.page2 .toIndex{

}
.page2 .toResult {
	background: #8fc320;
	width: 100%;
	display: block;
	margin: 10px 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	padding: 9px 0px 9px;
	border-radius: .2em;
	color: #fff;
}
/*表单*/
.formWrap {
	margin: 4px 5px;
	padding: 0 7px;
}

.formWrap p {
	margin-top: 15px;
	width: 96%;
	padding: 6px 2%;
	/* height: 30px; */
	line-height: 30px;
	background: #fff;
	position: relative;
	border: 1px solid #dfdfdf;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.formWrap p img {
	display: block;
}

.formWrap p span {
	display: block;
	font-size: 14px;
	line-height: 16px;padding:0 10px;
}
.formWrap p span.clickVCode{background: #8ec31f;color:#fff;border-radius: 5px;padding:4px;cursor: pointer;}
.formWrap p input,
.formWrap p select {
	height: 100%;
	padding: 0;
	border: none;
	outline: none;
	font-size: 14px;
	background-color: transparent;
	color: #666;
	height: 30px;
	line-height: 30px;
	flex-grow: 4;
}

.formWrap p span.clickVCode {
	order: 1;
}

.formWrap p select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/icon_arrow.png) 95% center no-repeat;
}

.formWrap p select::-ms-expand {
	display: none;
}

.formWrap p select option {
	text-align: center;
}
/*图片验证码*/
.mask{display: none;width:100%;height: 100%;background:rgba(0,0,0,0.6);position: absolute;top:0;left:0;}
.mask .picvCode{background:#fff;width: 80%;padding-bottom:10px;position: fixed;top:30%;left:50%;margin-left:-40%;}
.mask .picvCode p{text-align: center;background: #8ec31f;color:#fff;height: 50px;line-height:50px;}
.mask .picvCode .picvCode_img{margin:10px 0;font-size: 14px;text-align: center;}
.mask .picvCode .picvCode_img img{display: block;margin:0 auto;width: 50%;}
.mask .picvCode .picvCode_input{width:20px;line-height: 20px;padding:5px;border:1px solid #dfdfdf;border-radius: 5px;width: 40%;margin: 10px auto;display: block;}
.mask .picvCode .picvCodeBtn{width:20px;line-height: 40px;height: 40px;border-radius: 5px;width: 80%;margin: 10px auto;display: block;background: #d5d6d4;color:#fff;text-align: center;}
.mask .picvCode .close{position:absolute;top:10px;right:10px;width: 10px;height: 10px;line-height: 10px;color:#fff; }

/*单项结果页*/
.page3 {
	display: none;
    padding: 15px 30%;
}
.page3 .back{
	height: 40px;
	line-height: 40px;
	padding:0 4%;
	width: 92%;
	color:#fff;
	background: #8fc320;
}
.resultPicWrap {
	width: 98%;
	height: 250px;
	margin: 0 auto;
	padding: 20px 1%;
	background: #F3F3F3;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.resultPic {
	width: auto;
	height: 100%;
}

.resultList {
	background: #ecf0e1;
	padding: 20px 4%;
}

.resultList h5 {
	font-size: 20px;
	color: #62ac0b;
}

.resultList div {
	padding: 20px 0 0;
	font-size: 14px;
}

.resultList div span {
	padding: 2px 5px;
	background: #c3dc89;
}

.resultList div p {
	margin-top: 5px;
	word-break: break-all;
}
@media only screen and (max-width: 1000px) {
	.page1{
		padding:0;
	}
	.page2 {
		padding: 15px;
	}
	.page3 {
		display: none;
	    padding: 0;
	}

}