/*问答列表*/
.qa_list_title{
	width:620px;
	height:45px;
	line-height:45px;
	background:#F1F1F1;
}
.qa_list_title .fl a{
	display: inline-block;
	height:45px;
	padding:0 10px;
	width:100px;
	color:#333333;
	text-align: center;

}
.qa_list_title .fl a.current{
	background:#0066CC;
	color:#FFFFFF;
}
.qa_list_title .fr{
	padding-right:10px;
	text-align: center;
	
}
.qa_list_title .fr a{
	display: inline-block;
	font-size: 14px;
	margin:0 5px;
	width:70px;
	height:25px;
	line-height:25px;
}
.qa_list_title .fr a:first-child{
	color:#FFFFFF;
	background:#0066CC;
}
.qa_list_title .fr a:last-child{
	color:#0066CC;
	border:1px solid #0066CC;
}
.qa_list{
	margin-bottom:30px;
}

.qa_list ul li{
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 20px;
}
.qa_list .qa_title{
	font-size: 16px;
	margin:10px 0;
}
.qa_list .qa_title a{
	font-size: 16px;
	color: #0066CC;
}
.qa_list .qa_title .fl{
	font-size: 16px;
}
.qa_list .qa_tag{
	background: url(../images/tag.png) left 0px top 5px no-repeat;
    height: 20px;
    line-height: 20px;
    text-indent: 8px;
}
.qa_list .qa_tag a{
	display: inline-block;
	font-size: 13px;
	color: #999999;
}
.qa_search {
	padding:20px;
}
.qa_search .sform{
	width:280px;
	height:45px;
	font-size: 0;
}
.qa_search .sform>input{
	width:200px;
	height:45px;
	background:#FFFFFF;
	border:0;
	text-indent: 10px;
	font-size: 14px;
	outline: none;
}
.qa_search .sform>button{
	font-size: 14px;
	width:80px;
	height:45px;
	background:#0066CC;
	color:#FFFFFF;
	outline: none;
}

