<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";

.parts_faq {
	width: 100%;
	margin: 0 auto 100px;
}

.parts_faq .faq-a {
	display: none;
	padding: 15px 40px 20px 40px;
	position: relative;
}

.parts_faq .faq-a span {
	color: #004c77;
	font-weight: bold;
	position: absolute;
	left: 15px;
}

.parts_faq .faq-q {
	position: relative;
	border-bottom: 1px solid #fff;
	background-color: #F5F7F9;
	color: #000;
	cursor: pointer;
	border-radius: 8px;
	padding: 10px 40px;
	margin-bottom: 5px;
}

.parts_faq .faq-q:nth-of-type(2n) {
	background-color: #e2e9ee;
}

.parts_faq .faq-q span {
	color: #004c77;
	font-weight: bold;
	position: absolute;
	left: 15px;
}

.parts_faq .faq-q:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 2px;
	background: #000;
	transform: translateY(-50%);
}

.parts_faq .faq-q:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 2px;
	height: 18px;
	background: #000;
	transform: translateY(-50%);
	transition: .2s;
}

.parts_faq .faq-q.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
