body{
/*background:#f0f4f6;*/
}
section{
    background:#f0f4f6;
}
section:nth-child(1){
	padding-top:10px;
	padding-bottom:9px;
}

.article{
	background:#FFFFFF;
	display:block;
	margin:20px auto;
	border: 1px #c9cdce solid;
	border-radius:3px;
	width:90%;
}
.title h2{
	font-size:18px;
	font-weight:500;
}
.title {
	display:block;
	border-bottom:1px solid #d9d9d9;
	padding:10px;
}
.content{
height:auto;
display:inline-block;
width:100%;

}
.cont_img {
margin:10px;
display:block;
width:20%;
float:left;
}
.cont_img img {
display:block;
float:left;
width:100%;
max-width:150px;
}
 
.content p{
font-size:16px;
color:#666666;
float:right;
position:relative;
left:-3px;
width:75%;
line-height:34px;
} 

.content p a{
color:#666666;
font-size:14px;
}
.content {
margin-bottom:-3px;
border-radius:3px;
}


.ques{
width:100%;
height:auto;
background:#FFFFFF;
border-top:1px #c9cdce solid;
}
.qlist{
text-align:justify;
width:90%;
overflow:hidden;
margin:0px auto;
}
.qlist ul {
width:122%;
float:left;
display:block;
margin-top:8px;
height:42px;

}
.otherstyle ul{
	height:32px;
}
.qlist ul li, .qlist ul .q_bg{
	background:url(img/new_icons.png) no-repeat;
	background-size:70px;
}
.qlist ul li{
width:20%;
text-align:left;
float:left;
color:#7ecdff;
background-position:center -118px;
}
.qlist ul li.moreqlist{
	width:90px;
	float:right;
	position:relative;
	font-size:24px;
	background:none;
}
.qlist ul li.moreqlist span{
	font-size:24px;
}
.qlist ul .q_bg{
	width:30px;
	height:50px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	display:block;
	background-position:2px -62px;
}
.qlist ul span.active{
	background-position:2px 8px;
	color:#fff;
}
.qlist div{

height:10px;
width:100%;
background:#dee3e6;
border-radius:3px;
display:none;
float:left;
margin-top:10px;
}
.otherstyle div{
	display:block;
}
.qlist div span{
background:#7ecdff;
width:0%;
height:100%;
display:block;
border-radius: 3px 3px 3px 3px;
}
.question{
width:90%;
margin:20px auto;
height:auto;
display:none;

}
.question h2{
    font-size: 16px;
    font-weight: 500;
	color:#666666;
}
.question h2.texttitle{
}
.question ul{
margin-top:10px;
height:auto;
border: 1px #d9d9d9 solid;
border-radius:3px;
}
.question ul.answers, .question ul.textval{
	border:none;
}
.question ul.answers{
	border: 1px #d9d9d9 solid;
	border-radius:3px;
}
.question ul li{
display:block;
padding:10px  0px 10px 20px;
margin-bottom:-1px;
/*border-radius: 3px 0px 0px 3px;*/
border-bottom: 1px #d9d9d9 solid;
/*box-shadow:1px 1px 2px #CCCCCC;*/
position:relative;

}
.question ul li:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.question ul li p{
font-size:14px;
color:#030303;
width:82%;
display:block;
float:left;
padding-top:4px;
}
.question ul .active em,.question ul .active i{
	background:url("img/new_chose.png") no-repeat;
	background-size:24px;
}
.question ul li i{
    position:absolute;
	display:block;
	height:32px;
	width:30px;
	top:50%;
	margin-top:-16px;
	right:10px;
}

.question ul li em{
	position:absolute;
	display:block;
	height:32px;
	width:30px;
	top:50%;
	margin-top:-16px;
	right:10px;
	background-position:-61px -65px;
}

.question ul .active  i{
 background-position:0px -44px;

}

.question ul .active  em{
 background-position:0px 4px;
 border-radius: 0px 3px 3px 0px;
}
.subq{
padding:20px;
padding-top:0px;
}
.subq a{
padding:10px;
display:block;
background:#4296ff;
border:1px solid #2d71c5;
border-radius: 3px;
font-size:16px;
width:240px;
margin:0px auto;
color:#ffffff;
text-align:center;
}
.subq a:active{
	color:#95c4ff;
}
 
