<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 />
h1 {
	text-align: left;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: 800;
}

h2 {
	font-size: 1.4em;
	margin: 1.5em 0em 0.5em 0em;
	font-weight: 800;
}

h3 {
	font-size: 1.2em;
	margin: 2em 0em 0.5em 0em;
	font-weight: 800;
}

h4, h5, h6 {
	font-size: 0.9em;
	margin: 1.5em 0em 0.5em 0em;
	font-weight: 800;
}

time {
	margin: 0px 0px 30px 0px;
	opacity: 0.5;
	margin-top: -0.4em;
	display: block;
}

p {
	margin: 0px 0px 1.5em 0px;
	line-height: 1.6em;
}

a {
	color: #9B0000
}

ul, ol {
	padding-left: 2em;
}

ul li, ol li {
	margin: 0.75em 0em;
}

ol li {
	list-style-type: decimal;
}

li p:last-child {
	margin: 0px;
}

.katex-display {
	white-space: nowrap;
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	padding: 5px 0px;
}


figure {
	border: solid 2px black;
	max-width: 80%;
	margin: 2em auto;
}

figure img {
	padding: 1em;
	border-bottom: solid 2px black;
	width: 100%;
}

figcaption {
	padding: 5px 8px;
	font-style: italic;
}

p > img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

table {
	font-size: 0.9em;
	border-collapse: collapse;
	width: calc(100% + 2.4em);
	margin: 2em 0em;
	margin-left: -1.2em;
}

table, th, td {
	border: 1px solid #ccc;
}

th {
	text-align: left;
	padding: 5px;
	font-weight: 600;
	font-size: 0.9em;
}

td {
	padding: 5px;
}

tr:nth-child(2n) {
	background: #eee;
}

.katex-html {
	body, p, span, .content {
	  /** Strange hacks to make Katex font look normal **/
	  font-family: 'KaTeX_Main';
	}
  }


@media (max-width: 600px) {
	figure {
		max-width: 100%;
	}
}