@charset "utf-8";
/* CSS Document */


input[type=button],input[type=submit] {cursor:pointer;}


.aq-plugin:before{
	content:'';
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:968000;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
.aq-question-on:before{
	opacity:1;
	visibility:visible;
}
.aq-plugin .aq_h3{
	line-height:50px;
	font-size:16px;
	position:relative;
	margin:0 0 15px;
	padding-right:170px;
}
.aq-plugin .aq_h3 .question-btn{
	position:absolute;
	right:0;
	top:5px;
	height:40px;
	line-height:40px;
	background:#333;
	border-radius:5px;
	color:#fff;
	padding:0 30px;
	font-size:14px;
}
.aq-plugin .no-data{
	fill: #666;
    margin: 30px auto;
    display: block;
	
}
.aq-plugin ul{
	margin-left:0 !important;	
}
.aq-plugin li{
	border-bottom:1px solid #eee;
	position:relative;
	margin-bottom:15px;
	list-style:none !important;
	margin-left:0 !important;
}
.aq-plugin li .question-con{
	padding:10px 20px 20px 50px;
	position:relative;
	line-height:24px;
	font-weight:bold;
}
.aq-plugin li .question-con p span,
.aq-plugin li em{
	display:none;
}
.aq-plugin li .question-con:before{
	content:'Q';
	width:22px;
	height:22px;
	border:1px solid #333;
	border-radius:50%;
	font-size:14px;
	line-height:22px;
	text-align:center;
	display:inline-block;
	position:absolute;
	left:15px;
	top:10px;
	color:#333;
}
.aq-plugin li .question-con span{
	display:block;
	color:#999;
	font-weight:normal;
	margin:20px 0 0;
}
.aq-plugin li .question-con span i{
	font-style:normal;
	padding:0;
	display:inline-block;
	vertical-align:top;
	background:none;
}
.aq-plugin li .question-con span i:first-child:after{
	content:'|';
	padding:0 5px;
}
.aq-plugin li .ask-con{
	padding:10px 20px 10px 50px;
	position:relative;
	line-height:24px;
}
.aq-plugin li .ask-con:before{
	content:'A';
	width:22px;
	height:22px;
	border:1px solid #333;
	border-radius:50%;
	font-size:14px;
	line-height:22px;
	text-align:center;
	display:inline-block;
	position:absolute;
	left:15px;
	top:10px;
}
.aq-plugin li .ask-con .aq-style4-ask-svg{
	display:none;
}
.aq-plugin li .ask-con span{
	display:block;
	color:#999;
	font-weight:normal;
	margin:20px 0 0;
}
.aq-plugin li .thumbs-up{
	position:absolute;
	bottom:10px;
	right:20px;
	line-height:24px;
	cursor:pointer;
}
.aq-plugin li .thumbs-up svg{
	width:16px;
	height:24px;
	fill:#8a8a8a;
	vertical-align:top;
	margin-right:5px;
}
.aq-plugin li .cur svg{
	fill:#000;
}
.aq-plugin li .thumbs-up span{}


.aq-plugin .page-list{
	text-align:center;
	font-size:0;
	margin:20px 0 30px;
}
.aq-plugin .page-list a{
	display:inline-block;
	vertical-align:top;
	height:32px;
	padding:0 15px 0 11px;
	box-sizing:border-box;
	line-height:30px;
	border:1px solid #ccc;
	border-radius:2px;
	font-size:14px;
	margin:0 8px;
}
.aq-plugin .page-list a svg{
	display:inline-block;
	width:15px;
	height:30px;
	vertical-align:top;
}
.aq-plugin .page-list a.next{
	padding:0 11px 0 15px;
}
.aq-plugin .page-list a.next svg{
	
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.aq-plugin .page-list a:hover{
	background:#333;
	color:#fff;
	border-color:#333;
}
.aq-plugin .page-list a:hover svg{
	fill:#fff;
}
.aq-plugin .page-list a.disable{
	pointer-events: none;
	background:#ddd;
	opacity:0.5;
}

.pop-question{
	position:fixed;
	left:50%;
	top:50%;
	width:660px;
	background:#fff;
	box-shadow:0 0 13px rgba(63,63,63,.36);
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	padding:20px;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
	z-index:969000;
	border-radius:5px;
}
.pop-question-on{
	opacity:1;
	visibility:visible;
}
.pop-question h4{
	font-size:20px;
	color:#333;
	font-weight:normal;
	line-height:40px;
	margin:0 0 15px;
	position:relative;
}
.pop-question .pop-question-con{}
.pop-question .question-close-btn{
	position:absolute;
	top:5px;
	right:0;
	cursor:pointer;
}
.pop-question .question-close-btn svg{
	width:22px;
	height:22px;
	fill:#999;
}
.pop-question .pop-question-con form{}
.pop-question .pop-list{
	padding-bottom:20px;
}
.pop-question .list-tit{
	color:#4a4a4a;
	font-size:15px;
	padding-bottom:5px;
}
.pop-question .aq-text{
	width:100%;
	height:44px;
	border:1px solid #c4c2c2;
	border-radius:4px;
	box-sizing:border-box;
	text-indent:10px;
}
.pop-question .aq-textarea-box{
	position:relative;
}
.pop-question .aq-textarea{
	width:100%;
	min-height:150px;
	border:1px solid #c4c2c2;
	border-radius:4px;
	box-sizing:border-box;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size:14px;
	outline:none;
}
.pop-question .list-row{
	 display: flex;
}
.pop-question .list-row .list-text{
	margin-right:10px;
}
.pop-question .aq-textarea-box .t_h{
	position:absolute;
	bottom:10px;
	right:10px;
}
.pop-question .aq-textarea-box .t_h i{
	font-style:normal;
	vertical-align:bottom;
	background:none;
}

.pop-question .pop-list .aq_code img{
		height:43px !important;
}
.pop-question .aq-btn{
	display:inline-block;
	height:44px;
	line-height:44px;
	background:#333;
	color:#fff;
	width:100%;
	border:none;
	line-height:40px;
	border-radius:5px;
	text-align:center;
}

/*aq-style1*/
.aq-plugin .aq-style1 li{
	background:#f7f7f7;
}
.aq-plugin .aq-style1 li .question-con{
	border-bottom: 1px solid #e9e9e9;
}
.aq-plugin .aq-style1 li em{
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:100%;
	background:#333;
	display:block;
}
.aq-plugin .aq-style1 li .ask-con em{
	background:#bdbaba;
}


/*aq-style2*/
.aq-plugin .aq-style2 li{
	border-bottom:1px dashed #989898;
	min-height:72px;
}
.aq-plugin .aq-style2 li .question-con{
	padding:0 0 10px 110px;
	line-height:22px;
}
.aq-plugin .aq-style2 li .question-con p{
	color:#333;
	position:relative;
	padding-left:28px;
}
.aq-plugin .aq-style2 li .question-con span{
	position:absolute;
	left:0;
	top:0;
	width:110px;
	margin:0;
}
.aq-plugin .aq-style2 li .question-con span i{
	display:block;
	padding: 0 0 0 5px;	
}
.aq-plugin .aq-style2 li .question-con span i:first-child{
	color:#333;
}
.aq-plugin .aq-style2 li .question-con:before,
.aq-plugin .aq-style2 li .ask-con:before,
.aq-plugin .aq-style2 li .question-con span i:first-child:after{
	display:none;
}
.aq-plugin .aq-style2 li .ask-con{
	padding:0 0 5px 110px;
}
.aq-plugin .aq-style2 li .question-con p{
	color:#333;
	position:relative;
	padding-left:28px;
}
.aq-plugin .aq-style2 li .ask-con>div{
	background:#f3f1f2;
	padding:10px 0 10px 28px;
	position:relative;
}
.aq-plugin .aq-style2 li .ask-con span{
	margin:10px 0 0;
}

.aq-plugin .aq-style2 li .question-con p:before{
	content:'Q : ';
	font-size:14px;
	display:inline-block;
	position:absolute;
	left:5px;
	top:0px;
	color:#333;
}
.aq-plugin .aq-style2 li .ask-con>div:before{
	content:'A : ';
	font-size:14px;
	display:inline-block;
	position:absolute;
	left:5px;
	top:10px;
	color:#333;
}


/*aq-style3*/

.aq-plugin .aq-style3 li{
	border:0;
	background:#f6f6f6;
	margin:0 0 10px;
	padding:20px 15px 0;
}
.aq-plugin .aq-style3 li .question-con{
	padding:0 40px 10px 110px;
	position:relative;
}
.aq-plugin .aq-style3 li .question-con:after{
	content:'';
	width:calc(100% - 110px);
	height:1px;
	border-bottom:1px dotted #ababab;
	position:absolute;
	right:0;
	bottom:0;
}
.aq-plugin .aq-style3 li .question-con span i:first-child{
	position:absolute;
	left:0;
	top:0;
	width:110px;
	margin:0;
	color:#333;
	font-weight:bold;
	max-width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.aq-plugin .aq-style3 li .question-con span{
	margin:5px 0 0 28px;
}
.aq-plugin .aq-style3 li .question-con span i{
	display:inline-block;
	padding: 0 0 0 5px;
	padding:0;
	
}
.aq-plugin .aq-style3 li .question-con:before,
.aq-plugin .aq-style3 li .ask-con:before,
.aq-plugin .aq-style3 li .question-con span i:first-child:after{
	display:none;
}
.aq-plugin .aq-style3 li .ask-con{
	padding:0 0 10px 110px;
}
.aq-plugin .aq-style3 li .ask-con span{
	margin:5px 0 0;
}
.aq-plugin .aq-style3 li .thumbs-up{
	bottom:auto;
	top:20px;
	right:15px;
}
.aq-plugin .aq-style3 li .question-con p{
	color:#333;
	position:relative;
	padding-left:28px;
}
.aq-plugin .aq-style3 li .ask-con>div{
	position:relative;
	padding:10px 0 0 28px;
}
.aq-plugin .aq-style3 li .question-con p:before{
	content:'Q : ';
	font-size:14px;
	display:inline-block;
	position:absolute;
	left:5px;
	top:0px;
	color:#333;
	font-weight:bold;
}
.aq-plugin .aq-style3 li .ask-con>div:before{
	content:'A : ';
	font-size:14px;
	display:inline-block;
	position:absolute;
	left:5px;
	top:10px;
	color:#333;
	font-weight:bold;
}



/*aq-style4*/
.aq-plugin .aq-style4 li{
	border:0;
	box-shadow:0 0 13px rgba(63,63,63,.36);
	margin:0 0 10px;
	padding:20px 20px 0;
}
.aq-plugin .aq-style4 li .question-con{
	border-bottom:1px dotted #ababab;
	padding:0 0 5px 50px;
	margin:0 0 20px;
}
.aq-plugin .aq-style4 li .question-con:before{
	left:0;
	top:0;
}
.aq-plugin .aq-style4 li .question-con span{
	margin:10px 0 0;
	text-align:right;
	line-height:24px;
	position:relative;
}
.aq-plugin .aq-style4 li .question-con span i:first-child{
	position:absolute;
	left:0;
	top:0;
}
.aq-plugin .aq-style4 li .question-con span i:first-child:after{
	display:none;
}
.aq-plugin .aq-style4 li .ask-con{
	line-height:20px;
}
.aq-plugin .aq-style4 li .ask-con span{
	text-align:right;
}
.aq-plugin .aq-style4 li .thumbs-up{
	right:auto;
	left:70px;
}
.aq-plugin .aq-style4 li .question-con:before{
	content:'?';
	font-size:18px;
}
.aq-plugin .aq-style4 li .ask-con{
	padding-right:0;
}
.aq-plugin .aq-style4 li .ask-con:before{
	display:none;
}
.aq-plugin .aq-style4 li .ask-con .aq-style4-ask-svg{
	display:block;
	position:absolute;
	width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
	margin:0;
}


/*aq-style5*/
.aq-plugin .aq-style5 li{
	border:0;
	padding:0;
}
.aq-plugin .aq-style5 li .question-con{
	padding:0 0 5px;
}
.aq-plugin .aq-style5 li .question-con p{
	line-height:18px;
	background:#ececec;
	padding:9px 10px;
	color:#333;
}
.aq-plugin .aq-style5 li .question-con p span{
	display:inline-block;
	color:#333;
	margin:0;
	font-weight:bold;
}
.aq-plugin .aq-style5 li .ask-con{
	padding:0;
}
.aq-plugin .aq-style5 li .question-con:before,
.aq-plugin .aq-style5 li .ask-con:before{
	display:none;
}
.aq-plugin .aq-style5 li .question-con>span{
	margin:0 10px;
	font-size:12px;
}
.aq-plugin .aq-style5 li .ask-con span{
	margin:10px 0 0;
	font-size:13px;
}
.aq-plugin .aq-style5 li .ask-con p{
	position:relative;
	padding-left:40px;
	color:#333;
}
.aq-plugin .aq-style5 li .thumbs-up{
	bottom:0;
	right:0;
}
.aq-plugin .aq-style5 li .ask-con p:before{
	content:'A';
	width:25px;
	height:20px;
	border-radius:4px;
	background:#333;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	display:inline-block;
	position:absolute;
	left:10px;
	top:3px;
	color:#fff;
}
.aq-plugin .aq-style5 li .ask-con p:after{
	content: '';
    position: absolute;
    left: 18px;
    top: 23px;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #333 transparent transparent;
}

.aq-success_bg{
	background:rgba(0,0,0,0.1);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:99998;
}
.aq-success{
	width:280px;
	text-align:center;
	padding:50px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	box-shadow:0 0 8px #ddd;
	display:none;
	z-index:99999;
	background:#fff;
	border-radius:6px;
}
.aq-success .aq-success_svg svg{
	height:50px;
	width:50px;
	fill:#63c205;
}
@media screen and (max-width:1440px){
	.pop-question{
		width:560px;
		padding-top:10px;
	}
	.pop-question h4{
		margin-bottom:5px;
	}
	.pop-question .pop-list{
		padding-bottom:10px;
	}
	.pop-question .list-tit{
		font-size:14px;
	}
	.pop-question .aq-text{
		height:40px;
	}
	.pop-question .pop-list .aq_code img{
		height:39px !important;
	}
}
@media screen and (max-width:767px){
	.aq-plugin h3{
		height:auto;
		line-height:34px;
		font-size:16px;
		text-align:center;
		padding:0;
	}
	.aq-plugin h3 .question-btn{
		position:relative;
		right:auto;
		bottom:auto;
		width:100%;
		text-align:center;
		display:block;
		box-sizing:border-box;
	}
	.pop-question{
		width:90%;
		height: 80%;
	    overflow-y: auto;
	}
	.pop-question .aq-textarea{
		height:150px;
	}
	.pop-question h4{
		line-height: 30px;
    	margin: 0 0 10px;
	}
	.pop-question .aq-text{
		height: 40px;
		margin-bottom: 10px;
	}
	.pop-question .aq-btn{
		display: block;
	    height: 40px;
	    line-height: 40px;
	    padding: 0;
	    border-radius: 5px;
	    border: 0;
	    font-size: 14px;
	    margin: 10px 0;
	    width: 100%;
	}

}


@media screen and (max-width:480px){
	.aq-plugin .aq_h3{
	    padding-right: 150px;
	}
	.aq-plugin .aq_h3 .question-btn{
		padding:0 15px;
	}
	.aq-success{
		width:90%;
		padding:20px;
		box-sizing:border-box;
	}
	
}

















