@charset "utf-8";
/* CSS Document */
iframe{
	border:0;
}
.faq-plugin{
	text-align:left;
	font-size:12px; 
	color:#333;
}
.faq-plugin a{
	color:#797979; 
	text-decoration:none;
}
.faq-plugin a:hover{
	color:#3A8ABD;
}
.faq-plugin a:focus{
	outline:none;
}
.faq-plugin td{
	padding:3px;
}
.faq-plugin h3{
	font-size:18px;
	color:#333;
	line-height:30px;
	padding:20px 0;
	font-weight:normal;
}
.faq-plugin dl{
	margin:0 0 50px;
}
.faq-plugin dd{
	border-bottom:1px solid #f5f5f5;
}
.faq-plugin .questions-li{
	padding:20px 0;
	font-size:14px;
	cursor:pointer;
	line-height:24px;
}
.faq-plugin .questions-li svg{
	height:24px;
	width:10px;
	vertical-align:top;
	margin-right:5px;
}
.faq-plugin .answer{
	display:none;
	line-height:20px;
	font-size:12px;
	padding:0 15px 15px;
}



/*style1*/
.faq-plugin .faq-style1{}
.faq-plugin .faq-style1 h3{
	border:0;
}
.faq-plugin .faq-style1 dd{
	margin:0 0 10px;
	padding-left:10px;
	padding-right:10px;
	background:#f1f4f3;
	border:0;
}
.faq-plugin .faq-style1 .questions-li{
	position:relative;
	font-size:16px;
	color:#666;
	padding-right:40px;
}
.faq-plugin .faq-style1 .answer{
	padding:0 0 20px;
	border:0;
	font-size:14px;
	line-height:30px;
}
.faq-plugin .faq-style1 .questions-li:after{
	content:'+';
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	font-size:30px;
	width:32px;
	height:32px;
	line-height:24px;
	text-align:center;
}
.faq-plugin .faq-style1 .questions-li:before{
	content:'-';
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	font-size:30px;
	width:32px;
	height:32px;
	line-height:24px;
	background:#f1f4f3;
	border-radius:50%;
	text-align:center;
	display:none;
}
.faq-plugin .faq-style1 dd.on{
	background:none;
}
.faq-plugin .faq-style1 dd.on .questions-li{
	font-weight:bold;
	color:#333;
}
.faq-plugin .faq-style1 dd.on .questions-li:after{
	display:none;
}
.faq-plugin .faq-style1 dd.on .questions-li:before{
	display:block;
}




/*style2*/
.faq-plugin .faq-style2{}
.faq-plugin .faq-style2 h3{
	border:0;
}
.faq-plugin .faq-style2 dd{
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #e7ebee;
}
.faq-plugin .faq-style2 .questions-li{
	position:relative;
	font-size:16px;
	color:#2c88dd;
	padding-right:50px;
}
.faq-plugin .faq-style2 .answer{
	padding:0 0 20px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.faq-plugin .faq-style2 .questions-li:after{
	content:'';
	position:absolute;
	right:0;
	top:28px;
    width:0;
    height:0;
    border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #fff;
	transition:all 0.3s ease-in;
}
.faq-plugin .faq-style2 .questions-li:before{
	content:'';
	position:absolute;
	right:0;
	top:29px;
	width:0;
    height:0;
    border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #333;
	transition:all 0.3s ease-in;
}
.faq-plugin .faq-style2 dd.on{
	background:#f5f8fa;
}
.faq-plugin .faq-style2 dd.on .questions-li:after{
	border-top:8px solid #f5f8fa;
	top:30px;
}

.faq-plugin .faq-style2 dd.on .questions-li:after,
.faq-plugin .faq-style2 dd.on .questions-li:before{
	transform:rotate(-180deg);
	
}


/*style3*/
.faq-plugin .faq-style3{}
.faq-plugin .faq-style3 h3{
	border:0;
}
.faq-plugin .faq-style3 dd{
	padding-left:50px;
	padding-right:10px;
	border-bottom:1px solid #d7dcda;
}
.faq-plugin .faq-style3 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.faq-plugin .faq-style3 .answer{
	padding:0 0 20px 10px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
}

.faq-plugin .faq-style3 .questions-li:after{
	content:'+';
	position:absolute;
	left:-40px;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	font-size:30px;
	width:32px;
	height:32px;
	line-height:24px;
	text-align:center;
	color:#fa6909;
	font-weight:normal;
}
.faq-plugin .faq-style3 .questions-li:before{
	content:'-';
	position:absolute;
	left:-40px;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	font-size:30px;
	width:32px;
	height:32px;
	line-height:24px;
	border-radius:50%;
	text-align:center;
	display:none;
	color:#fa6909;
	font-weight:normal;
}
.faq-plugin .faq-style3 dd.on .questions-li:after{
	display:none;
}
.faq-plugin .faq-style3 dd.on .questions-li:before{
	display:block;
}
.faq-plugin .faq-style3 .answer:before{
	position:absolute;
	left:0;
	top:8px;
	width:3px;
	height:calc(100% - 36px);
	background:#fa6909;
	content:'';
}



/*style4*/
.faq-plugin .faq-style4{}
.faq-plugin .faq-style4 h3{
	border:0;
}
.faq-plugin .faq-style4 dd{
	padding:0;
	border:1px solid #d6d6d6;
	margin-bottom:15px;
	position:relative;
}
.faq-plugin .faq-style4 .questions-li{
	position:relative;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background:#1d86bc;
	padding:0 0 0 60px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.faq-plugin .faq-style4 .answer{
	padding:10px 20px 15px 50px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
}
.faq-plugin .faq-style4 .faq-style4-span{
	position:absolute;
	left:0;
	top:0;
	height:50px;
	width:50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	background:#0e3a6f;
	font-size:16px;
}

/*style5*/
.faq-plugin .faq-style5{}
.faq-plugin .faq-style5 dl{
	font-size:0;
	column-gap:10px;
	column-count: 2;
	column-width: 50%;
	position:relative;
	-webkit-column-gap: 30px; 
    -moz-column-gap: 30px; 
    column-gap: 30px;
}
.faq-plugin .faq-style5 h3{
	border:0;
}
.faq-plugin .faq-style5 dd{
	padding:0;
	margin-bottom:15px;
	position:relative;
	font-size:14px;
	width:100%;
	display:inline-block;
	margin-right:30px;
	border:0;
	vertical-align:top;
}
.faq-plugin .faq-style5 dd:nth-child(odd){
	margin-right:0;
}
.faq-plugin .faq-style5 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding:0 0 15px;
	line-height:30px;
}
.faq-plugin .faq-style5 .answer{
	padding:0;
	border:0;
	font-size:14px;
	line-height:24px;
	color:#666;
	position:relative;
	display:block;
}



/*style6*/
.faq-plugin .faq-style6{}
.faq-plugin .faq-style6 dl{
	font-size:0;
	column-gap:10px;
	column-count: 2;
	column-width: 50%;
	padding:0;
	position:relative;
	
	-webkit-column-gap: 20px; 
    -moz-column-gap: 20px; 
    column-gap: 20px;
}
.faq-plugin .faq-style6 dt{
	border:0;
	font-size:18px;
	position:absolute;
	left:0;
	top:0;
}
.faq-plugin .faq-style6 dd{
	margin-bottom:20px;
	position:relative;
	font-size:14px;
	display:inline-block;
	border:0;
	vertical-align:top;
	background:#f7f7f7;
	padding:0;
	box-sizing:border-box;
	width:100%;
}
.faq-plugin .faq-style6 dd:nth-child(odd){
	margin-right:0;
}
.faq-plugin .faq-style6 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding:20px 0 15px 40px;
	line-height:24px;
}
.faq-plugin .faq-style6 .questions-li:before{
	content:'?';
	width:16px;
	height:16px;
	line-height:16px;
	background:#fa6909;
	color:#fff;
	border-radius:50%;
	position:absolute;
	left:15px;
	top:27px;
	text-align:center;
	font-weight:normal;
}
.faq-plugin .faq-style6 .answer{
	padding:0 20px 20px 40px;
	border:0;
	font-size:14px;
	line-height:24px;
	color:#666;
	position:relative;
	display:block;
}






/*style7*/
.faq-plugin .faq-style7{}
.faq-plugin .faq-style7 dt{
	border:0;
}
.faq-plugin .faq-style7 dd{
	padding:0;
	border:0;
	margin-bottom:30px;
	position:relative;
}
.faq-plugin .faq-style7 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:24px;
	padding:15px 0 0 50px;
}
.faq-plugin .faq-style7 .questions-li:before{
	content:'?';
	width:32px;
	height:32px;
	line-height:32px;
	color:#1a66c1;
	border:1px solid #1a66c1;
	border-radius:50%;
	position:absolute;
	left:0;
	top:9px;
	text-align:center;
	font-weight:normal;
	font-size:22px;
}
.faq-plugin .faq-style7 .answer{
	padding:0 0 0 50px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
	display:block;
}


/*style8*/
.faq-plugin .faq-style8{}
.faq-plugin .faq-style8 dt{
	border:0;
}

.faq-plugin .faq-style8 dd{
	padding:0 0 0 50px;
	border:0;
	margin-bottom:30px;
	position:relative;
}
.faq-plugin .faq-style8 .questions-li{
	position:relative;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	height:auto;
	line-height:30px;
	padding:15px 0 15px 15px;
	background:#8bc34a;
	border-radius:5px;
	margin:0 0 20px;
}
.faq-plugin .faq-style8 .questions-li:before{
	content:'Q';
	position:absolute;
	top:0;
	left:-50px;
	width:37px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#8bc34a;
	border-radius:4px 4px 4px 0;
	font-weight:normal;
	color:#fff;
}
.faq-plugin .faq-style8 .questions-li:after{
	content:'';
	position:absolute;
	left:-50px;
	top:24px;
	width:0;
	height:0;
	border-right:6px solid transparent;
	border-top:6px solid #8bc34a;
}
.faq-plugin .faq-style8 .answer{
	padding:15px ;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
	display:block;
	background:#edecec;
	border-radius:5px;
}


