<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 h3{
	font-size: 110%;
	font-weight: bold;
	color: #CF5924;
	padding: 15px 0 10px;
}
.txtBox dl{
}
.txtBox dt{
	float: left;
	font-weight: bold;
}
.txtBox dd{
	float: left;
	font-size: 180%;
	font-weight: bold;
}
.txtBox ol{
	padding-left: 30px;
}
.txtBox li{
	list-style: outside upper-roman;
	padding-bottom: 15px
}
.txtBox .linkBox{
	padding-left: 0;
}
.txtBox .linkBox li{
	padding-left: 0;
	list-style: none;
}
.txtBox .linkBox li a{
	background-color: #22ac38;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.txtBox .linkBox li a:hover{
	background-color: #4ECC62;
}
.txtBox .linkBox li a span{
	font-size: 70%;
}

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

@media screen and (max-width: 600px) {
	.pageTit h1{
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox h2{
		font-size: 100%;
	}
	.txtBox h3{
		font-size: 100%;
	}
	.txtBox img{
		width: 100%;
	}	
}
