/* fix 常見問題原本的樣式 */
.form_box_fast.cfix .form_top,
.form_box.cfix .form_top{
	padding-left: 10px;
	padding-right: 10px;
}
.form_box_fast.cfix .form_top h3,
.form_box.cfix .form_top h3{
	background-image: none;
	padding-left: 50px;
}

.form_box_fast.cfix .form_top h3::before,
.form_box.cfix .form_top h3::before{
	content: url("../images/reply_icon_o.png");
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.form_box_fast.cfix.open .form_top h3::before,
.form_box.cfix.open .form_top h3::before{
	content: url("../images/reply_icon.png");
}

.form_box_fast.cfix.open .form_top .line_show{
	background-image: none;
}

/* 常見問題快捷工具列 */

.qa_tool_form{
	display: none;
}
.open .qa_tool_form{
	display: block;
}
.qa_tool_form li{
	background:url(../images/index_2_3_03.png) 26px 0px repeat-y;
	list-style: none;
}
.qa_tool_form li .itemNoQ{
	padding:0px 0px 30px 74px;
	font-size:16px;
}
.qa_tool_form li .item{
	padding:0px 0px 30px 74px;
	font-size:16px;
	background:url(../images/q_icon.png) 7px 0px no-repeat;
}
.qa_tool_form .section{
	background: #5E5E5E;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.qa_tool_form .search_box{
}

.qa_tool_form .search_box p{
	font-size: 16px;
	color: #333;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	line-height: 40px;
}
.qa_tool_form .search_box .sel_190{
	background: #FFF;
}
.qa_tool_form .search_box button{
	color: #FFF;
	background-color: #3f3f3f;
	margin-right: 5px;
	float: left;
	border: 1px solid #3f3f3f;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
}
.qa_tool_form .search_box button:disabled{
	color: #AFAFAF;
	cursor: not-allowed;
}
.qa_tool_form .load_mask{
	display: none;
	height: 30px;
}

#contactFormBoxTrigger{
	cursor: pointer;
}
#qaToolbarContentWrapper{
	display: none;
}
#contactFormBox{
	display: none;
}

@media screen and (max-width: 768px) {
	.form_box_fast.cfix .form_top h3,
	.form_box.cfix .form_top h3{
		background-image: none;
		padding-left: 30px;
	}

	.form_box.cfix.open .form_top .line_show{
		background:url(../images/index_2_3_03.png) 26px 0px repeat-y;
	}

	.qa_tool_form .search_box p{
		float: none;
	}
	.qa_tool_form .search_box p::after{
		content: "\a";
		white-space: pre;
	}

	.qa_tool_form .search_box .sel_190{
		float: none;
		display: block;
		margin-top: 5px;
		width: 96%;
	}

	.qa_tool_form .search_box button{
		float: none;
		margin-top: 5px;
	}
	.qa_tool_form .search_box button::after{
		content: "\a";
		white-space: pre;
	}
}