/*fontstyle*/
label {
    font-weight: 100;
    cursor: pointer;
}
.questionContent span{
	font-weight: 300;
}
/*第一部分*/
/*#first_question{
	width: 100%;
	height: 500px;
}*/
#first_questionContent{
	/*width: 100%;
	height: 100%;*/
	/*height: 500px;*/
	/*渐变色*/
	 /* Safari 5.1 - 6.0 */
	/*background: -webkit-linear-gradient(left, #41A5FA, #A3F4BA);*/
	/* Opera 11.1 - 12.0 */
	/*background: -o-linear-gradient(right, #41A5FA, #A3F4BA);*/ 
	/* Firefox 3.6 - 15 */
	/*background: -moz-linear-gradient(right, #41A5FA, #A3F4BA);*/ 
	/* 标准的语法 */
	/*background: linear-gradient(to right, #41A5FA, #A3F4BA);*/ 
	/*border: 1px solid red;*/
}
#question_main{
	width: 60%;
	position: relative;
	top: 20%;
	left: 20%;
	color: #FFFFFF;
}
.btn_moreQuestion{
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	/*background-color: #9CCAFC;*/
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
	border: 1px solid #FFFFFF;
}
/*第二部分*/
#second_question{
	width: 100%;
	/*height: 5620px;*/
	padding-top: 20px;
	padding-bottom: 40px;
	float: left;
	/*渐变色*/
	 /* Safari 5.1 - 6.0 */
	background: -webkit-linear-gradient(left, #3ac4a9, #4ea4e8);
	/* Opera 11.1 - 12.0 */
	background: -o-linear-gradient(right, #3ac4a9, #4ea4e8); 
	/* Firefox 3.6 - 15 */
	background: -moz-linear-gradient(right, #3ac4a9, #4ea4e8); 
	/* 标准的语法 */
	background: linear-gradient(to right, #3ac4a9, #4ea4e8); 	
}
#second_questionContent{
	width: 60%;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	/*border: 1px solid red;*/
}
.questionnaire{
	width: 100%;
	height: 100%;
	margin-top: 100px;
	padding: 5px;
	float: left;
	background-color: #FFFFFF;
	/*阴影效果*/
	/*ie*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
	/*firefox*/
	-moz-box-shadow: 2px 2px 10px #909090;
	/*safari或chrome*/
	-webkit-box-shadow: 2px 2px 10px #909090;
	/*opera或ie9*/
	box-shadow: 2px 2px 10px #909090;
	/*border: 1px solid black;*/

}
.questionTitle{
	width: 100%;
	min-height: 50px;
	text-align: center;
	/*border: 1px solid blue;*/
}
.questionTitle span{
	line-height: 50px;
	font-size: 1.25em;
	font-weight: 300;
}
.questionContent{
	width: 100%;
	/*height: 100px;*/
	/*border: 1px solid blue;*/
}
#top{
	width: 100%;
	padding: 10px;
	/*min-height: 114px;*/
	float: left;
	/*border: 1px solid red;*/
}
.questionnaireTitle{
	min-height: 36px;
	width: 50%;
	float: left;
	margin: 5px 0px;
	/*border: 1px solid yellow;*/
}
.questionnaireTitle input{
	width: 50%;
	height: 34px;
	padding: 6px 12px;
	font-size: 0.875em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#middle{
	width: 100%;
	padding: 10px;
	float: left;
	/*border: 1px solid red;*/	
}
#middleDescribe{
	width: 100%;
	min-height: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #000000;
	/*border: 1px solid yellow;*/
}
#middleQuestion{
	width: 100%;
	/*border: 1px solid yellow;*/	
}
.question{
	width: 100%;
	margin-top: 5px;
	padding: 25px 0 15px 0;
	float: left;
	border-bottom: 1px dashed #000000;
	/*border: 1px solid blue;*/
}
.questionTop{
	width: 100%;
	min-height: 25px;
	/*border: 1px solid black;*/
}
.questionBottom{
	width: 100%;
	float: left;
	padding: 0 25px;
	/*border: 1px solid black;*/
}
.questionOption{
	width: 25%;
	float: left;
	margin-top: 5px;
	/*border: 1px solid gray;*/
}
.questionOption:hover{
	cursor: pointer;
	background-color: #EFEFEF;
}
.questionOption input{
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}
.questionOption label{
	float: left;
}
.dynamicHeight .questionOption{
	width: 50%;
}
.dynamicHeightMax .questionOption{
	width: 100%;
}
#middleThink{
	width: 100%;
	min-height: 50px;
	margin-top: 20px;
	float: left;
	/*border: 1px solid yellow;*/
}
.questionOther{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 20px;
	/*border: 1px solid blue;*/
}
.otherDate{
	float: left;
	width: 50%;
	height: 100%;
	/*border: 1px solid black;*/
}
.otherDate span{
	line-height: 50px;
}
.otherBtn {
	/*float: right;*/
	width: 100%;
	height: 100%;
	text-align: center;
	/*border: 1px solid black;*/
}
.btn_span{
	width: 120px;
	/*height: 36px;*/
	/*line-height: 36px;*/
	color: #FFFFFF;
	/*background-color: #9CCAFC;*/
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
	/*border: 1px solid #FFFFFF;*/
	/*float: right;*/
}
/*.banClick{*/
	/*pointer-events: none;*/
	/*opacity: 0.7;*/