.faq-plugin .faq-style8 .answer:before{
	content:'A';
	position:absolute;
	top:0;
	left:-50px;
	width:37px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#a5a4a4;
	border-radius:4px 4px 0 4px;
	font-weight:normal;
	color:#fff;
}
.faq-plugin .faq-style8 .answer:after{
	content:'';
	position:absolute;
	left:-19px;
	top:24px;
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-top:6px solid #a5a4a4;
}


/*style9*/
.faq-plugin .faq-style9{}
.faq-plugin .faq-style9 dt{
	border:0;
}
.faq-plugin .faq-style9 dd{
	border:1px solid #3498db;
	background:#e8f4fc;
	border-radius:5px;
	margin:0 0 15px;
}
.faq-plugin .faq-style9 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding-left:40px;
	padding-right:15px;
}
.faq-plugin .faq-style9 .answer{
	padding:20px 20px 20px 40px;
	border:0;
	font-size:14px;
	line-height:24px;
	color:#666;
}
.faq-plugin .faq-style9 .questions-li:after{
	content:'';
	position:absolute;
	left:18px;
	top:25px;
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #e8f4fc;
}
.faq-plugin .faq-style9 .questions-li:before{
	content:'';
	position:absolute;
	left:20px;
	top:25px;
	width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #333;
	
}
.faq-plugin .faq-style9 dd.on{
	background:#fff;
}
.faq-plugin .faq-style9 dd.on .questions-li{
	background:#3498db;
	color:#fff;
}

.faq-plugin .faq-style9 dd.on .questions-li:after,
.faq-plugin .faq-style9 dd.on .questions-li:before{
	transform:rotate(90deg);
	
}
.faq-plugin .faq-style9 dd.on .questions-li:before{
	border-left:6px solid #fff;
}
.faq-plugin .faq-style9 dd.on .questions-li:after{
	top:23px;
	left:20px;
	border-left:6px solid #3498db;
}




/*style10*/
.faq-plugin .faq-style10{
	
}
.faq-plugin .faq-style10 dt{
	border:0;
}
.faq-plugin .faq-style10 dd{
	padding:0;
	border-bottom:0;
	
}
.faq-plugin .faq-style10 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	padding-left: 20px;
	padding-right:55px;
	box-shadow:0 0 1px rgba(0,0,0,.2);
	font-weight:bold;
}
.faq-plugin .faq-style10 .answer{
	padding:30px 20px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#fffcfc;
	box-shadow:0 0 1px rgba(0,0,0,.2);
}
.faq-plugin .faq-style10 .questions-li:after{
	content:'';
	position:absolute;
	right:20px;
	top:28px;
    width:0;
    height:0;
    border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #fff;
	transition:all 0.3s ease-in;
}
.faq-plugin .faq-style10 .questions-li:before{
	content:'';
	position:absolute;
	right:20px;
	top:29px;
	width:0;
    height:0;
    border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #333;
	transition:all 0.3s ease-in;
}

.faq-plugin .faq-style10 dd.on .questions-li:after{
	border-top:8px solid #fff;
}

.faq-plugin .faq-style10 dd.on .questions-li:after,
.faq-plugin .faq-style10 dd.on .questions-li:before{
	transform:rotate(-180deg);
	
}
.faq-plugin .faq-style10 dd.on .questions-li:after{
	top:30px;
}


/*style11*/
.faq-plugin .faq-style11{}
.faq-plugin .faq-style11 dt{
	border:0;
}

.faq-plugin .faq-style11 dd{
	padding:5px;
	border:0;
	margin-bottom:20px;
	position:relative;
	box-shadow:0 0 7px rgba(68,66,66,.2);
}
.faq-plugin .faq-style11 .questions-li{
	position:relative;
	font-size:16px;
	color:#d21a1a;
	font-weight:bold;
	height:auto;
	line-height:24px;
	padding:15px 0 15px 45px;
	border-radius:5px;
	
}
.faq-plugin .faq-style11 .questions-li:before{
	content:'Q';
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#d21a1a;
	border-radius:4px 4px 4px 0;
	font-weight:normal;
	color:#fff;
	font-size:14px;
	border-radius:2px;
	display:inline-block;
	margin-right:5px;
	position:absolute;
	left:15px;
	top:15px;
}

.faq-plugin .faq-style11 .answer{
	padding:15px 15px 15px 45px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
	border-radius:5px;
}


.faq-plugin .faq-style11 .answer:before{
	content:'A';
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#333;
	border-radius:4px 4px 4px 0;
	font-weight:normal;
	color:#fff;
	font-size:14px;
	border-radius:2px;
	display:inline-block;
	margin-right:5px;
	position:absolute;
	left:15px;
	top:20px;
}

.faq-plugin .faq-style11 dd.on .questions-li{
	border-bottom:1px dotted #bdbbbb;
}


/*style12*/
.faq-plugin .faq-style12{}
.faq-plugin .faq-style12 dt{
	border:0;
}

.faq-plugin .faq-style12 dd{
	padding:5px;
	border:0;
	position:relative;
}
.faq-plugin .faq-style12 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	height:auto;
	line-height:24px;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #f88d02;
}


.faq-plugin .faq-style12 .answer{
	padding:15px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
	display:block;
}


.faq-plugin .faq-style12 dd.on .questions-li{
	border-bottom:1px dotted #bdbbbb;
}

/*style13*/
.faq-plugin .faq-style13{}
.faq-plugin .faq-style13 dt{
	border:0;
}

.faq-plugin .faq-style13 dd{
	padding:0;
	border:0;
	position:relative;
	border-bottom:1px dashed #a0a0a0;
	margin-bottom:15px;
}
.faq-plugin .faq-style13 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	height:auto;
	line-height:24px;
	padding:15px 0;
}


.faq-plugin .faq-style13 .answer{
	padding:0 0 30px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
	display:block;
}








/*style14*/
.faq-plugin .faq-style14{}
.faq-plugin .faq-style14 dt{
	border:0;
}
.faq-plugin .faq-style14 dd{
	border:1px solid #d6d6d6;
	margin:0 0 15px;
}
.faq-plugin .faq-style14 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding-left:20px;
	padding-right:45px;
}
.faq-plugin .faq-style14 .answer{
	padding:20px 20px 20px 40px;
	border:0;
	font-size:14px;
	line-height:24px;
	color:#666;
	background:#ebe9ea;
	border-top:1px solid #d6d6d6;
}
.faq-plugin .faq-style14 .questions-li:after{
	content:'';
	position:absolute;
	right:22px;
	top:25px;
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #fff;
	transition:all 0.3s ease-in;
}
.faq-plugin .faq-style14 .questions-li:before{
	content:'';
	position:absolute;
	right:20px;
	top:25px;
	width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #333;
	transition:all 0.3s ease-in;
}
.faq-plugin .faq-style14 dd.on{
	background:#fff;
}


.faq-plugin .faq-style14 dd.on .questions-li:after,
.faq-plugin .faq-style14 dd.on .questions-li:before{
	transform:rotate(90deg);
	
}
.faq-plugin .faq-style14 dd.on .questions-li:before{
	border-left:6px solid #333;
}
.faq-plugin .faq-style14 dd.on .questions-li:after{
	top:23px;
	right:20px;
	border-left:6px solid #fff;
}




/*style15*/
.faq-plugin .faq-style15{}
.faq-plugin .faq-style15 dl{
	text-align:center;
}
.faq-plugin .faq-style15 dt{
	border:0;
	text-align:left;
}

.faq-plugin .faq-style15 dd{
	padding:0;
	border:0;
	position:relative;
	border-bottom:1px solid #a0a0a0;
	margin-bottom:15px;
}
.faq-plugin .faq-style15 .questions-li{
	position:relative;
	font-size:16px;
	color:#333;
	font-weight:bold;
	height:auto;
	line-height:24px;
	padding:15px 0;
}


.faq-plugin .faq-style15 .answer{
	padding:0 20px 30px;
	border:0;
	font-size:14px;
	line-height:30px;
	color:#666;
	position:relative;
	display:block;
}
.faq-plugin .faq-style15 .questions-li:before{
	content:'Q:';
	margin-right:5px;
}
/*style16*/
.faq-plugin .faq-tab{
	position:relative;
	display:none;
}
.faq-plugin .faq-tab-wapper{
	width:100%;
	overflow:hidden;
	
	
}
.faq-plugin .prev-icon,
.faq-plugin .next-icon{
	position:absolute;
	top:12px;
	left:-17px;
	width:34px;
	height:34px;
	background:#333;
	text-align:center;
	z-index:999;
	opacity:0;
	visibility:hidden;
	transition:all 0.1s ease;
}
.faq-plugin .faq-tab:hover .prev-icon,
.faq-plugin .faq-tab:hover .next-icon{
	opacity:1;
	visibility:visible;
}
.faq-plugin .next-icon{
	left:auto;
	right:-17px;
}
.faq-plugin .prev-icon svg,
.faq-plugin .next-icon svg{
	fill:#fff;
	width:20px;
	height:34px;
}
.faq-plugin .next-icon svg{
	transform:rotate(180deg);
}

.faq-plugin .faq-tab-title{
	font-size:0;
	white-space:nowrap;
	padding:0 0 30px;
	transition:all 0.2s ease-in;
}
.faq-plugin .faq-tab-title span{
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 14px);
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
	padding:15px 20px;
	height:70px;
	background:#f6f6f6;
	margin:0 7px;
	white-space:normal;
	cursor:pointer;
	position:relative;
	
	
}
.faq-plugin .faq-tab-title span i{
	font-style:normal;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	background: none;
}
.faq-plugin .faq-tab-title span:after{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.faq-plugin .faq-tab-title span:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-10px;
	width:0;
	height:0;
	border-left:8px solid transparent;	
	border-right:8px solid transparent;
	border-top:10px solid #dedede;
	margin-left:-5px;
	display:none;
}
.faq-plugin .faq-tab-title span.on{
	background:#dedede;
}
.faq-plugin .faq-tab-title span.on:before{
	display:block;
}
.faq-plugin .faq-style16{
	padding:20px;
}