/*问答详情页*/
.qus_title h1{
	font-size:24px;
	color:#343434;
	font-weight: 400;
	margin-bottom:20px;
	line-height: 35px;
}
.qus_title p a{
	text-align: center;
	display: inline-block;
	width:60px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#0066CC;
	border:1px solid #0066CC;
}
.qus_title div{
	margin:20px 0;
}
.qus_title>div>b{
	display: inline-block;
	width:70px;
	height:18px;
	font-size:14px;
	color:#9A9A9A;
	line-height:18px;
}
.qus_title div>span{
	display: inline-block;
	vertical-align: middle;
	width:550px;
	height:1px;
	background:#E5E5E5;

}
.qa_reply>ul>li{
	margin-top:30px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom: 20px;
}
.qa_reply>ul>li .rep_cus{
	height:50px;
}
.qa_reply>ul>li .rep_cus .fl{
	margin-right:10px;
}
.qa_reply>ul>li .rep_cus>div>b{
	display: inline-block;
	margin-top:7px;
	font-size: 16px;
}
.qa_reply>ul>li .rep_cus>div>p{
	font-size: 12px;
}
.qa_reply>ul>li .rep_cus .fr>a{
	text-align: center;
	display: inline-block;
	width:60px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#0066CC;
	border:1px solid #0066CC;
	margin-top:12px;
}
.qa_reply>ul>li .rep_content{
	margin-top:20px;
	font-size:16px !important;
	color:#343434;
	line-height:25px;
}
.qa_reply>ul>li .rep_content table{
	width:0;
}
.qa_reply>ul>li .rep_content span,.qa_reply>ul>li .rep_content p{
	background:none!important;
	font-size:16px !important;
	color:#343434 !important;
}
.qa_reply>ul>li .rep_content img{
	text-align: center !important;
	max-width:100%;
}
.qa_reply>ul>li .qa_praise{
	margin-top:20px;
	font-size: 0;
}
.qa_reply>ul>li .qa_praise>span{
	display: inline-block;
	width:70px;
	height:30px;
	line-height:30px;
	font-size: 14px;
	text-indent: 30px;
	cursor: pointer;
}
.qa_reply>ul>li .qa_praise>span:first-child{
	border:1px solid #E5E5E5;
	border-right:0;
	border-radius:15px 0px 0px 15px;
	background: url(../images/za4.png) left 10px top 7px no-repeat;
}
.qa_reply>ul>li .qa_praise>span:last-child{
	background: url(../images/za3.png) left 10px top 7px no-repeat;
	border:1px solid #E5E5E5;
	border-radius:0px 15px 15px 0px;
}
.qa_reply>ul>li .qa_praise>span:first-child:hover{
	background: url(../images/za2.png) left 10px top 7px no-repeat;
	border:1px solid #0066CC;
	color:#0066CC;
}
.qa_reply>ul>li .qa_praise>span:last-child:hover{
	background: url(../images/za1.png) left 10px top 7px no-repeat;
	border:1px solid #0066CC;
	color:#0066CC;
}
.qa_reply .qa_tag{
	margin-top:20px;
	background: url(../images/tag.png) left 0px top 5px no-repeat;
    line-height: 20px;
    text-indent: 15px;
}
.qa_reply .qa_tag span{
	font-size: 14px;
}
.qa_reply .qa_tag a{
	display: inline-block;
	font-size: 13px;
	color: #999999;
}
.qa_other{
	margin-bottom: 50px;
}
.qa_other .qa_other_title{
	margin:20px 0;
}
.qa_other>.qa_other_title>b{
	display: inline-block;
	width:120px;
	height:18px;
	font-size:18px;
	color:#343434;
	line-height:18px;
}
.qa_other .qa_other_title>span{
	display: inline-block;
	vertical-align: middle;
	width:500px;
	height:1px;
	background:#E5E5E5;

}
.qa_other .qa_other_list{
	margin: 10px 0;
    border-bottom: 1px solid #f1ecec;
    padding-bottom: 10px;
}
.qa_other .qa_other_list>a{
	font-size:14px;
	font-weight:400;
	color:#343434;
}
.qa_other .qa_other_list>span{
	font-size:14px;
	color:#9A9A9A;
}
.qa_login {
	padding:10px 0;
	text-align: center;
}
.qa_login a{
	display: inline-block;
	width:60px;
	height:25px;
	line-height:25px;
	font-size:12px;
	border:1px solid #CCCCCC;
	margin:0 5px;
	color:#9A9A9A;

}
.qa_login a:hover{
	color:#0066CC;
	border:1px solid #0066CC;
}
/*******问题提问页******/
.ask_title {
	margin:30px 0;
}
.ask_title>h1{
	font-size:24px;
	font-weight:bold;
	color:#333333;
}
.aks_form:last-child{
	margin:40px 0;
}
.aks_form .ask_name {
	position: relative;
	margin-bottom: 40px;
}
.aks_form .ask_name>input{
	width:965px;
	height:50px;
	outline: 0;
	font-size: 16px;
	padding-left:15px;
	border:1px solid #CCCCCC;
}
.aks_form .ask_name>span{
	position: absolute;
	right:5px;
	bottom:5px;
}
.aks_form>label{
	font-size:18px;
	font-weight:bold;
	color:#343434;
	padding-bottom: 30px;
}
.aks_form>label>span{
	font-size:16px;
	font-weight:400;
	color:#9A9A9A;
}
.aks_form .ask_type{
	position: relative;
	margin:30px 0;
	line-height:30px;
	border:1px solid #CCCCCC;
	padding:15px;
	cursor: pointer;
	background: url(../images/down.png) right 15px top 25px no-repeat;
}
.aks_form .ask_type .current>div{
	font-size: 14px;
	display: inline-block;
	padding:3px 10px;
	border:1px solid #0066CC;
	color:#0066CC;
	border-radius: 5px;
	margin-right:5px;
}
.aks_form .ask_type .current>div>span{
	margin-left:10px;
	color:#fd0303;
}
.aks_form .ask_type:hover{
	background: url(../images/up.png) right 15px top 25px no-repeat;
}
.aks_form .ask_type .typeall {
	display: none;
	position: absolute;
	left:0;
	top:60px;
	width:950px;
	padding:15px;
	box-shadow:0px 0px 5px 0px rgba(0,102,204,0.3);
	background: #FFFFFF;
	z-index: 9990000;
	text-align: center;
}
.aks_form .ask_type:hover .typeall{
	display: block;
} 
.aks_form .ask_type .typeall>label{
	display: inline-block;
	font-size:16px;
	color:#343434;
	margin:0 15px;
}
.aks_form .ask_type .typeall>label:hover{
	color:#0066CC;
}
.aks_form .ask_content{
	padding:30px 0;
}
.aks_form .ask_content>textarea{
	width:950px;
	height:300px;
	border:1px solid #CCCCCC;
	outline: 0;
	padding:15px;
	font-size: 16px;
}
.aks_form>button{
	width:150px;
	height:40px;
	background:#0066CC;
	color:#FFFFFF;
	outline: 0;
}
/*登录注册*/
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}
.mask_login{
	width:350px;
	background-color: #FFFFFF;
	position: absolute;
	left: 38%;
	top: 30%;
	padding: 40px 20px;
}
.mask_login .login>span {
	font-size:24px;
	color:#0066CC;
}
.mask_login .login>p {
	margin:5px auto 15px;
	width:25px;
	height:3px;
	background:#0066CC;
}
.mask_login .login>div {
	font-size:14px;
	color:#333333;
}
.mask_login .login{
	border-bottom:1px solid #0066CC;
	padding-bottom: 15px;
}
.mask_login .login_form .mobile{
	padding:20px 0 10px 0;
	width:360px;
}
.mask_login .login_form .mobile>input{
	width:170px;
	height:45px;
	border:1px solid #CCCCCC;
	outline:0;
	text-indent:10px;
	font-size:14px;
}
.mask_login .login_form .mobile>img{
	width:170px;
	height:45px;
	float: right;
	margin-right: 9px;
}
.mask_login .login_form .mobile>button{
	width:175px;
	height:47px;
	border:1px solid #CCCCCC;
	outline:0;
	font-size:16px;
	background: none;
	border:1px solid #0066CC;
	color:#0066CC;
}
.mask_login .login_form .code{
	padding:10px 0;
}
.mask_login .login_form .code>input{
	width:350px;
	height:45px;
	border:1px solid #CCCCCC;
	outline:0;
	text-indent:10px;
	font-size:14px;
}
.mask_login .login_form .code>button{
	width:175px;
	height:45px;
	background:#0066CC;
	border-radius:23px;
	outline:0;
	font-size:16px;
	border: none;
	color:#FFFFFF;
}