/*}*/
#moveProgress{
	width: 50px;
	height: 180px;
	position: fixed;
	top: 40%;
	right: 17%;
	background-color: #FFFFFF;
	/*border: 1px solid red;*/
}
#progressTop{
	width: 100%;
	height: 15%;	
	text-align: center;
	font-weight: 700;
	/*border: 1px solid yellow;*/
}
#progressTop span{
	display: block;
	position: relative;
	top: 25%;
	font-size: 0.813;
}
#progressBottom{
	width: 100%;
	height: 85%;
	/*border: 1px solid yellow;*/	
}
#progressOut{
	width: 60%;
	height: 90%;
	margin: 0 auto;
	position: relative;
	top: 5%;
	overflow: hidden;
	border-radius: 5px;
	background-color: #F1F3EE;
	border: 1px #d6ebf7 solid;
}
.code{
	float: left;
	width: 100%;
	text-align:center;
	cursor: pointer;
}

#progressIn{
	width: 100%;
	height: 0%;	
	background-color: #61A2BE;
}
@media (max-width:1700px) {
	#moveProgress {
	    right: 16% !important;
	}
}
@media (max-width:1300px) {
	#moveProgress {
	    right: 15% !important;
	}
}
@media (max-width:1100px) {
	#second_questionContent {
    	width: 65%;
	}
	.questionOption{
		width: 50%;
	}
	#moveProgress {
	    right: 12% !important;
	}
}

@media (max-width:1000px) {
	#second_questionContent {
    	width: 65%;
	}
	#moveProgress {
	    right: 11% !important;
	}
}
@media (max-width:900px) {
	#second_questionContent {
    	width: 70%;
	}
	#moveProgress {
	    right: 8% !important;
	}
}
@media (max-width:800px) {
	#second_questionContent {
    	width: 70%;
	}
	.questionnaireTitle{
		width: 100%;
	}
	.questionOption {
    	width: 100%;
	}
	.dynamicHeight .questionOption {
	    width: 100%;
	}
	#moveProgress {
	    right: 7% !important;
	}
}
@media (max-width:700px) {
	#moveProgress {
	    right: 6% !important;
	}
}
@media (max-width:600px) {
	#moveProgress {
	    right: 5% !important;
	}
}
@media (max-width:500px) {
	#moveProgress {
	    right: 3% !important;
	}
}
@media (max-width:400px) {
	#moveProgress {
	    right: 0% !important;
	}
}
/*英语界面样式-------------------------------*/	
@media (max-width:400px) {
	.en_us .questionnaireTitle input {
	    width: 100%;
	}
}
/*-------------------------------英语界面样式*/	