<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 .fLeft{
	width: 380px;
}
.txtBox .fLeft img{
	width: 100%;
}
.txtBox .fRight{
	width: 540px;
}
.yuiBox {
	padding-bottom: 5px;
}
.yuiBox p{
	background-color: #22ac38;
	font-size: 90%;
	color: #fff;
	padding: 2px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	float: left;
}
.txtBox h2{
	font-size: 120%;
	font-weight: bold;
	color: #22ac38;
	padding-bottom: 5px
}
.txtBox ul li{
	padding: 5px 10px;
	border-bottom: dotted #333 1px;
}
.txtBox ul li br{
	display: none;
}
.txtBox ol li{
	font-size: 160%;
	line-height: 200%;
	font-weight: bold;
	color: #CF5924;
	padding: 20p 0;
}
.txtBox ol li span{
	font-size: 60%;
}
.txtBox ol li br{
	display: none;
}
.txtBox p.txtPoint{
	font-size: 160%;
	line-height: 160%;
	font-weight: bold;
	color: #CF5924;
	padding: 20px 0;
}
.txtBox h3{
	font-weight: bold;
}
.txtBox p.data{
	font-size: 80%;
}
/* ------ infoBan ------ */
.infoBan {
	width: 80%;
	margin: 0 auto;
}
.infoBan h2{
	padding-bottom: 10px;
}
.infoBan img{
	width: 100%;
}

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

@media screen and (max-width: 600px) {
	.pageTit h1{
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox .fLeft{
		float: none;
		width: 100%;
	}
	.txtBox .fRight{
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.txtBox h2{
		font-size: 100%;
	}
	.txtBox ol li{
		font-size: 120%;
		line-height: 160%;
		padding: 20p 0;
	}
	.txtBox ol li br{
		display: block;
	}
	.txtBox ul li{
		font-size: 80%;
	}
	.txtBox ul li br{
		display: block;
	}
	.txtBox p.txtPoint{
		font-size: 100%;
		line-height: 160%;
		padding: 20p 0;
	}
	.txtBox img{
		width: 100%;
	}
	/* ------ infoBan ------ */
	.infoBan {
		width: 100%;
		margin: 0;
	}
}
