﻿@charset "utf-8";
/* CSS Document */
.big-title{
	width:100%;
	font-size:20px;
	margin-bottom:20px;
	font-weight:bold;
	color:#666;
}
.text-show{
	width:300px;
	height:25px;
	border:none;
	border-bottom:solid 1px #ccc;
	outline:none;
	font-size:14px;
	color:#666;	
}
.question-list li span{
	float:left;
	height:25px;
	display:inline-block;
	line-height:33px;
}
.question-top{
	width:1000px;
	height:250px;
	padding-top:50px;
	background:url(../images/question-top.jpg) no-repeat;	
}
.q-title1{
	font-size:30px;
	color:#848383;
	width:100%;
	text-align:center;
}
.q-title2{
	width:100%;
	text-align:center;
	font-size:60px;
	color:#6A6868;
	margin:10px 0px;
}
.q-title3{
	width:490px;
	height:auto;
	margin:0 auto;
	line-height:25px;
	font-size:14px;
	color:#8b8b8b;
	text-align:left;
}
.question-box{
	width:875px;
	padding:35px 75px 60px 50px;
	background:#fff;
	margin:0 auto;
}
.question-box-title{
	width:100%;
	color:#3b3b3b;
	font-size:20px;
	padding-bottom:23px;
	border-bottom:dashed 1px #999999;
}
.question-choose{
	width:100%;
	padding:30px 0px 20px 0px;
	border-bottom:solid 1px #EAEAEA;
}
.question-choose-title{
	width:100%;
	margin-bottom:15px;
	font-size:18px;
	color:#666666;	
}
.question-list{
	overflow:hidden;
}
.question-list li{
	width:100%;
	font-size:14px;
	color:#969696;
	margin-bottom:10px;
    overflow:hidden;
	margin-bottom:10px;

}
.question-list li input{
	float:left;
    margin-top: 3px;

}
.question-tip{
	width:100%;
	color:#969696;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin-top:40px;
}
.sub-btn{
	width:100%;
	text-align:center;
	height:68px;
	margin-top:50px;
}
.sub-btn-a{
	width:272px;
	height:68px;
	display:inline-block;
	text-align:center;
	line-height:68px;
	font-size:36px;
	color:#fff;
	font-family:"Microsoft YaHei";
	background:#EC2A2A;
}

/***************弹出层样式*************************/
.theme-popover-mask{
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	display:none;
}
.theme-popover{
	z-index:1000010;
	position:fixed;
	top:50%;
	left:50%;
	width:630px;
	height:330px;
	margin:-165px 0 0 -315px;
	display:none;
}
.question-wrong{
	width:100%;
	height:38px;
}
.question-wrong-a{
	width:38px;
	height:38px;
	display:inline-block;
	float:right;
	background:url(../images/question-wrong.png) no-repeat;
}
.question-tan{
	width:595px;
	height:auto;
	background:#fff;
	padding-bottom:50px;	
}
.tan-title{
	width:580px;
	padding-left:15px;
	height:54px;
	line-height:54px;
	text-align:left;
	font-size:26px;
	color:#fff;
	background:#636262;
}
.tan-result{
	width:100%;
	margin-top:15px;
	text-align:center;
	color:#313131;
	font-size:20px;
}
.tan-content{
	width:485px;
	line-height:25px;
	margin:0 auto;
	overflow:hidden;
	font-size:14px;
	color:#7c7c7c;
	margin-top:20px;	
}
.tan-btn{
	width:485px;
	height:50px;
	margin:0 auto;
	margin-top:30px;	
}
.tan-btn a{
	width:158px;
	height:50px;
	line-height:50px;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:23px;
	background:#E53131;
}
.reset{
	float:left;
	margin-left:50px;
}
.right{
	float:right;
	margin-right:50px;
}