.button{
 display:block;
background-color: rgb(182, 187, 192);
background-image:url(style/img/button_bg.png), url(style/img/button_bg.png), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgb(197, 203, 209)), to(rgba(202, 205, 208, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(209, 213, 218)), to(rgb(170, 180, 187)));
border: rgb(165, 165, 165) 1px solid;
border-radius: 3px; 
box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
color: #000000;
cursor: pointer;
float: left;
font-family:font-family:"΢���ź�";
font-size: 15px;
line-height: normal;
margin-right: 15px;
margin-top: 15px;
padding-bottom: 5px;
padding-left: 5px;
padding-top: 10px; 
text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 0px;
vertical-align: baseline;
width:90%;
}
h3{
		font-size:16px;
		font-weight:normal;
		margin-top:5px;
		
		}
.answers h3{
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	border-top:1px solid #d9d9d9;
}
.answers h3:nth-child(1){
	border:none;
}
.process span{
		margin-right:-35px;
		font-size:14px;
		color:#AAAAAA;
		font-style:italic;
		position:relative;
		top:-7px;
		}
		.loading-status {
		margin-top:2px;
		margin-left:15px;
		height:20px;
		width:80%;
		}
		.process {
		display:block;
			height: 8px;
			margin-left: 2px;
			background: -webkit-gradient(linear, 0 0, 0 100%, from(#7BC3FF), color-stop(0.5,#42A9FF), to(#7BC3FF));
		/*	-webkit-transition: width 1s ease-in-out; */
			-webkit-animation: load 3s ease-in-out 1;
			text-align:right;
			position:relative;
			top:5px;
			
		}
textarea{
	width:100%; 
	height:150px;
	border:#999999 1px solid;
	border-radius:3px;
	font-size: 16px;
}
.answers .output-text{
	padding:5px 15px;
	font-size: 14px;
}
@-webkit-keyframes load {
	0% {
		width: 0%;			
	}
}
 .sub{
	width:auto;
	padding-right:5px;
	margin-right:10%;
	margin-top:0px;
	float:right;
	padding-bottom:10px;

}
.quest{
	 display:block;
	 width:auto;
	 right:0px;
	 position:absolute;
	 bottom:0px;
	 font-size:14px;

	 }
.voteLab{
	 display:block;
	 float:right;
	 position:relative;
	 height:60px;
	 width:100%;
	 }
input{
	 margin-bottom:8px;
	 }
 
 


@media screen and (max-width: 480px){
	.article{
		margin-top:0px;
		margin-bottom:0px;
	}
	.title{
		padding:5px 10px;
	}
	.cont_img  {
		width:90px;
		height:75px;
		margin-bottom:22px;
	
	}
	.cont_img img {
		width:90px;
		height:72px;
		
	
	}
 
	.content p{
	font-size: 14px;
    line-height: 21px;
    width: 160px;
	height:80px;
	overflow:hidden;
	margin-top:5px;
	}
	.qlist ul {
	width:115%;

	
	}
	.question{
		margin-top:12px;
		margin-bottom:15px;
	}
	.question ul{
		margin-top:6px;
	}
	.qlist div{
		height:4px;
		margin-top:2px;
	}
	.qlist ul{
		margin-top:3px;
		position:relative;
	}
	
	.question ul li{
	}
	.subq a{
		padding-top:9px;
		padding-bottom:12px;
	}
}
/*提示样式*/
.cover{
	position:absolute;
	top:0px;
	width:100%;
	height:100px;
	background:black;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
	z-index:20;
}
.prompt{
	position:fixed;
	width:64%;
	left:18%;
	top:100px;
	background:#f0f4f6;
	color:#343434;
	border-radius: 3px;
	z-index:23;
}
.prompt p{
	padding:20px 10px;
	border-bottom:1px solid #d5d9da;
	font-size:16px;
	text-align:center;
}
.prompt span.buttonP{
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
}
.prompt span.buttonP em{
	display:block;
	width:48px;
	position:relative;
	margin-left:50%;
	left:-24px;
	font-size:17px;
	font-style:normal;
	padding-top:10px;
	padding-bottom:10px;
	color:#4296FF;
}
/* header style*/

 .inputval{
		position:relative;
		margin-bottom:30px;
	}
	.inputval input{
		display:block;
		width:98%;
		padding-left:2%;
		border:1px solid #C9CDCE;
		height:30px;
		line-height:20px;
		border-radius:3px;
	}
	.inputval .putErro{
		width:100%;
		text-align:center;
		color:red;
		font-size:14px;
		position:absolute;
		display:none;
	}