.faq-plugin .faq-style16 .faq-tab{
	display:block;
	width:calc(100% + 14px);
	margin-left:-7px;
}
.faq-plugin .faq-style16 dd{
	border:0;
	display:none;
}
.faq-plugin .faq-style16 dd.on{
	display:block;
}
.faq-plugin .faq-style16 .answer{
	display:block;
	padding:0;
}
.faq-plugin .faq-style16 .questions-li{
	display:none;
}


/*多主题颜色*/
/*红色*/
.faq-plugin .faq-style1 .faq_style_red dd,
.faq-plugin .faq-style1 .faq_style_red .questions-li:before,
.faq-plugin .faq-style3 .faq_style_red .answer:before,
.faq-plugin .faq-style4 .faq_style_red .questions-li,
.faq-plugin .faq-style6 .faq_style_red .questions-li:before,
.faq-plugin .faq-style8 .faq_style_red .questions-li,
.faq-plugin .faq-style8 .faq_style_red .questions-li:before,
.faq-plugin .faq-style9 .faq_style_red dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_red .questions-li:before{
	background:#ff2452;
	
}
.faq-plugin .faq-style2 .faq_style_red .questions-li,
.faq-plugin .faq-style3 .faq_style_red .questions-li:after,
.faq-plugin .faq-style3 .faq_style_red .questions-li:before,
.faq-plugin .faq-style7 .faq_style_red .questions-li:before,
.faq-plugin .faq-style11 .faq_style_red .questions-li,
.faq-plugin .faq-style13 .faq_style_red .questions-li,
.faq-plugin .faq-style15 .faq_style_red .questions-li:before{
	color:#ff2452;
}
.faq-plugin .faq-style7 .faq_style_red .questions-li:before,
.faq-plugin .faq-style9 .faq_style_red dd,
.faq-plugin .faq-style12 .faq_style_red .questions-li{
	border-color:#ff2452;
}
.faq-plugin .faq-style4 .faq_style_red .faq-style4-span{
	background:#be1b3d;
}

.faq-plugin .faq-style16 .faq_style_red .faq-tab-title span.on{
	background:#ff2452;
}
.faq-plugin .faq-style16 .faq_style_red .faq-tab-title span.on:before{
	border-top: 10px solid #ff2452;
}
.faq-plugin .faq-style16 .faq_style_red .faq-tab-title span.on i{
	color:#fff;
}
/*加深颜色*/
.faq-plugin .faq-style8 .faq_style_red .questions-li:after{
	border-top:6px solid #ff2452;
}
.faq-plugin .faq-style9 .faq_style_red dd.on .questions-li:after{
	border-left:6px solid #ff2452;
}
.faq-plugin .faq-style9 .faq_style_red dd,
.faq-plugin .faq-style10 .faq_style_red  .answer,
.faq-plugin .faq-style14 .faq_style_red .answer{
	background:#fff2f5;
}


