<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";

/* ------ mainArea ------ */
.pageTit {
	padding: 20px 0;
}
.pageTit h1{
	font-size: 200%;
	line-height: 140%;
	color: #22ac38;
	padding-bottom: 10px;
	border-bottom: #22ac38 solid 6px;
}
.txtBox {
	padding-bottom: 30px
}
.txtBox h2{
	font-size: 120%;
	font-weight: bold;
	color: #22ac38;
	padding-bottom: 15px
}
.txtBox ol{
	padding-left: 30px;
}
.txtBox ol li{
	padding-bottom: 15px;
	line-height: 160%;
	list-style: outside decimal;
}
.txtBox li span{
	font-size: 90%;
	color: #373737;
	font-weight: normal;
}
.txtBox li a{
	font-weight: bold;
}
.titBox{
	padding-bottom: 15px
}	
.titBox h3{
	background-color: #22ac38;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}	
.txtBox h3 br{
	display: none;
}

/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
	.pageTit h1{
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox h2{
		font-size: 100%;
	}
	.txtBox li{
		font-size: 100%;
	}
	.titBox h3{
		font-size: 110%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}	
	.txtBox h3 br{
		display: block;
	}	
}