/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_red .questions-li:after{
	border-left: 6px solid #fff2f5;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_red .questions-li,
.faq-plugin .faq-style1 .faq_style_red .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_red dd.on,
.faq-plugin .faq-style1 .faq_style_red dd.on{
	background:#fff;
}

/*橙色*/
.faq-plugin .faq-style1 .faq_style_orange dd,
.faq-plugin .faq-style1 .faq_style_orange .questions-li:before,
.faq-plugin .faq-style3 .faq_style_orange .answer:before,
.faq-plugin .faq-style4 .faq_style_orange .questions-li,
.faq-plugin .faq-style6 .faq_style_orange .questions-li:before,
.faq-plugin .faq-style8 .faq_style_orange .questions-li,
.faq-plugin .faq-style8 .faq_style_orange .questions-li:before,
.faq-plugin .faq-style9 .faq_style_orange dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_orange .questions-li:before{
	background:#ff8542;
	
}
.faq-plugin .faq-style2 .faq_style_orange .questions-li,
.faq-plugin .faq-style3 .faq_style_orange .questions-li:after,
.faq-plugin .faq-style3 .faq_style_orange .questions-li:before,
.faq-plugin .faq-style7 .faq_style_orange .questions-li:before,
.faq-plugin .faq-style11 .faq_style_orange .questions-li,
.faq-plugin .faq-style13 .faq_style_orange .questions-li,
.faq-plugin .faq-style15 .faq_style_orange .questions-li:before{
	color:#ff8542;
}
.faq-plugin .faq-style7 .faq_style_orange .questions-li:before,
.faq-plugin .faq-style9 .faq_style_orange dd,
.faq-plugin .faq-style12 .faq_style_orange .questions-li{
	border-color:#ff8542;
}
.faq-plugin .faq-style8 .faq_style_orange .questions-li:after{
	border-top:6px solid #ff8542;
}
.faq-plugin .faq-style9 .faq_style_orange dd.on .questions-li:after{
	border-left:6px solid #ff8542;
}

.faq-plugin .faq-style16 .faq_style_orange .faq-tab-title span.on{
	background:#ff8542;
}
.faq-plugin .faq-style16 .faq_style_orange .faq-tab-title span.on:before{
	border-top: 10px solid #ff8542;
}
.faq-plugin .faq-style16 .faq_style_orange .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_orange .faq-style4-span{
	background:#b9602e;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_orange dd,
.faq-plugin .faq-style10 .faq_style_orange  .answer,
.faq-plugin .faq-style14 .faq_style_orange  .answer{
	background:#fff3ec;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_orange .questions-li:after{
	border-left: 6px solid #fff3ec;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_orange .questions-li,
.faq-plugin .faq-style1 .faq_style_orange .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_orange dd.on,
.faq-plugin .faq-style1 .faq_style_orange dd.on{
	background:#fff;
}

/*绿色*/
.faq-plugin .faq-style1 .faq_style_green dd,
.faq-plugin .faq-style1 .faq_style_green .questions-li:before,
.faq-plugin .faq-style3 .faq_style_green .answer:before,
.faq-plugin .faq-style4 .faq_style_green .questions-li,
.faq-plugin .faq-style6 .faq_style_green .questions-li:before,
.faq-plugin .faq-style8 .faq_style_green .questions-li,
.faq-plugin .faq-style8 .faq_style_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_green dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_green .questions-li:before{
	background:#089b32;
	
}
.faq-plugin .faq-style2 .faq_style_green .questions-li,
.faq-plugin .faq-style3 .faq_style_green .questions-li:after,
.faq-plugin .faq-style3 .faq_style_green .questions-li:before,
.faq-plugin .faq-style7 .faq_style_green .questions-li:before,
.faq-plugin .faq-style11 .faq_style_green .questions-li,
.faq-plugin .faq-style13 .faq_style_green .questions-li,
.faq-plugin .faq-style15 .faq_style_green .questions-li:before{
	color:#089b32;
}
.faq-plugin .faq-style7 .faq_style_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_green dd,
.faq-plugin .faq-style12 .faq_style_green .questions-li{
	border-color:#089b32;
}

.faq-plugin .faq-style8 .faq_style_green .questions-li:after{
	border-top:6px solid #089b32;
}
.faq-plugin .faq-style9 .faq_style_green dd.on .questions-li:after{
	border-left:6px solid #089b32;
}

.faq-plugin .faq-style16 .faq_style_green .faq-tab-title span.on{
	background:#089b32;
}
.faq-plugin .faq-style16 .faq_style_green .faq-tab-title span.on:before{
	border-top: 10px solid #089b32;
}
.faq-plugin .faq-style16 .faq_style_green .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_green .faq-style4-span{
	background:#056220;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_green dd,
.faq-plugin .faq-style10 .faq_style_green  .answer,
.faq-plugin .faq-style14 .faq_style_green  .answer{
	background:#e6f5eb;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_green .questions-li:after{
	border-left: 6px solid #e6f5eb;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_green .questions-li,
.faq-plugin .faq-style1 .faq_style_green .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_green dd.on,
.faq-plugin .faq-style1 .faq_style_green dd.on{
	background:#fff;
}

/*蓝色*/
.faq-plugin .faq-style1 .faq_style_blue dd,
.faq-plugin .faq-style1 .faq_style_blue .questions-li:before,
.faq-plugin .faq-style3 .faq_style_blue .answer:before,
.faq-plugin .faq-style4 .faq_style_blue .questions-li,
.faq-plugin .faq-style6 .faq_style_blue .questions-li:before,
.faq-plugin .faq-style8 .faq_style_blue .questions-li,
.faq-plugin .faq-style8 .faq_style_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_blue dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_blue .questions-li:before{
	background:#428fff;
	
}
.faq-plugin .faq-style2 .faq_style_blue .questions-li,
.faq-plugin .faq-style3 .faq_style_blue .questions-li:after,
.faq-plugin .faq-style3 .faq_style_blue .questions-li:before,
.faq-plugin .faq-style7 .faq_style_blue .questions-li:before,
.faq-plugin .faq-style11 .faq_style_blue .questions-li,
.faq-plugin .faq-style13 .faq_style_blue .questions-li,
.faq-plugin .faq-style15 .faq_style_blue .questions-li:before{
	color:#428fff;
}
.faq-plugin .faq-style7 .faq_style_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_blue dd,
.faq-plugin .faq-style12 .faq_style_blue .questions-li{
	border-color:#428fff;
}
.faq-plugin .faq-style8 .faq_style_blue .questions-li:after{
	border-top:6px solid #428fff;
}
.faq-plugin .faq-style9 .faq_style_blue dd.on .questions-li:after{
	border-left:6px solid #428fff;
}

.faq-plugin .faq-style16 .faq_style_blue .faq-tab-title span.on{
	background:#428fff;
}
.faq-plugin .faq-style16 .faq_style_blue .faq-tab-title span.on:before{
	border-top: 10px solid #428fff;
}
.faq-plugin .faq-style16 .faq_style_blue .faq-tab-title span.on i{
	color:#fff;
}


.faq-plugin .faq-style4 .faq_style_blue .faq-style4-span{
	background:#295eaa;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_blue dd,
.faq-plugin .faq-style10 .faq_style_blue  .answer,
.faq-plugin .faq-style14 .faq_style_blue  .answer{
	background:#ecf4ff;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_blue .questions-li:after{
	border-left: 6px solid #ecf4ff;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_blue .questions-li,
.faq-plugin .faq-style1 .faq_style_blue .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_blue dd.on,
.faq-plugin .faq-style1 .faq_style_blue dd.on{
	background:#fff;
}

/*紫色*/
.faq-plugin .faq-style1 .faq_style_purple dd,
.faq-plugin .faq-style1 .faq_style_purple .questions-li:before,
.faq-plugin .faq-style3 .faq_style_purple .answer:before,
.faq-plugin .faq-style4 .faq_style_purple .questions-li,
.faq-plugin .faq-style6 .faq_style_purple .questions-li:before,
.faq-plugin .faq-style8 .faq_style_purple .questions-li,
.faq-plugin .faq-style8 .faq_style_purple .questions-li:before,
.faq-plugin .faq-style9 .faq_style_purple dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_purple .questions-li:before{
	background:#c942ff;
	
}
.faq-plugin .faq-style2 .faq_style_purple .questions-li,
.faq-plugin .faq-style3 .faq_style_purple .questions-li:after,
.faq-plugin .faq-style3 .faq_style_purple .questions-li:before,
.faq-plugin .faq-style7 .faq_style_purple .questions-li:before,
.faq-plugin .faq-style11 .faq_style_purple .questions-li,
.faq-plugin .faq-style13 .faq_style_purple .questions-li,
.faq-plugin .faq-style15 .faq_style_purple .questions-li:before{
	color:#c942ff;
}
.faq-plugin .faq-style7 .faq_style_purple .questions-li:before,
.faq-plugin .faq-style9 .faq_style_purple dd,
.faq-plugin .faq-style12 .faq_style_purple .questions-li{
	border-color:#c942ff;
}
.faq-plugin .faq-style8 .faq_style_purple .questions-li:after{
	border-top:6px solid #c942ff;
}
.faq-plugin .faq-style9 .faq_style_purple dd.on .questions-li:after{
	border-left:6px solid #c942ff;
}

.faq-plugin .faq-style16 .faq_style_purple .faq-tab-title span.on{
	background:#c942ff;
}
.faq-plugin .faq-style16 .faq_style_purple .faq-tab-title span.on:before{
	border-top: 10px solid #c942ff;
}
.faq-plugin .faq-style16 .faq_style_purple .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_purple .faq-style4-span{
	background:#8e2fb4;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_purple dd,
.faq-plugin .faq-style10 .faq_style_purple  .answer,
.faq-plugin .faq-style14 .faq_style_purple  .answer{
	background:#faecff;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_purple .questions-li:after{
	border-left: 6px solid #faecff;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_purple .questions-li,
.faq-plugin .faq-style1 .faq_style_purple .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_purple dd.on,
.faq-plugin .faq-style1 .faq_style_purple dd.on{
	background:#fff;
}

/*粉色*/
.faq-plugin .faq-style1 .faq_style_pink dd,
.faq-plugin .faq-style1 .faq_style_pink .questions-li:before,
.faq-plugin .faq-style3 .faq_style_pink .answer:before,
.faq-plugin .faq-style4 .faq_style_pink .questions-li,
.faq-plugin .faq-style6 .faq_style_pink .questions-li:before,
.faq-plugin .faq-style8 .faq_style_pink .questions-li,
.faq-plugin .faq-style8 .faq_style_pink .questions-li:before,
.faq-plugin .faq-style9 .faq_style_pink dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_pink .questions-li:before{
	background:#fb6cb1;
	
}
.faq-plugin .faq-style2 .faq_style_pink .questions-li,
.faq-plugin .faq-style3 .faq_style_pink .questions-li:after,
.faq-plugin .faq-style3 .faq_style_pink .questions-li:before,
.faq-plugin .faq-style7 .faq_style_pink .questions-li:before,
.faq-plugin .faq-style11 .faq_style_pink .questions-li,
.faq-plugin .faq-style13 .faq_style_pink .questions-li,
.faq-plugin .faq-style15 .faq_style_pink .questions-li:before{
	color:#fb6cb1;
}
.faq-plugin .faq-style7 .faq_style_pink .questions-li:before,
.faq-plugin .faq-style9 .faq_style_pink dd,
.faq-plugin .faq-style12 .faq_style_pink .questions-li,{
	border-color:#fb6cb1;
}
.faq-plugin .faq-style8 .faq_style_pink .questions-li:after{
	border-top:6px solid #fb6cb1;
}
.faq-plugin .faq-style9 .faq_style_pink dd.on .questions-li:after{
	border-left:6px solid #fb6cb1;
}

.faq-plugin .faq-style16 .faq_style_pink .faq-tab-title span.on{
	background:#fb6cb1;
}
.faq-plugin .faq-style16 .faq_style_pink .faq-tab-title span.on:before{
	border-top: 10px solid #fb6cb1;
}
.faq-plugin .faq-style16 .faq_style_pink .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_pink .faq-style4-span{
	background:#b85283;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_pink dd,
.faq-plugin .faq-style10 .faq_style_pink  .answer,
.faq-plugin .faq-style14 .faq_style_pink  .answer{
	background:#fff0f7;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_pink .questions-li:after{
	border-left: 6px solid #fff0f7;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_pink .questions-li,
.faq-plugin .faq-style1 .faq_style_pink .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_pink dd.on,
.faq-plugin .faq-style1 .faq_style_pink dd.on{
	background:#fff;
}

/*黑色*/
.faq-plugin .faq-style1 .faq_style_black dd,
.faq-plugin .faq-style1 .faq_style_black .questions-li:before,
.faq-plugin .faq-style3 .faq_style_black .answer:before,
.faq-plugin .faq-style4 .faq_style_black .questions-li,
.faq-plugin .faq-style6 .faq_style_black .questions-li:before,
.faq-plugin .faq-style8 .faq_style_black .questions-li,
.faq-plugin .faq-style8 .faq_style_black .questions-li:before,
.faq-plugin .faq-style9 .faq_style_black dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_black .questions-li:before{
	background:#333;
	
}
.faq-plugin .faq-style2 .faq_style_black .questions-li,
.faq-plugin .faq-style3 .faq_style_black .questions-li:after,
.faq-plugin .faq-style3 .faq_style_black .questions-li:before,
.faq-plugin .faq-style7 .faq_style_black .questions-li:before,
.faq-plugin .faq-style11 .faq_style_black .questions-li,
.faq-plugin .faq-style13 .faq_style_black .questions-li,
.faq-plugin .faq-style15 .faq_style_black .questions-li:before{
	color:#333;
}
.faq-plugin .faq-style7 .faq_style_black .questions-li:before,
.faq-plugin .faq-style9 .faq_style_black dd,
.faq-plugin .faq-style12 .faq_style_black .questions-li{
	border-color:#333;
}
.faq-plugin .faq-style8 .faq_style_black .questions-li:after{
	border-top:6px solid #333;
}
.faq-plugin .faq-style9 .faq_style_black dd.on .questions-li:after{
	border-left:6px solid #333;
}

.faq-plugin .faq-style16 .faq_style_black .faq-tab-title span.on{
	background:#333;
}
.faq-plugin .faq-style16 .faq_style_black .faq-tab-title span.on:before{
	border-top: 10px solid #333;
}
.faq-plugin .faq-style16 .faq_style_black .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_black .faq-style4-span{
	background:#222;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_black dd,
.faq-plugin .faq-style10 .faq_style_black  .answer,
.faq-plugin .faq-style14 .faq_style_black  .answer{
	background:#ebebeb;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_black .questions-li:after{
	border-left: 6px solid #ebebeb;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_black .questions-li,
.faq-plugin .faq-style1 .faq_style_black .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_black dd.on,
.faq-plugin .faq-style1 .faq_style_black dd.on{
	background:#fff;
}

/*黄色*/
.faq-plugin .faq-style1 .faq_style_yellow dd,
.faq-plugin .faq-style1 .faq_style_yellow .questions-li:before,
.faq-plugin .faq-style3 .faq_style_yellow .answer:before,
.faq-plugin .faq-style4 .faq_style_yellow .questions-li,
.faq-plugin .faq-style6 .faq_style_yellow .questions-li:before,
.faq-plugin .faq-style8 .faq_style_yellow .questions-li,
.faq-plugin .faq-style8 .faq_style_yellow .questions-li:before,
.faq-plugin .faq-style9 .faq_style_yellow dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_yellow .questions-li:before{
	background:#fbd540;
	
}
.faq-plugin .faq-style2 .faq_style_yellow .questions-li,
.faq-plugin .faq-style3 .faq_style_yellow .questions-li:after,
.faq-plugin .faq-style3 .faq_style_yellow .questions-li:before,
.faq-plugin .faq-style7 .faq_style_yellow .questions-li:before,
.faq-plugin .faq-style11 .faq_style_yellow .questions-li,
.faq-plugin .faq-style13 .faq_style_yellow .questions-li,
.faq-plugin .faq-style15 .faq_style_yellow .questions-li:before{
	color:#fbd540;
}
.faq-plugin .faq-style7 .faq_style_yellow .questions-li:before,
.faq-plugin .faq-style9 .faq_style_yellow dd,
.faq-plugin .faq-style12 .faq_style_yellow .questions-li{
	border-color:#fbd540;
}
.faq-plugin .faq-style8 .faq_style_yellow .questions-li:after{
	border-top:6px solid #fbd540;
}
.faq-plugin .faq-style9 .faq_style_yellow dd.on .questions-li:after{
	border-left:6px solid #fbd540;
}

.faq-plugin .faq-style16 .faq_style_yellow .faq-tab-title span.on{
	background:#fbd540;
}
.faq-plugin .faq-style16 .faq_style_yellow .faq-tab-title span.on:before{
	border-top: 10px solid #fbd540;
}
.faq-plugin .faq-style16 .faq_style_yellow .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_yellow .faq-style4-span{
	background:#bea130;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_yellow dd,
.faq-plugin .faq-style10 .faq_style_yellow  .answer,
.faq-plugin .faq-style14 .faq_style_yellow  .answer{
	background:#fffbec;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_yellow .questions-li:after{
	border-left: 6px solid #fffbec;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_yellow .questions-li,
.faq-plugin .faq-style1 .faq_style_yellow .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_yellow dd.on,
.faq-plugin .faq-style1 .faq_style_yellow dd.on{
	background:#fff;
}

/*橙黄色*/
.faq-plugin .faq-style1 .faq_style_orange_yellow dd,
.faq-plugin .faq-style1 .faq_style_orange_yellow .questions-li:before,
.faq-plugin .faq-style3 .faq_style_orange_yellow .answer:before,
.faq-plugin .faq-style4 .faq_style_orange_yellow .questions-li,
.faq-plugin .faq-style6 .faq_style_orange_yellow .questions-li:before,
.faq-plugin .faq-style8 .faq_style_orange_yellow .questions-li,
.faq-plugin .faq-style8 .faq_style_orange_yellow .questions-li:before,
.faq-plugin .faq-style9 .faq_style_orange_yellow dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_orange_yellow .questions-li:before{
	background:#fe9a04;
	
}
.faq-plugin .faq-style2 .faq_style_orange_yellow .questions-li,
.faq-plugin .faq-style3 .faq_style_orange_yellow .questions-li:after,
.faq-plugin .faq-style3 .faq_style_orange_yellow .questions-li:before,
.faq-plugin .faq-style7 .faq_style_orange_yellow .questions-li:before,
.faq-plugin .faq-style11 .faq_style_orange_yellow .questions-li,
.faq-plugin .faq-style13 .faq_style_orange_yellow .questions-li,
.faq-plugin .faq-style15 .faq_style_orange_yellow .questions-li:before{
	color:#fe9a04;
}
.faq-plugin .faq-style7 .faq_style_orange_yellow .questions-li:before,
.faq-plugin .faq-style9 .faq_style_orange_yellow dd,
.faq-plugin .faq-style12 .faq_style_orange_yellow .questions-li{
	border-color:#fe9a04;
}
.faq-plugin .faq-style8 .faq_style_orange_yellow .questions-li:after{
	border-top:6px solid #fe9a04;
}
.faq-plugin .faq-style9 .faq_style_orange_yellow dd.on .questions-li:after{
	border-left:6px solid #fe9a04;
}

.faq-plugin .faq-style16 .faq_style_orange_yellow .faq-tab-title span.on{
	background:#fe9a04;
}
.faq-plugin .faq-style16 .faq_style_orange_yellow .faq-tab-title span.on:before{
	border-top: 10px solid #fe9a04;
}
.faq-plugin .faq-style16 .faq_style_orange_yellow .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_orange_yellow .faq-style4-span{
	background:#ac6803;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_orange_yellow dd,
.faq-plugin .faq-style10 .faq_style_orange_yellow  .answer,
.faq-plugin .faq-style14 .faq_style_orange_yellow  .answer{
	background:#fff5e6;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_orange_yellow .questions-li:after{
	border-left: 6px solid #fff5e6;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_orange_yellow .questions-li,
.faq-plugin .faq-style1 .faq_style_orange_yellow .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_orange_yellow dd.on,
.faq-plugin .faq-style1 .faq_style_orange_yellow dd.on{
	background:#fff;
}

/*洋红色*/
.faq-plugin .faq-style1 .faq_style_magenta dd,
.faq-plugin .faq-style1 .faq_style_magenta .questions-li:before,
.faq-plugin .faq-style3 .faq_style_magenta .answer:before,
.faq-plugin .faq-style4 .faq_style_magenta .questions-li,
.faq-plugin .faq-style6 .faq_style_magenta .questions-li:before,
.faq-plugin .faq-style8 .faq_style_magenta .questions-li,
.faq-plugin .faq-style8 .faq_style_magenta .questions-li:before,
.faq-plugin .faq-style9 .faq_style_magenta dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_magenta .questions-li:before{
	background:#fa039c;
	
}
.faq-plugin .faq-style2 .faq_style_magenta .questions-li,
.faq-plugin .faq-style3 .faq_style_magenta .questions-li:after,
.faq-plugin .faq-style3 .faq_style_magenta .questions-li:before,
.faq-plugin .faq-style7 .faq_style_magenta .questions-li:before,
.faq-plugin .faq-style11 .faq_style_magenta .questions-li,
.faq-plugin .faq-style13 .faq_style_magenta .questions-li,
.faq-plugin .faq-style15 .faq_style_magenta .questions-li:before{
	color:#fa039c;
}
.faq-plugin .faq-style7 .faq_style_magenta .questions-li:before,
.faq-plugin .faq-style9 .faq_style_magenta dd,
.faq-plugin .faq-style12 .faq_style_magenta .questions-li{
	border-color:#fa039c;
}
.faq-plugin .faq-style8 .faq_style_magenta .questions-li:after{
	border-top:6px solid #fa039c;
}
.faq-plugin .faq-style9 .faq_style_magenta dd.on .questions-li:after{
	border-left:6px solid #fa039c;
}

.faq-plugin .faq-style16 .faq_style_magenta .faq-tab-title span.on{
	background:#fa039c;
}
.faq-plugin .faq-style16 .faq_style_magenta .faq-tab-title span.on:before{
	border-top: 10px solid #fa039c;
}
.faq-plugin .faq-style16 .faq_style_magenta .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_magenta .faq-style4-span{
	background:#ba0475;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_magenta dd,
.faq-plugin .faq-style10 .faq_style_magenta  .answer,
.faq-plugin .faq-style14 .faq_style_magenta  .answer{
	background:#ffe6f5;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_magenta .questions-li:after{
	border-left: 6px solid #ffe6f5;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_magenta .questions-li,
.faq-plugin .faq-style1 .faq_style_magenta .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_magenta dd.on,
.faq-plugin .faq-style1 .faq_style_magenta dd.on{
	background:#fff;
}

/*浅褐色*/
.faq-plugin .faq-style1 .faq_style_light_brown dd,
.faq-plugin .faq-style1 .faq_style_light_brown .questions-li:before,
.faq-plugin .faq-style3 .faq_style_light_brown .answer:before,
.faq-plugin .faq-style4 .faq_style_light_brown .questions-li,
.faq-plugin .faq-style6 .faq_style_light_brown .questions-li:before,
.faq-plugin .faq-style8 .faq_style_light_brown .questions-li,
.faq-plugin .faq-style8 .faq_style_light_brown .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_brown dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_light_brown .questions-li:before{
	background:#6b473c;
	
}
.faq-plugin .faq-style2 .faq_style_light_brown .questions-li,
.faq-plugin .faq-style3 .faq_style_light_brown .questions-li:after,
.faq-plugin .faq-style3 .faq_style_light_brown .questions-li:before,
.faq-plugin .faq-style7 .faq_style_light_brown .questions-li:before,
.faq-plugin .faq-style11 .faq_style_light_brown .questions-li,
.faq-plugin .faq-style13 .faq_style_light_brown .questions-li,
.faq-plugin .faq-style15 .faq_style_light_brown .questions-li:before{
	color:#6b473c;
}
.faq-plugin .faq-style7 .faq_style_light_brown .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_brown dd,
.faq-plugin .faq-style12 .faq_style_light_brown .questions-li{
	border-color:#6b473c;
}
.faq-plugin .faq-style8 .faq_style_light_brown .questions-li:after{
	border-top:6px solid #6b473c;
}
.faq-plugin .faq-style9 .faq_style_light_brown dd.on .questions-li:after{
	border-left:6px solid #6b473c;
}

.faq-plugin .faq-style16 .faq_style_light_brown .faq-tab-title span.on{
	background:#6b473c;
}
.faq-plugin .faq-style16 .faq_style_light_brown .faq-tab-title span.on:before{
	border-top: 10px solid #6b473c;
}
.faq-plugin .faq-style16 .faq_style_light_brown .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_light_brown .faq-style4-span{
	background:#3f2a23;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_light_brown dd,
.faq-plugin .faq-style10 .faq_style_light_brown  .answer,
.faq-plugin .faq-style14 .faq_style_light_brown  .answer{
	background:#f0edec;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_light_brown .questions-li:after{
	border-left: 6px solid #f0edec;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_light_brown .questions-li,
.faq-plugin .faq-style1 .faq_style_light_brown .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_light_brown dd.on,
.faq-plugin .faq-style1 .faq_style_light_brown dd.on{
	background:#fff;
}

/*褐色*/
.faq-plugin .faq-style1 .faq_style_brown dd,
.faq-plugin .faq-style1 .faq_style_brown .questions-li:before,
.faq-plugin .faq-style3 .faq_style_brown .answer:before,
.faq-plugin .faq-style4 .faq_style_brown .questions-li,
.faq-plugin .faq-style6 .faq_style_brown .questions-li:before,
.faq-plugin .faq-style8 .faq_style_brown .questions-li,
.faq-plugin .faq-style8 .faq_style_brown .questions-li:before,
.faq-plugin .faq-style9 .faq_style_brown dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_brown .questions-li:before{
	background:#843900;
	
}
.faq-plugin .faq-style2 .faq_style_brown .questions-li,
.faq-plugin .faq-style3 .faq_style_brown .questions-li:after,
.faq-plugin .faq-style3 .faq_style_brown .questions-li:before,
.faq-plugin .faq-style7 .faq_style_brown .questions-li:before,
.faq-plugin .faq-style11 .faq_style_brown .questions-li,
.faq-plugin .faq-style13 .faq_style_brown .questions-li,
.faq-plugin .faq-style15 .faq_style_brown .questions-li:before{
	color:#843900;
}
.faq-plugin .faq-style7 .faq_style_brown .questions-li:before,
.faq-plugin .faq-style9 .faq_style_brown dd,
.faq-plugin .faq-style12 .faq_style_brown .questions-li{
	border-color:#843900;
}
.faq-plugin .faq-style8 .faq_style_brown .questions-li:after{
	border-top:6px solid #843900;
}
.faq-plugin .faq-style9 .faq_style_brown dd.on .questions-li:after{
	border-left:6px solid #843900;
}

.faq-plugin .faq-style16 .faq_style_brown .faq-tab-title span.on{
	background:#843900;
}
.faq-plugin .faq-style16 .faq_style_brown .faq-tab-title span.on:before{
	border-top: 10px solid #843900;
}
.faq-plugin .faq-style16 .faq_style_brown .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_brown .faq-style4-span{
	background:#4c2101;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_brown dd,
.faq-plugin .faq-style10 .faq_style_brown  .answer,
.faq-plugin .faq-style14 .faq_style_brown  .answer{
	background:#f3ebe6;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_brown .questions-li:after{
	border-left: 6px solid #f3ebe6;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_brown .questions-li,
.faq-plugin .faq-style1 .faq_style_brown .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_brown dd.on,
.faq-plugin .faq-style1 .faq_style_brown dd.on{
	background:#fff;
}

/*棕绿色*/
.faq-plugin .faq-style1 .faq_style_brown_green dd,
.faq-plugin .faq-style1 .faq_style_brown_green .questions-li:before,
.faq-plugin .faq-style3 .faq_style_brown_green .answer:before,
.faq-plugin .faq-style4 .faq_style_brown_green .questions-li,
.faq-plugin .faq-style6 .faq_style_brown_green .questions-li:before,
.faq-plugin .faq-style8 .faq_style_brown_green .questions-li,
.faq-plugin .faq-style8 .faq_style_brown_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_brown_green dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_brown_green .questions-li:before{
	background:#666400;
	
}
.faq-plugin .faq-style2 .faq_style_brown_green .questions-li,
.faq-plugin .faq-style3 .faq_style_brown_green .questions-li:after,
.faq-plugin .faq-style3 .faq_style_brown_green .questions-li:before,
.faq-plugin .faq-style7 .faq_style_brown_green .questions-li:before,
.faq-plugin .faq-style11 .faq_style_brown_green .questions-li,
.faq-plugin .faq-style13 .faq_style_brown_green .questions-li,
.faq-plugin .faq-style15 .faq_style_brown_green .questions-li:before{
	color:#666400;
}
.faq-plugin .faq-style7 .faq_style_brown_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_brown_green dd,
.faq-plugin .faq-style12 .faq_style_brown_green .questions-li{
	border-color:#666400;
}
.faq-plugin .faq-style8 .faq_style_brown_green .questions-li:after{
	border-top:6px solid #666400;
}
.faq-plugin .faq-style9 .faq_style_brown_green dd.on .questions-li:after{
	border-left:6px solid #666400;
}

.faq-plugin .faq-style16 .faq_style_brown_green .faq-tab-title span.on{
	background:#666400;
}
.faq-plugin .faq-style16 .faq_style_brown_green .faq-tab-title span.on:before{
	border-top: 10px solid #666400;
}
.faq-plugin .faq-style16 .faq_style_brown_green .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_brown_green .faq-style4-span{
	background:#383700;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_brown_green dd,
.faq-plugin .faq-style10 .faq_style_brown_green  .answer,
.faq-plugin .faq-style14 .faq_style_brown_green  .answer{
	background:#f0f0e6;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_brown_green .questions-li:after{
	border-left: 6px solid #f0f0e6;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_brown_green .questions-li,
.faq-plugin .faq-style1 .faq_style_brown_green .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_brown_green dd.on,
.faq-plugin .faq-style1 .faq_style_brown_green dd.on{
	background:#fff;
}

/*浅绿色*/
.faq-plugin .faq-style1 .faq_style_light_green dd,
.faq-plugin .faq-style1 .faq_style_light_green .questions-li:before,
.faq-plugin .faq-style3 .faq_style_light_green .answer:before,
.faq-plugin .faq-style4 .faq_style_light_green .questions-li,
.faq-plugin .faq-style6 .faq_style_light_green .questions-li:before,
.faq-plugin .faq-style8 .faq_style_light_green .questions-li,
.faq-plugin .faq-style8 .faq_style_light_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_green dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_light_green .questions-li:before{
	background:#b2d235;
	
}
.faq-plugin .faq-style2 .faq_style_light_green .questions-li,
.faq-plugin .faq-style3 .faq_style_light_green .questions-li:after,
.faq-plugin .faq-style3 .faq_style_light_green .questions-li:before,
.faq-plugin .faq-style7 .faq_style_light_green .questions-li:before,
.faq-plugin .faq-style11 .faq_style_light_green .questions-li,
.faq-plugin .faq-style13 .faq_style_light_green .questions-li,
.faq-plugin .faq-style15 .faq_style_light_green .questions-li:before{
	color:#b2d235;
}
.faq-plugin .faq-style7 .faq_style_light_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_green dd,
.faq-plugin .faq-style12 .faq_style_light_green .questions-li{
	border-color:#b2d235;
}
.faq-plugin .faq-style8 .faq_style_light_green .questions-li:after{
	border-top:6px solid #b2d235;
}
.faq-plugin .faq-style9 .faq_style_light_green dd.on .questions-li:after{
	border-left:6px solid #b2d235;
}

.faq-plugin .faq-style16 .faq_style_light_green .faq-tab-title span.on{
	background:#b2d235;
}
.faq-plugin .faq-style16 .faq_style_light_green .faq-tab-title span.on:before{
	border-top: 10px solid #b2d235;
}
.faq-plugin .faq-style16 .faq_style_light_green .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_light_green .faq-style4-span{
	background:#829927;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_light_green dd,
.faq-plugin .faq-style10 .faq_style_light_green  .answer,
.faq-plugin .faq-style14 .faq_style_light_green  .answer{
	background:#f8fbeb;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_light_green .questions-li:after{
	border-left: 6px solid #f8fbeb;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_light_green .questions-li,
.faq-plugin .faq-style1 .faq_style_light_green .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_light_green dd.on,
.faq-plugin .faq-style1 .faq_style_light_green dd.on{
	background:#fff;
}

/*深绿色*/
.faq-plugin .faq-style1 .faq_style_dark_green dd,
.faq-plugin .faq-style1 .faq_style_dark_green .questions-li:before,
.faq-plugin .faq-style3 .faq_style_dark_green .answer:before,
.faq-plugin .faq-style4 .faq_style_dark_green .questions-li,
.faq-plugin .faq-style6 .faq_style_dark_green .questions-li:before,
.faq-plugin .faq-style8 .faq_style_dark_green .questions-li,
.faq-plugin .faq-style8 .faq_style_dark_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_dark_green dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_dark_green .questions-li:before{
	background:#029834;
	
}
.faq-plugin .faq-style2 .faq_style_dark_green .questions-li,
.faq-plugin .faq-style3 .faq_style_dark_green .questions-li:after,
.faq-plugin .faq-style3 .faq_style_dark_green .questions-li:before,
.faq-plugin .faq-style7 .faq_style_dark_green .questions-li:before,
.faq-plugin .faq-style11 .faq_style_dark_green .questions-li,
.faq-plugin .faq-style13 .faq_style_dark_green .questions-li,
.faq-plugin .faq-style15 .faq_style_dark_green .questions-li:before{
	color:#029834;
}
.faq-plugin .faq-style7 .faq_style_dark_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_dark_green dd,
.faq-plugin .faq-style12 .faq_style_dark_green .questions-li{
	border-color:#029834;
}
.faq-plugin .faq-style8 .faq_style_dark_green .questions-li:after{
	border-top:6px solid #029834;
}
.faq-plugin .faq-style9 .faq_style_dark_green dd.on .questions-li:after{
	border-left:6px solid #029834;
}

.faq-plugin .faq-style16 .faq_style_dark_green .faq-tab-title span.on{
	background:#029834;
}
.faq-plugin .faq-style16 .faq_style_dark_green .faq-tab-title span.on:before{
	border-top: 10px solid #029834;
}
.faq-plugin .faq-style16 .faq_style_dark_green .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_dark_green .faq-style4-span{
	background:#01511c;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_dark_green dd,
.faq-plugin .faq-style10 .faq_style_dark_green  .answer,
.faq-plugin .faq-style14 .faq_style_dark_green  .answer{
	background:#e6f5eb;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_dark_green .questions-li:after{
	border-left: 6px solid #e6f5eb;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_dark_green .questions-li,
.faq-plugin .faq-style1 .faq_style_dark_green .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_dark_green dd.on,
.faq-plugin .faq-style1 .faq_style_dark_green dd.on{
	background:#fff;
}

/*浅蓝色*/
.faq-plugin .faq-style1 .faq_style_light_blue dd,
.faq-plugin .faq-style1 .faq_style_light_blue .questions-li:before,
.faq-plugin .faq-style3 .faq_style_light_blue .answer:before,
.faq-plugin .faq-style4 .faq_style_light_blue .questions-li,
.faq-plugin .faq-style6 .faq_style_light_blue .questions-li:before,
.faq-plugin .faq-style8 .faq_style_light_blue .questions-li,
.faq-plugin .faq-style8 .faq_style_light_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_blue dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_light_blue .questions-li:before{
	background:#2c6dff;
	
}
.faq-plugin .faq-style2 .faq_style_light_blue .questions-li,
.faq-plugin .faq-style3 .faq_style_light_blue .questions-li:after,
.faq-plugin .faq-style3 .faq_style_light_blue .questions-li:before,
.faq-plugin .faq-style7 .faq_style_light_blue .questions-li:before,
.faq-plugin .faq-style11 .faq_style_light_blue .questions-li,
.faq-plugin .faq-style13 .faq_style_light_blue .questions-li,
.faq-plugin .faq-style15 .faq_style_light_blue .questions-li:before{
	color:#2c6dff;
}
.faq-plugin .faq-style7 .faq_style_light_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_blue dd,
.faq-plugin .faq-style12 .faq_style_light_blue .questions-li{
	border-color:#2c6dff;
}
.faq-plugin .faq-style8 .faq_style_light_blue .questions-li:after{
	border-top:6px solid #2c6dff;
}
.faq-plugin .faq-style9 .faq_style_light_blue dd.on .questions-li:after{
	border-left:6px solid #2c6dff;
}

.faq-plugin .faq-style16 .faq_style_light_blue .faq-tab-title span.on{
	background:#2c6dff;
}
.faq-plugin .faq-style16 .faq_style_light_blue .faq-tab-title span.on:before{
	border-top: 10px solid #2c6dff;
}
.faq-plugin .faq-style16 .faq_style_light_blue .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_light_blue .faq-style4-span{
	background:#1f47a0;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_light_blue dd,
.faq-plugin .faq-style10 .faq_style_light_blue  .answer,
.faq-plugin .faq-style14 .faq_style_light_blue  .answer{
	background:#eaf1ff;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_light_blue .questions-li:after{
	border-left: 6px solid #eaf1ff;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_light_blue .questions-li,
.faq-plugin .faq-style1 .faq_style_light_blue .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_light_blue dd.on,
.faq-plugin .faq-style1 .faq_style_light_blue dd.on{
	background:#fff;
}

/*深蓝色*/
.faq-plugin .faq-style1 .faq_style_dark_blue dd,
.faq-plugin .faq-style1 .faq_style_dark_blue .questions-li:before,
.faq-plugin .faq-style3 .faq_style_dark_blue .answer:before,
.faq-plugin .faq-style4 .faq_style_dark_blue .questions-li,
.faq-plugin .faq-style6 .faq_style_dark_blue .questions-li:before,
.faq-plugin .faq-style8 .faq_style_dark_blue .questions-li,
.faq-plugin .faq-style8 .faq_style_dark_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_dark_blue dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_dark_blue .questions-li:before{
	background:#32339f;
	
}
.faq-plugin .faq-style2 .faq_style_dark_blue .questions-li,
.faq-plugin .faq-style3 .faq_style_dark_blue .questions-li:after,
.faq-plugin .faq-style3 .faq_style_dark_blue .questions-li:before,
.faq-plugin .faq-style7 .faq_style_dark_blue .questions-li:before,
.faq-plugin .faq-style11 .faq_style_dark_blue .questions-li,
.faq-plugin .faq-style13 .faq_style_dark_blue .questions-li,
.faq-plugin .faq-style15 .faq_style_dark_blue .questions-li:before{
	color:#32339f;
}
.faq-plugin .faq-style7 .faq_style_dark_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_dark_blue dd,
.faq-plugin .faq-style12 .faq_style_dark_blue .questions-li{
	border-color:#32339f;
}
.faq-plugin .faq-style8 .faq_style_dark_blue .questions-li:after{
	border-top:6px solid #32339f;
}
.faq-plugin .faq-style9 .faq_style_dark_blue dd.on .questions-li:after{
	border-left:6px solid #32339f;
}

.faq-plugin .faq-style16 .faq_style_dark_blue .faq-tab-title span.on{
	background:#32339f;
}
.faq-plugin .faq-style16 .faq_style_dark_blue .faq-tab-title span.on:before{
	border-top: 10px solid #32339f;
}
.faq-plugin .faq-style16 .faq_style_dark_blue .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_dark_blue .faq-style4-span{
	background:#22236c;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_dark_blue dd,
.faq-plugin .faq-style10 .faq_style_dark_blue  .answer,
.faq-plugin .faq-style14 .faq_style_dark_blue  .answer{
	background:#ebebf6;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_dark_blue .questions-li:after{
	border-left: 6px solid #ebebf6;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_dark_blue .questions-li,
.faq-plugin .faq-style1 .faq_style_dark_blue .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_dark_blue dd.on,
.faq-plugin .faq-style1 .faq_style_dark_blue dd.on{
	background:#fff;
}

/*浅紫色*/
.faq-plugin .faq-style1 .faq_style_light_purple dd,
.faq-plugin .faq-style1 .faq_style_light_purple .questions-li:before,
.faq-plugin .faq-style3 .faq_style_light_purple .answer:before,
.faq-plugin .faq-style4 .faq_style_light_purple .questions-li,
.faq-plugin .faq-style6 .faq_style_light_purple .questions-li:before,
.faq-plugin .faq-style8 .faq_style_light_purple .questions-li,
.faq-plugin .faq-style8 .faq_style_light_purple .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_purple dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_light_purple .questions-li:before{
	background:#d27fff;
	
}
.faq-plugin .faq-style2 .faq_style_light_purple .questions-li,
.faq-plugin .faq-style3 .faq_style_light_purple .questions-li:after,
.faq-plugin .faq-style3 .faq_style_light_purple .questions-li:before,
.faq-plugin .faq-style7 .faq_style_light_purple .questions-li:before,
.faq-plugin .faq-style11 .faq_style_light_purple .questions-li,
.faq-plugin .faq-style13 .faq_style_light_purple .questions-li,
.faq-plugin .faq-style15 .faq_style_light_purple .questions-li:before{
	color:#d27fff;
}
.faq-plugin .faq-style7 .faq_style_light_purple .questions-li:before,
.faq-plugin .faq-style9 .faq_style_light_purple dd,
.faq-plugin .faq-style12 .faq_style_light_purple .questions-li{
	border-color:#d27fff;
}
.faq-plugin .faq-style8 .faq_style_light_purple .questions-li:after{
	border-top:6px solid #d27fff;
}
.faq-plugin .faq-style9 .faq_style_light_purple dd.on .questions-li:after{
	border-left:6px solid #d27fff;
}

.faq-plugin .faq-style16 .faq_style_light_purple .faq-tab-title span.on{
	background:#d27fff;
}
.faq-plugin .faq-style16 .faq_style_light_purple .faq-tab-title span.on:before{
	border-top: 10px solid #d27fff;
}
.faq-plugin .faq-style16 .faq_style_light_purple .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_light_purple .faq-style4-span{
	background:#8752a4;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_light_purple dd,
.faq-plugin .faq-style10 .faq_style_light_purple  .answer,
.faq-plugin .faq-style14 .faq_style_light_purple  .answer{
	background:#fbf2ff;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_light_purple .questions-li:after{
	border-left: 6px solid #fbf2ff;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_light_purple .questions-li,
.faq-plugin .faq-style1 .faq_style_light_purple .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_light_purple dd.on,
.faq-plugin .faq-style1 .faq_style_light_purple dd.on{
	background:#fff;
}

/*深紫色*/
.faq-plugin .faq-style1 .faq_style_dark_purple dd,
.faq-plugin .faq-style1 .faq_style_dark_purple .questions-li:before,
.faq-plugin .faq-style3 .faq_style_dark_purple .answer:before,
.faq-plugin .faq-style4 .faq_style_dark_purple .questions-li,
.faq-plugin .faq-style6 .faq_style_dark_purple .questions-li:before,
.faq-plugin .faq-style8 .faq_style_dark_purple .questions-li,
.faq-plugin .faq-style8 .faq_style_dark_purple .questions-li:before,
.faq-plugin .faq-style9 .faq_style_dark_purple dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_dark_purple .questions-li:before{
	background:#b600ff;
	
}
.faq-plugin .faq-style2 .faq_style_dark_purple .questions-li,
.faq-plugin .faq-style3 .faq_style_dark_purple .questions-li:after,
.faq-plugin .faq-style3 .faq_style_dark_purple .questions-li:before,
.faq-plugin .faq-style7 .faq_style_dark_purple .questions-li:before,
.faq-plugin .faq-style11 .faq_style_dark_purple .questions-li,
.faq-plugin .faq-style13 .faq_style_dark_purple .questions-li,
.faq-plugin .faq-style15 .faq_style_dark_purple .questions-li:before{
	color:#b600ff;
}
.faq-plugin .faq-style7 .faq_style_dark_purple .questions-li:before,
.faq-plugin .faq-style9 .faq_style_dark_purple dd,
.faq-plugin .faq-style12 .faq_style_dark_purple .questions-li{
	border-color:#b600ff;
}
.faq-plugin .faq-style8 .faq_style_dark_purple .questions-li:after{
	border-top:6px solid #b600ff;
}
.faq-plugin .faq-style9 .faq_style_dark_purple dd.on .questions-li:after{
	border-left:6px solid #b600ff;
}

.faq-plugin .faq-style16 .faq_style_dark_purple .faq-tab-title span.on{
	background:#b600ff;
}
.faq-plugin .faq-style16 .faq_style_dark_purple .faq-tab-title span.on:before{
	border-top: 10px solid #b600ff;
}
.faq-plugin .faq-style16 .faq_style_dark_purple .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_dark_purple .faq-style4-span{
	background:#7601a5;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_dark_purple dd,
.faq-plugin .faq-style10 .faq_style_dark_purple  .answer,
.faq-plugin .faq-style14 .faq_style_dark_purple  .answer{
	background:#f8e6ff;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_dark_purple .questions-li:after{
	border-left: 6px solid #f8e6ff;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_dark_purple .questions-li,
.faq-plugin .faq-style1 .faq_style_dark_purple .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_dark_purple dd.on,
.faq-plugin .faq-style1 .faq_style_dark_purple dd.on{
	background:#fff;
}

/*青色*/
.faq-plugin .faq-style1 .faq_style_cyan dd,
.faq-plugin .faq-style1 .faq_style_cyan .questions-li:before,
.faq-plugin .faq-style3 .faq_style_cyan .answer:before,
.faq-plugin .faq-style4 .faq_style_cyan .questions-li,
.faq-plugin .faq-style6 .faq_style_cyan .questions-li:before,
.faq-plugin .faq-style8 .faq_style_cyan .questions-li,
.faq-plugin .faq-style8 .faq_style_cyan .questions-li:before,
.faq-plugin .faq-style9 .faq_style_cyan dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_cyan .questions-li:before{
	background:#009ad6;
	
}
.faq-plugin .faq-style2 .faq_style_cyan .questions-li,
.faq-plugin .faq-style3 .faq_style_cyan .questions-li:after,
.faq-plugin .faq-style3 .faq_style_cyan .questions-li:before,
.faq-plugin .faq-style7 .faq_style_cyan .questions-li:before,
.faq-plugin .faq-style11 .faq_style_cyan .questions-li,
.faq-plugin .faq-style13 .faq_style_cyan .questions-li,
.faq-plugin .faq-style15 .faq_style_cyan .questions-li:before{
	color:#009ad6;
}
.faq-plugin .faq-style7 .faq_style_cyan .questions-li:before,
.faq-plugin .faq-style9 .faq_style_cyan dd,
.faq-plugin .faq-style12 .faq_style_cyan .questions-li{
	border-color:#009ad6;
}
.faq-plugin .faq-style8 .faq_style_cyan .questions-li:after{
	border-top:6px solid #009ad6;
}
.faq-plugin .faq-style9 .faq_style_cyan dd.on .questions-li:after{
	border-left:6px solid #009ad6;
}

.faq-plugin .faq-style16 .faq_style_cyan .faq-tab-title span.on{
	background:#009ad6;
}
.faq-plugin .faq-style16 .faq_style_cyan .faq-tab-title span.on:before{
	border-top: 10px solid #009ad6;
}
.faq-plugin .faq-style16 .faq_style_cyan .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_cyan .faq-style4-span{
	background:#025d80;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_cyan dd,
.faq-plugin .faq-style10 .faq_style_cyan  .answer,
.faq-plugin .faq-style14 .faq_style_cyan  .answer{
	background:#e6f5fb;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_cyan .questions-li:after{
	border-left: 6px solid #e6f5fb;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_cyan .questions-li,
.faq-plugin .faq-style1 .faq_style_cyan .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_cyan dd.on,
.faq-plugin .faq-style1 .faq_style_cyan dd.on{
	background:#fff;
}

/*青绿色*/
.faq-plugin .faq-style1 .faq_style_cyan_green dd,
.faq-plugin .faq-style1 .faq_style_cyan_green .questions-li:before,
.faq-plugin .faq-style3 .faq_style_cyan_green .answer:before,
.faq-plugin .faq-style4 .faq_style_cyan_green .questions-li,
.faq-plugin .faq-style6 .faq_style_cyan_green .questions-li:before,
.faq-plugin .faq-style8 .faq_style_cyan_green .questions-li,
.faq-plugin .faq-style8 .faq_style_cyan_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_cyan_green dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_cyan_green .questions-li:before{
	background:#00ae9d;
	
}
.faq-plugin .faq-style2 .faq_style_cyan_green .questions-li,
.faq-plugin .faq-style3 .faq_style_cyan_green .questions-li:after,
.faq-plugin .faq-style3 .faq_style_cyan_green .questions-li:before,
.faq-plugin .faq-style7 .faq_style_cyan_green .questions-li:before,
.faq-plugin .faq-style11 .faq_style_cyan_green .questions-li,
.faq-plugin .faq-style13 .faq_style_cyan_green .questions-li,
.faq-plugin .faq-style15 .faq_style_cyan_green .questions-li:before{
	color:#00ae9d;
}
.faq-plugin .faq-style7 .faq_style_cyan_green .questions-li:before,
.faq-plugin .faq-style9 .faq_style_cyan_green dd,
.faq-plugin .faq-style12 .faq_style_cyan_green .questions-li{
	border-color:#00ae9d;
}
.faq-plugin .faq-style8 .faq_style_cyan_green .questions-li:after{
	border-top:6px solid #00ae9d;
}
.faq-plugin .faq-style9 .faq_style_cyan_green dd.on .questions-li:after{
	border-left:6px solid #00ae9d;
}

.faq-plugin .faq-style16 .faq_style_cyan_green .faq-tab-title span.on{
	background:#009ad6;
}
.faq-plugin .faq-style16 .faq_style_cyan_green .faq-tab-title span.on:before{
	border-top: 10px solid #009ad6;
}
.faq-plugin .faq-style16 .faq_style_cyan_green .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_cyan_green .faq-style4-span{
	background:#016359;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_cyan_green dd,
.faq-plugin .faq-style10 .faq_style_cyan_green  .answer,
.faq-plugin .faq-style14 .faq_style_cyan_green  .answer{
	background:#e6f7f5;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_cyan_green .questions-li:after{
	border-left: 6px solid #e6f7f5;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_cyan_green .questions-li,
.faq-plugin .faq-style1 .faq_style_cyan_green .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_cyan_green dd.on,
.faq-plugin .faq-style1 .faq_style_cyan_green dd.on{
	background:#fff;
}

/*青蓝色*/
.faq-plugin .faq-style1 .faq_style_cyan_blue dd,
.faq-plugin .faq-style1 .faq_style_cyan_blue .questions-li:before,
.faq-plugin .faq-style3 .faq_style_cyan_blue .answer:before,
.faq-plugin .faq-style4 .faq_style_cyan_blue .questions-li,
.faq-plugin .faq-style6 .faq_style_cyan_blue .questions-li:before,
.faq-plugin .faq-style8 .faq_style_cyan_blue .questions-li,
.faq-plugin .faq-style8 .faq_style_cyan_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_cyan_blue dd.on .questions-li,
.faq-plugin .faq-style11 .faq_style_cyan_blue .questions-li:before{
	background:#102b6a;
	
}
.faq-plugin .faq-style2 .faq_style_cyan_blue .questions-li,
.faq-plugin .faq-style3 .faq_style_cyan_blue .questions-li:after,
.faq-plugin .faq-style3 .faq_style_cyan_blue .questions-li:before,
.faq-plugin .faq-style7 .faq_style_cyan_blue .questions-li:before,
.faq-plugin .faq-style11 .faq_style_cyan_blue .questions-li,
.faq-plugin .faq-style13 .faq_style_cyan_blue .questions-li,
.faq-plugin .faq-style15 .faq_style_cyan_blue .questions-li:before{
	color:#102b6a;
}
.faq-plugin .faq-style7 .faq_style_cyan_blue .questions-li:before,
.faq-plugin .faq-style9 .faq_style_cyan_blue dd,
.faq-plugin .faq-style12 .faq_style_cyan_blue .questions-li{
	border-color:#102b6a;
}
.faq-plugin .faq-style8 .faq_style_cyan_blue .questions-li:after{
	border-top:6px solid #102b6a;
}
.faq-plugin .faq-style9 .faq_style_cyan_blue dd.on .questions-li:after{
	border-left:6px solid #102b6a;
}

.faq-plugin .faq-style16 .faq_style_cyan_blue .faq-tab-title span.on{
	background:#102b6a;
}
.faq-plugin .faq-style16 .faq_style_cyan_blue .faq-tab-title span.on:before{
	border-top: 10px solid #102b6a;
}
.faq-plugin .faq-style16 .faq_style_cyan_blue .faq-tab-title span.on i{
	color:#fff;
}

.faq-plugin .faq-style4 .faq_style_cyan_blue .faq-style4-span{
	background:#0a1a40;
}/*加深颜色*/

.faq-plugin .faq-style9 .faq_style_cyan_blue dd,
.faq-plugin .faq-style10 .faq_style_cyan_blue  .answer,
.faq-plugin .faq-style14 .faq_style_cyan_blue  .answer{
	background:#e7eaf0;
}/*减淡颜色*/
.faq-plugin .faq-style9 .faq_style_cyan_blue .questions-li:after{
	border-left: 6px solid #e7eaf0;
}/*减淡颜色*/


.faq-plugin .faq-style1 .faq_style_cyan_blue .questions-li,
.faq-plugin .faq-style1 .faq_style_cyan_blue .questions-li:before{
	color:#fff;
}
.faq-plugin .faq-style9 .faq_style_cyan_blue dd.on,
.faq-plugin .faq-style1 .faq_style_cyan_blue dd.on{
	background:#fff;
}



@media screen and (max-width:768px){
	.faq-plugin .faq-style6 dl,
	.faq-plugin .faq-style5 dl{
		column-count:auto;
	}
	.faq-plugin .faq-style6 .questions-li:before{
		top:24px;
	}
	.faq-plugin .faq-style5 dd{
		margin-right:0;
	}
	.faq-plugin .faq-style16{
		padding:0;
	}
	.faq-plugin .faq-style16 .faq-tab{
		display:none;
	}
	.faq-plugin .faq-style16 .questions-li{
		display:block;
		background:#fafafa;
		padding:15px;
		margin-bottom:10px;
		font-weight:bold;
	}
	.faq-plugin .faq-style16 dd{
		display:block;
	}
	.faq-plugin .faq-style16 .answer{
		padding:0 0 30px;
	}

}
























